/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 199 cookie_seek_function_t *seek; member
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbi_cache.cpp | 304 UBool RuleBasedBreakIterator::BreakCache::seek(int32_t pos) { in seek() function in RuleBasedBreakIterator::BreakCache
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl14.c | 777 void run_test(int file_flag, int file_mode, int seek, int start, int end) in run_test() argument
|
/third_party/python/Lib/re/ |
H A D | _parser.py | 286 def seek(self, index): member in Tokenizer
|
/third_party/python/Lib/ |
H A D | gzip.py | 108 def seek(self, off): member in _PaddedFile 377 def seek(self, offset, whence=io.SEEK_SET): member in GzipFile
|
H A D | wave.py | 140 def seek(self, pos, whence=0): member in _Chunk [all...] |
H A D | codecs.py | 399 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
|
/third_party/skia/src/utils/win/ |
H A D | SkDWriteFontFileStream.cpp | 97 bool SkDWriteFontFileStream::seek(size_t position) { in seek() function in SkDWriteFontFileStream
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzguts.h | 195 int seek; /* true if seek request pending */ member
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbi_cache.cpp | 303 UBool RuleBasedBreakIterator::BreakCache::seek(int32_t pos) { in seek() function in RuleBasedBreakIterator::BreakCache
|
/third_party/toybox/toys/posix/ |
H A D | grep.c | 173 struct arg_list *seek, fseek; in do_grep() local [all...] |
/third_party/skia/modules/skottie/include/ |
H A D | Skottie.h | 223 void seek(SkScalar t, sksg::InvalidationController* ic = nullptr) { in seek() function in skottie::Animation
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.cpp | 48 void seek(size_t pos) { in seek() function in SkRandomAccessWStream
|
/third_party/skia/modules/canvaskit/ |
H A D | skottie_bindings.cpp | 179 SkRect seek(SkScalar t) { in seek() function in __anon18519::final
|
/third_party/skia/include/core/ |
H A D | SkStream.h | 134 virtual bool seek(size_t /*position*/) { return false; } in seek() function in SkStream
|
/third_party/skia/experimental/skottiekit/ |
H A D | skottiekit_bindings.cpp | 128 SkRect seek(SkScalar t) { in seek() function in __anon18335::final
|
/third_party/zlib/ |
H A D | gzguts.h | 195 int seek; /* true if seek request pending */ member
|
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avcast_controller_test.cpp | 320 int32_t seek = -1; in HWTEST_F() local
|
/third_party/ffmpeg/libavformat/ |
H A D | avio.h | 238 int64_t (*seek)(void *opaque, int64_t offset, int whence); member [all...] |
/third_party/musl/src/internal/ |
H A D | stdio_impl.h | 84 off_t (*seek)(FILE *, off_t, int); member
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 206 cookie_seek_function_t *seek; member
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdio_impl.h | 84 off_t (*seek)(FILE *, off_t, int); member
|
/third_party/musl/include/ |
H A D | stdio.h | 206 cookie_seek_function_t *seek; member
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | memblockq.c | 615 void pa_memblockq_seek(pa_memblockq *bq, int64_t offset, pa_seek_mode_t seek, bool account) { in pa_memblockq_seek() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedBreakIterator.java | 1809 boolean seek(int pos) { in seek() method in RuleBasedBreakIterator.BreakCache [all...] |