/external/guava/guava-tests/test/com/google/common/io/ |
D | ByteSourceTester.java | 121 byte[] readBytes = ByteStreams.toByteArray(in); in testOpenStream() 122 assertExpectedBytes(readBytes); in testOpenStream() 131 byte[] readBytes = ByteStreams.toByteArray(in); in testOpenBufferedStream() 132 assertExpectedBytes(readBytes); in testOpenBufferedStream() 139 byte[] readBytes = source.read(); in testRead() 140 assertExpectedBytes(readBytes); in testRead() 180 byte[] readBytes = source.read(new ByteProcessor<byte[]>() { in testRead_usingByteProcessor() 195 assertExpectedBytes(readBytes); in testRead_usingByteProcessor() 217 private void assertExpectedBytes(byte[] readBytes) { in assertExpectedBytes() argument 218 assertArrayEquals(expected, readBytes); in assertExpectedBytes()
|
/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/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 30 * Test the readBytes() method 35 assert IoUtil.readBytes(input) == BYTES 39 * Test the readBytes() method, passing in a null 42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 30 * Test the readBytes() method 35 assert IoUtil.readBytes(input) == BYTES 39 * Test the readBytes() method, passing in a null 42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 30 * Test the readBytes() method 35 assert IoUtil.readBytes(input) == BYTES 39 * Test the readBytes() method, passing in a null 42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 30 * Test the readBytes() method 35 assert IoUtil.readBytes(input) == BYTES 39 * Test the readBytes() method, passing in a null 42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 30 * Test the readBytes() method 35 assert IoUtil.readBytes(input) == BYTES 39 * Test the readBytes() method, passing in a null 42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 30 * Test the readBytes() method 35 assert IoUtil.readBytes(input) == BYTES 39 * Test the readBytes() method, passing in a null 42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 30 * Test the readBytes() method 35 assert IoUtil.readBytes(input) == BYTES 39 * Test the readBytes() method, passing in a null 42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 30 * Test the readBytes() method 35 assert IoUtil.readBytes(input) == BYTES 39 * Test the readBytes() method, passing in a null 42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 30 * Test the readBytes() method 35 assert IoUtil.readBytes(input) == BYTES 39 * Test the readBytes() method, passing in a null 42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 30 * Test the readBytes() method 35 assert IoUtil.readBytes(input) == BYTES 39 * Test the readBytes() method, passing in a null 42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 30 * Test the readBytes() method 35 assert IoUtil.readBytes(input) == BYTES 39 * Test the readBytes() method, passing in a null 42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 30 * Test the readBytes() method 35 assert IoUtil.readBytes(input) == BYTES 39 * Test the readBytes() method, passing in a null 42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 36 * Test the readBytes() method 41 assert IoUtil.readBytes(input) == BYTES 45 * Test the readBytes() method, passing in a null 48 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
|
/external/llvm/lib/Support/ |
D | StreamingMemoryObject.cpp | 28 uint64_t readBytes(uint8_t *Buf, uint64_t Size, 49 uint64_t RawMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in __anon3327eab80111::RawMemoryObject 87 uint64_t StreamingMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in llvm::StreamingMemoryObject
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
D | BlenderInputStream.java | 173 int bytesRead = this.readBytes(identifier); in readFileHeader() 194 bytesRead = this.readBytes(versionNumber); in readFileHeader() 224 private int readBytes(byte[] bytes) { in readBytes() method in BlenderInputStream
|
/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()
|
/external/jmonkeyengine/engine/src/core/com/jme3/export/ |
D | ReadListener.java | 37 public void readBytes(int bytes); in readBytes() method
|
/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/llvm/include/llvm/Support/ |
D | MemoryObject.h | 47 virtual uint64_t readBytes(uint8_t *Buf, uint64_t Size,
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/ |
D | IoUtil.java | 38 public static byte[] readBytes(InputStream input) throws IOException { in readBytes() method in IoUtil
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/util/ |
D | IoUtil.java | 38 public static byte[] readBytes(InputStream input) throws IOException { in readBytes() method in IoUtil
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/ |
D | IoUtil.java | 38 public static byte[] readBytes(InputStream input) throws IOException { in readBytes() method in IoUtil
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/ |
D | IoUtil.java | 38 public static byte[] readBytes(InputStream input) throws IOException { in readBytes() method in IoUtil
|