Home
last modified time | relevance | path

Searched refs:FileIO (Results 1 - 21 of 21) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_fileio.py29 self.f = self.FileIO(TESTFN, 'w')
88 with self.FileIO(TESTFN, 'r') as f:
98 with self.FileIO(TESTFN, 'r') as f:
104 with self.FileIO(TESTFN, 'r') as f:
114 with self.FileIO(TESTFN, 'r') as f:
120 with self.FileIO(TESTFN, 'r') as f:
126 with self.FileIO(TESTFN, 'r') as f:
135 self.f = self.FileIO(TESTFN, 'rb')
143 self.f = self.FileIO(TESTFN, 'rb')
155 self.f = self.FileIO(TESTF
350 FileIO = _io.FileIO global() variable in CAutoFileTests
354 FileIO = _pyio.FileIO global() variable in PyAutoFileTests
574 FileIO = _io.FileIO global() variable in COtherFileTests
595 FileIO = _pyio.FileIO global() variable in PyOtherFileTests
[all...]
H A Dtest_imghdr.py29 class UnseekableIO(io.FileIO):
H A Dtest_pty.py67 reader = io.FileIO(fd, mode='rb', closefd=False)
H A Daudiotests.py8 class UnseekableIO(io.FileIO):
H A Dtest_io.py6 # * test_fileio - tests FileIO
442 return self.FileIO(r, "r")
451 return self.FileIO(w, "w")
649 class MyFileIO(self.FileIO):
729 check(self.FileIO(os_helper.TESTFN, "w"))
767 # FileIO objects are collected, and collecting them flushes
770 f = self.FileIO(os_helper.TESTFN, "wb")
813 # Issue #5700: io.FileIO calls flush() after file closed
903 fileio = self.FileIO(f1.fileno(), closefd=False)
1593 rawio = self.FileIO(os_helpe
[all...]
H A Dtest_descr.py3239 from _io import FileIO namespace
3242 check(FileIO.closed, "True if the file is closed") # getset descriptor
H A Dtest_tarfile.py63 open = io.FileIO
/third_party/python/Lib/
H A Dio.py10 writing of raw bytes to a stream. FileIO subclasses RawIOBase to provide
45 "FileIO", "BytesIO", "StringIO", "BufferedIOBase",
55 open, open_code, FileIO, BytesIO, StringIO, BufferedReader,
99 RawIOBase.register(FileIO)
H A Dgetpass.py49 tty = io.FileIO(fd, 'w+')
H A D_pyio.py234 raw = FileIO(file,
685 from _io import FileIO namespace
686 RawIOBase.register(FileIO)
1491 class FileIO(RawIOBase): class
/third_party/lzma/CPP/7zip/UI/Client7z/
H A Dmakefile20 $O\FileIO.obj \
/third_party/lzma/CPP/7zip/UI/Console/
H A Dmakefile26 $O\FileIO.obj \
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
H A Dmakefile29 $O\FileIO.obj \
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A Dmakefile40 $O\FileIO.obj \
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A Dmakefile33 $O\FileIO.obj \
/third_party/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile21 $O\FileIO.obj \
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dfile_io_test.cc149 TEST(FileIO, All) { in TEST()
/third_party/lzma/CPP/7zip/Bundles/Alone7z/
H A Dmakefile34 $O\FileIO.obj \
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H A Dmakefile40 $O\FileIO.obj \
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py196 with _io.FileIO(fd, 'wb') as file:
1133 with _io.FileIO(path, 'r') as file:
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak327 $O/FileIO.o: ../../../Windows/FileIO.cpp

Completed in 28 milliseconds