/external/python/cpython2/Lib/test/ |
D | test_pdb.py | 363 test_fn = '.\\test_mod.py' 365 with open(test_fn, 'w') as f: 367 self.addCleanup(os.remove, test_fn) 368 cmd = [sys.executable, '-m', 'pdb', test_fn,]
|
/external/boringssl/src/fipstools/ |
D | cavp_aes_gcm_test.cc | 139 bool (*test_fn)(FileTest * t, void *arg); in cavp_aes_gcm_test_main() local 141 test_fn = &TestAEADEncrypt; in cavp_aes_gcm_test_main() 143 test_fn = &TestAEADDecrypt; in cavp_aes_gcm_test_main() 158 opts.callback = test_fn; in cavp_aes_gcm_test_main()
|
D | cavp_tdes_test.cc | 334 FileTestFunc test_fn = test_mode == TestCtx::kKAT ? &TestKAT : &TestMCT; in cavp_tdes_test_main() local 337 opts.callback = test_fn; in cavp_tdes_test_main()
|
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/ |
D | any_cast_pointer.pass.cpp | 150 void test_fn() {} in test_fn() function 154 std::any a(test_fn); in test_cast_function_pointer() 159 assert(fn_ptr == test_fn); in test_cast_function_pointer()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | va_struct2.c | 29 test_fn (int n, ...) in test_fn() function 117 ffi_call(&cif, FFI_FN(test_fn), &res, args); in main()
|
D | va_struct1.c | 29 test_fn (int n, ...) in test_fn() function 115 ffi_call(&cif, FFI_FN(test_fn), &res, args); in main()
|
D | cls_struct_va1.c | 27 test_fn (ffi_cif* cif __UNUSED__, void* resp, in test_fn() function 106 CHECK(ffi_prep_closure_loc(pcl, &cif, test_fn, NULL, code) == FFI_OK); in main()
|
D | va_struct3.c | 29 test_fn (int n, ...) in test_fn() function 119 ffi_call(&cif, FFI_FN(test_fn), &res, args); in main()
|
D | va_1.c | 29 test_fn (int n, ...) in test_fn() function 190 ffi_call(&cif, FFI_FN(test_fn), &res, args); in main()
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
D | bitcast.ll | 15 define spir_kernel void @test_fn(<2 x i8> addrspace(1)* nocapture readonly %src, i16 addrspace(1)* … 44 !0 = !{void (<2 x i8> addrspace(1)*, i16 addrspace(1)*)* @test_fn, !1, !2, !3, !4, !5}
|
D | OpGroupAsyncCopy.ll | 19 define spir_kernel void @test_fn(<2 x i8> addrspace(1)* %src, <2 x i8> addrspace(1)* %dst, <2 x i8>… 134 …drspace(1)*, <2 x i8> addrspace(1)*, <2 x i8> addrspace(3)*, i32, i32)* @test_fn, !1, !2, !3, !4, …
|
/external/spirv-llvm/test/SPIRV/ |
D | image-unoptimized.ll | 11 define spir_kernel void @test_fn(%opencl.image2d_t addrspace(1)* %srcimg, i32 %sampler, <4 x float>… 68 !0 = !{void (%opencl.image2d_t addrspace(1)*, i32, <4 x float> addrspace(1)*)* @test_fn, !1, !2, !3…
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 340 * testsuite/libffi.call/cls_struct_va1.c (test_fn): Likewise.
|