Home
last modified time | relevance | path

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

12345

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DReadableBuffer.java71 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
DForwardingReadableBuffer.java65 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
DReadableBuffers.java163 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
DCompositeReadableBuffer.java90 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/
DOkHttpReadableBuffer.java56 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/
DNettyReadableBuffer.java59 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/
DAsyncNaNHandlingTest.java49 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryByteStream.h41 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/llvm-project/llvm/include/llvm/Support/
DBinaryByteStream.h41 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/
DBinaryStreamRef.cpp24 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in __anone4174aee0111::ArrayRefImpl
47 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in __anone4174aee0111::MutableArrayRefImpl
79 Error BinaryStreamRef::readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in BinaryStreamRef
/external/llvm-project/llvm/lib/Support/
DBinaryStreamRef.cpp24 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in __anonb652285a0111::ArrayRefImpl
47 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in __anonb652285a0111::MutableArrayRefImpl
79 Error BinaryStreamRef::readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in BinaryStreamRef
/external/llvm/lib/Support/
DStreamingMemoryObject.cpp49 uint64_t RawMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in __anon1cf135180111::RawMemoryObject
87 uint64_t StreamingMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in llvm::StreamingMemoryObject
/external/swiftshader/third_party/subzero/pnacl-llvm/
DStreamingMemoryObject.cpp47 uint64_t RawMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in __anon724091660111::RawMemoryObject
88 uint64_t StreamingMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in llvm::StreamingMemoryObject
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DParsableByteArray.java177 public void readBytes(ParsableBitArray bitArray, int length) { in readBytes() method in ParsableByteArray
190 public void readBytes(byte[] buffer, int offset, int length) { in readBytes() method in ParsableByteArray
202 public void readBytes(ByteBuffer buffer, int length) { in readBytes() method in ParsableByteArray
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/
DIoUtil.java38 public static byte[] readBytes(InputStream input) throws IOException { in readBytes() method in IoUtil
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/
DIoUtil.java38 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/
DIoUtil.java38 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/
DIoUtil.java38 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/
DIoUtil.java38 public static byte[] readBytes(InputStream input) throws IOException { in readBytes() method in IoUtil
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
DIoUtil.java38 public static byte[] readBytes(InputStream input) throws IOException { in readBytes() method in IoUtil
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/
DIoUtil.java38 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/
DIoUtil.java38 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/
DIoUtil.java38 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/
DIoUtil.java38 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/
DIoUtil.java38 public static byte[] readBytes(InputStream input) throws IOException { in readBytes() method in IoUtil

12345