Home
last modified time | relevance | path

Searched defs:seek (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/python/Lib/
H A Dchunk.py102 def seek(self, pos, whence=0): member in Chunk
H A D_compression.py130 def seek(self, offset, whence=io.SEEK_SET): member in DecompressReader
H A Dlzma.py245 def seek(self, offset, whence=io.SEEK_SET): member in LZMAFile
H A Dbz2.py245 def seek(self, offset, whence=io.SEEK_SET): member in BZ2File
/third_party/skia/modules/skottie/src/animator/
H A DAnimator.h32 StateChanged seek(float t) { return this->onSeek(t); } in seek() function in skottie::internal::Animator
/third_party/rust/crates/rustix/src/fs/
H A Dfd.rs91 pub fn seek<Fd: AsFd>(fd: Fd, pos: SeekFrom) -> io::Result<u64> { in seek() functions
/third_party/skia/src/utils/
H A DSkAnimCodecPlayer.cpp124 bool SkAnimCodecPlayer::seek(uint32_t msec) { in seek() function in SkAnimCodecPlayer
/third_party/libwebsockets/win32port/zlib/
H A Dgzguts.h109 int seek; /* true if seek request pending */ member
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs223 pub fn seek(&self, cursor: &mut ArgCursor, pos: SeekFrom) { in seek() functions
/third_party/python/Lib/test/
H A Daudiotests.py12 def seek(self, *args, **kwargs): member in UnseekableIO
H A Dtest_imghdr.py33 def seek(self, *args, **kwargs): member in UnseekableIO
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DFFMpegExtractor.cpp31 int64_t seek(void *opaque, int64_t offset, int whence){ in seek() function
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieView.java176 public void seek(float progress) { in seek() method in SkottieView
/third_party/ffmpeg/tests/
H A Dtiny_ssim.c185 int frames, seek; in main() local
/third_party/icu/icu4c/source/common/
H A Drbbi_cache.cpp303 UBool RuleBasedBreakIterator::BreakCache::seek(int32_t pos) { in seek() function in RuleBasedBreakIterator::BreakCache
/third_party/NuttX/fs/vfs/include/
H A Dfile.h137 off_t (*seek)(struct file *filep, off_t offset, int whence); member
/third_party/libsnd/include/
H A Dsndfile.hh306 SndfileHandle::seek (sf_count_t frame_count, int whence) in seek() function in SndfileHandle
/third_party/node/deps/v8/third_party/zlib/
H A Dgzguts.h195 int seek; /* true if seek request pending */ member
/third_party/node/deps/zlib/
H A Dgzguts.h195 int seek; /* true if seek request pending */ member
/third_party/ntfs-3g/include/ntfs-3g/
H A Ddevice.h106 s64 (*seek)(struct ntfs_device *dev, s64 offset, int whence); member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h199 cookie_seek_function_t *seek; member
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h28 off_t (*seek)(FILE *, off_t, int); member
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h201 cookie_seek_function_t *seek; member
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h199 cookie_seek_function_t *seek; member
/third_party/node/deps/icu-small/source/common/
H A Drbbi_cache.cpp304 UBool RuleBasedBreakIterator::BreakCache::seek(int32_t pos) { in seek() function in RuleBasedBreakIterator::BreakCache

Completed in 14 milliseconds

1234