Home
last modified time | relevance | path

Searched defs:readByte (Results 1 – 25 of 33) sorted by relevance

12

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/
DDataSourceInputStreamTest.java42 int readByte = inputStream.read(); in readSingleBytes() local
/external/guava/guava/src/com/google/common/io/
DByteArrayDataInput.java53 byte readByte(); in readByte() method
DLittleEndianDataInputStream.java210 public byte readByte() throws IOException { in readByte() method in LittleEndianDataInputStream
/external/guava/android/guava/src/com/google/common/io/
DByteArrayDataInput.java53 byte readByte(); in readByte() method
DLittleEndianDataInputStream.java210 public byte readByte() throws IOException { in readByte() method in LittleEndianDataInputStream
/external/proguard/src/proguard/classfile/io/
DRuntimeDataInput.java56 public byte readByte() in readByte() method in RuntimeDataInput
/external/autotest/client/common_lib/
Di2c_slave.py143 def readByte(self, reg): member in I2cSlave
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
DBitstreamReader.java99 public int readByte() throws IOException { in readByte() method in BitstreamReader
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DBaseDexBuffer.java133 public int readByte(int offset) { in readByte() method in BaseDexBuffer
DBaseDexReader.java366 public int readByte() { in readByte() method in BaseDexReader
382 public int readByte(int offset) { return dexBuf.readByte(offset); } in readByte() method in BaseDexReader
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/zstandard/
DZstdCompressorInputStreamTest.java55 int readByte = -1; in testZstdDecode() local
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/brotli/
DBrotliCompressorInputStreamTest.java53 int readByte = -1; in testBrotliDecode() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMemoryMappedFile.java114 @Override public byte readByte() { in readByte() method in ShadowMemoryMappedFile.RoboBufferIterator
/external/conscrypt/common/src/main/java/org/conscrypt/ct/
DSerialization.java165 public static byte readByte(InputStream input) throws SerializationException { in readByte() method in Serialization
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/
DSerialization.java169 public static byte readByte(InputStream input) throws SerializationException { in readByte() method in Serialization
/external/OpenCSD/decoder/include/opencsd/ptm/
Dtrc_pkt_proc_ptm.h205 inline const bool TrcPktProcPtm::readByte() in readByte() function
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DBufferedSource.java54 byte readByte() throws IOException; in readByte() method
/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java52 byte readByte() throws IOException; in readByte() method
DRealBufferedSource.java76 @Override public byte readByte() throws IOException { in readByte() method in RealBufferedSource
/external/capstone/bindings/vb6/
DmMisc.bas91 Function readByte(offset As Long) As Byte function
/external/jline/src/src/main/java/jline/
DWindowsTerminal.java217 private native int readByte(); in readByte() method in WindowsTerminal
/external/proguard/src/proguard/classfile/instruction/
DInstruction.java1010 protected static int readByte(byte[] code, int offset) in readByte() method in Instruction
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DHpack.java318 private int readByte() throws IOException { in readByte() method in Hpack.Reader
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHpack.java317 private int readByte() throws IOException { in readByte() method in Hpack.Reader
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
DHpack.java321 private int readByte() throws IOException { in readByte() method in Hpack.Reader

12