Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/util/
DByteInput.java29 byte readByte(); in readByte() method
DByteArrayByteInput.java28 @Override public byte readByte() { in readByte() method in ByteArrayByteInput
/external/guava/guava/src/com/google/common/io/
DByteArrayDataInput.java44 @Override byte readByte(); in readByte() method
DLittleEndianDataInputStream.java205 public byte readByte() throws IOException { in readByte() method in LittleEndianDataInputStream
DByteStreams.java244 @Override public byte readByte() { in readByte() method in ByteStreams.ByteArrayDataInputStream
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DBaseDexReader.java269 public int readByte() { in readByte() method in BaseDexReader
285 public int readByte(int offset) { return dexBuf.readByte(offset); } in readByte() method in BaseDexReader
DBaseDexBuffer.java133 public int readByte(int offset) { in readByte() method in BaseDexBuffer
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
DBitstreamReader.java99 public int readByte() throws IOException { in readByte() method in BitstreamReader
/external/conscrypt/src/main/java/org/conscrypt/ct/
DSerialization.java163 public static byte readByte(InputStream input) throws SerializationException { in readByte() method in Serialization
/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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp159 int readByte(uint64_t addr, uint8_t *byte) const in readByte() function in BufferMemoryObject
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DDataInputCompressor.java46 public byte readByte() throws IOException { in readByte() method in DataInputCompressor
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DDataInputCompressor.java47 public byte readByte() throws IOException { in readByte() method in DataInputCompressor
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
DInterceptFieldCallback.java35 byte readByte(Object obj, String name, byte oldValue); in readByte() method
DAbstractInterceptFieldCallback.java35 public byte readByte(Object obj, String name, byte oldValue) { return oldValue; } in readByte() method in AbstractInterceptFieldCallback
/external/proguard/src/proguard/classfile/instruction/
DInstruction.java1010 protected static int readByte(byte[] code, int offset) in readByte() method in Instruction
/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/jmdns/src/javax/jmdns/impl/
DDNSIncoming.java54 public int readByte() { in readByte() method in DNSIncoming.MessageInputStream
/external/skia/src/images/
DSkImageDecoder_libico.cpp35 #define readByte(buffer,begin) buffer[begin] macro
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DClassReader.java1836 public int readByte(final int index) { in readByte() method in ClassReader
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowParcel.java200 public byte readByte() { in readByte() method in ShadowParcel