Searched refs:testfn (Results 1 – 5 of 5) sorted by relevance
/third_party/node/benchmark/misc/ |
D | hidestackframes.js | 21 const testfn = (value) => { function 27 let fn = testfn; 29 fn = hideStackFrames(testfn);
|
/third_party/python/Lib/email/mime/ |
D | audio.py | 34 for testfn in sndhdr.tests: 35 res = testfn(hdr, fakefile)
|
/third_party/flatbuffers/tests/ |
D | go_test.go | 353 testfn func() bool 405 if !t.testfn() { 412 if !t.testfn() { 419 if !t.testfn() { 438 if !t.testfn() { 446 if !t.testfn() { 474 if !t.testfn() { 1762 testfn func() bool 1836 if !t.testfn() { 1843 if !t.testfn() { [all …]
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 825 testfn = os_helper.TESTFN 826 self.addCleanup(os_helper.unlink, testfn) 827 proc = self.Process(target=self._test_stderr_flush, args=(testfn,)) 830 with open(testfn, encoding="utf-8") as f: 838 def _test_stderr_flush(cls, testfn): argument 839 fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL) 845 def _test_sys_exit(cls, reason, testfn): argument 846 fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL) 855 testfn = os_helper.TESTFN 856 self.addCleanup(os_helper.unlink, testfn) [all …]
|
/third_party/python/Lib/test/test_import/ |
D | __init__.py | 355 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\ 362 script_helper.assert_python_ok(testfn)
|