| /third_party/python/Lib/ |
| H A D | _compression.py | 63 def seekable(self): member in DecompressReader
|
| H A D | lzma.py | 168 def seekable(self): member in LZMAFile
|
| H A D | bz2.py | 131 def seekable(self): member in BZ2File
|
| H A D | gzip.py | 113 def seekable(self): member in _PaddedFile 374 def seekable(self): member in GzipFile
|
| H A D | socket.py | 745 def seekable(self): member in SocketIO
|
| H A D | tempfile.py | 820 def seekable(self): member in SpooledTemporaryFile
|
| H A D | _pyio.py | 450 def seekable(self): member in IOBase 861 def seekable(self): member in _BufferedIOMixin 1039 def seekable(self): member in BytesIO 1775 def seekable(self): global() member in FileIO 2174 def seekable(self): global() member in TextIOWrapper [all...] |
| H A D | mailbox.py | 2007 def seekable(self): member in _ProxyFile
|
| H A D | tarfile.py | 644 def seekable(self): member in _FileInFile
|
| H A D | zipfile.py | 1074 def seekable(self): member in ZipExtFile
|
| /third_party/ffmpeg/libavformat/ |
| H A D | file.c | 78 int seekable; member
|
| H A D | avio.h | 263 int seekable; member
|
| H A D | concatdec.c | 68 int seekable; member
|
| H A D | http.c | 90 int seekable; /**< Control seekability, 0 = disable, 1 = enable, -1 = probe. */ member [all...] |
| /third_party/ffmpeg/tools/ |
| H A D | target_dem_fuzzer.c | 114 int seekable = 0; in LLVMFuzzerTestOneInput() local
|
| /third_party/musl/porting/linux/user/src/aio/ |
| H A D | aio.c | 61 int fd, seekable, append, ref, init; member 237 int seekable = lseek(fd, 0, SEEK_CUR) >= 0; in io_thread_func() local
|
| /third_party/musl/porting/liteos_a/user/src/aio/ |
| H A D | aio.c | 62 int fd, seekable, append, ref, init; member 235 int seekable = lseek(fd, 0, SEEK_CUR) >= 0; in io_thread_func() local
|
| /third_party/musl/src/aio/ |
| H A D | aio.c | 62 int fd, seekable, append, ref, init; member 244 int seekable = lseek(fd, 0, SEEK_CUR) >= 0; in io_thread_func() local
|
| /third_party/libsnd/examples/ |
| H A D | generate.cs | 141 public int seekable ; field
|
| /third_party/python/Lib/test/ |
| H A D | test_gzip.py | 37 def seekable(self): member in UnseekableIO
|
| H A D | test_sax.py | 808 def seekable(self): member in WriterXmlgenTest.ioclass
|
| /third_party/python/Modules/_io/ |
| H A D | fileio.c | 65 signed int seekable : 2; /* -1 means unknown */ member [all...] |
| H A D | textio.c | 649 char seekable; member [all...] |
| /third_party/python/Lib/xml/etree/ |
| H A D | ElementTree.py | 1113 def seekable(self): member in _ListDataStream
|
| /third_party/libsnd/include/ |
| H A D | sndfile.h | 385 int seekable ; member
|