Home
last modified time | relevance | path

Searched defs:buffers (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DNativeBuffers.java58 NativeBuffer[] buffers = threadLocal.get(); in getNativeBufferFromCache() local
92 NativeBuffer[] buffers = threadLocal.get(); in releaseNativeBuffer() local
/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileChannelTest.java95 … ByteBuffer[] buffers = new ByteBuffer[] { ByteBuffer.allocateDirect(4), ByteBuffer.allocate(4) }; in test_readv() local
112 … ByteBuffer[] buffers = new ByteBuffer[] { ByteBuffer.allocateDirect(4), ByteBuffer.allocate(4) }; in test_writev() local
/libcore/ojluni/src/main/java/sun/nio/ch/
DUtil.java109 private ByteBuffer[] buffers; field in Util.BufferCache
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSocketChannelTest.java2919 ByteBuffer[] buffers = new ByteBuffer[3]; in test_write$LByteBuffer2() local
2951 ByteBuffer[] buffers = new ByteBuffer[3]; in test_write$LByteBuffer_buffers() local
2991 ByteBuffer[] buffers = new ByteBuffer[3]; in test_write$LByteBuffer_writes() local
3060 ByteBuffer[] buffers = new ByteBuffer[1]; in test_write$LByteBuffer_invalid() local
DFileChannelTest.java1419 ByteBuffer[] buffers = new ByteBuffer[2]; in test_read$LByteBuffer_mock() local
/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java323 …@Override public int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) t… in readv()
422 …@Override public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) … in writev()
DOs.java153 …public int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws Errn… in readv()
205 …public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws Err… in writev()
DForwardingOs.java180 …public int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws Errn… in readv()
241 …public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws Err… in writev()
DLinux.java194 …public native int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) thro… in readv()
296 …public native int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) thr… in writev()
/libcore/luni/src/main/java/android/system/
DOs.java488 …public static int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) thro… in readv()
738 …public static int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) thr… in writev()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2111 static jint Linux_readv(JNIEnv* env, jobject, jobject javaFd, jobjectArray buffers, jintArray offse… in Linux_readv()
2572 static jint Linux_writev(JNIEnv* env, jobject, jobject javaFd, jobjectArray buffers, jintArray offs… in Linux_writev()