Home
last modified time | relevance | path

Searched refs:testfunc (Results 1 – 25 of 47) sorted by relevance

12

/external/python/cpython3/Lib/test/test_capi/
Dtest_opt.py107 def testfunc(x): function
114 testfunc(1000)
115 code, replace_code = testfunc.__code__, testfunc.__code__.replace()
228 def testfunc(x): function
235 testfunc(1000)
237 ex = get_first_executor(testfunc)
293 def testfunc(x): function
306 testfunc(20)
308 ex = get_first_executor(testfunc)
314 def testfunc(n): function
[all …]
/external/igt-gpu-tools/lib/tests/
Digt_exit_handler.c63 static int testfunc(enum test_type test_type) in testfunc() function
117 internal_assert(testfunc(SUC) == 0); in main()
119 internal_assert(testfunc(NORMAL) == 0); in main()
121 status = testfunc(FAIL); in main()
124 status = testfunc(SKIP); in main()
127 status = testfunc(SIG); in main()
/external/flac/microbench/
Dutil.c55 benchmark_function (void (*testfunc) (void), unsigned count) in benchmark_function()
63 testfunc(); in benchmark_function()
85 benchmark_function (void (*testfunc) (void), unsigned count) in benchmark_function()
93 testfunc(); in benchmark_function()
122 benchmark_function (void (*testfunc) (void), unsigned count) in benchmark_function()
129 testfunc () ; in benchmark_function()
158 benchmark_function (void (*testfunc) (void), unsigned count) in benchmark_function()
165 testfunc () ; in benchmark_function()
187 times [k] = benchmark_function (stats->testfunc, stats->loop_count) ; in benchmark_stats()
Dutil.h35 { void (*testfunc) (void) ; member
41 double benchmark_function (void (*testfunc) (void), unsigned count) ;
Dbenchmark_residual.c134 stats.testfunc = bench_shift ; in main()
142 stats.testfunc = bench_mult ; in main()
/external/llvm/test/Transforms/GlobalDCE/
D2003-07-01-SelfReference.ll4 ; CHECK-NOT: testfunc
8 define internal i1 @testfunc() {
10 %c = icmp eq i1 ()* %F, @testfunc ; <i1> [#uses=1]
/external/llvm/test/Transforms/Mem2Reg/
DConvertDebugInfo.ll3 define double @testfunc(i32 %i, double %j) nounwind ssp !dbg !1 {
39 !1 = distinct !DISubprogram(name: "testfunc", linkageName: "testfunc", line: 2, isLocal: false, isD…
40 !2 = !DIFile(filename: "testfunc.c", directory: "/tmp")
50 !12 = !DIFile(filename: "testfunc.c", directory: "/tmp")
Doptnone.ll5 ; CHECK-LABEL: @testfunc
8 define double @testfunc(i32 %i, double %j) optnone noinline {
DUndefValuesMerge.ll3 define i32 @testfunc(i1 %C, i32 %i, i8 %j) {
/external/ltp/testcases/kernel/syscalls/munmap/
Dmunmap03.c58 static void (*testfunc[])(void) = { test_einval1, test_einval2, test_einval3 }; variable
59 int TST_TOTAL = ARRAY_SIZE(testfunc);
73 (*testfunc[i])(); in main()
/external/ltp/testcases/kernel/syscalls/rename/
Drename11.c66 static void (*testfunc[])(void) = { test_eloop, test_erofs, test_emlink }; variable
68 int TST_TOTAL = ARRAY_SIZE(testfunc);
82 (*testfunc[i])(); in main()
/external/python/cpython3/Lib/test/
Dtest_quopri.py47 def withpythonimplementation(testfunc): argument
50 testfunc(self)
58 testfunc(self)
62 newtest.__name__ = testfunc.__name__
Dtest_profile.py13 from test.profilee import testfunc, timer
43 mod_name = testfunc.__module__.rsplit('.', 1)[1]
Dprofilee.py25 def testfunc(): function
/external/ltp/testcases/network/lib6/
Din6_01.c51 static void (*testfunc[])(void) = { test_in6_addr, variable
192 testfunc[i](); in do_test()
196 .tcnt = ARRAY_SIZE(testfunc),
Din6_02.c42 static void (*testfunc[])(void) = { if_nametoindex_test, if_indextoname_test, variable
254 testfunc[i](); in do_test()
258 .tcnt = ARRAY_SIZE(testfunc),
/external/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c71 static void (*testfunc[])(void) = { variable
81 int TST_TOTAL = ARRAY_SIZE(testfunc);
96 (*testfunc[i])(); in main()
/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c51 static void (*testfunc[])(void) = { testfunc_protnone, testfunc_protexec }; variable
54 int TST_TOTAL = ARRAY_SIZE(testfunc);
74 (*testfunc[i])(); in main()
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv07.c253 static void (*testfunc[])(void) = {test_msg_except, test_msg_noerror, variable
259 (*testfunc[n])(); in verify_msgcrv()
267 .tcnt = ARRAY_SIZE(testfunc),
/external/kmod/testsuite/
Dtestsuite.h27 typedef int (*testfunc)(const struct test *t); typedef
106 testfunc func;
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c69 static void (*testfunc[])(void) = { variable
77 int TST_TOTAL = ARRAY_SIZE(testfunc);
92 (*testfunc[i])(); in main()
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c46 void (*testfunc)(int); member
63 test_cases[i].testfunc(i); in do_test()
/external/pytorch/test/
Dtest_model_dump.py64 def webdriver_test(testfunc): argument
65 @functools.wraps(testfunc)
79 testfunc(self, wd, *args, **kwds)
/external/llvm/test/Verifier/
D2002-04-13-RetTypes.ll8 define i32 @testfunc() {
/external/llvm/test/Transforms/LICM/
Dbasictest.ll4 define void @testfunc(i32 %i) {

12