/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_linux_gccgo_arm.go | 14 func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { func
|
D | syscall_linux_gccgo_386.go | 14 func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { func
|
D | syscall_linux_gc_386.go | 13 func seek(fd int, offset int64, whence int) (newoffset int64, err syscall.Errno) func
|
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
D | ANTLRStringStream.pm | 195 sub seek { subroutine
|
D | CommonTokenStream.pm | 322 sub seek { subroutine
|
/external/xz-java/src/org/tukaani/xz/ |
D | SeekableInputStream.java | 80 public abstract void seek(long pos) throws IOException; in seek() method in SeekableInputStream
|
D | SeekableFileInputStream.java | 99 public void seek(long pos) throws IOException { in seek() method in SeekableFileInputStream
|
D | SeekableXZInputStream.java | 963 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/ |
D | IntStream.java | 109 void seek(int index); in seek() method
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3intstream.inl | 202 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/ |
D | ANTLRStringStream.as | 171 public function seek(index:int):void { method in org.antlr.runtime.ANTLRStringStream
|
D | CommonTokenStream.as | 325 public function seek(index:int):void { method in org.antlr.runtime.CommonTokenStream
|
/external/flac/include/FLAC/ |
D | callback.h | 173 FLAC__IOCallback_Seek seek; member
|
/external/turbine/java/com/google/turbine/bytecode/ |
D | ByteReader.java | 38 public ByteArrayDataInput seek(int i) { in seek() method in ByteReader
|
/external/skia/src/utils/ |
D | SkAnimCodecPlayer.cpp | 80 bool SkAnimCodecPlayer::seek(uint32_t msec) { in seek() function in SkAnimCodecPlayer
|
/external/skqp/src/utils/ |
D | SkAnimCodecPlayer.cpp | 80 bool SkAnimCodecPlayer::seek(uint32_t msec) { in seek() function in SkAnimCodecPlayer
|
/external/python/cpython3/Lib/ |
D | chunk.py | 98 def seek(self, pos, whence=0): member in Chunk
|
/external/python/cpython2/Lib/ |
D | chunk.py | 98 def seek(self, pos, whence=0): member in Chunk
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
D | ANTLRStringStream.js | 247 seek: function(index) { method
|
/external/autotest/client/site_tests/video_YouTubePage/files/ |
D | video_YouTubePageCommon.js | 59 function seek(time) { function
|
/external/python/cpython2/Lib/bsddb/ |
D | dbrecio.py | 54 def seek(self, pos, mode = 0): member in DBRecIO
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFStreamer.h | 101 void seek(uint64_t Off) override { Out.seek(Off); } in seek() function
|
/external/skqp/tests/ |
D | FakeStreams.h | 77 bool seek(size_t position) override { return fStream.seek(position); } in seek() function
|
/external/skia/tests/ |
D | FakeStreams.h | 77 bool seek(size_t position) override { return fStream.seek(position); } in seek() function
|
/external/python/cpython2/Lib/test/ |
D | test_imghdr.py | 25 def seek(self, *args, **kwargs): member in UnseekableIO
|