Searched defs:Seek (Results 51 - 75 of 100) sorted by relevance

1234

/external/chromium_org/third_party/leveldatabase/src/db/
H A Dskiplist.h78 void Seek(const Key& target);
222 inline void SkipList<Key,Comparator>::Iterator::Seek(const Key& target) { function in class:leveldb::SkipList::Iterator
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dblock.cc165 virtual void Seek(const Slice& target) { function in class:leveldb::Block::Iter
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkIStream.cpp93 HRESULT STDMETHODCALLTYPE SkBaseIStream::Seek(LARGE_INTEGER liDistanceToMove function in class:SkBaseIStream
147 HRESULT STDMETHODCALLTYPE SkIStream::Seek(LARGE_INTEGER liDistanceToMove function in class:SkIStream
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs50 public override long Seek(long offset, System.IO.SeekOrigin origin) method in class:SevenZip.CDoubleStream
52 throw (new Exception("can't Seek"));
316 trainStream.Seek(doubleStream.skipSize, SeekOrigin.Begin);
H A DLzmaBench.cs132 public override long Seek(long offset, SeekOrigin origin) { return 0; } method in class:SevenZip.LzmaBench.CrcOutStream
295 inStream.Seek(0, SeekOrigin.Begin);
296 compressedStream.Seek(0, SeekOrigin.Begin);
308 compressedStream.Seek(0, SeekOrigin.Begin);
/external/openfst/src/include/fst/
H A Dcomplement.h284 void Seek(size_t a) { function in class:fst::ArcIterator
289 aiter_->Seek(a - 1);
310 virtual void Seek_(size_t a) { Seek(a); }
H A Dconst-fst.h476 void Seek(size_t a) { i_ = a; } function in class:fst::ArcIterator
H A Dmutable-fst.h203 void Seek(size_t a) { data_.base->Seek(a); } function in class:fst::MutableArcIterator
/external/skia/src/utils/win/
H A DSkIStream.cpp93 HRESULT STDMETHODCALLTYPE SkBaseIStream::Seek(LARGE_INTEGER liDistanceToMove function in class:SkBaseIStream
147 HRESULT STDMETHODCALLTYPE SkIStream::Seek(LARGE_INTEGER liDistanceToMove function in class:SkIStream
/external/srec/tools/thirdparty/OpenFst/fst/lib/
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.h381 void Seek(size_t a) { i_ = a; } function in class:fst::ArcIterator
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs255 public override long Seek(long offset, SeekOrigin origin) method in class:DotZLib.GZipStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBufferedTreeNodeStream.cs407 Seek(marker);
411 Seek(lastMarker);
414 public virtual void Seek(int index) { method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
431 Seek(index);
435 * Seek back to previous index saved during last push() call.
441 Seek(ret);
/external/chromium_org/content/renderer/media/android/
H A Dmedia_source_delegate.cc259 void MediaSourceDelegate::Seek( function in class:content::MediaSourceDelegate
305 chunk_demuxer_->Seek(seek_time, base::Bind(
H A Drenderer_media_player_manager.cc100 void RendererMediaPlayerManager::Seek( function in class:content::RendererMediaPlayerManager
/external/chromium_org/storage/browser/blob/
H A Dblob_url_request_job.cc236 Seek(byte_range_.first_byte_position());
285 void BlobURLRequestJob::Seek(int64 offset) { function in class:storage::BlobURLRequestJob
/external/chromium_org/third_party/lzma_sdk/
H A DTypes.h166 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); member in struct:__anon13448
180 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); member in struct:__anon13449
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h167 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); member in struct:__anon14779
181 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); member in struct:__anon14780
/external/lzma/C/
H A DTypes.h166 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); member in struct:__anon26732
180 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); member in struct:__anon26733
/external/lzma/CPP/Windows/
H A DFileIO.cpp171 return Seek(0, FILE_CURRENT, position);
193 bool CFileBase::Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const function in class:NWindows::NFile::NIO::CFileBase
213 bool CFileBase::Seek(UInt64 position, UInt64 &newPosition) function in class:NWindows::NFile::NIO::CFileBase
215 return Seek(position, FILE_BEGIN, newPosition);
221 return Seek(0, newPosition);
226 return Seek(0, FILE_END, newPosition);
427 if (!Seek(length, newPosition))
/external/chromium_org/media/base/
H A Dpipeline.cc104 void Pipeline::Seek(TimeDelta time, const PipelineStatusCB& seek_cb) { function in class:media::Pipeline
107 DLOG(ERROR) << "Media pipeline isn't running. Ignoring Seek().";
398 // Seek demuxer.
400 &Demuxer::Seek, base::Unretained(demuxer_), seek_timestamp));
581 // will only execute the first Seek() request.
/external/chromium_org/media/filters/
H A Daudio_decoder_unittest.cc149 // Seek back to the beginning.
209 void Seek(base::TimeDelta seek_time) { function in class:media::AudioDecoderTest
349 // Seek back to the beginning. Calls Reset() on the decoder.
350 Seek(start_timestamp());
H A Dsource_buffer_range.cc66 void SourceBufferRange::Seek(DecodeTimestamp timestamp) { function in class:media::SourceBufferRange
/external/libvpx/libvpx/third_party/libmkv/
H A DEbmlIDs.h36 /* Meta Seek Information */
38 Seek = 0x4DBB, enumerator in enum:mkv

Completed in 731 milliseconds

1234