Home
last modified time | relevance | path

Searched refs:testfn (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/test/fs/
Dfat-noncontig-test.sh59 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/
Dirtranslator-block-order.ll5 ; CHECK-LABEL: testfn
7 define void @testfn() {
/external/python/cpython2/Lib/email/mime/
Daudio.py34 for testfn in sndhdr.tests:
35 res = testfn(hdr, fakefile)
/external/python/cpython3/Lib/email/mime/
Daudio.py34 for testfn in sndhdr.tests:
35 res = testfn(hdr, fakefile)
/external/flatbuffers/tests/
Dgo_test.go323 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/
Dtest_import.py315 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
323 script_helper.assert_python_ok(testfn)
325 unlink(testfn)
Dtest_multiprocessing.py335 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.py731 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__.py332 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
339 script_helper.assert_python_ok(testfn)