/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
D | XmlMessageWrapper.java | 132 String receiverId = new String(readBytes(stream, in fromInputStream() 136 byte[] payloadLenBytes = readBytes(stream, HEADER_FIELD_PAYLOAD_LENGTH); in fromInputStream() 139 int protocolVersion = shortBigEndianBytesToInt(readBytes(stream, in fromInputStream() 142 byte createorId = readBytes(stream, 1)[0]; in fromInputStream() 143 byte[] padding = readBytes(stream, HEADER_FIELD_PADDING_LENGTH); in fromInputStream() 144 byte[] payload = readBytes(stream, (int)payloadLen); in fromInputStream() 247 private static byte[] readBytes(InputStream stream, int numBytes) in readBytes() method in XmlMessageWrapper
|
/external/qemu/android/filesystems/ |
D | ramdisk_extractor.cpp | 92 bool tryRead(void* buffer, size_t len, size_t* readBytes) { in tryRead() argument 93 *readBytes = 0; in tryRead() 127 *readBytes += ret; in tryRead() 130 return (!mError && *readBytes > 0); in tryRead()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
D | WebRtcAudioRecord.java | 164 int readBytes = 0; in RecordAudio() local 166 readBytes = _audioRecord.read(_tempBufRec, 0, lengthInBytes); in RecordAudio() 170 if (readBytes != lengthInBytes) { in RecordAudio()
|
/external/llvm/lib/Support/ |
D | StreamableMemoryObject.cpp | 33 int readBytes(uint64_t address, uint64_t size, 66 int RawMemoryObject::readBytes(uint64_t address, in readBytes() function in __anonac51b2b20111::RawMemoryObject 108 int StreamingMemoryObject::readBytes(uint64_t address, in readBytes() function in llvm::StreamingMemoryObject
|
D | MemoryObject.cpp | 16 int MemoryObject::readBytes(uint64_t address, in readBytes() function in MemoryObject
|
D | StringRefMemoryObject.cpp | 21 int StringRefMemoryObject::readBytes(uint64_t Addr, in readBytes() function in StringRefMemoryObject
|
/external/llvm/include/llvm/Support/ |
D | StreamableMemoryObject.h | 75 int readBytes(uint64_t address, uint64_t size, 112 int readBytes(uint64_t address, uint64_t size,
|
D | MemoryObject.h | 59 virtual int readBytes(uint64_t address, uint64_t size, uint8_t *buf) const;
|
D | StringRefMemoryObject.h | 36 int readBytes(uint64_t Addr, uint64_t Size, uint8_t *Buf) const override;
|
/external/deqp/execserver/tools/ |
D | xsClient.cpp | 84 void readBytes (de::Socket& socket, vector<deUint8>& dst, int numBytes) in readBytes() function 105 readBytes(socket, header, MESSAGE_HEADER_SIZE); in readMessage() 121 readBytes(socket, messageBuf, messageSize-MESSAGE_HEADER_SIZE); in readMessage()
|
D | xsTest.cpp | 90 void readBytes (de::Socket& socket, vector<deUint8>& dst, int numBytes) in readBytes() function 111 readBytes(socket, header, MESSAGE_HEADER_SIZE); in readMessage() 127 readBytes(socket, messageBuf, messageSize-MESSAGE_HEADER_SIZE); in readMessage()
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSIncoming.java | 66 public byte[] readBytes(int len) { in readBytes() method in DNSIncoming.MessageInputStream 300 … = new DNSRecord.IPv4Address(domain, recordClass, unique, ttl, _messageInputStream.readBytes(len)); in readAnswer() 303 … = new DNSRecord.IPv6Address(domain, recordClass, unique, ttl, _messageInputStream.readBytes(len)); in readAnswer() 316 … rec = new DNSRecord.Text(domain, recordClass, unique, ttl, _messageInputStream.readBytes(len)); in readAnswer() 366 optiondata = _messageInputStream.readBytes(optionLength); in readAnswer()
|
/external/guava/guava/src/com/google/common/io/ |
D | ByteStreams.java | 701 public static <T> T readBytes(InputSupplier<? extends InputStream> supplier, 733 return readBytes(supplier, new ByteProcessor<Long>() { 761 return readBytes(supplier, new ByteProcessor<byte[]>() {
|
D | Files.java | 557 public static <T> T readBytes(File file, ByteProcessor<T> processor) 559 return ByteStreams.readBytes(newInputStreamSupplier(file), processor);
|
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 292 int readBytes = 0; in CAacDecoder_AncDataParse() local 314 readBytes++; in CAacDecoder_AncDataParse() 323 readBytes = ancBytes - readBytes; in CAacDecoder_AncDataParse() 325 if (readBytes > 0) { in CAacDecoder_AncDataParse() 327 FDKpushFor(hBs, readBytes<<3); in CAacDecoder_AncDataParse()
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 246 BitStream->getBitcodeBytes().readBytes(pos, sizeof(buf), buf); in getWord() 368 BitStream->getBitcodeBytes().readBytes(NextChar, sizeof(Array), Array); in Read()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | BinaryStream.h | 56 void readBytes(unsigned char outArray[], size_t count) in readBytes() function
|
/external/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 298 if (Region.readBytes(Address, 2, Bytes) == -1) in getInstruction() 315 if (Size > 2 && Region.readBytes(Address + 2, Size - 2, Bytes + 2) == -1) in getInstruction()
|
/external/okhttp/okio/src/main/java/okio/ |
D | OkBuffer.java | 277 return new ByteString(readBytes(byteCount)); 290 return new String(readBytes(byteCount), Util.UTF_8); 336 private byte[] readBytes(long byteCount) {
|
/external/chromium_org/content/browser/resources/media/ |
D | main.js | 85 cacheEntries[id].readBytes(update.params.offset,
|
D | cache_entry.js | 74 readBytes: function(start, length) { method in CacheEntry
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | AbstractMessage.java | 509 rawBytes = input.readBytes(); in mergeMessageSetExtensionFromCodedStream() 514 .addLengthDelimited(input.readBytes()) in mergeMessageSetExtensionFromCodedStream()
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
D | NettyHttpClient.java | 181 byteBuf.readBytes(buffer, 0, Math.min(buffer.length, toRead)); in receive()
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
D | VCard.java | 453 int readBytes = bis.read(buffer); in getFileBytes() local 454 if (readBytes != buffer.length) { in getFileBytes()
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
D | CodedInputByteBufferNano.java | 230 public byte[] readBytes() throws IOException { in readBytes() method in CodedInputByteBufferNano
|