Home
last modified time | relevance | path

Searched defs:seekable (Results 1 – 25 of 37) sorted by relevance

12

/external/tink/python/tink/streaming_aead/
D_rewindable_input_stream_test.py28 def seekable(self) -> bool: member in NonSeekableBytesIO
33 seekable) -> _rewindable_input_stream.RewindableInputStream: argument
44 def test_read(self, seekable): argument
54 def test_read_no_argument(self, seekable): argument
59 def test_read_minus_one(self, seekable): argument
64 def test_readall(self, seekable): argument
69 def test_rewind_read(self, seekable): argument
79 def test_rewind_readall(self, seekable): argument
87 def test_rewind_twice(self, seekable): argument
97 def test_disable_rewind(self, seekable): argument
[all …]
/external/tink/python/tink/testing/
Dbytes_io.py75 def seekable(self)-> bool: member in SlowBytesIO
110 def seekable(self)-> bool: member in SlowReadableRawBytes
/external/pigweed/pw_channel/public/pw_channel/
Dchannel.h66 [[nodiscard]] static constexpr bool seekable() { in seekable() function
214 [[nodiscard]] constexpr bool seekable() const { in seekable() function
/external/zstd/contrib/seekable_format/examples/
Dparallel_processing.c113 ZSTD_seekable* const seekable = ZSTD_seekable_create(); in sumFrame() local
145 ZSTD_seekable* const seekable = ZSTD_seekable_create(); in sumFile_orDie() local
Dseekable_decompression.c94 ZSTD_seekable* const seekable = ZSTD_seekable_create(); in decompressFile_orDie() local
Dseekable_decompression_mem.c99 ZSTD_seekable* const seekable = ZSTD_seekable_create(); in decompressFile_orDie() local
/external/python/cpython3/Lib/
Dgzip.py117 def seekable(self): member in _PaddedFile
133 def seekable(self): member in _WriteBufferStream
401 def seekable(self): member in GzipFile
D_compression.py63 def seekable(self): member in DecompressReader
Dbz2.py139 def seekable(self): member in BZ2File
Dlzma.py176 def seekable(self): member in LZMAFile
D_pyio.py422 def seekable(self): member in IOBase
830 def seekable(self): member in _BufferedIOMixin
1008 def seekable(self): member in BytesIO
1755 def seekable(self): member in FileIO
2154 def seekable(self): member in TextIOWrapper
Dsocket.py758 def seekable(self): member in SocketIO
/external/pigweed/pw_stream/public/pw_stream/
Dstream.h81 constexpr bool seekable() const { return seekability_ != Seekability::kNone; } in seekable() function
84 constexpr bool seekable(Whence origin) const { in seekable() function
/external/trusty/musl/src/aio/
Daio.c55 int fd, seekable, append, ref, init; member
221 int seekable = lseek(fd, 0, SEEK_CUR) >= 0; in io_thread_func() local
/external/musl/src/aio/
Daio.c61 int fd, seekable, append, ref, init; member
241 int seekable = lseek(fd, 0, SEEK_CUR) >= 0; in io_thread_func() local
/external/fonttools/Tests/ttLib/
DttFont_test.py299 def seekable(self): member in test_unseekable_file_lazy_loading_fails.NonSeekableFile
/external/tremolo/Tremolo/
Divorbisfile.h68 int seekable; member
/external/python/apitools/apitools/base/py/
Dgzip_test.py43 def seekable(self): member in UnseekableIO
Dgzip.py534 def seekable(self): member in GzipFile
/external/pytorch/torch/distributed/checkpoint/
Dutils.py364 def seekable(self) -> bool: member in _ReaderView
/external/mtools/
Dplain_io.c45 int seekable; member
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py244 def seekable(self): member in FileIO
/external/python/cpython3/Modules/_io/
Dfileio.c71 signed int seekable : 2; /* -1 means unknown */ member
/external/python/cpython3/Lib/test/
Dtest_gzip.py37 def seekable(self): member in UnseekableIO
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialutil.py529 def seekable(self): return False member in SerialBase

12