Home
last modified time | relevance | path

Searched refs:readBlock (Results 1 – 10 of 10) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DTapeInputStream.java131 readBlock(true); in read()
182 readBlock((len - bytes) < blockSize); in skip()
230 readBlock(true);
267 private void readBlock(final boolean decompress) throws IOException {
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DRemoteControlReader.java39 protected boolean readBlock(final byte blockid) throws IOException { in readBlock() method in RemoteControlReader
47 return super.readBlock(blockid); in readBlock()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
DExecutionDataReader.java92 } while (readBlock(type)); in read()
106 protected boolean readBlock(final byte blocktype) throws IOException { in readBlock() method in ExecutionDataReader
/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeReader.cpp546 llvm::Error ClangDocBitcodeReader::readBlock(unsigned ID, T I) { in readBlock() function in clang::doc::ClangDocBitcodeReader
584 if (auto Err = readBlock(ID, Comment.get())) in readSubBlock()
590 if (auto Err = readBlock(ID, &TI)) in readSubBlock()
598 if (auto Err = readBlock(ID, &TI)) in readSubBlock()
606 if (auto Err = readBlock(ID, &TI)) in readSubBlock()
614 if (auto Err = readBlock(ID, &R)) in readSubBlock()
622 if (auto Err = readBlock(ID, &F)) in readSubBlock()
629 if (auto Err = readBlock(ID, &BR)) in readSubBlock()
636 if (auto Err = readBlock(ID, &E)) in readSubBlock()
727 if (auto Err = readBlock(ID, static_cast<T *>(I.get()))) in createInfo()
[all …]
DBitcodeReader.h47 template <typename T> llvm::Error readBlock(unsigned ID, T I);
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DSerializedGrammar.java136 Block b = readBlock(in); in readRule()
142 protected Block readBlock(DataInputStream in) throws IOException { in readBlock() method in SerializedGrammar
182 Block b = readBlock(in); in readAlt()
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifHeaderParser.java107 readBlock(); in readContents()
217 readBlock(); in readNetscapeExt()
328 private int readBlock() { in readBlock() method in GifHeaderParser
DGifDecoder.java566 count = readBlock(); in decodeBitmapData()
667 private int readBlock() { in readBlock() method in GifDecoder
/external/angle/src/compiler/translator/tree_util/
DReplaceClipCullDistanceVariable.cpp332 TIntermBlock *readBlock = new TIntermBlock; in assignOriginalValueToANGLEVariableImpl() local
338 readBlock->appendStatement( in assignOriginalValueToANGLEVariableImpl()
342 return RunAtTheBeginningOfShader(mCompiler, mRoot, readBlock); in assignOriginalValueToANGLEVariableImpl()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
DExecutionDataReaderWriterTest.java97 protected boolean readBlock(byte blocktype) throws IOException { in testCustomBlocks()
104 return super.readBlock(blocktype); in testCustomBlocks()