Home
last modified time | relevance | path

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

123

/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryByteStream.h42 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
101 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
149 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
244 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
/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.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.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.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-rc1/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/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.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.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.0-rc1/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.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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DBinaryStreamRef.cpp25 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in __anona6344a4d0111::ArrayRefImpl
48 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in __anona6344a4d0111::MutableArrayRefImpl
80 Error BinaryStreamRef::readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in BinaryStreamRef
/external/swiftshader/third_party/LLVM/lib/Support/
DMemoryObject.cpp16 int MemoryObject::readBytes(uint64_t address, in readBytes() function in MemoryObject
/external/swiftshader/third_party/subzero/pnacl-llvm/
DStreamingMemoryObject.cpp49 uint64_t RawMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in __anonca883f4f0111::RawMemoryObject
87 uint64_t StreamingMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in llvm::StreamingMemoryObject
/external/llvm/lib/Support/
DStreamingMemoryObject.cpp49 uint64_t RawMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in __anon772789c10111::RawMemoryObject
87 uint64_t StreamingMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in llvm::StreamingMemoryObject
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsFraming.java144 boolean readBytes(ByteBuffer input) throws GeneralSecurityException { in readBytes() method in AltsFraming.Producer
266 public boolean readBytes(ByteBuffer input) throws GeneralSecurityException { in readBytes() method in AltsFraming.Parser
/external/brotli/java/org/brotli/dec/
DEagerStreamTest.java351 int readBytes; field in EagerStreamTest.ProxyStream

123