HomeSort by relevance Sort by last modified time
    Searched refs:testfunc (Results 1 - 25 of 50) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/munmap/
munmap03.c 58 static void (*testfunc[])(void) = { test_einval1, test_einval2, test_einval3 }; variable
59 int TST_TOTAL = ARRAY_SIZE(testfunc);
73 (*testfunc[i])();
  /external/ltp/testcases/kernel/syscalls/setpgid/
setpgid01.c 56 static void (*testfunc[])(void) = { setpgid_test1, setpgid_test2}; variable
57 int TST_TOTAL = ARRAY_SIZE(testfunc);
71 (*testfunc[i])();
  /external/ltp/testcases/kernel/syscalls/getdents/
getdents02.c 62 static void (*testfunc[])(void) = { test_ebadf, test_einval, variable
65 int TST_TOTAL = ARRAY_SIZE(testfunc);
92 (*testfunc[i])();
  /external/ltp/testcases/kernel/syscalls/pwrite/
pwrite02.c 62 static void (*testfunc[])(void) = { variable
69 int TST_TOTAL = ARRAY_SIZE(testfunc);
83 (*testfunc[i])();
  /external/ltp/testcases/kernel/syscalls/rename/
rename11.c 66 static void (*testfunc[])(void) = { test_eloop, test_erofs, test_emlink }; variable
68 int TST_TOTAL = ARRAY_SIZE(testfunc);
82 (*testfunc[i])();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_quopri.py 47 def withpythonimplementation(testfunc):
50 testfunc(self)
58 testfunc(self)
62 newtest.__name__ = testfunc.__name__
profilee.py 25 def testfunc(): function
  /external/python/cpython2/Lib/test/
test_quopri.py 47 def withpythonimplementation(testfunc):
50 testfunc(self)
58 testfunc(self)
62 newtest.__name__ = testfunc.__name__
profilee.py 25 def testfunc(): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_quopri.py 47 def withpythonimplementation(testfunc):
50 testfunc(self)
58 testfunc(self)
62 newtest.__name__ = testfunc.__name__
profilee.py 25 def testfunc(): function
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_quopri.py 47 def withpythonimplementation(testfunc):
50 testfunc(self)
58 testfunc(self)
62 newtest.__name__ = testfunc.__name__
profilee.py 25 def testfunc(): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_quopri.py 47 def withpythonimplementation(testfunc):
50 testfunc(self)
58 testfunc(self)
62 newtest.__name__ = testfunc.__name__
profilee.py 25 def testfunc(): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_quopri.py 47 def withpythonimplementation(testfunc):
50 testfunc(self)
58 testfunc(self)
62 newtest.__name__ = testfunc.__name__
profilee.py 25 def testfunc(): function
  /external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
msgrcv07.c 39 static void (*testfunc[])(void) = { test_msg_except, test_msg_noerror }; variable
42 int TST_TOTAL = ARRAY_SIZE(testfunc);
57 (*testfunc[i])();
  /external/ltp/testcases/kernel/syscalls/mprotect/
mprotect04.c 51 static void (*testfunc[])(void) = { testfunc_protnone, testfunc_protexec }; variable
54 int TST_TOTAL = ARRAY_SIZE(testfunc);
73 (*testfunc[i])();
  /external/ltp/testcases/kernel/syscalls/openat/
openat02.c 72 static void (*testfunc[])(void) = { variable
82 int TST_TOTAL = ARRAY_SIZE(testfunc);
97 (*testfunc[i])();
  /external/ltp/testcases/network/lib6/
in6_01.c 68 static void (*testfunc[])(void) = { test_in6_addr, variable
73 int TST_TOTAL = ARRAY_SIZE(testfunc);
88 (*testfunc[i])();
  /external/kmod/testsuite/
testsuite.h 27 typedef int (*testfunc)(const struct test *t); typedef
100 testfunc func;
  /external/ltp/testcases/kernel/syscalls/llseek/
llseek03.c 55 static void (*testfunc[])(void) = { testfunc_seekcur, testfunc_seekend }; variable
74 (*testfunc[i])();
  /external/autotest/client/site_tests/network_ModemManagerSMS/
network_ModemManagerSMS.py 18 def run_sms_test(self, testfunc, *args, **kwargs):
27 testfunc(smsstore, smstest, *args, **kwargs)
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl31.c 73 static void (*testfunc[])(void) = { variable
81 int TST_TOTAL = ARRAY_SIZE(testfunc);
96 (*testfunc[i])();

Completed in 449 milliseconds

1 2