/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/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
|
/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/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/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/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)
|
/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()
|
/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
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_arit.c | 422 LLVMValueRef test_func; in test_unary() local 442 test_func = build_unary_test_func(gallivm, test, length, test_name); in test_unary() 446 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func); in test_unary()
|
/third_party/python/Lib/lib2to3/ |
H A D | btm_utils.py | 273 def rec_test(sequence, test_func): 274 """Tests test_func on all items of sequence and items of included 278 yield from rec_test(x, test_func) 280 yield test_func(x)
|
/third_party/skia/tests/ |
H A D | GpuDrawPathTest.cpp | 77 for (auto& test_func : { &test_drawPathEmpty, &test_drawSameRectOvals }) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 86 test_func(reporter, surface->getCanvas()); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
H A D | test-PR24731-v0.c | 3 void test_func(union u var) { in test_func() function
|
H A D | test-PR24731-v1.c | 3 void test_func(union u var) { in test_func() function
|