/third_party/python/Lib/test/ |
H A D | test_fileio.py | 29 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 D | test_imghdr.py | 29 class UnseekableIO(io.FileIO):
|
H A D | test_pty.py | 67 reader = io.FileIO(fd, mode='rb', closefd=False)
|
H A D | audiotests.py | 8 class UnseekableIO(io.FileIO):
|
H A D | test_io.py | 6 # * 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 D | test_descr.py | 3239 from _io import FileIO namespace 3242 check(FileIO.closed, "True if the file is closed") # getset descriptor
|
H A D | test_tarfile.py | 63 open = io.FileIO
|
/third_party/python/Lib/ |
H A D | io.py | 10 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 D | getpass.py | 49 tty = io.FileIO(fd, 'w+')
|
H A D | _pyio.py | 234 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 D | makefile | 20 $O\FileIO.obj \
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | makefile | 26 $O\FileIO.obj \
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | makefile | 29 $O\FileIO.obj \
|
/third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
H A D | makefile | 40 $O\FileIO.obj \
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | makefile | 33 $O\FileIO.obj \
|
/third_party/lzma/CPP/7zip/Bundles/Format7zR/ |
H A D | makefile | 21 $O\FileIO.obj \
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | file_io_test.cc | 149 TEST(FileIO, All) { in TEST()
|
/third_party/lzma/CPP/7zip/Bundles/Alone7z/ |
H A D | makefile | 34 $O\FileIO.obj \
|
/third_party/lzma/CPP/7zip/Bundles/SFXWin/ |
H A D | makefile | 40 $O\FileIO.obj \
|
/third_party/python/Lib/importlib/ |
H A D | _bootstrap_external.py | 196 with _io.FileIO(fd, 'wb') as file: 1133 with _io.FileIO(path, 'r') as file:
|
/third_party/lzma/CPP/7zip/ |
H A D | 7zip_gcc.mak | 327 $O/FileIO.o: ../../../Windows/FileIO.cpp
|