Home
last modified time | relevance | path

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

/external/jemalloc/test/src/
Dtest.c5 static test_status_t test_status = test_status_pass;
39 case test_status_pass: return "pass"; in test_status_string()
51 test_status = test_status_pass; in p_test_init()
81 ret = test_status_pass; in p_test_impl()
89 test_status_string(test_status_pass), in p_test_impl()
90 test_counts[test_status_pass], test_count, in p_test_impl()
105 ret = test_status_pass; in p_test()
119 ret = test_status_pass; in p_test_no_malloc_init()
/external/jemalloc/test/include/test/
Dtest.h290 test_status_pass = 0, enumerator