Home
last modified time | relevance | path

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

12

/third_party/lwip/test/unit/
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);
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/
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/
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/python/Lib/test/
Dtest_quopri.py46 def withpythonimplementation(testfunc): argument
49 testfunc(self)
57 testfunc(self)
61 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
/third_party/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()
/third_party/ltp/testcases/network/lib6/
Din6_01.c46 static void (*testfunc[])(void) = { test_in6_addr, variable
187 testfunc[i](); in do_test()
191 .tcnt = ARRAY_SIZE(testfunc),
Din6_02.c38 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/
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/
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/musl/libc-test/src/functionalext/supplement/thread/
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/
Dmsgrcv07.c254 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/
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/lwip/test/unit/core/
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()
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()
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()
Dtest_pbuf.c262 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/
Dfcntl31.c72 static void (*testfunc[])(void) = { variable
80 int TST_TOTAL = ARRAY_SIZE(testfunc);
95 (*testfunc[i])(); in main()
/third_party/lwip/test/unit/mqtt/
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/ltp/testcases/kernel/syscalls/clone/
Dclone08.c52 void (*testfunc)(int); member
73 test_cases[i].testfunc(i); in do_test()
/third_party/libcoap/examples/
Detsi_testcases.sh4 testfunc=$1
5 logfile=$LOGDIR/"$testfunc"_$(date +%s).dump
/third_party/lwip/test/unit/ip4/
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/
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()

12