HomeSort by relevance Sort by last modified time
    Searched defs:Seek (Results 1 - 18 of 18) sorted by null

  /frameworks/ex/variablespeed/jni/
ring_buffer.cc 78 void RingBuffer::Seek(int reader, int64 position) {
  /external/zlib/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;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h 154 void Seek(size_t a) { data_.base->Seek(a); }
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; }
  /external/v8/src/
unicode-inl.h 225 void InputBuffer<R, I, s>::Seek(unsigned position) {
unicode.cc 341 void CharacterStream::Seek(unsigned position) {
    [all...]
objects.cc     [all...]
  /external/webkit/Source/WebKit/win/
MemoryStream.cpp 124 HRESULT STDMETHODCALLTYPE MemoryStream::Seek(
  /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/libvpx/libmkv/
EbmlIDs.h 37 //Meta Seek Information
39 Seek = 0x4DBB,
  /external/libvpx/mkvparser/
mkvparser.cpp     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 874 /* SEEK */
    [all...]
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h 874 /* SEEK */
    [all...]

Completed in 646 milliseconds