/external/swiftshader/third_party/subzero/crosstest/ |
D | mem_intrin_main.cpp | 20 #define do_test_variable(test_func) \ in testVariableLen() argument 24 int llc_result = test_func(buf, buf2, init_val, len); \ in testVariableLen() 25 int sz_result = Subzero_::test_func(buf, buf2, init_val, len); \ in testVariableLen() 31 STR(test_func), init_val, len, llc_result, sz_result); \ in testVariableLen() 43 #define do_test_fixed(test_func, NBYTES) \ in testFixedLen() argument 46 int llc_result = test_func##_##NBYTES(init_val); \ in testFixedLen() 47 int sz_result = Subzero_::test_func##_##NBYTES(init_val); \ in testFixedLen() 53 STR(test_func), init_val, NBYTES, llc_result, sz_result); \ in testFixedLen()
|
/external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/ |
D | binder1st.pass.cpp | 34 : public std::binder1st<test_func> 36 typedef std::binder1st<test_func> base; 38 test() : std::binder1st<test_func>(test_func(2), 30) {} in test() 43 std::unary_function<test_func::second_argument_type, in do_test() 44 test_func::result_type>, in do_test()
|
/external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/ |
D | binder2nd.pass.cpp | 34 : public std::binder2nd<test_func> 36 typedef std::binder2nd<test_func> base; 38 test() : std::binder2nd<test_func>(test_func(3), 4.5) {} in test() 43 std::unary_function<test_func::first_argument_type, in do_test() 44 test_func::result_type>, in do_test()
|
/external/harfbuzz_ng/test/api/ |
D | hb-test.h | 181 hb_test_func_t test_func) in hb_test_add_func() argument 184 g_test_add_func (normal_path, test_func); in hb_test_add_func() 192 hb_test_func_t test_func) in hb_test_add_func_flavor() argument 195 hb_test_add_func (path, test_func); in hb_test_add_func_flavor() 203 hb_test_data_func_t test_func) in hb_test_add_data_func() argument 206 g_test_add_data_func (normal_path, test_data, test_func); in hb_test_add_data_func() 215 hb_test_data_func_t test_func) in hb_test_add_data_func_flavor() argument 218 hb_test_add_data_func (path, test_data, test_func); in hb_test_add_data_func_flavor()
|
/external/libunwind/tests/ |
D | ia64-test-readonly-asm.S | 28 .global test_func symbol 29 .proc test_func label 30 test_func: label 50 .endp test_func
|
D | Gia64-test-readonly.c | 41 extern void test_func (void (*) (void)); 79 test_func (checker); in main()
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_set_ftrace_file.tc | 29 test_func() { 46 if cat=`test_func "$cat" "$1"`; then 49 if dd1=`test_func "$dd1" "$1"`; then 52 if dd100=`test_func "$dd100" "$1"`; then
|
/external/python/cpython2/Tools/iobench/ |
D | iobench.py | 281 def run_one_test(name, size, open_func, test_func, *args): argument 282 mode = test_func.file_open_mode 283 print_label(name, test_func) 287 n, real, cpu = run_during(1.5, lambda: test_func(f, *args)) 291 for test_func in tests: 292 if test_func is None: 295 if mode_filter in test_func.file_open_mode: 297 for s in test_func.file_sizes: 302 open_func, test_func, *args)
|
/external/python/cpython3/Tools/iobench/ |
D | iobench.py | 282 def run_one_test(name, size, open_func, test_func, *args): argument 283 mode = test_func.file_open_mode 284 print_label(name, test_func) 288 n, real, cpu = run_during(1.5, lambda: test_func(f, *args)) 292 for test_func in tests: 293 if test_func is None: 296 if mode_filter in test_func.file_open_mode: 298 for s in test_func.file_sizes: 303 open_func, test_func, *args)
|
/external/boringssl/src/fipstools/ |
D | cavp_ecdsa2_siggen_test.cc | 108 static bool (*test_func)(FileTest *, void *); in cavp_ecdsa2_siggen_test_main() local 110 test_func = TestECDSA2SigGen; in cavp_ecdsa2_siggen_test_main() 112 test_func = TestECDSA2SigGenComponent; in cavp_ecdsa2_siggen_test_main() 120 opts.callback = test_func; in cavp_ecdsa2_siggen_test_main()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open13.c | 58 static void (*test_func[])(void) = { variable 69 int TST_TOTAL = ARRAY_SIZE(test_func); 86 (*test_func[tc])(); in main()
|
D | open12.c | 54 static void (*test_func[])(void) = { test_append, test_noatime, test_cloexec, variable 57 int TST_TOTAL = ARRAY_SIZE(test_func); 71 (*test_func[i])(); in main()
|
/external/libcxx/test/std/utilities/any/any.class/any.cons/ |
D | in_place_type.pass.cpp | 116 void test_func() {} in test_func() function 120 using Type = decltype(test_func); in test_in_place_type_decayed() 122 any a(std::in_place_type<Type>, test_func); in test_in_place_type_decayed() 124 assert(any_cast<DecayT>(a) == test_func); in test_in_place_type_decayed()
|
/external/clang/test/CodeGenOpenCL/ |
D | const-str-array-decay.cl | 3 int test_func(constant char* foo); 6 test_func("Test string literal");
|
/external/ltp/testcases/kernel/syscalls/mlock/ |
D | mlock02.c | 59 static void (*test_func[])(void) = { test_enomem1, test_enomem2, test_eperm }; variable 61 int TST_TOTAL = ARRAY_SIZE(test_func); 74 (*test_func[i])(); in main()
|
/external/libcxx/test/std/depr/depr.lib.binders/ |
D | test_func.h | 13 class test_func 21 explicit test_func(int id) : id_(id) {} in test_func() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | lea-opt-cse1.ll | 7 define void @test_func(%struct.SA* nocapture %ctx, i32 %n) local_unnamed_addr { 8 ; X64-LABEL: test_func: 19 ; X86-LABEL: test_func:
|
/external/python/cpython2/Tools/scripts/ |
D | find_recursionlimit.py | 96 test_func = globals()[test_func_name] 98 test_func()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.implicit.buffer.ptr.hsa.ll | 12 ; ERROR: in function test_func{{.*}}: non-hsa intrinsic with hsa target 13 define void @test_func(i32 addrspace(1)* %out) #1 {
|
/external/python/cpython3/Tools/scripts/ |
D | find_recursionlimit.py | 104 test_func = globals()[test_func_name] 106 test_func()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/alignment/ |
D | alignment_handler.c | 132 void (*test_func)(char *, char *)) in test_memcpy() 145 test_func(s, d); /* run the actual test */ in test_memcpy() 195 int do_test(char *test_name, void (*test_func)(char *, char *)) in do_test() 247 r |= test_memcpy(ci1, ci0, width, offset, test_func); in do_test() 248 r |= test_memcpy(mem1, mem0, width, offset, test_func); in do_test()
|
/external/libvpx/libvpx/test/ |
D | test_intra_pred_speed.cc | 162 #define INTRA_PRED_TEST(arch, test_func, dc, dc_left, dc_top, dc_128, v, h, \ argument 164 TEST(arch, test_func) { \ 168 test_func(vpx_intra_pred); \ 435 #define HIGHBD_INTRA_PRED_TEST(arch, test_func, dc, dc_left, dc_top, dc_128, \ argument 437 TEST(arch, test_func) { \ 441 test_func(vpx_intra_pred); \
|
/external/python/cpython3/Lib/lib2to3/ |
D | btm_utils.py | 274 def rec_test(sequence, test_func): argument 279 yield from rec_test(x, test_func) 281 yield test_func(x)
|
/external/libaom/libaom/test/ |
D | encodetxb_test.cc | 195 void RunTest(av1_txb_init_levels_func test_func, int tx_size, int is_speed); 198 void EncodeTxbInitLevelTest::RunTest(av1_txb_init_levels_func test_func, in RunTest() argument 225 test_func(coeff, width, height, levels1); in RunTest()
|
/external/python/cpython2/Lib/lib2to3/ |
D | btm_utils.py | 275 def rec_test(sequence, test_func): argument 280 for y in rec_test(x, test_func): 283 yield test_func(x)
|