Home
last modified time | relevance | path

Searched refs:testfunc (Results 1 - 25 of 39) sorted by relevance

12

/third_party/node/test/fixtures/wpt/wasm/jsapi/function/
H A Dtable.tentative.any.js4 function testfunc(n) {} function
8 var func1 = new WebAssembly.Function({parameters: ["i32"], results: []}, testfunc)
10 var func2 = new WebAssembly.Function({parameters: ["f32"], results: []}, testfunc)
12 var func3 = new WebAssembly.Function({parameters: ["i64"], results: []}, testfunc)
/third_party/lwip/test/unit/
H A Dlwip_check.h20 } testfunc; typedef
30 typedef const TTest * testfunc; typedef
41 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown);
H A Dlwip_unittests.c24 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown) in create_suite()
/third_party/ltp/testcases/kernel/syscalls/setpgid/
H A Dsetpgid01.c56 static void (*testfunc[])(void) = { setpgid_test1, setpgid_test2}; variable
57 int TST_TOTAL = ARRAY_SIZE(testfunc);
71 (*testfunc[i])(); in main()
/third_party/ltp/testcases/kernel/syscalls/munmap/
H A 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()
/third_party/ltp/testcases/kernel/syscalls/rename/
H A 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()
/third_party/python/Lib/test/
H A Dtest_quopri.py47 def withpythonimplementation(testfunc):
50 testfunc(self)
58 testfunc(self)
62 newtest.__name__ = testfunc.__name__
H A Dtest_profile.py13 from test.profilee import testfunc, timer namespace
35 prof.runctx("testfunc()", globals(), locals())
43 mod_name = testfunc.__module__.rsplit('.', 1)[1]
97 self.profilermodule.runctx("testfunc()", globals(), locals())
98 self.profilermodule.runctx("testfunc()", globals(), locals(),
171 1 269.996 269.996 999.769 999.769 profilee.py:25(testfunc)
186 profilee.py:25(testfunc) <- <string>:1(<module>)(1) 999.767
187 profilee.py:35(factorial) <- profilee.py:25(testfunc)(1) 999.769
191 profilee.py:55(helper) <- profilee.py:25(testfunc)(2) 999.769
199 <string>:1(<module>) -> profilee.py:25(testfunc)(
[all...]
H A Dprofilee.py25 def testfunc(): function
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_key_create.c45 void testfunc(void *arg) in testfunc() function
71 int32_t ret = pthread_key_create(&g_key, testfunc); in pthread_key_create_0200()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
H A Dmsgrcv07.c253 static void (*testfunc[])(void) = {test_msg_except, test_msg_noerror, variable
259 (*testfunc[n])(); in verify_msgcrv()
267 .tcnt = ARRAY_SIZE(testfunc),
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat02.c71 static void (*testfunc[])(void) = { variable
81 int TST_TOTAL = ARRAY_SIZE(testfunc);
96 (*testfunc[i])(); in main()
/third_party/ltp/testcases/kernel/syscalls/mprotect/
H A Dmprotect04.c51 static void (*testfunc[])(void) = { testfunc_protnone, testfunc_protexec }; variable
54 int TST_TOTAL = ARRAY_SIZE(testfunc);
74 (*testfunc[i])(); in main()
/third_party/ltp/testcases/network/lib6/
H A 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),
H A Din6_01.c51 static void (*testfunc[])(void) = { test_in6_addr, variable
192 testfunc[i](); in do_test()
196 .tcnt = ARRAY_SIZE(testfunc),
/third_party/lwip/test/unit/core/
H A Dtest_def.c80 testfunc tests[] = { in def_suite()
83 return create_suite("DEF", tests, sizeof(tests)/sizeof(testfunc), def_setup, def_teardown); in def_suite()
H A Dtest_mem.c217 testfunc tests[] = { in mem_suite()
223 return create_suite("MEM", tests, sizeof(tests)/sizeof(testfunc), mem_setup, mem_teardown); in mem_suite()
H A Dtest_netif.c275 testfunc tests[] = { in netif_suite()
280 return create_suite("NETIF", tests, sizeof(tests)/sizeof(testfunc), netif_setup, netif_teardown); in netif_suite()
/third_party/lwip/test/unit/ip6/
H A Dtest_ip6.c331 testfunc tests[] = { in ip6_suite()
339 return create_suite("IPv6", tests, sizeof(tests)/sizeof(testfunc), ip6_setup, ip6_teardown); in ip6_suite()
354 testfunc tests[] = { in ip6_suite()
357 return create_suite("IPv6", tests, sizeof(tests)/sizeof(testfunc), NULL, NULL); in ip6_suite()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl31.c69 static void (*testfunc[])(void) = { variable
77 int TST_TOTAL = ARRAY_SIZE(testfunc);
92 (*testfunc[i])(); in main()
/third_party/ltp/testcases/kernel/syscalls/clone/
H A Dclone08.c46 void (*testfunc)(int); member
63 test_cases[i].testfunc(i); in do_test()
/third_party/lwip/test/unit/mqtt/
H A Dtest_mqtt.c111 testfunc tests[] = { in mqtt_suite()
114 return create_suite("MQTT", tests, sizeof(tests)/sizeof(testfunc), mqtt_setup, mqtt_teardown); in mqtt_suite()
/third_party/libcoap/examples/
H A Detsi_testcases.sh4 testfunc=$1
5 logfile=$LOGDIR/"$testfunc"_$(date +%s).dump
/third_party/lwip/test/unit/ip4/
H A Dtest_ip4.c156 testfunc tests[] = { in ip4_suite()
159 return create_suite("IPv4", tests, sizeof(tests)/sizeof(testfunc), ip4_setup, ip4_teardown); in ip4_suite()
/third_party/lwip/test/unit/etharp/
H A Dtest_etharp.c268 testfunc tests[] = { in etharp_suite()
271 return create_suite("ETHARP", tests, sizeof(tests)/sizeof(testfunc), etharp_setup, etharp_teardown); in etharp_suite()

Completed in 9 milliseconds

12