Searched defs:FileIO (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ | ||
D | test_fileio.py | 343 FileIO = _io.FileIO variable in CAutoFileTests |
/external/sfntly/cpp/src/test/ | ||
D | file_io_test.cc | 149 TEST(FileIO, All) { in TEST() argument |
/external/tensorflow/tensorflow/python/lib/io/ | ||
D | file_io.py | 37 class FileIO(object): class |
/external/python/cpython3/Lib/ | ||
D | _pyio.py | 1476 class FileIO(RawIOBase): class |