/third_party/lwip/test/unit/ |
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);
|
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/ |
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/ |
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/python/Lib/test/ |
D | test_quopri.py | 46 def withpythonimplementation(testfunc): argument 49 testfunc(self) 57 testfunc(self) 61 newtest.__name__ = testfunc.__name__
|
D | test_profile.py | 13 from test.profilee import testfunc, timer 43 mod_name = testfunc.__module__.rsplit('.', 1)[1]
|
D | profilee.py | 25 def testfunc(): function
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
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/ltp/testcases/network/lib6/ |
D | in6_01.c | 46 static void (*testfunc[])(void) = { test_in6_addr, variable 187 testfunc[i](); in do_test() 191 .tcnt = ARRAY_SIZE(testfunc),
|
D | in6_02.c | 38 static void (*testfunc[])(void) = { if_nametoindex_test, if_indextoname_test, variable 250 testfunc[i](); in do_test() 254 .tcnt = ARRAY_SIZE(testfunc),
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
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/ |
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/musl/libc-test/src/functionalext/supplement/thread/ |
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/ |
D | msgrcv07.c | 254 static void (*testfunc[])(void) = {test_msg_except, test_msg_noerror, variable 260 (*testfunc[n])(); in verify_msgcrv() 268 .tcnt = ARRAY_SIZE(testfunc),
|
/third_party/lwip/test/unit/ip6/ |
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/lwip/test/unit/core/ |
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()
|
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()
|
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()
|
D | test_pbuf.c | 262 testfunc tests[] = { in pbuf_suite() 270 return create_suite("PBUF", tests, sizeof(tests)/sizeof(testfunc), pbuf_setup, pbuf_teardown); in pbuf_suite()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 72 static void (*testfunc[])(void) = { variable 80 int TST_TOTAL = ARRAY_SIZE(testfunc); 95 (*testfunc[i])(); in main()
|
/third_party/lwip/test/unit/mqtt/ |
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/ltp/testcases/kernel/syscalls/clone/ |
D | clone08.c | 52 void (*testfunc)(int); member 73 test_cases[i].testfunc(i); in do_test()
|
/third_party/libcoap/examples/ |
D | etsi_testcases.sh | 4 testfunc=$1 5 logfile=$LOGDIR/"$testfunc"_$(date +%s).dump
|
/third_party/lwip/test/unit/ip4/ |
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/ |
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()
|