Searched refs:test_file (Results 1 - 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
H A Dtest_refactor.py179 def check_file_refactoring(self, test_file, fixers=_2TO3_FIXERS):
181 with open(test_file, "rb") as fp:
186 rt.refactor_file(test_file)
190 rt.refactor_file(test_file, True)
194 with open(test_file, "wb") as fp:
199 test_file = os.path.join(FIXER_DIR, "parrot_example.py")
200 self.check_file_refactoring(test_file, _DEFAULT_FIXERS)
/device/google/dragon/audio/hal/dsp/tests/
H A Deq2_test.c37 static void test_file(const char *input_filename, const char *output_filename) function
86 test_file(argv[1], argv[2]);
H A Deq_test.c71 static void test_file(const char *input_filename, const char *output_filename) function
131 test_file(argv[1], argv[2]);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_cmath.py2 from test.test_math import parse_testfile, test_file namespace
59 self.test_values = open(test_file)
297 for id, fn, ar, ai, er, ei, flags in parse_testfile(test_file):
H A Dtest_posix.py250 test_file = open(test_support.TESTFN, 'w')
252 fd = test_file.fileno()
255 test_file.close()
H A Dtest_repr.py130 def test_file(self): member in class:ReprTests
H A Dtest_urllib2net.py115 def test_file(self): member in class:OtherNetworkTests
H A Dtest_math.py34 test_file = os.path.join(test_dir, 'cmath_testcases.txt') variable
938 for id, fn, ar, ai, er, ei, flags in parse_testfile(test_file):
H A Dtest_complex.py476 def test_file(self): member in class:ComplexTest
H A Dtest_urllib2.py660 def test_file(self): member in class:HandlerTests
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DFdfParserLite.py3655 test_file = sys.argv[1]
3660 parser = FdfParser(test_file)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
H A Dc.py2624 test_file = sys.argv[1] variable
2628 MsgList = CheckFuncHeaderDoxygenComments(test_file)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
H A DFdfParser.py4652 test_file = sys.argv[1]
4657 parser = FdfParser(test_file)

Completed in 596 milliseconds