/external/jemalloc/test/stress/ |
D | microbench.c | 27 test_fail("Unexpected mallocx() failure"); in compare_funcs() 49 test_fail("Unexpected malloc() failure"); in malloc_free() 60 test_fail("Unexpected mallocx() failure"); in mallocx_free() 79 test_fail("Unexpected malloc() failure"); in malloc_dallocx() 90 test_fail("Unexpected malloc() failure"); in malloc_sdallocx() 119 test_fail("Unexpected malloc() failure"); in malloc_mus_free() 133 test_fail("Unexpected malloc() failure"); in malloc_sallocx_free() 137 test_fail("Unexpected sallocx() failure"); in malloc_sallocx_free() 156 test_fail("Unexpected malloc() failure"); in malloc_nallocx_free() 160 test_fail("Unexpected nallocx() failure"); in malloc_nallocx_free()
|
/external/e2fsprogs/lib/ext2fs/ |
D | tst_badblocks.c | 66 static int test_fail = 0; variable 117 test_fail++; in print_list() 132 test_fail++; in validate_test_seq() 153 test_fail++; in do_test_seq() 164 test_fail++; in do_test_seq() 202 test_fail++; in file_test() 214 test_fail++; in invalid_proc() 256 test_fail++; in file_test_invalid() 264 test_fail++; in file_test_invalid() 323 test_fail++; in main() [all …]
|
/external/jemalloc/test/unit/ |
D | fork.c | 26 test_fail("Unexpected fork() failure"); in TEST_BEGIN() 36 test_fail("Unexpected waitpid() failure"); in TEST_BEGIN() 38 test_fail("Unexpected child termination due to " in TEST_BEGIN() 44 test_fail( in TEST_BEGIN()
|
D | pack.c | 53 test_fail("Unable to compute nregs_per_run"); in binind_compute()
|
/external/autotest/client/site_tests/security_SysVIPC/ |
D | security_SysVIPC.py | 75 test_fail = False 85 test_fail = True 97 test_fail = True 105 test_fail = True 109 if test_fail:
|
/external/jemalloc/test/integration/ |
D | allocated.c | 24 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start() 31 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start() 42 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start() 50 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
|
D | thread_arena.c | 24 test_fail("Error in mallctl(): %s", buf); in thd_start() 33 test_fail("Error in mallctl(): %s", buf); in thd_start() 59 test_fail("Error in mallctl(): %s", buf); in TEST_BEGIN()
|
D | posix_memalign.c | 103 test_fail( in TEST_BEGIN()
|
D | aligned_alloc.c | 109 test_fail( in TEST_BEGIN()
|
D | rallocx.c | 104 test_fail("Allocation at %p (len=%zu) contains %#x " in validate_fill()
|
/external/jemalloc/test/src/ |
D | thd.c | 10 test_fail("Error in CreateThread()\n"); in thd_create() 30 test_fail("Error in pthread_create()\n"); in thd_create()
|
D | test.c | 23 test_fail(const char *format, ...) in test_fail() function
|
/external/autotest/server/site_tests/network_FirewallHolePunchServer/ |
D | network_FirewallHolePunchServer.py | 58 def functional_test(self, test_error, test_fail, connected): argument 77 raise error.TestFail(test_fail)
|
/external/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 330 int test_fail; member 921 tcs->tcid, tc_ptr->tcid, tc_ptr->test_fail, in do_syscalltests() 936 if (tc_ptr->test_fail) { in do_syscalltests()
|
/external/jemalloc/test/include/test/ |
D | test.h | 326 void test_fail(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|
/external/autotest/client/common_lib/hosts/ |
D | repair_unittest.py | 409 def test_fail(self): member in VerifyTests
|
/external/python/cpython2/Doc/library/ |
D | unittest.rst | 622 def test_fail(self):
|