/third_party/node/test/fixtures/wpt/wasm/jsapi/function/ |
H A D | table.tentative.any.js | 4 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 D | lwip_check.h | 20 } 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 D | lwip_unittests.c | 24 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 D | setpgid01.c | 56 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 D | munmap03.c | 58 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 D | rename11.c | 66 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 D | test_quopri.py | 47 def withpythonimplementation(testfunc): 50 testfunc(self) 58 testfunc(self) 62 newtest.__name__ = testfunc.__name__
|
H A D | test_profile.py | 13 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 D | profilee.py | 25 def testfunc(): function
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_key_create.c | 45 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 D | msgrcv07.c | 253 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 D | openat02.c | 71 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 D | mprotect04.c | 51 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 D | in6_02.c | 42 static void (*testfunc[])(void) = { if_nametoindex_test, if_indextoname_test, variable 254 testfunc[i](); in do_test() 258 .tcnt = ARRAY_SIZE(testfunc),
|
H A D | in6_01.c | 51 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 D | test_def.c | 80 testfunc tests[] = { in def_suite() 83 return create_suite("DEF", tests, sizeof(tests)/sizeof(testfunc), def_setup, def_teardown); in def_suite()
|
H A D | test_mem.c | 217 testfunc tests[] = { in mem_suite() 223 return create_suite("MEM", tests, sizeof(tests)/sizeof(testfunc), mem_setup, mem_teardown); in mem_suite()
|
H A D | test_netif.c | 275 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 D | test_ip6.c | 331 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 D | fcntl31.c | 69 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 D | clone08.c | 46 void (*testfunc)(int); member 63 test_cases[i].testfunc(i); in do_test()
|
/third_party/lwip/test/unit/mqtt/ |
H A D | test_mqtt.c | 111 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 D | etsi_testcases.sh | 4 testfunc=$1 5 logfile=$LOGDIR/"$testfunc"_$(date +%s).dump
|
/third_party/lwip/test/unit/ip4/ |
H A D | test_ip4.c | 156 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 D | test_etharp.c | 268 testfunc tests[] = { in etharp_suite() 271 return create_suite("ETHARP", tests, sizeof(tests)/sizeof(testfunc), etharp_setup, etharp_teardown); in etharp_suite()
|