Home
last modified time | relevance | path

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

/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/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DSerializedGrammar.java127 Block b = readBlock(in); in readRule()
133 protected Block readBlock(DataInputStream in) throws IOException { in readBlock() method in SerializedGrammar
172 Block b = readBlock(in); in readAlt()
/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/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/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()