Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 – 18 of 18) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/export/
DReadListener.java37 public void readBytes(int bytes); in readBytes() method
/external/llvm/lib/Support/
DMemoryObject.cpp16 int MemoryObject::readBytes(uint64_t address, in readBytes() function in MemoryObject
DStringRefMemoryObject.cpp21 int StringRefMemoryObject::readBytes(uint64_t Addr, in readBytes() function in StringRefMemoryObject
DStreamableMemoryObject.cpp67 int RawMemoryObject::readBytes(uint64_t address, in readBytes() function in __anon46bbb5380111::RawMemoryObject
109 int StreamingMemoryObject::readBytes(uint64_t address, in readBytes() function in llvm::StreamingMemoryObject
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
DTypesReader.java63 public byte[] readBytes(int len) throws IOException in readBytes() method in TypesReader
76 public void readBytes(byte[] dst, int off, int len) throws IOException in readBytes() method in TypesReader
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DInput.java140 public byte[] readBytes(int length); in readBytes() method
DByteArrayInput.java270 public byte[] readBytes(int length) { in readBytes() method in ByteArrayInput
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
DSimpleDERReader.java53 private byte[] readBytes(int len) throws IOException in readBytes() method in SimpleDERReader
/external/chromium_org/content/browser/resources/media/
Dcache_entry.js74 readBytes: function(start, length) { method in CacheEntry
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DBlenderInputStream.java224 private int readBytes(byte[] bytes) { in readBytes() method in BlenderInputStream
/external/jmdns/src/javax/jmdns/impl/
DDNSIncoming.java66 public byte[] readBytes(int len) { in readBytes() method in DNSIncoming.MessageInputStream
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java230 public byte[] readBytes() throws IOException { in readBytes() method in CodedInputByteBufferNano
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java238 public ByteStringMicro readBytes() throws IOException { in readBytes() method in CodedInputStreamMicro
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedInputStream.java264 public ByteString readBytes() throws IOException { in readBytes() method in CodedInputStream
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
DCodedInputStream.java317 public ByteString readBytes() throws IOException { in readBytes() method in CodedInputStream
/external/aac/libAACdec/src/
Daacdecoder.cpp292 int readBytes = 0; in CAacDecoder_AncDataParse() local
/external/smack/src/org/jivesoftware/smackx/packet/
DVCard.java453 int readBytes = bis.read(buffer); in getFileBytes() local
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DSFTPv3Client.java234 private void readBytes(byte[] buff, int pos, int len) throws IOException in readBytes() method in SFTPv3Client