| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
| H A D | mem_intrin_main.cpp | 20 #define do_test_variable(test_func) \ in testVariableLen() 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() 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()
|
| /third_party/libunwind/libunwind/tests/ |
| H A D | ia64-test-readonly-asm.S | 28 .global test_func 29 .proc test_func 30 test_func: label 50 .endp test_func
|
| H A D | Gia64-test-readonly.c | 41 extern void test_func (void (*) (void)); 79 test_func (checker); in main()
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | hb-test.h | 191 hb_test_func_t test_func) in hb_test_add_func() 194 g_test_add_func (normal_path, test_func); in hb_test_add_func() 202 hb_test_func_t test_func) in hb_test_add_func_flavor() 205 hb_test_add_func (path, test_func); in hb_test_add_func_flavor() 213 hb_test_data_func_t test_func) in hb_test_add_data_func() 216 g_test_add_data_func (normal_path, test_data, test_func); in hb_test_add_data_func() 225 hb_test_data_func_t test_func) in hb_test_add_data_func_flavor() 228 hb_test_add_data_func (path, test_data, test_func); in hb_test_add_data_func_flavor() 190 hb_test_add_func(const char *test_path, hb_test_func_t test_func) hb_test_add_func() argument 200 hb_test_add_func_flavor(const char *test_path, const char *flavor, hb_test_func_t test_func) hb_test_add_func_flavor() argument 211 hb_test_add_data_func(const char *test_path, gconstpointer test_data, hb_test_data_func_t test_func) hb_test_add_data_func() argument 222 hb_test_add_data_func_flavor(const char *test_path, const char *flavor, gconstpointer test_data, hb_test_data_func_t test_func) hb_test_add_data_func_flavor() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
| H A D | lam.c | 77 int (*test_func)(struct testcases *test); member 662 ret = test->test_func(test); in fork_test() 837 .test_func = handle_uring, 844 .test_func = handle_uring, 853 .test_func = handle_malloc, 860 .test_func = handle_malloc, 867 .test_func = handle_max_bits, 876 .test_func = handle_syscall, 883 .test_func = handle_syscall, 894 .test_func [all...] |
| /third_party/ltp/testcases/kernel/syscalls/open/ |
| H A D | open13.c | 58 static void (*test_func[])(void) = { variable 69 int TST_TOTAL = ARRAY_SIZE(test_func); 86 (*test_func[tc])(); in main()
|
| H A D | open12.c | 53 static void (*test_func[])(void) = { test_append, test_noatime, test_cloexec, variable 56 int TST_TOTAL = ARRAY_SIZE(test_func); 70 (*test_func[i])(); in main()
|
| /third_party/python/Tools/iobench/ |
| H A D | iobench.py | 282 def run_one_test(name, size, open_func, test_func, *args): 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)
|
| /third_party/python/Lib/unittest/test/ |
| H A D | test_async_case.py | 78 async def test_func(self): member in TestAsyncCase.test_full_cycle.Test 129 test = Test("test_func") 138 test = Test("test_func") 153 async def test_func(self): member in TestAsyncCase.test_exception_in_setup.Test 164 test = Test("test_func") 171 test = Test("test_func") 188 async def test_func(self): member in TestAsyncCase.test_exception_in_test.Test 200 test = Test("test_func") 207 test = Test("test_func") 224 async def test_func(sel member in TestAsyncCase.test_exception_in_tear_down.Test 260 async def test_func(self): global() member in TestAsyncCase.test_exception_in_tear_clean_up.Test 332 async def test_func(self): global() member in TestAsyncCase.test_cleanups_interleave_order.Test 400 async def test_func(slf): global() member in TestAsyncCase.test_enterAsyncContext.Test 414 async def test_func(slf): global() member in TestAsyncCase.test_enterAsyncContext_arg_errors.Test 435 async def test_func(self): global() member in TestAsyncCase.test_debug_cleanup_same_loop.Test [all...] |
| /third_party/node/test/fixtures/wpt/user-timing/resources/ |
| H A D | webperftestharnessextension.js | 30 let test_func; 33 test_func = assert_throws_js; 36 test_func = assert_throws_dom; 39 wp_test(function() { test_func(exception, function() {eval(func_str)}, msg); }, msg);
|
| /third_party/openssl/test/ |
| H A D | sysdefaulttest.c | 21 static int test_func(void) in test_func() function 43 ADD_TEST(test_func); in setup_tests()
|
| H A D | sslbuffertest.c | 46 static int test_func(int test) in test_func() function 175 ADD_ALL_TESTS(test_func, 9); in setup_tests()
|
| /third_party/ffmpeg/libavcodec/tests/ |
| H A D | motion.c | 68 me_cmp_func test_func, me_cmp_func ref_func) in test_motion() 84 d1 = test_func(NULL, img1, ptr, WIDTH, 8); in test_motion() 101 d1 += test_func(NULL, img1, ptr, WIDTH, 8); in test_motion() 67 test_motion(const char *name, me_cmp_func test_func, me_cmp_func ref_func) test_motion() argument
|
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | motion.c | 38 static void test_motion(const char *name, me_cmp_func test_func) in test_motion() argument 59 if (test_func == NULL) { in test_motion() 67 if (check_func(test_func, "%s", name)) { in test_motion()
|
| /third_party/python/Lib/test/ |
| H A D | _test_venv_multiprocessing.py | 15 def test_func(): function 33 test_pool = multiprocessing.Process(target=test_func)
|
| /kernel/linux/linux-5.10/fs/btrfs/tests/ |
| H A D | free-space-tree-tests.c | 423 static int run_test(test_func_t test_func, int bitmaps, u32 sectorsize, in run_test() argument 496 ret = test_func(&trans, root->fs_info, cache, path, alignment); in run_test() 521 static int run_test_both_formats(test_func_t test_func, u32 sectorsize, in run_test_both_formats() argument 527 ret = run_test(test_func, 0, sectorsize, nodesize, alignment); in run_test_both_formats() 531 test_func, sectorsize, nodesize, alignment); in run_test_both_formats() 535 ret = run_test(test_func, 1, sectorsize, nodesize, alignment); in run_test_both_formats() 539 test_func, sectorsize, nodesize, alignment); in run_test_both_formats()
|
| /kernel/linux/linux-6.6/fs/btrfs/tests/ |
| H A D | free-space-tree-tests.c | 424 static int run_test(test_func_t test_func, int bitmaps, u32 sectorsize, in run_test() argument 500 ret = test_func(&trans, root->fs_info, cache, path, alignment); in run_test() 525 static int run_test_both_formats(test_func_t test_func, u32 sectorsize, in run_test_both_formats() argument 531 ret = run_test(test_func, 0, sectorsize, nodesize, alignment); in run_test_both_formats() 535 test_func, sectorsize, nodesize, alignment); in run_test_both_formats() 539 ret = run_test(test_func, 1, sectorsize, nodesize, alignment); in run_test_both_formats() 543 test_func, sectorsize, nodesize, alignment); in run_test_both_formats()
|
| /third_party/ltp/include/ |
| H A D | libsigwait.h | 17 typedef void (*test_func) (swi_func, int, enum tst_ts_type type); typedef 20 test_func tf;
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | test-algs.cc | 32 test_func (int a, char **b) in test_func() function 60 hb_invoke (test_func, 0, nullptr); in main()
|
| /third_party/python/Tools/scripts/ |
| H A D | find_recursionlimit.py | 104 test_func = globals()[test_func_name] 106 test_func()
|
| /third_party/ffmpeg/libavformat/tests/ |
| H A D | fifo_muxer.c | 182 int (*test_func)(AVFormatContext *, AVDictionary **, member 231 ret = test->test_func(oc, &opts, pkt, &test->pkt_data); in run_test() 274 for (i = 0; tests[i].test_func; i++) { in main()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/ |
| H A D | alignment_handler.c | 167 void (*test_func)(char *, char *)) in test_memcpy() 180 test_func(s, d); /* run the actual test */ in test_memcpy() 230 int do_test(char *test_name, void (*test_func)(char *, char *)) in do_test() 287 r |= test_memcpy(ci1, ci0, width, offset, test_func); in do_test() 288 r |= test_memcpy(mem1, mem0, width, offset, test_func); in do_test()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/alignment/ |
| H A D | alignment_handler.c | 158 void (*test_func)(char *, char *)) in test_memcpy() 171 test_func(s, d); /* run the actual test */ in test_memcpy() 221 int do_test(char *test_name, void (*test_func)(char *, char *)) in do_test() 278 r |= test_memcpy(ci1, ci0, width, offset, test_func); in do_test() 279 r |= test_memcpy(mem1, mem0, width, offset, test_func); in do_test()
|
| /third_party/musl/libc-test/src/functional/ |
| H A D | test-mallinfo.c | 117 int (*test_func)(int), in test_and_report() 122 if (!test_func(test_func_arg)) { in test_and_report() 116 test_and_report( int (*test_func)(int), int test_func_arg, const char *message) test_and_report() argument
|
| /third_party/musl/libc-test/src/functionalext/symver/ |
| H A D | reloc_symver_dso.c | 19 void test_func() in test_func() function
|