Searched defs:dsts (Results 1 – 14 of 14) sorted by relevance
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | ScatteringByteChannel.java | 123 public long read(ByteBuffer[] dsts, int offset, int length) in read() 160 public long read(ByteBuffer[] dsts) throws IOException; in read()
|
D | SocketChannel.java | 473 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() 480 public final long read(ByteBuffer[] dsts) throws IOException { in read()
|
D | DatagramChannel.java | 497 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() 513 public final long read(ByteBuffer[] dsts) throws IOException { in read()
|
D | FileChannel.java | 359 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() 370 public final long read(ByteBuffer[] dsts) throws IOException { in read()
|
D | AsynchronousSocketChannel.java | 509 public abstract <A> void read(ByteBuffer[] dsts, in read()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SourceChannelImpl.java | 183 public long read(ByteBuffer[] dsts, int offset, int length) in read() 191 public long read(ByteBuffer[] dsts) throws IOException { in read()
|
D | AsynchronousSocketChannelImpl.java | 217 ByteBuffer[] dsts, in implRead() 226 ByteBuffer[] dsts, in read() 301 public final <A> void read(ByteBuffer[] dsts, in read()
|
D | UnixAsynchronousSocketChannelImpl.java | 497 ByteBuffer[] dsts, in implRead()
|
D | SocketChannelImpl.java | 463 public long read(ByteBuffer[] dsts, int offset, int length) in read()
|
D | DatagramChannelImpl.java | 604 public long read(ByteBuffer[] dsts, int offset, int length) in read()
|
D | FileChannelImpl.java | 208 public long read(ByteBuffer[] dsts, int offset, int length) in read()
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SSLEngine.java | 1328 ByteBuffer [] dsts) throws SSLException { in unwrap() 1416 ByteBuffer [] dsts, int offset, int length) throws SSLException; in unwrap()
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
D | MySSLContextSpi.java | 146 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, in unwrap()
|
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/ |
D | FileChannelImpl.java | 78 public long read(java.nio.ByteBuffer[] dsts, int offset, int length) in read()
|