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/llvm/tools/llvm-objdump/
Dllvm-objdump.h36 int readByte(uint64_t Addr, uint8_t *Byte) const { in readByte() function
/external/llvm/lib/Support/
DStreamableMemoryObject.cpp56 int RawMemoryObject::readByte(uint64_t address, uint8_t* ptr) const { in readByte() function in __anon656dde720111::RawMemoryObject
100 int StreamingMemoryObject::readByte(uint64_t address, uint8_t* ptr) const { in readByte() function in llvm::StreamingMemoryObject
/external/guava/guava/src/com/google/common/io/
DByteArrayDataInput.java36 @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/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DInput.java62 public byte readByte(); in readByte() method
DByteArrayInput.java88 public byte readByte() { in readByte() method in ByteArrayInput
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
DSimpleDERReader.java45 private byte readByte() throws IOException in readByte() method in SimpleDERReader
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DLittleEndien.java89 public byte readByte() throws IOException { in readByte() method in LittleEndien
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
DTypesReader.java55 public int readByte() throws IOException in readByte() method in TypesReader
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp123 int readByte(uint64_t Addr, uint8_t *Byte) const { in readByte() function in __anon0d73c1700111::DisasmMemoryObject
DEDDisassembler.cpp210 int readByte(uint64_t address, uint8_t *ptr) const { in readByte() function in __anon727888d90111::EDMemoryObject
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DBlenderInputStream.java213 public int readByte() { in readByte() method in BlenderInputStream
/external/webkit/Tools/Scripts/
DVCSUtils.pm1846 sub readByte($$) subroutine
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DDataInputStreamTest.java470 public byte readByte() throws IOException { in readByte() method in DataInputStreamTest.TestDataInputStream
/external/llvm/tools/llvm-mc/
DDisassembler.cpp46 int readByte(uint64_t Addr, uint8_t *Byte) const { in readByte() function in __anon429feb950111::VectorMemoryObject
/external/proguard/src/proguard/classfile/instruction/
DInstruction.java793 protected static int readByte(byte[] code, int offset) in readByte() method in Instruction
/external/jmdns/src/javax/jmdns/impl/
DDNSIncoming.java54 public int readByte() { in readByte() method in DNSIncoming.MessageInputStream
/external/jmonkeyengine/engine/src/core/com/jme3/export/
DInputCapsule.java54 public byte readByte(String name, byte defVal) throws IOException; in readByte() method
/external/skia/src/images/
DSkImageDecoder_libico.cpp37 #define readByte(buffer,begin) buffer[begin] macro
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryInputCapsule.java296 public byte readByte(String name, byte defVal) throws IOException { in readByte() method in BinaryInputCapsule
748 protected byte readByte(byte[] content) throws IOException { in readByte() method in BinaryInputCapsule
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMInputCapsule.java125 public byte readByte(String name, byte defVal) throws IOException { in readByte() method in DOMInputCapsule