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

<<1112131415

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 544 $input->seek($stop_index + 1);
  /external/clang/lib/Frontend/
CacheTokens.cpp 500 Out.seek(PrologueOffset);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 785 raf.seek(len - 1);
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 182 Node<E> node = BstOperations.seek(comparator(), rootReference.get(), e);
  /external/skia/legacy/src/core/
SkStream.cpp 319 // if buffer is NULL, seek ahead by size
342 size_t SkMemoryStream::seek(size_t offset) { function in class:SkMemoryStream
  /external/skia/src/core/
SkStream.cpp 360 // if buffer is NULL, seek ahead by size
383 size_t SkMemoryStream::seek(size_t offset) { function in class:SkMemoryStream
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.cpp 300 void MediaPlayerPrivateQt::seek(float position) function in class:WebCore::MediaPlayerPrivateQt
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 293 void MediaPlayerPrivate::seek(float time) function in class:WebCore::MediaPlayerPrivate
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 118 void MediaPlayerPrivate::seek(float time) function in class:WebCore::MediaPlayerPrivate
147 m_duration(1), // keep this minimal to avoid initial seek problem
361 m_glue->m_seek = env->GetMethodID(clazz, "seek", "(I)V");
490 m_glue->m_seek = env->GetMethodID(clazz, "seek", "(I)V");
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 271 results_archive_file.seek(0)
upload.py 485 sys.stdin.seek(0, os.SEEK_END)
487 # Cygwin raises an Illegal Seek (errno 29) exception when the above
488 # seek() call is made. Ignoring it seems to cause no harm.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 159 // starting playback (both at startup and after a seek).
319 mHandler->seek(seekTimeUs);
365 // The user can always use the seek bar.
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 475 off64_t size = asset->seek(0, SEEK_SET);
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 665 mp->mAVPlayer->seek(posMsec);
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 434 raf.seek(0);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 976 @input.seek( index_<decisionNumber>_<stateNumber> )<\n>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 232 #undef SEEK
260 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
364 #undef SEEK
398 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
444 #undef SEEK
479 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtree.py 310 stream.seek(7) # seek to 107
333 stream.seek(7) # seek to 107
    [all...]
  /external/jpeg/
jmemdosa.asm 123 mov ax,4200h ; absolute seek
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 123 mov ax,4200h ; absolute seek
  /external/zlib/src/contrib/delphi/
ZLib.pas 62 stream will raise an exception. Using Seek to move the stream pointer
93 function Seek(Offset: Longint; Origin: Word): Longint; override;
101 is read-only and unidirectional; you can seek forward in the stream, but not
122 function Seek(Offset: Longint; Origin: Word): Longint; override;
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
493 FStrm.Seek(-FZRec.avail_in, 1);
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
  /build/tools/releasetools/
common.py 319 img.seek(os.SEEK_SET, 0)
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 738 * this rule and successfully parsed before, then seek ahead to
752 input.seek(stopIndex+1); // jump to one past stop token
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 873 @input.seek( stop_index + 1 )
    [all...]

Completed in 1138 milliseconds

<<1112131415