Searched defs:bufs (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | IOUtil.java | 100 static long write(FileDescriptor fd, ByteBuffer[] bufs, NativeDispatcher nd) in write() 106 static long write(FileDescriptor fd, ByteBuffer[] bufs, int offset, int length, in write() 230 static long read(FileDescriptor fd, ByteBuffer[] bufs, NativeDispatcher nd) in read() 236 static long read(FileDescriptor fd, ByteBuffer[] bufs, int offset, int length, in read()
|
D | AsynchronousSocketChannelImpl.java | 313 ByteBuffer[] bufs = Util.subsequence(dsts, offset, length); in read() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | FileChannelTest.java | 466 ByteBuffer[] bufs = { ByteBuffer.allocate(8) }; in test_size() local
|