HomeSort by relevance Sort by last modified time
    Searched refs:testfn (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
audio.py 35 for testfn in sndhdr.tests:
36 res = testfn(hdr, fakefile)
  /external/python/cpython2/Lib/email/mime/
audio.py 35 for testfn in sndhdr.tests:
36 res = testfn(hdr, fakefile)
  /external/python/cpython3/Lib/email/mime/
audio.py 35 for testfn in sndhdr.tests:
36 res = testfn(hdr, fakefile)
  /external/u-boot/test/fs/
fat-noncontig-test.sh 59 testfn=noncontig.img
60 mnttestfn=${mnt}/${testfn}
136 load host 0:0 ${loadaddr} ${testfn}
  /external/flatbuffers/tests/
go_test.go 323 testfn func() bool
367 if !t.testfn() {
374 if !t.testfn() {
381 if !t.testfn() {
395 if !t.testfn() {
417 if !t.testfn() {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_import.py 9 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree,
26 unload(TESTFN)
47 source = TESTFN + ext
48 pyo = TESTFN + os.extsep + "pyo"
50 pyc = TESTFN + "$py.class"
52 pyc = TESTFN + os.extsep + "pyc"
63 mod = __import__(TESTFN)
81 unload(TESTFN)
99 fname = TESTFN + os.extsep + "py"
103 __import__(TESTFN)
    [all...]
  /external/python/cpython2/Lib/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 335 def _test_sys_exit(cls, reason, testfn):
336 sys.stderr = open(testfn, 'w')
344 testfn = support.TESTFN
345 self.addCleanup(support.unlink, testfn)
348 p = self.Process(target=self._test_sys_exit, args=(reason, testfn))
354 with open(testfn, 'r') as f:
    [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py 731 testfn = test.support.TESTFN
732 self.addCleanup(test.support.unlink, testfn)
733 proc = self.Process(target=self._test_stderr_flush, args=(testfn,))
736 with open(testfn, 'r') as f:
744 def _test_stderr_flush(cls, testfn):
745 fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
751 def _test_sys_exit(cls, reason, testfn):
752 fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
761 testfn = test.support.TESTF
    [all...]
  /external/python/cpython3/Lib/test/test_import/
__init__.py 23 EnvironmentVarGuard, TESTFN, check_warnings, forget, is_jython,
68 remove_files(TESTFN)
72 unload(TESTFN)
129 source = TESTFN + ext
131 pyc = TESTFN + "$py.class"
133 pyc = TESTFN + ".pyc"
143 if TESTFN in sys.modules:
144 del sys.modules[TESTFN]
148 mod = __import__(TESTFN)
157 forget(TESTFN)
    [all...]

Completed in 1323 milliseconds