Home
last modified time | relevance | path

Searched defs:srcs (Results 1 – 17 of 17) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
DGatheringByteChannel.java127 public long write(ByteBuffer[] srcs, int offset, int length) in write()
164 public long write(ByteBuffer[] srcs) throws IOException; in write()
DDatagramChannel.java571 public abstract long write(ByteBuffer[] srcs, int offset, int length) in write()
591 public final long write(ByteBuffer[] srcs) throws IOException { in write()
DSocketChannel.java499 public abstract long write(ByteBuffer[] srcs, int offset, int length) in write()
506 public final long write(ByteBuffer[] srcs) throws IOException { in write()
DFileChannel.java409 public abstract long write(ByteBuffer[] srcs, int offset, int length) in write()
423 public final long write(ByteBuffer[] srcs) throws IOException { in write()
DAsynchronousSocketChannel.java665 public abstract <A> void write(ByteBuffer[] srcs, in write()
/libcore/ojluni/src/main/java/sun/nio/ch/
DSinkChannelImpl.java178 public long write(ByteBuffer[] srcs) throws IOException { in write()
201 public long write(ByteBuffer[] srcs, int offset, int length) in write()
DAsynchronousSocketChannelImpl.java326 ByteBuffer[] srcs, in implWrite()
335 ByteBuffer[] srcs, in write()
403 public final <A> void write(ByteBuffer[] srcs, in write()
DUnixAsynchronousSocketChannelImpl.java692 ByteBuffer[] srcs, in implWrite()
DSocketChannelImpl.java529 public long write(ByteBuffer[] srcs, int offset, int length) in write()
DDatagramChannelImpl.java660 public long write(ByteBuffer[] srcs, int offset, int length) in write()
DFileChannelImpl.java257 public long write(ByteBuffer[] srcs, int offset, int length) in write()
/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLEngine.java1172 public SSLEngineResult wrap(ByteBuffer [] srcs, in wrap()
1256 public abstract SSLEngineResult wrap(ByteBuffer [] srcs, int offset, in wrap()
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DMySSLContextSpi.java150 public SSLEngineResult wrap(ByteBuffer[] srcs, int offset, in wrap()
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java87 public long write(java.nio.ByteBuffer[] srcs, int offset, int length) in write()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelTest.java3159 public long read(ByteBuffer[] srcs, int offset, int length) in read()
3205 public long write(ByteBuffer[] srcs, int offset, int length) in write()
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java1693 CompletableFuture<?>[] srcs; field in CompletableFuture.AnyOf
1695 CompletableFuture<?>[] srcs) { in AnyOf()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java3594 List<CompletableFuture<Item>> srcs = new ArrayList<>(); in testRejectingExecutor() local