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

12

  /external/ltp/testcases/network/lib6/
in6_02.c 51 static void (*testfunc[])(void) = { n2itest, variable
55 int TST_TOTAL = ARRAY_SIZE(testfunc);
70 (*testfunc[i])();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_profile.py 10 from test.profilee import testfunc, timer
25 prof.runctx("testfunc()", globals(), locals())
108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc())
110 1 269.996 269.996 999.753 999.753 profilee.py:25(testfunc)
130 :0(setprofile) <- profile:0(testfunc())(1) 999.749
131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749
133 profile:0(testfunc()) <- profile:0(profiler)(1) 0.000
136 profilee.py:25(testfunc) <- <string>:1(<module>)(1) 999.751
137 profilee.py:35(factorial) <- profilee.py:25(testfunc)(1) 999.753
141 profilee.py:55(helper) <- profilee.py:25(testfunc)(2) 999.753
    [all...]
test_tarfile.py 406 def _test_modes(self, testfunc):
407 testfunc(tarname, "r")
408 testfunc(tarname, "r:")
409 testfunc(tarname, "r:*")
410 testfunc(tarname, "r|")
411 testfunc(tarname, "r|*")
419 testfunc(gzipname, "r")
420 testfunc(gzipname, "r:*")
421 testfunc(gzipname, "r:gz")
422 testfunc(gzipname, "r|*")
    [all...]
test_socketserver.py 128 def run_server(self, svrcls, hdlrbase, testfunc):
150 testfunc(svrcls.address_family, addr)
  /external/python/cpython2/Lib/test/
test_profile.py 10 from test.profilee import testfunc, timer
25 prof.runctx("testfunc()", globals(), locals())
108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc())
110 1 269.996 269.996 999.753 999.753 profilee.py:25(testfunc)
130 :0(setprofile) <- profile:0(testfunc())(1) 999.749
131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749
133 profile:0(testfunc()) <- profile:0(profiler)(1) 0.000
136 profilee.py:25(testfunc) <- <string>:1(<module>)(1) 999.751
137 profilee.py:35(factorial) <- profilee.py:25(testfunc)(1) 999.753
141 profilee.py:55(helper) <- profilee.py:25(testfunc)(2) 999.75
    [all...]
test_tarfile.py 558 def _test_modes(self, testfunc):
559 testfunc(tarname, "r")
560 testfunc(tarname, "r:")
561 testfunc(tarname, "r:*")
562 testfunc(tarname, "r|")
563 testfunc(tarname, "r|*")
571 testfunc(gzipname, "r")
572 testfunc(gzipname, "r:*")
573 testfunc(gzipname, "r:gz")
574 testfunc(gzipname, "r|*"
    [all...]
test_socketserver.py 135 def run_server(self, svrcls, hdlrbase, testfunc):
157 testfunc(svrcls.address_family, addr)
test_tcl.py 489 def testfunc(arg): function in function:TclTest.test_user_command
492 self.interp.createcommand('testfunc', testfunc)
493 self.addCleanup(self.interp.tk.deletecommand, 'testfunc')
498 r = self.interp.call('testfunc', value)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_profile.py 10 from test.profilee import testfunc, timer
25 prof.runctx("testfunc()", globals(), locals())
108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc())
110 1 269.996 269.996 999.753 999.753 profilee.py:25(testfunc)
130 :0(setprofile) <- profile:0(testfunc())(1) 999.749
131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749
133 profile:0(testfunc()) <- profile:0(profiler)(1) 0.000
136 profilee.py:25(testfunc) <- <string>:1(<module>)(1) 999.751
137 profilee.py:35(factorial) <- profilee.py:25(testfunc)(1) 999.753
141 profilee.py:55(helper) <- profilee.py:25(testfunc)(2) 999.75
    [all...]
test_tarfile.py 412 def _test_modes(self, testfunc):
413 testfunc(tarname, "r")
414 testfunc(tarname, "r:")
415 testfunc(tarname, "r:*")
416 testfunc(tarname, "r|")
417 testfunc(tarname, "r|*")
425 testfunc(gzipname, "r")
426 testfunc(gzipname, "r:*")
427 testfunc(gzipname, "r:gz")
428 testfunc(gzipname, "r|*"
    [all...]
test_socketserver.py 132 def run_server(self, svrcls, hdlrbase, testfunc):
154 testfunc(svrcls.address_family, addr)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_profile.py 10 from test.profilee import testfunc, timer
25 prof.runctx("testfunc()", globals(), locals())
108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc())
110 1 269.996 269.996 999.753 999.753 profilee.py:25(testfunc)
130 :0(setprofile) <- profile:0(testfunc())(1) 999.749
131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749
133 profile:0(testfunc()) <- profile:0(profiler)(1) 0.000
136 profilee.py:25(testfunc) <- <string>:1(<module>)(1) 999.751
137 profilee.py:35(factorial) <- profilee.py:25(testfunc)(1) 999.753
141 profilee.py:55(helper) <- profilee.py:25(testfunc)(2) 999.75
    [all...]
test_tarfile.py 412 def _test_modes(self, testfunc):
413 testfunc(tarname, "r")
414 testfunc(tarname, "r:")
415 testfunc(tarname, "r:*")
416 testfunc(tarname, "r|")
417 testfunc(tarname, "r|*")
425 testfunc(gzipname, "r")
426 testfunc(gzipname, "r:*")
427 testfunc(gzipname, "r:gz")
428 testfunc(gzipname, "r|*"
    [all...]
test_socketserver.py 132 def run_server(self, svrcls, hdlrbase, testfunc):
154 testfunc(svrcls.address_family, addr)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_profile.py 10 from test.profilee import testfunc, timer
25 prof.runctx("testfunc()", globals(), locals())
108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc())
110 1 269.996 269.996 999.753 999.753 profilee.py:25(testfunc)
130 :0(setprofile) <- profile:0(testfunc())(1) 999.749
131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749
133 profile:0(testfunc()) <- profile:0(profiler)(1) 0.000
136 profilee.py:25(testfunc) <- <string>:1(<module>)(1) 999.751
137 profilee.py:35(factorial) <- profilee.py:25(testfunc)(1) 999.753
141 profilee.py:55(helper) <- profilee.py:25(testfunc)(2) 999.75
    [all...]
test_tarfile.py 412 def _test_modes(self, testfunc):
413 testfunc(tarname, "r")
414 testfunc(tarname, "r:")
415 testfunc(tarname, "r:*")
416 testfunc(tarname, "r|")
417 testfunc(tarname, "r|*")
425 testfunc(gzipname, "r")
426 testfunc(gzipname, "r:*")
427 testfunc(gzipname, "r:gz")
428 testfunc(gzipname, "r|*"
    [all...]
test_socketserver.py 132 def run_server(self, svrcls, hdlrbase, testfunc):
154 testfunc(svrcls.address_family, addr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_profile.py 10 from test.profilee import testfunc, timer
25 prof.runctx("testfunc()", globals(), locals())
108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc())
110 1 269.996 269.996 999.753 999.753 profilee.py:25(testfunc)
130 :0(setprofile) <- profile:0(testfunc())(1) 999.749
131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749
133 profile:0(testfunc()) <- profile:0(profiler)(1) 0.000
136 profilee.py:25(testfunc) <- <string>:1(<module>)(1) 999.751
137 profilee.py:35(factorial) <- profilee.py:25(testfunc)(1) 999.753
141 profilee.py:55(helper) <- profilee.py:25(testfunc)(2) 999.75
    [all...]
test_tarfile.py 412 def _test_modes(self, testfunc):
413 testfunc(tarname, "r")
414 testfunc(tarname, "r:")
415 testfunc(tarname, "r:*")
416 testfunc(tarname, "r|")
417 testfunc(tarname, "r|*")
425 testfunc(gzipname, "r")
426 testfunc(gzipname, "r:*")
427 testfunc(gzipname, "r:gz")
428 testfunc(gzipname, "r|*"
    [all...]
test_socketserver.py 132 def run_server(self, svrcls, hdlrbase, testfunc):
154 testfunc(svrcls.address_family, addr)
  /external/ltp/testcases/kernel/syscalls/clone/
clone08.c 63 void (*testfunc)(int); member in struct:test_case
93 test_cases[i].testfunc(i);
  /prebuilts/go/darwin-x86/src/cmd/go/
test.go 56 example functions. See 'go help testfunc' for more.
316 UsageLine: "testfunc",
    [all...]
alldocs.go 45 // testfunc description of testing functions
719 // example functions. See 'go help testfunc' for more.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
test.go 56 example functions. See 'go help testfunc' for more.
316 UsageLine: "testfunc",
    [all...]
alldocs.go 45 // testfunc description of testing functions
719 // example functions. See 'go help testfunc' for more.
    [all...]

Completed in 1158 milliseconds

12