Home
last modified time | relevance | path

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

/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.cpp66 int RawMemoryObject::readBytes(uint64_t address, in readBytes() function in __anon7794b4450111::RawMemoryObject
108 int StreamingMemoryObject::readBytes(uint64_t address, in readBytes() function in llvm::StreamingMemoryObject
/external/chromium_org/third_party/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioRecord.java164 int readBytes = 0; in RecordAudio() local
/external/chromium_org/content/browser/resources/media/
Dcache_entry.js74 readBytes: function(start, length) { method in CacheEntry
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
DXmlMessageWrapper.java247 private static byte[] readBytes(InputStream stream, int numBytes) in readBytes() method in XmlMessageWrapper
/external/chromium_org/third_party/angle/src/libGLESv2/
DBinaryStream.h60 void readBytes(unsigned char outArray[], size_t count) in readBytes() function
/external/deqp/execserver/tools/
DxsClient.cpp84 void readBytes (de::Socket& socket, vector<deUint8>& dst, int numBytes) in readBytes() function
DxsTest.cpp90 void readBytes (de::Socket& socket, vector<deUint8>& dst, int numBytes) in readBytes() function
/external/qemu/android/filesystems/
Dramdisk_extractor.cpp92 bool tryRead(void* buffer, size_t len, size_t* readBytes) { in tryRead()
/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/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/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DDecoder.java250 public byte[] readBytes(int offset, int arrayNullability, int expectedLength) { in readBytes() method in Decoder