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/ |
D | test_refactor.py | 179 def check_file_refactoring(self, test_file, fixers=_2TO3_FIXERS): argument 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/ |
D | eq2_test.c | 37 static void test_file(const char *input_filename, const char *output_filename) in test_file() function 86 test_file(argv[1], argv[2]); in main()
|
D | eq_test.c | 71 static void test_file(const char *input_filename, const char *output_filename) in test_file() function 131 test_file(argv[1], argv[2]); in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_posix.py | 250 test_file = open(test_support.TESTFN, 'w') 252 fd = test_file.fileno() 255 test_file.close()
|
D | test_cmath.py | 2 from test.test_math import parse_testfile, test_file 59 self.test_values = open(test_file) 297 for id, fn, ar, ai, er, ei, flags in parse_testfile(test_file):
|
D | test_urllib2net.py | 115 def test_file(self): member in OtherNetworkTests
|
D | test_repr.py | 130 def test_file(self): member in ReprTests
|
D | test_math.py | 34 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):
|
D | test_complex.py | 476 def test_file(self): member in ComplexTest
|
D | test_urllib2.py | 660 def test_file(self): member in HandlerTests
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | c.py | 2624 test_file = sys.argv[1] variable 2628 MsgList = CheckFuncHeaderDoxygenComments(test_file)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | FdfParserLite.py | 3655 test_file = sys.argv[1] variable 3660 parser = FdfParser(test_file)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | FdfParser.py | 4652 test_file = sys.argv[1] variable 4657 parser = FdfParser(test_file)
|