Home
last modified time | relevance | path

Searched refs:test_fn (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_pdb.py363 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/
Dcavp_aes_gcm_test.cc139 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()
Dcavp_tdes_test.cc334 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/
Dany_cast_pointer.pass.cpp150 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/
Dva_struct2.c29 test_fn (int n, ...) in test_fn() function
117 ffi_call(&cif, FFI_FN(test_fn), &res, args); in main()
Dva_struct1.c29 test_fn (int n, ...) in test_fn() function
115 ffi_call(&cif, FFI_FN(test_fn), &res, args); in main()
Dcls_struct_va1.c27 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()
Dva_struct3.c29 test_fn (int n, ...) in test_fn() function
119 ffi_call(&cif, FFI_FN(test_fn), &res, args); in main()
Dva_1.c29 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/
Dbitcast.ll15 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}
DOpGroupAsyncCopy.ll19 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/
Dimage-unoptimized.ll11 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/
DChangeLog.libffi-3.1340 * testsuite/libffi.call/cls_struct_va1.c (test_fn): Likewise.