Home
last modified time | relevance | path

Searched defs:dsts (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
DScatteringByteChannel.java123 public long read(ByteBuffer[] dsts, int offset, int length) in read()
160 public long read(ByteBuffer[] dsts) throws IOException; in read()
DDatagramChannel.java497 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read()
513 public final long read(ByteBuffer[] dsts) throws IOException { in read()
DSocketChannel.java473 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read()
480 public final long read(ByteBuffer[] dsts) throws IOException { in read()
DFileChannel.java359 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read()
370 public final long read(ByteBuffer[] dsts) throws IOException { in read()
DAsynchronousSocketChannel.java509 public abstract <A> void read(ByteBuffer[] dsts, in read()
/libcore/ojluni/src/main/java/sun/nio/ch/
DSourceChannelImpl.java183 public long read(ByteBuffer[] dsts, int offset, int length) in read()
191 public long read(ByteBuffer[] dsts) throws IOException { in read()
DAsynchronousSocketChannelImpl.java217 ByteBuffer[] dsts, in implRead()
226 ByteBuffer[] dsts, in read()
301 public final <A> void read(ByteBuffer[] dsts, in read()
DUnixAsynchronousSocketChannelImpl.java497 ByteBuffer[] dsts, in implRead()
DSocketChannelImpl.java463 public long read(ByteBuffer[] dsts, int offset, int length) in read()
DDatagramChannelImpl.java604 public long read(ByteBuffer[] dsts, int offset, int length) in read()
DFileChannelImpl.java208 public long read(ByteBuffer[] dsts, int offset, int length) in read()
/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLEngine.java1328 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/
DMySSLContextSpi.java146 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, in unwrap()
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java78 public long read(java.nio.ByteBuffer[] dsts, int offset, int length) in read()