Home
last modified time | relevance | path

Searched defs:seek (Results 51 - 75 of 85) sorted by relevance

1234

/third_party/python/Lib/
H A Dcodecs.py399 def seek(self, offset, whence=0): member in StreamWriter
634 def seek(self, offset, whence=0): member in StreamReader
732 def seek(self, offset, whence=0): member in StreamReaderWriter
850 def seek(self, offset, whence=0): member in StreamRecoder
H A Dtempfile.py823 def seek(self, *args): member in SpooledTemporaryFile
H A D_pyio.py372 def seek(self, pos, whence=0): member in IOBase
809 def seek(self, pos, whence=0): member in _BufferedIOMixin
986 def seek(self, pos, whence=0): global() member in BytesIO
1229 def seek(self, pos, whence=0): global() member in BufferedReader
1321 def seek(self, pos, whence=0): global() member in BufferedWriter
1431 def seek(self, pos, whence=0): global() member in BufferedRandom
1726 def seek(self, pos, whence=SEEK_SET): global() member in FileIO
2451 def seek(self, cookie, whence=0): global() member in TextIOWrapper
[all...]
H A Dmailbox.py1969 def seek(self, offset, whence=0): global() member in _ProxyFile
2037 def seek(self, offset, whence=0): global() member in _PartialFile
[all...]
H A Dtarfile.py510 def seek(self, pos=0): member in _Stream
652 def seek(self, position, whence=io.SEEK_SET): member in _FileInFile
[all...]
H A Dzipfile.py761 def seek(self, offset, whence=0): member in _SharedFile
1079 def seek(self, offset, whence=0): global() member in ZipExtFile
[all...]
H A Dtyping.py3244 def seek(self, offset: int, whence: int = 0) -> int: member in IO
/third_party/pulseaudio/src/pulsecore/
H A Dmemblockq.c615 void pa_memblockq_seek(pa_memblockq *bq, int64_t offset, pa_seek_mode_t seek, bool account) { in pa_memblockq_seek() argument
H A Dprotocol-native.c4915 static void pstream_memblock_callback(pa_pstream *p, uint32_t channel, int64_t offset, pa_seek_mode_t seek, const pa_memchunk *chunk, void *userdata) { in pstream_memblock_callback() argument
/base/startup/hvb/tools/
H A Dhvbtool.py519 def seek(self, offset): global() member in ImageHandle
[all...]
/base/tee/tee_client/services/teecd/include/
H A Dfs_work_agent.h109 } seek; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java1809 boolean seek(int pos) { in seek() method in RuleBasedBreakIterator.BreakCache
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedBreakIterator.java1739 boolean seek(int pos) { in seek() method in RuleBasedBreakIterator.BreakCache
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp598 uint64_t raw_fd_ostream::seek(uint64_t off) { in seek() function in raw_fd_ostream
/third_party/python/Lib/test/
H A Dtest_gzip.py43 def seek(self, *args): member in UnseekableIO
[all...]
/third_party/pulseaudio/src/pulse/
H A Dcontext.c416 static void pstream_memblock_callback(pa_pstream *p, uint32_t channel, int64_t offset, pa_seek_mode_t seek, const pa_memchunk *chunk, void *userdata) { in pstream_memblock_callback() argument
H A Dstream.c1511 pa_stream_write_ext_free( pa_stream *s, const void *data, size_t length, pa_free_cb_t free_cb, void *free_cb_data, int64_t offset, pa_seek_mode_t seek) pa_stream_write_ext_free() argument
1645 pa_stream_write( pa_stream *s, const void *data, size_t length, pa_free_cb_t free_cb, int64_t offset, pa_seek_mode_t seek) pa_stream_write() argument
[all...]
/third_party/skia/src/core/
H A DSkStream.cpp234 bool SkFILEStream::seek(size_t position) { in seek() function in SkFILEStream
375 bool SkMemoryStream::seek(size_t position) { in seek() function in SkMemoryStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Draw_ostream.cpp752 uint64_t raw_fd_ostream::seek(uint64_t off) { in seek() function in raw_fd_ostream
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dalltypes.h318 off_t (*seek)(struct _IO_FILE *, off_t, int); member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h318 off_t (*seek)(struct _IO_FILE *, off_t, int); member
/third_party/rust/crates/either/src/
H A Dlib.rs1123 fn seek(&mut self, pos: SeekFrom) -> io::Result<u64> { in seek() functions
1362 fn seek() { in seek() functions
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel.c1965 static void pstream_memblock_callback(pa_pstream *p, uint32_t channel, int64_t offset, pa_seek_mode_t seek, const pa_memchunk *chunk, void *userdata) { in pstream_memblock_callback() argument
/third_party/libsnd/include/
H A Dsndfile.h580 sf_vio_seek seek ; member
/third_party/libsnd/src/
H A Dcommon.h477 sf_count_t (*seek) (struct sf_private_tag*, int mode, sf_count_t samples_from_start) ; member

Completed in 48 milliseconds

1234