/external/valgrind/main/none/tests/amd64/ |
tm1.c | 34 void testfn ( void* arg ) function 40 long long int ok = transactionally_apply ( testfn, NULL );
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
audio.py | 35 for testfn in sndhdr.tests: 36 res = testfn(hdr, fakefile)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
audio.py | 35 for testfn in sndhdr.tests: 36 res = testfn(hdr, fakefile)
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1548.js | 31 function testfn(f) { return [1].map(f)[0]; } function 33 assertThrows(function() { testfn(foo); } ); 38 assertThrows(function() { testfn(foo); } );
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_import.py | 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree, 42 unload(TESTFN) 63 source = TESTFN + ext 64 pyo = TESTFN + os.extsep + "pyo" 66 pyc = TESTFN + "$py.class" 68 pyc = TESTFN + os.extsep + "pyc" 79 mod = __import__(TESTFN) 98 unload(TESTFN) 119 fname = TESTFN + os.extsep + "py" 123 __import__(TESTFN) [all...] |
test_multiprocessing.py | 330 def _test_sys_exit(cls, reason, testfn): 331 sys.stderr = open(testfn, 'w') 339 testfn = test_support.TESTFN 340 self.addCleanup(test_support.unlink, testfn) 343 p = self.Process(target=self._test_sys_exit, args=(reason, testfn)) 349 with open(testfn, 'r') as f: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_import.py | 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree, 42 unload(TESTFN) 63 source = TESTFN + ext 64 pyo = TESTFN + os.extsep + "pyo" 66 pyc = TESTFN + "$py.class" 68 pyc = TESTFN + os.extsep + "pyc" 79 mod = __import__(TESTFN) 98 unload(TESTFN) 119 fname = TESTFN + os.extsep + "py" 123 __import__(TESTFN) [all...] |
test_multiprocessing.py | 330 def _test_sys_exit(cls, reason, testfn): 331 sys.stderr = open(testfn, 'w') 339 testfn = test_support.TESTFN 340 self.addCleanup(test_support.unlink, testfn) 343 p = self.Process(target=self._test_sys_exit, args=(reason, testfn)) 349 with open(testfn, 'r') as f: [all...] |