Searched refs:testfn (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/test/fs/ |
D | fat-noncontig-test.sh | 59 testfn=noncontig.img 60 mnttestfn=${mnt}/${testfn} 136 load host 0:0 ${loadaddr} ${testfn}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | irtranslator-block-order.ll | 5 ; CHECK-LABEL: testfn 7 define void @testfn() {
|
/external/python/cpython2/Lib/email/mime/ |
D | audio.py | 34 for testfn in sndhdr.tests: 35 res = testfn(hdr, fakefile)
|
/external/python/cpython3/Lib/email/mime/ |
D | audio.py | 34 for testfn in sndhdr.tests: 35 res = testfn(hdr, fakefile)
|
/external/flatbuffers/tests/ |
D | 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() { 1573 testfn func() bool 1647 if !t.testfn() { 1654 if !t.testfn() { 1662 if t.testfn() { [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_import.py | 315 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\ 323 script_helper.assert_python_ok(testfn) 325 unlink(testfn)
|
D | test_multiprocessing.py | 335 def _test_sys_exit(cls, reason, testfn): argument 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:
|
/external/python/cpython3/Lib/test/ |
D | _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): argument 745 fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL) 751 def _test_sys_exit(cls, reason, testfn): argument 752 fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL) 761 testfn = test.support.TESTFN 762 self.addCleanup(test.support.unlink, testfn) [all …]
|
/external/python/cpython3/Lib/test/test_import/ |
D | __init__.py | 332 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\ 339 script_helper.assert_python_ok(testfn)
|