Home
last modified time | relevance | path

Searched refs:test_func (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dmem_intrin_main.cpp20 #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()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dhb-test.h191 hb_test_func_t test_func) in hb_test_add_func() argument
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() argument
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() argument
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() argument
228 hb_test_add_data_func (path, test_data, test_func); in hb_test_add_data_func_flavor()
/third_party/libunwind/libunwind/tests/
Dia64-test-readonly-asm.S28 .global test_func symbol
29 .proc test_func label
30 test_func: label
50 .endp test_func
DGia64-test-readonly.c41 extern void test_func (void (*) (void));
79 test_func (checker); in main()
/third_party/python/Lib/unittest/test/
Dtest_async_case.py33 async def test_func(self): member in TestAsyncCase.test_full_cycle.Test
92 async def test_func(self): member in TestAsyncCase.test_exception_in_setup.Test
126 async def test_func(self): member in TestAsyncCase.test_exception_in_test.Test
161 async def test_func(self): member in TestAsyncCase.test_exception_in_tear_down.Test
196 async def test_func(self): member in TestAsyncCase.test_exception_in_tear_clean_up.Test
236 async def test_func(self): member in TestAsyncCase.test_cleanups_interleave_order.Test
309 async def test_func(self): member in TestAsyncCase.test_debug_cleanup_same_loop.Test
/third_party/python/Tools/iobench/
Diobench.py282 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)
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen13.c58 static void (*test_func[])(void) = { variable
69 int TST_TOTAL = ARRAY_SIZE(test_func);
86 (*test_func[tc])(); in main()
Dopen12.c53 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/
Dwebperftestharnessextension.js30 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/ffmpeg/libavcodec/tests/
Dmotion.c68 me_cmp_func test_func, me_cmp_func ref_func) in test_motion() argument
84 d1 = test_func(NULL, img1, ptr, WIDTH, 8); in test_motion()
101 d1 += test_func(NULL, img1, ptr, WIDTH, 8); in test_motion()
/third_party/openssl/test/
Dsysdefaulttest.c21 static int test_func(void) in test_func() function
43 ADD_TEST(test_func); in setup_tests()
Dsslbuffertest.c46 static int test_func(int test) in test_func() function
175 ADD_ALL_TESTS(test_func, 9); in setup_tests()
/third_party/ffmpeg/tests/checkasm/
Dmotion.c38 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/skia/third_party/externals/spirv-cross/shaders/legacy/vert/
Dswitch-nested.legacy.vert17 vec4 test_func(bool b)
27 gl_Position = test_func(func_arg != 0);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/legacy/vert/
Dswitch-nested.legacy.vert23 vec4 test_func(bool b)
39 gl_Position = test_func(param);
/third_party/ltp/include/
Dlibsigwait.h17 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/
Dtest-algs.cc32 test_func (int a, char **b) in test_func() function
60 hb_invoke (test_func, 0, nullptr); in main()
/third_party/python/Tools/scripts/
Dfind_recursionlimit.py104 test_func = globals()[test_func_name]
106 test_func()
/third_party/ffmpeg/libavformat/tests/
Dfifo_muxer.c182 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/python/Lib/lib2to3/
Dbtm_utils.py274 def rec_test(sequence, test_func): argument
279 yield from rec_test(x, test_func)
281 yield test_func(x)
/third_party/musl/libc-test/src/functional/
Dtest-mallinfo.c117 int (*test_func)(int), in test_and_report()
122 if (!test_func(test_func_arg)) { in test_and_report()
/third_party/skia/tests/
DGpuDrawPathTest.cpp77 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/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c422 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/test/libregrtest/
Drefleak.py23 def dash_R(ns, test_name, test_func): argument
90 test_func()
/third_party/optimized-routines/math/test/
Dmathtest.c110 } test_func; typedef
114 return strcmp(((test_func*)a)->name, ((test_func*)b)->name); in compare_tfuncs()
203 test_func tfuncs[] = {
334 test_func *func;
469 static test_func* find_testfunc(char *word) { in find_testfunc()
472 asize = sizeof(tfuncs)/sizeof(test_func); in find_testfunc()
1575 qsort(tfuncs, sizeof(tfuncs)/sizeof(test_func), sizeof(test_func), &compare_tfuncs); in main()

12