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

/vbox/src/libs/xpcom18a4/python/
H A Dfile.py248 test_file = LocalFile(fname, "w")
250 test_file.write(data)
251 test_file.close()
257 test_file.init(fname, "r")
258 got = str(test_file.read())
260 test_file.close()
262 test_file = LocalFile(fname, "r")
263 got = test_file.read(10) + test_file.read()
265 test_file
[all...]
/vbox/src/recompiler/tests/
H A Dlinux-test.c84 void test_file(void) function
537 test_file();
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py3652 test_file = sys.argv[1]
3657 parser = FdfParser(test_file)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A Dc.py2607 test_file = sys.argv[1] variable
2611 MsgList = CheckFuncHeaderDoxygenComments(test_file)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py4360 test_file = sys.argv[1]
4365 parser = FdfParser(test_file)

Completed in 115 milliseconds