Home
last modified time | relevance | path

Searched refs:test_status_pass (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc_new/test/src/
Dtest.c7 static test_status_t test_status = test_status_pass;
92 case test_status_pass: return "pass"; in test_status_string()
102 test_status = test_status_pass; in p_test_init()
130 ret = test_status_pass; in p_test_impl()
160 test_status_string(test_status_pass), in p_test_impl()
161 test_counts[test_status_pass], test_count, in p_test_impl()
175 ret = test_status_pass; in p_test()
188 ret = test_status_pass; in p_test_no_reentrancy()
201 ret = test_status_pass; in p_test_no_malloc_init()
/external/jemalloc_new/test/include/test/
Dtest.h290 test_status_pass = 0, enumerator
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch98530 - test_status_pass = 0,
102213 -static test_status_t test_status = test_status_pass;
102298 - case test_status_pass: return "pass";
102308 - test_status = test_status_pass;
102350 - ret = test_status_pass;
102383 - test_status_string(test_status_pass),
102384 - test_counts[test_status_pass], test_count,
102398 - ret = test_status_pass;
102411 - ret = test_status_pass;
102424 - ret = test_status_pass;