Home
last modified time | relevance | path

Searched defs:testfunc (Results 1 – 20 of 20) sorted by relevance

/third_party/lwip/test/unit/
Dlwip_check.h20 } testfunc; typedef
30 typedef const TTest * testfunc; typedef
/third_party/python/Lib/test/
Dprofilee.py25 def testfunc(): function
Dtest_quopri.py46 def withpythonimplementation(testfunc): argument
Dtest_tcl.py513 def testfunc(arg): function
Dtest_socketserver.py126 def run_server(self, svrcls, hdlrbase, testfunc): argument
Dtest_exceptions.py904 def _check_generator_cleanup_exc_state(self, testfunc): argument
Dtest_tarfile.py808 def _test_modes(self, testfunc): argument
/third_party/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid01.c56 static void (*testfunc[])(void) = { setpgid_test1, setpgid_test2}; variable
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_key_create.c45 void testfunc(void *arg) in testfunc() function
/third_party/ltp/testcases/kernel/syscalls/munmap/
Dmunmap03.c58 static void (*testfunc[])(void) = { test_einval1, test_einval2, test_einval3 }; variable
/third_party/ltp/testcases/kernel/syscalls/rename/
Drename11.c66 static void (*testfunc[])(void) = { test_eloop, test_erofs, test_emlink }; variable
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv07.c254 static void (*testfunc[])(void) = {test_msg_except, test_msg_noerror, variable
/third_party/ltp/testcases/network/lib6/
Din6_01.c46 static void (*testfunc[])(void) = { test_in6_addr, variable
Din6_02.c38 static void (*testfunc[])(void) = { if_nametoindex_test, if_indextoname_test, variable
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c71 static void (*testfunc[])(void) = { variable
/third_party/ltp/testcases/kernel/syscalls/clone/
Dclone08.c52 void (*testfunc)(int); member
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c72 static void (*testfunc[])(void) = { variable
/third_party/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c51 static void (*testfunc[])(void) = { testfunc_protnone, testfunc_protexec }; variable
/third_party/python/Lib/idlelib/idle_test/
Dtest_calltip.py316 def open_close(self, testfunc): argument
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py930 def test_method(method, testspecs, testfunc): argument