/external/antlr/src/org/antlr/runtime/ |
SerializedGrammar.java | 127 Block b = readBlock(in); 133 protected Block readBlock(DataInputStream in) throws IOException { 172 Block b = readBlock(in);
|
/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();
|
grfmt_jpeg.cpp | 529 void RJpegBitStream::ReadBlock() [all...] |
/external/v8/src/ |
scanner.h | 39 // source (ReadBlock can be called with pos_ pointing to any position, 53 virtual bool ReadBlock(); 121 virtual bool ReadBlock() {
|
unicode-inl.h | 202 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_); 216 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_); 227 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
|
scanner.cc | 92 bool BufferedUC16CharacterStream::ReadBlock() { 139 ReadBlock(); 164 ReadBlock(); 176 ReadBlock();
|
preparser-api.cc | 112 virtual bool ReadBlock() {
|
unicode.h | 121 static const byte* ReadBlock(Buffer<const char*> str, byte* buffer,
|
scanner-base.h | 68 if (buffer_cursor_ < buffer_end_ || ReadBlock()) { 113 virtual bool ReadBlock() = 0;
|
objects.h | [all...] |
objects.cc | [all...] |
unicode.cc | 279 const byte* Utf8::ReadBlock(Buffer<const char*> str, byte* buffer, [all...] |
/external/skia/src/images/ |
SkImageDecoder_fpdfemb.cpp | 99 // SkDebugf("---- readblock %p %p %d %d\n", stream, dst, offset, size); 194 file.ReadBlock = file_readblock;
|
/frameworks/base/media/libstagefright/matroska/ |
MatroskaExtractor.cpp | 148 status_t readBlock(); 362 status_t MatroskaSource::readBlock() { 414 status_t err = readBlock();
|
/frameworks/base/core/java/android/nfc/tech/ |
MifareClassic.java | 419 public byte[] readBlock(int blockIndex) throws IOException {
|
/prebuilt/common/commons-compress/ |
commons-compress-1.0.jar | |