Home
last modified time | relevance | path

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

12

/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/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
DDataInput.java22 public byte readByte () throws IOException; in readByte() method
DDataInputStream.java38 public byte readByte () throws IOException { in readByte() method in DataInputStream
DRandomAccessFile.java184 public final byte readByte () throws IOException { in readByte() method in RandomAccessFile
/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
/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/libgdx/gdx/src/com/badlogic/gdx/utils/
DLittleEndianInputStream.java52 public byte readByte () throws IOException { in readByte() method in LittleEndianInputStream
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DLittleEndien.java89 public byte readByte() throws IOException { in readByte() method in LittleEndien
/external/conscrypt/src/main/java/org/conscrypt/ct/
DSerialization.java163 public static byte readByte(InputStream input) throws SerializationException { in readByte() method in Serialization
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DBlenderInputStream.java213 public int readByte() { in readByte() method in BlenderInputStream
/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/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java52 byte readByte() throws IOException; in readByte() method
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DDataInputCompressor.java47 public byte readByte() throws IOException { in readByte() method in DataInputCompressor
/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/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
DAbstractInterceptFieldCallback.java35 public byte readByte(Object obj, String name, byte oldValue) { return oldValue; } in readByte() method in AbstractInterceptFieldCallback
DInterceptFieldCallback.java35 byte readByte(Object obj, String name, byte oldValue); in readByte() method
/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

12