HomeSort by relevance Sort by last modified time
    Searched refs:ReadBlock (Results 1 - 25 of 27) sorted by null

1 2

  /external/lzma/CPP/7zip/Common/
InBuffer.h 27 bool ReadBlock();
48 if (!ReadBlock())
71 if (!ReadBlock())
InBuffer.cpp 52 bool CInBuffer::ReadBlock()
77 if (!ReadBlock())
StreamObjects.h 122 virtual HRESULT ReadBlock(UInt64 blockIndex, Byte *dest, size_t blockSize) = 0;
StreamObjects.cpp 193 RINOK(ReadBlock(cacheTag, p, blockSize));
  /external/lzma/CS/7zip/Common/
InBuffer.cs 30 public bool ReadBlock()
52 if (!ReadBlock())
62 if (!ReadBlock())
  /external/chromium_org/v8/src/
scanner-character-streams.h 37 // source (ReadBlock can be called with pos_ pointing to any position,
51 virtual bool ReadBlock();
119 virtual bool ReadBlock() {
scanner-character-streams.cc 93 bool BufferedUtf16CharacterStream::ReadBlock() {
141 ReadBlock();
166 ReadBlock();
178 ReadBlock();
preparser-api.cc 118 virtual bool ReadBlock() {
scanner.h 70 if (buffer_cursor_ < buffer_end_ || ReadBlock()) {
115 virtual bool ReadBlock() = 0;
  /external/v8/src/
scanner-character-streams.h 37 // source (ReadBlock can be called with pos_ pointing to any position,
51 virtual bool ReadBlock();
119 virtual bool ReadBlock() {
scanner-character-streams.cc 92 bool BufferedUtf16CharacterStream::ReadBlock() {
139 ReadBlock();
164 ReadBlock();
176 ReadBlock();
unicode-inl.h 213 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
227 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
238 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
preparser-api.cc 118 virtual bool ReadBlock() {
scanner.h 89 if (buffer_cursor_ < buffer_end_ || ReadBlock()) {
134 virtual bool ReadBlock() = 0;
unicode.h 157 static const byte* ReadBlock(Buffer<const char*> str, byte* buffer,
unicode.cc 280 const byte* Utf8::ReadBlock(Buffer<const char*> str, byte* buffer,
    [all...]
objects.h     [all...]
  /external/lzma/Java/SevenZip/Compression/LZ/
InWindow.java 39 public void ReadBlock() throws IOException
90 ReadBlock();
101 ReadBlock();
  /external/opencv/otherlibs/highgui/
bitstrm.h 89 virtual void ReadBlock();
136 virtual void ReadBlock();
155 virtual void ReadBlock();
bitstrm.cpp 114 void RBaseStream::ReadBlock()
240 ReadBlock();
266 ReadBlock();
373 void RLBitStream::ReadBlock()
375 RBaseStream::ReadBlock();
407 ReadBlock();
426 ReadBlock();
483 void RMBitStream::ReadBlock()
485 RBaseStream::ReadBlock();
516 ReadBlock();
    [all...]
grfmt_jpeg.h 102 virtual void ReadBlock();
  /external/chromium_org/third_party/leveldatabase/src/table/
format.h 94 extern Status ReadBlock(RandomAccessFile* file,
table.cc 61 s = ReadBlock(file, ReadOptions(), footer.index_handle(), &contents);
96 if (!ReadBlock(rep_->file, opt, footer.metaindex_handle(), &contents).ok()) {
120 // We might want to unify with ReadBlock() if we start
124 if (!ReadBlock(rep_->file, opt, filter_handle, &block).ok()) {
179 s = ReadBlock(table->rep_->file, options, handle, &contents);
189 s = ReadBlock(table->rep_->file, options, handle, &contents);
format.cc 66 Status ReadBlock(RandomAccessFile* file,
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 39 public virtual void ReadBlock()
90 ReadBlock();
101 ReadBlock();

Completed in 1176 milliseconds

1 2