HomeSort by relevance Sort by last modified time
    Searched refs:TESTFN (Results 176 - 184 of 184) sorted by null

1 2 3 4 5 6 78

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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...]
test_subprocess.py 539 handles.append(os.open(test_support.TESTFN,
565 test_support.unlink(test_support.TESTFN)
    [all...]
test_zlib.py 2 from test.test_support import TESTFN, run_unittest, import_module, unlink, requires
test_descr.py     [all...]
test_tarfile.py 29 TEMPDIR = os.path.abspath(test_support.TESTFN)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 539 handles.append(os.open(test_support.TESTFN,
565 test_support.unlink(test_support.TESTFN)
    [all...]
test_zlib.py 2 from test.test_support import TESTFN, run_unittest, import_module, unlink, requires
test_descr.py     [all...]
test_tarfile.py 29 TEMPDIR = os.path.abspath(test_support.TESTFN)
    [all...]

Completed in 2121 milliseconds

1 2 3 4 5 6 78