Home
last modified time | relevance | path

Searched defs:seek (Results 1 – 25 of 135) sorted by relevance

123456

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_linux_gccgo_arm.go14 func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { func
Dsyscall_linux_gccgo_386.go14 func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { func
Dsyscall_linux_gc_386.go13 func seek(fd int, offset int64, whence int) (newoffset int64, err syscall.Errno) func
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DANTLRStringStream.pm195 sub seek { subroutine
DCommonTokenStream.pm322 sub seek { subroutine
/external/xz-java/src/org/tukaani/xz/
DSeekableInputStream.java80 public abstract void seek(long pos) throws IOException; in seek() method in SeekableInputStream
DSeekableFileInputStream.java99 public void seek(long pos) throws IOException { in seek() method in SeekableFileInputStream
DSeekableXZInputStream.java963 public void seek(long pos) throws IOException { in seek() method in SeekableXZInputStream
1002 private void seek() throws IOException { in seek() method in SeekableXZInputStream
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DIntStream.java109 void seek(int index); in seek() method
/external/antlr/runtime/Cpp/include/
Dantlr3intstream.inl202 void IntStream<ImplTraits, SuperType>::seek(ANTLR_MARKER seekPoint) function in IntStream
317 void UTF16_IntStream<ImplTraits, SuperType>::seek(ANTLR_MARKER seekPoint) function in UTF16_IntStream
1079 void UTF32_IntStream<ImplTraits, SuperType>::seek(ANTLR_MARKER seekPoint) function in UTF32_IntStream
1543 void TokenIntStream<ImplTraits>::seek(ANTLR_MARKER index) function in TokenIntStream
1641 void TreeNodeIntStream<ImplTraits>::seek(ANTLR_MARKER index) function in TreeNodeIntStream
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DANTLRStringStream.as171 public function seek(index:int):void { method in org.antlr.runtime.ANTLRStringStream
DCommonTokenStream.as325 public function seek(index:int):void { method in org.antlr.runtime.CommonTokenStream
/external/flac/include/FLAC/
Dcallback.h173 FLAC__IOCallback_Seek seek; member
/external/turbine/java/com/google/turbine/bytecode/
DByteReader.java38 public ByteArrayDataInput seek(int i) { in seek() method in ByteReader
/external/skia/src/utils/
DSkAnimCodecPlayer.cpp80 bool SkAnimCodecPlayer::seek(uint32_t msec) { in seek() function in SkAnimCodecPlayer
/external/skqp/src/utils/
DSkAnimCodecPlayer.cpp80 bool SkAnimCodecPlayer::seek(uint32_t msec) { in seek() function in SkAnimCodecPlayer
/external/python/cpython3/Lib/
Dchunk.py98 def seek(self, pos, whence=0): member in Chunk
/external/python/cpython2/Lib/
Dchunk.py98 def seek(self, pos, whence=0): member in Chunk
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DANTLRStringStream.js247 seek: function(index) { method
/external/autotest/client/site_tests/video_YouTubePage/files/
Dvideo_YouTubePageCommon.js59 function seek(time) { function
/external/python/cpython2/Lib/bsddb/
Ddbrecio.py54 def seek(self, pos, mode = 0): member in DBRecIO
/external/swiftshader/third_party/subzero/src/
DIceELFStreamer.h101 void seek(uint64_t Off) override { Out.seek(Off); } in seek() function
/external/skqp/tests/
DFakeStreams.h77 bool seek(size_t position) override { return fStream.seek(position); } in seek() function
/external/skia/tests/
DFakeStreams.h77 bool seek(size_t position) override { return fStream.seek(position); } in seek() function
/external/python/cpython2/Lib/test/
Dtest_imghdr.py25 def seek(self, *args, **kwargs): member in UnseekableIO

123456