Home
last modified time | relevance | path

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

12345

/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
/base/request/request/pre_download/native/src/cache/
H A Ddata.rs156 fn seek(&mut self, pos: std::io::SeekFrom) -> std::io::Result<u64> { in seek() functions
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_stream.cpp53 uint32_t seek = cur + static_cast<uint32_t>(size); in Skip() local
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_player_fast.h181 PTEST((std::string url), Can pause, then seek, then play, final stop) in FIXTURE() argument
/third_party/skia/src/utils/
H A DSkAnimCodecPlayer.cpp124 bool SkAnimCodecPlayer::seek(uint32_t msec) { in seek() function in SkAnimCodecPlayer
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsocklib.c205 xprt_sendmsg(struct socket *sock, struct msghdr *msg, size_t seek) xprt_sendmsg() argument
213 xprt_send_kvec(struct socket *sock, struct msghdr *msg, struct kvec *vec, size_t seek) xprt_send_kvec() argument
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dbrowser.h30 void (*seek)(struct ui_browser *browser, off_t offset, int whence); member
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dbrowser.h30 void (*seek)(struct ui_browser *browser, off_t offset, int whence); member
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsocklib.c206 xprt_sendmsg(struct socket *sock, struct msghdr *msg, size_t seek) xprt_sendmsg() argument
214 xprt_send_kvec(struct socket *sock, struct msghdr *msg, struct kvec *vec, size_t seek) xprt_send_kvec() argument
/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
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dstdio.h1380 cookie_seek_function_t *seek; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_sysctl.c35 int seek; member
/kernel/linux/linux-5.10/drivers/media/radio/si470x/
H A Dradio-si470x-common.c294 si470x_set_seek(struct si470x_device *radio, const struct v4l2_hw_freq_seek *seek) si470x_set_seek() argument
725 si470x_vidioc_s_hw_freq_seek(struct file *file, void *priv, const struct v4l2_hw_freq_seek *seek) si470x_vidioc_s_hw_freq_seek() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c385 fm_v4l2_vidioc_s_hw_freq_seek(struct file *file, void *priv, const struct v4l2_hw_freq_seek *seek) fm_v4l2_vidioc_s_hw_freq_seek() argument
/kernel/linux/linux-6.6/drivers/media/radio/si470x/
H A Dradio-si470x-common.c294 si470x_set_seek(struct si470x_device *radio, const struct v4l2_hw_freq_seek *seek) si470x_set_seek() argument
725 si470x_vidioc_s_hw_freq_seek(struct file *file, void *priv, const struct v4l2_hw_freq_seek *seek) si470x_vidioc_s_hw_freq_seek() argument
[all...]

Completed in 14 milliseconds

12345