HomeSort by relevance Sort by last modified time
    Searched refs:seek (Results 76 - 100 of 355) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugTokenStream.h 54 - (void) seek:(NSInteger)index;
ANTLRDebugTreeNodeStream.h 64 - (void) seek:(NSUInteger) index;
ANTLRLookaheadStream.h 63 - (void) seek:(NSInteger) i;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugTokenStream.h 54 - (void) seek:(NSInteger)index;
ANTLRDebugTreeNodeStream.h 64 - (void) seek:(NSUInteger) index;
ANTLRLookaheadStream.h 67 - (void) seek:(NSInteger) i;
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestBufferedTreeNodeStream.java 66 stream.seek(7); // seek to 107
  /external/linux-tools-perf/util/ui/
browser.h 23 void (*seek)(struct ui_browser *self, off_t offset, int whence); member in struct:ui_browser
  /external/marisa-trie/lib/marisa/
mapper.h 51 void seek(long offset, int whence);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
mapper.h 52 void seek(long offset, int whence);
  /external/webkit/Source/WebCore/css/
mediaControlsQtFullscreen.css 78 video::-webkit-media-controls-seek-back-button {
82 video::-webkit-media-controls-seek-forward-button {
  /external/webkit/Source/WebCore/fileapi/
FileWriter.h 60 void seek(long long position, ExceptionCode&);
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayerPrivate.h 70 virtual void seek(float time) = 0;
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 63 void seek(float time);
  /external/webkit/Source/WebCore/platform/leveldb/
LevelDBIterator.cpp 67 void LevelDBIterator::seek(const Vector<char>& target) function in class:WebCore::LevelDBIterator
69 m_iterator->Seek(makeSlice(target));
  /external/webkit/Source/WebCore/platform/network/
BlobResourceHandle.h 79 void seek();
  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayer.h 98 virtual void seek(float seconds) = 0;
  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 132 off_t seek(off_t pOffset);
  /frameworks/rs/driver/linkloader/include/impl/
ELFSectionStrTab.hxx 39 AR.seek(sh->getOffset(), true);
  /libcore/luni/src/main/java/libcore/io/
HeapBufferIterator.java 42 public void seek(int offset) { method in class:HeapBufferIterator
NioBufferIterator.java 40 public void seek(int offset) { method in class:NioBufferIterator
  /libcore/luni/src/test/java/libcore/java/io/
RandomAccessFileTest.java 41 raf.seek(Long.MAX_VALUE);
  /cts/tests/tests/security/src/android/security/cts/
ReadElf.java 386 mFile.seek(offset);
393 mFile.seek(offset);
407 mFile.seek(offset);
426 mFile.seek(offset);
439 mFile.seek(0);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 293 seek(marker);
297 seek(lastMarker);
300 public function seek(index:int):void { function
315 seek(index);
318 /** Seek back to previous index saved during last push() call.
323 seek(ret);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 326 seek(marker);
330 seek(lastMarker);
333 public void seek(int index) { method in class:BufferedTreeNodeStream
348 seek(index);
351 /** Seek back to previous index saved during last push() call.
356 seek(ret);

Completed in 416 milliseconds

1 2 34 5 6 7 8 91011>>