Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.h36 int readByte(uint64_t Addr, uint8_t *Byte) const { in readByte() function
/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/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMemoryMappedFile.java114 @Override public byte readByte() { in readByte() method in ShadowMemoryMappedFile.RoboBufferIterator
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/brotli/
DBrotliCompressorInputStreamTest.java53 int readByte = -1; in testBrotliDecode() local
/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/conscrypt/common/src/main/java/org/conscrypt/ct/
DSerialization.java165 public static byte readByte(InputStream input) throws SerializationException { in readByte() method in Serialization
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DDisassembler.cpp111 int readByte(uint64_t Addr, uint8_t *Byte) const { in readByte() function in __anonec7236e10111::DisasmMemoryObject
DEDDisassembler.cpp227 int readByte(uint64_t address, uint8_t *ptr) const { in readByte() function in __anon0aea1e8a0111::EDMemoryObject
/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/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DBufferedSource.java54 byte readByte() throws IOException; in readByte() method
DRealBufferedSource.java77 @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/swiftshader/third_party/LLVM/tools/llvm-mc/
DDisassembler.cpp47 int readByte(uint64_t Addr, uint8_t *Byte) const { in readByte() function in __anonc95c80060111::VectorMemoryObject
/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/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