Searched refs:assert_str_eq (Results 1 – 4 of 4) sorted by relevance
/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
|