Searched defs:Seek (Results 1 - 15 of 15) sorted by relevance

/external/zlib/contrib/delphi/
H A DZLib.pas62 stream will raise an exception. Using Seek to move the stream pointer
93 function Seek(Offset: Longint; Origin: Word): Longint; override; function
122 function Seek(Offset: Longint; Origin: Word): Longint; override; function
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/
H A Dmutable-fst.h154 void Seek(size_t a) { data_.base->Seek(a); } function in class:fst::MutableArcIterator
H A Dcomplement.h257 virtual void Seek(size_t a) { function in class:fst::ArcIterator
262 aiter_->Seek(a - 1);
H A Dcache.h450 void Seek(size_t a) { i_ = a; } function in class:fst::CacheArcIterator
H A Dconst-fst.h379 void Seek(size_t a) { i_ = a; } function in class:fst::ArcIterator
H A Dvector-fst.h708 void Seek(size_t a) { i_ = a; } function in class:fst::ArcIterator
741 virtual void Seek(size_t a) { i_ = a; } function in class:fst::MutableArcIterator
H A Dfst.h299 virtual void Seek(size_t a) = 0; // Random arc access by position
360 void Seek(size_t a) { function in class:fst::ArcIterator
362 data_.base->Seek(a);
/external/v8/src/
H A Dunicode-inl.h225 void InputBuffer<R, I, s>::Seek(unsigned position) { function in class:unibrow::InputBuffer
H A Dunicode.cc324 void CharacterStream::Seek(unsigned position) { function in class:unibrow::CharacterStream
H A Dobjects.cc3578 buffer->Seek(offset);
3997 void StringInputBuffer::Seek(unsigned pos) { function in class:v8::internal::StringInputBuffer
4002 void SafeStringInputBuffer::Seek(unsigned pos) { function in class:v8::internal::SafeStringInputBuffer
/external/webkit/WebKit/win/
H A DMemoryStream.cpp124 HRESULT STDMETHODCALLTYPE MemoryStream::Seek( function in class:MemoryStream
/external/chromium/net/base/
H A Dfile_stream_win.cc177 int64 FileStream::Seek(Whence whence, int64 offset) { function in class:net::FileStream
199 int64 cur_pos = Seek(FROM_CURRENT, 0);
308 // Seek to the position to truncate from.
309 int64 seek_position = Seek(FROM_BEGIN, bytes);
H A Dfile_stream_posix.cc350 int64 FileStream::Seek(Whence whence, int64 offset) { function in class:net::FileStream
369 int64 cur_pos = Seek(FROM_CURRENT, 0);
450 // Seek to the position to truncate from.
451 int64 seek_position = Seek(FROM_BEGIN, bytes);
/external/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs255 public override long Seek(long offset, SeekOrigin origin) method in class:DotZLib.GZipStream
/external/libvpx/libmkv/
H A DEbmlIDs.h37 //Meta Seek Information
39 Seek = 0x4DBB, enumerator in enum:mkv

Completed in 445 milliseconds