/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/ |
D | BitInputStream.java | 148 final long nextByte = in.read(); in processBitsGreater57() local 188 final long nextByte = in.read(); in ensureCache() local
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | BitStream.java | 58 int nextByte() throws IOException { in nextByte() method in BitStream
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CompactStringByteConverter.java | 154 int nextByte = input[bytePosition++]; in readInt() local 206 int nextByte = input[bytePosition++]; in readUnsignedInt() local
|
D | StateDictionary.java | 393 private Status nextByte(int chunk) { in nextByte() method in StateDictionary.StateMatcher
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/ |
D | BlockLZ4CompressorInputStream.java | 109 int nextByte; in readSizeBytes() local
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/ |
D | BitstreamReader.java | 36 private int nextByte; field in BitstreamReader
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 70 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { in nextByte() function
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/ |
D | BIG5Tool.java | 290 int nextByte() { in nextByte() method in BIG5Tool.iteratedChar
|
D | EUCTool.java | 290 int nextByte() { in nextByte() method in EUCTool.iteratedChar
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.cpp | 299 uint8_t nextByte; in setPrefixPresent() local 341 uint8_t nextByte; in readPrefixes() local
|
/external/skqp/src/utils/ |
D | SkUTF.cpp | 141 uint8_t nextByte = *p; in NextUTF8() local
|
/external/skia/src/utils/ |
D | SkUTF.cpp | 141 uint8_t nextByte = *p; in NextUTF8() local
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/arj/ |
D | ArjArchiveInputStream.java | 111 int nextByte; in readString() local
|
/external/icu/icu4c/source/i18n/ |
D | csrmbcs.cpp | 132 int32_t IteratedChar::nextByte(InputText *det) in nextByte() function in IteratedChar
|
D | csrsbcs.cpp | 95 int32_t NGramParser::nextByte(InputText *det) in nextByte() function in NGramParser 192 int32_t NGramParser_IBM420::nextByte(InputText *det) in nextByte() function in NGramParser_IBM420
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_sbcs.java | 109 private int nextByte(CharsetDetector det) in nextByte() method in CharsetRecog_sbcs.NGramParser 216 private int nextByte(CharsetDetector det) in nextByte() method in CharsetRecog_sbcs.NGramParser_IBM420
|
D | CharsetRecog_mbcs.java | 156 int nextByte(CharsetDetector det) { in nextByte() method in CharsetRecog_mbcs.iteratedChar
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CharsetRecog_sbcs.java | 110 private int nextByte(CharsetDetector det) in nextByte() method in CharsetRecog_sbcs.NGramParser 217 private int nextByte(CharsetDetector det) in nextByte() method in CharsetRecog_sbcs.NGramParser_IBM420
|
D | CharsetRecog_mbcs.java | 157 int nextByte(CharsetDetector det) { in nextByte() method in CharsetRecog_mbcs.iteratedChar
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/ |
D | LZ77Compressor.java | 370 private int nextHash(int oldHash, byte nextByte) { in nextHash()
|
/external/mesa3d/src/glx/ |
D | pixel.c | 92 GLint elementsLeft, bitOffset, currentByte, nextByte, highBitMask; in FillBitmap() local
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/cert/ |
D | CertificateFactoryTest.java | 385 int nextByte = mStream.read(); in read() local
|
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/java/security/cert/ |
D | CertificateFactoryTest.java | 388 int nextByte = mStream.read(); in read() local
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ByteString.java | 186 public byte nextByte() { in iterator() method 213 byte nextByte(); in nextByte() method
|
/external/capstone/arch/X86/ |
D | X86DisassemblerDecoder.c | 481 uint8_t byte = 0, nextByte; in readPrefixes() local
|