HomeSort by relevance Sort by last modified time
    Searched defs:Seek (Results 26 - 50 of 55) sorted by null

12 3

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 483 Seek( marker );
488 Seek( lastMarker );
491 public virtual void Seek( int index )
512 Seek( index );
516 * Seek back to previous index saved during last push() call.
523 Seek( ret );
  /external/chromium/net/base/
file_stream_posix.cc 328 int64 FileStream::Seek(Whence whence, int64 offset) {
351 int64 cur_pos = Seek(FROM_CURRENT, 0);
434 // Seek to the position to truncate from.
435 int64 seek_position = Seek(FROM_BEGIN, bytes);
file_stream_win.cc 183 int64 FileStream::Seek(Whence whence, int64 offset) {
207 int64 cur_pos = Seek(FROM_CURRENT, 0);
343 // Seek to the position to truncate from.
344 int64 seek_position = Seek(FROM_BEGIN, bytes);
  /external/openfst/src/include/fst/
complement.h 284 void Seek(size_t a) {
289 aiter_->Seek(a - 1);
310 virtual void Seek_(size_t a) { Seek(a); }
mutable-fst.h 203 void Seek(size_t a) { data_.base->Seek(a); }
const-fst.h 355 // precompute values needed for header when we cannot seek to rewrite it.
476 void Seek(size_t a) { i_ = a; }
vector-fst.h 602 void Seek(size_t a) { i_ = a; }
645 void Seek(size_t a) { i_ = a; }
707 virtual void Seek_(size_t a) { Seek(a); }
cache.h 737 void Seek(size_t a) { i_ = a; }
785 void Seek(size_t a) { i_ = a; }
846 virtual void Seek_(size_t a) { Seek(a); }
compact-fst.h     [all...]
fst.h 411 void Seek(size_t a) { Seek_(a); } // Random arc access by position
495 void Seek(size_t a) {
497 data_.base->Seek(a);
741 // the machine has been serialized, this routine can be called to seek to
replace.h     [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
complement.h 257 virtual void Seek(size_t a) {
262 aiter_->Seek(a - 1);
const-fst.h 379 void Seek(size_t a) { i_ = a; }
cache.h 450 void Seek(size_t a) { i_ = a; }
fst.h 299 virtual void Seek(size_t a) = 0; // Random arc access by position
360 void Seek(size_t a) {
362 data_.base->Seek(a);
vector-fst.h 708 void Seek(size_t a) { i_ = a; }
741 virtual void Seek(size_t a) { i_ = a; }
  /frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp 97 bool BitcodeWrapperer::Seek(uint32_t pos) {
98 if (infile_ != NULL && infile_->Seek(pos)) {
257 Seek(0);
371 Seek(infile_bc_offset_) &&
383 return !error_ && Seek(infile_bc_offset_) &&
  /external/libvpx/libvpx/libmkv/
EbmlIDs.h 37 /* Meta Seek Information */
39 Seek = 0x4DBB,
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 920 void Seek(size_t a) {
942 virtual void Seek_(size_t a) { Seek(a); }
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 107 /// <see cref="IIntStream.Release"/> and <see cref="IIntStream.Seek"/>.
123 /// It's like Seek(last marker's input position).
132 /// the backward seek.
143 /// normally used to seek ahead in the input stream.
147 /// will use seek to move backwards such as when backtracking.
162 /// The index is 0..N-1. A seek to position i means that LA(1) will return
166 procedure Seek(const Index: Integer);
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 1254 //because we adjust the pos down to the curr seek pos,
    [all...]
  /external/v8/src/
unicode.cc 352 void CharacterStream::Seek(unsigned position) {
    [all...]
objects.cc     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 874 /* SEEK */
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 874 /* SEEK */
    [all...]

Completed in 1506 milliseconds

12 3