| /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
| D | ReadableBuffer.java | 71 void readBytes(byte[] dest, int destOffset, int length); in readBytes() method 80 void readBytes(ByteBuffer dest); in readBytes() method 92 void readBytes(OutputStream dest, int length) throws IOException; in readBytes() method 103 ReadableBuffer readBytes(int length); in readBytes() method
|
| D | ForwardingReadableBuffer.java | 65 public void readBytes(byte[] dest, int destOffset, int length) { in readBytes() method in ForwardingReadableBuffer 70 public void readBytes(ByteBuffer dest) { in readBytes() method in ForwardingReadableBuffer 75 public void readBytes(OutputStream dest, int length) throws IOException { in readBytes() method in ForwardingReadableBuffer 80 public ReadableBuffer readBytes(int length) { in readBytes() method in ForwardingReadableBuffer
|
| D | ReadableBuffers.java | 163 public void readBytes(byte[] dest, int destIndex, int length) { in readBytes() method in ReadableBuffers.ByteArrayWrapper 169 public void readBytes(ByteBuffer dest) { in readBytes() method in ReadableBuffers.ByteArrayWrapper 178 public void readBytes(OutputStream dest, int length) throws IOException { in readBytes() method in ReadableBuffers.ByteArrayWrapper 185 public ByteArrayWrapper readBytes(int length) { in readBytes() method in ReadableBuffers.ByteArrayWrapper 236 public void readBytes(byte[] dest, int destOffset, int length) { in readBytes() method in ReadableBuffers.ByteReadableBufferWrapper 242 public void readBytes(ByteBuffer dest) { in readBytes() method in ReadableBuffers.ByteReadableBufferWrapper 257 public void readBytes(OutputStream dest, int length) throws IOException { in readBytes() method in ReadableBuffers.ByteReadableBufferWrapper 271 public ByteReadableBufferWrapper readBytes(int length) { in readBytes() method in ReadableBuffers.ByteReadableBufferWrapper
|
| D | CompositeReadableBuffer.java | 90 public void readBytes(final byte[] dest, final int destOffset, int length) { in readBytes() method in CompositeReadableBuffer 103 public void readBytes(final ByteBuffer dest) { in readBytes() method in CompositeReadableBuffer 120 public void readBytes(final OutputStream dest, int length) throws IOException { in readBytes() method in CompositeReadableBuffer 137 public CompositeReadableBuffer readBytes(int length) { in readBytes() method in CompositeReadableBuffer
|
| /external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
| D | OkHttpReadableBuffer.java | 56 public void readBytes(byte[] dest, int destOffset, int length) { in readBytes() method in OkHttpReadableBuffer 68 public void readBytes(ByteBuffer dest) { in readBytes() method in OkHttpReadableBuffer 74 public void readBytes(OutputStream dest, int length) throws IOException { in readBytes() method in OkHttpReadableBuffer 79 public ReadableBuffer readBytes(int length) { in readBytes() method in OkHttpReadableBuffer
|
| /external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
| D | NettyReadableBuffer.java | 59 public void readBytes(byte[] dest, int index, int length) { in readBytes() method in NettyReadableBuffer 64 public void readBytes(ByteBuffer dest) { in readBytes() method in NettyReadableBuffer 69 public void readBytes(OutputStream dest, int length) { in readBytes() method in NettyReadableBuffer 78 public NettyReadableBuffer readBytes(int length) { in readBytes() method in NettyReadableBuffer
|
| /external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/ |
| D | AsyncNaNHandlingTest.java | 49 private void _testAllowNaN(JsonFactory f, String doc, int readBytes) throws Exception in _testAllowNaN() 99 private void _testDisallowInf(JsonFactory f, String token, int readBytes) throws Exception in _testDisallowInf() 137 private void _testAllowInf(JsonFactory f, String doc, int readBytes) throws Exception in _testAllowInf() 183 …private AsyncReaderWrapper createParser(JsonFactory f, String doc, int readBytes) throws IOExcepti… in createParser()
|
| /external/jazzer-api/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ |
| D | Utils.kt | 47 fun readBytes(stream: InputStream, size: Int): ByteArray { in guideMarkableInputStreamTowardsEquality() method
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | BinaryByteStream.h | 41 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function 100 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function 148 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function 243 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | BinaryStreamRef.cpp | 24 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in __anonde1bb2d30111::ArrayRefImpl 47 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in __anonde1bb2d30111::MutableArrayRefImpl 79 Error BinaryStreamRef::readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in BinaryStreamRef
|
| /external/swiftshader/third_party/subzero/pnacl-llvm/ |
| D | StreamingMemoryObject.cpp | 47 uint64_t RawMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in __anoncbcfbc0b0111::RawMemoryObject 88 uint64_t StreamingMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in llvm::StreamingMemoryObject
|
| /external/llvm/lib/Support/ |
| D | StreamingMemoryObject.cpp | 49 uint64_t RawMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in __anonf788b37d0111::RawMemoryObject 87 uint64_t StreamingMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in llvm::StreamingMemoryObject
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | ParsableByteArray.java | 191 public void readBytes(ParsableBitArray bitArray, int length) { in readBytes() method in ParsableByteArray 204 public void readBytes(byte[] buffer, int offset, int length) { in readBytes() method in ParsableByteArray 216 public void readBytes(ByteBuffer buffer, int length) { in readBytes() method in ParsableByteArray
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | ParsableByteArray.java | 191 public void readBytes(ParsableBitArray bitArray, int length) { in readBytes() method in ParsableByteArray 204 public void readBytes(byte[] buffer, int offset, int length) { in readBytes() method in ParsableByteArray 216 public void readBytes(ByteBuffer buffer, int length) { in readBytes() method in ParsableByteArray
|
| /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.0.1/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/MockFtpServer/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/MockFtpServer/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
|
| /external/mockftpserver/tags/2.0-rc3/MockFtpServer/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.2/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.1/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.4/src/main/java/org/mockftpserver/core/util/ |
| D | IoUtil.java | 38 public static byte[] readBytes(InputStream input) throws IOException { in readBytes() method in IoUtil
|