/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() 215 test_fail++; in invalid_proc() 238 test_fail++; in file_test_invalid() 244 test_fail++; in file_test_invalid() 254 test_fail++; in file_test_invalid() [all …]
|
/external/jemalloc_new/test/stress/ |
D | microbench.c | 27 test_fail("Unexpected mallocx() failure"); in compare_funcs() 48 test_fail("Unexpected malloc() failure"); in malloc_free() 58 test_fail("Unexpected mallocx() failure"); in mallocx_free() 74 test_fail("Unexpected malloc() failure"); in malloc_dallocx() 84 test_fail("Unexpected malloc() failure"); in malloc_sdallocx() 108 test_fail("Unexpected malloc() failure"); in malloc_mus_free() 121 test_fail("Unexpected malloc() failure"); in malloc_sallocx_free() 125 test_fail("Unexpected sallocx() failure"); in malloc_sallocx_free() 142 test_fail("Unexpected malloc() failure"); in malloc_nallocx_free() 146 test_fail("Unexpected nallocx() failure"); in malloc_nallocx_free()
|
/external/jemalloc_new/test/unit/ |
D | fork.c | 13 test_fail("Unexpected waitpid() failure."); in wait_for_child_exit() 16 test_fail("Unexpected child termination due to " in wait_for_child_exit() 22 test_fail("Unexpected child exit value %d", in wait_for_child_exit() 62 test_fail("Unexpected fork() failure"); in TEST_BEGIN() 82 test_fail("Unexpected fork() failure"); in do_fork_thd() 87 test_fail("Exec failed"); in do_fork_thd() 121 test_fail("Unexpected fork() failure,"); in TEST_BEGIN()
|
D | pack.c | 45 test_fail("Unable to compute nregs_per_run"); in binind_compute()
|
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_get_program_il.cpp | 47 test_fail("ERROR: SPIRV file %s not found!\n", spvName); in TEST_SPIRV_FUNC() 58 test_fail("ERROR: Unable to create test program!\n"); in TEST_SPIRV_FUNC() 69 test_fail("ERROR: Returned IL size is not the same as source IL " in TEST_SPIRV_FUNC() 77 test_fail("ERROR: Returned IL is not the same as source IL!\n"); in TEST_SPIRV_FUNC() 89 test_fail("ERROR: Unable to create test program!\n"); in TEST_SPIRV_FUNC() 99 test_fail( in TEST_SPIRV_FUNC()
|
/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/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | verify-liveness-at-def.mir | 18 name: test_fail 41 # CHECK_SUB-NEXT: function: test_fail 48 # CHECK-SUB-NEXT: function: test_fail 55 # CHECK-SUB-NEXT: function: test_fail 60 # CHECK-SUB-NEXT: function: test_fail 71 # CHECK-NOSUB-NEXT: function: test_fail
|
/external/jemalloc_new/test/integration/ |
D | allocated.c | 24 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start() 32 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start() 44 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start() 53 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
|
D | thread_arena.c | 23 test_fail("Error in mallctl(): %s", buf); in thd_start() 32 test_fail("Error in mallctl(): %s", buf); in thd_start() 45 test_fail("Error in mallctl(): %s", buf); in mallctl_failure()
|
D | posix_memalign.c | 98 test_fail( in TEST_BEGIN()
|
D | aligned_alloc.c | 104 test_fail( in TEST_BEGIN()
|
D | rallocx.c | 96 test_fail("Allocation at %p (len=%zu) contains %#x " in validate_fill()
|
/external/jemalloc_new/test/src/ |
D | thd.c | 9 test_fail("Error in CreateThread()\n"); in thd_create() 26 test_fail("Error in pthread_create()\n"); in thd_create()
|
D | test.c | 79 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/autotest/server/cros/tradefed/ |
D | tradefed_utils.py | 122 test_fail = test.find('Failure') 123 failed_message = test_fail.get('message') 124 failed_stacktrace = test_fail.find('StackTrace').text
|
/external/python/cpython3/Lib/unittest/test/ |
D | _test_warnings.py | 28 def test_fail(self): member in TestWarnings
|
/external/rust/crates/tokio-macros/src/ |
D | lib.rs | 313 pub fn test_fail(_args: TokenStream, _item: TokenStream) -> TokenStream { in test_fail() function
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_queries.cpp | 144 test_fail("ERROR: Sampler %s did not validate!\n", name); in sampler_param_test() 148 test_fail("ERROR: Returned size of sampler %s does not validate! " in sampler_param_test() 337 test_fail("ERROR: Command queue %s did not validate!\n", name); in command_queue_param_test() 341 test_fail("ERROR: Returned size of command queue %s does not validate! " in command_queue_param_test()
|
/external/rust/crates/tokio/src/ |
D | lib.rs | 473 pub use tokio_macros::test_fail as test;
|
/external/arm-optimized-routines/math/test/ |
D | mathtest.c | 937 test_fail, /* was a test, and failed */ enumerator 1076 return test_fail; in runtest() 1109 return test_fail; in runtest() 1490 return *failtext ? test_fail : test_pass; in runtest() 1519 } else if (res == test_fail) { in runtests()
|
/external/llvm-project/libc/AOR_v20.02/math/test/ |
D | mathtest.c | 938 test_fail, /* was a test, and failed */ enumerator 1077 return test_fail; in runtest() 1110 return test_fail; in runtest() 1491 return *failtext ? test_fail : test_pass; in runtest() 1520 } else if (res == test_fail) { in runtests()
|
/external/OpenCL-CTS/test_common/harness/ |
D | errorHelpers.h | 64 #define test_fail(msg, ...) \ macro
|
/external/python/cpython3/Lib/test/support/ |
D | testresult.py | 184 def test_fail(self): member in TestTests
|
/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()
|