HomeSort by relevance Sort by last modified time
    Searched refs:testfn (Results 1 - 8 of 8) sorted by 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 assertEquals(null, testfn(foo));
38 assertEquals(null, testfn(foo));
43 assertEquals(null, testfn(bar));
  /external/v8/test/mjsunit/regress/
regress-1548.js 31 function testfn(f) { return [1].map(f)[0]; } function
33 assertEquals(null, testfn(foo));
38 assertEquals(null, testfn(foo));
43 assertEquals(null, testfn(bar));
  /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...]

Completed in 4554 milliseconds