Searched refs:assert_str_eq (Results 1 – 7 of 7) sorted by relevance
/external/rust/android-crates-io/crates/unsafe-libyaml/tests/ |
D | test_parser.rs | 28 pretty_assertions::assert_str_eq!(expected, stdout); in test()
|
D | test_emitter.rs | 33 pretty_assertions::assert_str_eq!(expected, stdout); in test()
|
/external/jemalloc_new/test/unit/ |
D | malloc_io.c | 95 assert_str_eq(remainder, test->expected_remainder, in TEST_BEGIN() 145 assert_str_eq(buf, expected_str, "Unexpected output"); \ in TEST_BEGIN()
|
D | emitter.c | 81 assert_str_eq(expected_json_output, buf, "json output failure"); in assert_emit_output() 90 assert_str_eq(expected_table_output, buf, "table output failure"); in assert_emit_output()
|
D | prof_thread_name.c | 14 assert_str_eq(thread_name_old, thread_name_expected, in mallctl_thread_name_get_impl()
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 248 #define assert_str_eq(a, b, ...) do { \ macro
|
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 98520 -#define assert_str_eq(a, b, ...) verify_str_eq(true, a, b, __VA_ARGS__) 119767 - assert_str_eq(thread_name, "", 119775 - assert_str_eq(thread_name, test_thread_name,
|