/aosp_15_r20/external/crcalc/tests/src/com/hp/creals/ |
H A D | CRTest.java | 57 private static void check_eq(CR x, CR y, String s) { in check_eq() method in CRTest 77 check_eq(one.shiftLeft(1),two, "shiftLeft failed"); in testCR() 78 check_eq(two.shiftRight(1),one, "shiftRight failed"); in testCR() 79 check_eq(one.add(one),two, "add failed 1"); in testCR() 80 check_eq(one.max(two),two, "max failed"); in testCR() 81 check_eq(one.min(two),one, "min failed"); in testCR() 82 check_eq(one.abs(),one, "abs failed 1"); in testCR() 83 check_eq(one.negate().abs(),one, "abs failed 2"); in testCR() 86 check_eq(CR.valueOf(4), four, "2 + 2 failed"); in testCR() 87 check_eq(CR.valueOf(3), three, "2 + 1 failed"); in testCR() [all …]
|
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/ |
H A D | integration_test.rs | 105 macro_rules! check_eq { macro 117 assert!(check_eq!(1, 1).is_ok()); in macro_check_eq() 118 assert!(check_eq!(1, 2).is_err()); in macro_check_eq() 282 check_eq!(correct, true)?; in serialized_example_is_accessible_and_correct() 291 check_eq!(m.hp(), 80)?; in serialized_example_is_accessible_and_correct() 292 check_eq!(m.mana(), 150)?; in serialized_example_is_accessible_and_correct() 293 check_eq!(m.name(), "MyMonster")?; in serialized_example_is_accessible_and_correct() 296 check_eq!(pos.x(), 1.0f32)?; in serialized_example_is_accessible_and_correct() 297 check_eq!(pos.y(), 2.0f32)?; in serialized_example_is_accessible_and_correct() 298 check_eq!(pos.z(), 3.0f32)?; in serialized_example_is_accessible_and_correct() [all …]
|
/aosp_15_r20/bionic/tests/libs/ |
H A D | memtag_globals_binary.cpp | 156 check_eq(pointer_inside_global, pointer_to_global + 17); in exe_check_assertions() 157 check_eq(pointer_to_global_end, pointer_to_global + 30); in exe_check_assertions() 158 check_eq(pointer_past_global_end, pointer_to_global + 48); in exe_check_assertions() 162 check_eq(pointer_to_hidden_global_end, pointer_to_hidden_global + 12); in exe_check_assertions() 163 check_eq(pointer_past_hidden_global_end, pointer_to_hidden_global + 16); in exe_check_assertions()
|
H A D | memtag_globals.h | 35 void check_eq(const void* a, const void* b);
|
H A D | memtag_globals_dso.cpp | 90 void check_eq(const void* a, const void* b) { in check_eq() function
|
/aosp_15_r20/external/curl/tests/unit/ |
H A D | unit2603.c | 52 static void check_eq(const char *s, const char *exp_s, const char *name) in check_eq() function 108 check_eq(p.req->method, t->method, "method"); in parse_success() 109 check_eq(p.req->scheme, t->scheme, "scheme"); in parse_success() 110 check_eq(p.req->authority, t->authority, "authority"); in parse_success() 111 check_eq(p.req->path, t->path, "path"); in parse_success()
|
/aosp_15_r20/system/core/fs_mgr/tests/ |
H A D | adb-remount-test.sh | 645 check_eq() { function 1345 check_eq "${A}" "${B}" ${i} before reboot 1399 check_eq "cat: /vendor/hello: Permission denied" "${B}" vendor after reboot w/o root 1409 check_eq "${A}" "${B}" /system/priv-app after reboot 1415 check_eq "${A}" "${B}" ${i#/} after reboot 1419 check_eq "${SYSTEM_INO}" "`adb_sh stat --format=%i /system/hello </dev/null`" system inode after re… 1420 check_eq "${VENDOR_INO}" "`adb_sh stat --format=%i /vendor/hello </dev/null`" vendor inode after re… 1426 check_eq "true" "$(get_property 'test.adb.remount.system.build.prop')" "load modified build.prop" 1509 check_eq "${A}" "$(adb_cat /system/hello)" "/system content after flash vendor" 1510 …check_eq "${SYSTEM_INO}" "$(adb_sh stat --format=%i /system/hello </dev/null)" "system inode after… [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/url/tests/ |
D | unit.rs | 209 fn check_eq(a: &Url, b: &Url) { in test_equality() function 221 check_eq(&rv, &rv); in test_equality() 228 check_eq(&a, &b); in test_equality() 248 check_eq(&a, &b); in test_equality()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/ |
D | test_ticket7296.cpp | 37 BOOST_UBLAS_TEST_DEF( check_eq ) in BOOST_UBLAS_TEST_DEF() argument 282 BOOST_UBLAS_TEST_DO( check_eq ); in main()
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ |
D | float.rs | 2466 fn check_eq<T: TotalOrder>(x: T, y: T) { in total_cmp() function 2476 check_eq(f64::NAN, f64::NAN); in total_cmp() 2477 check_eq(f32::NAN, f32::NAN); in total_cmp()
|
/aosp_15_r20/external/bazelbuild-rules_android/test/bashunit/ |
H A D | unittest_utils.sh | 78 check_eq () { function
|
/aosp_15_r20/external/bazelbuild-rules_cc/tests/system_library/ |
H A D | unittest.bash | 151 check_eq () { function
|
/aosp_15_r20/external/bazel-skylib/tests/ |
H A D | unittest.bash | 151 check_eq () { function
|