Home
last modified time | relevance | path

Searched defs:bufs (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DIOUtil.java100 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()
DAsynchronousSocketChannelImpl.java313 ByteBuffer[] bufs = Util.subsequence(dsts, offset, length); in read() local
/libcore/dalvik/src/main/java/dalvik/system/
DDexFile.java114 DexFile(ByteBuffer[] bufs, ClassLoader loader, DexPathList.Element[] elements) in DexFile()
375 private static Object openInMemoryDexFiles(ByteBuffer[] bufs, ClassLoader loader, in openInMemoryDexFiles()
391 private static native Object openInMemoryDexFilesNative(ByteBuffer[] bufs, byte[][] arrays, in openInMemoryDexFilesNative()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelTest.java466 ByteBuffer[] bufs = { ByteBuffer.allocate(8) }; in test_size() local