Home
last modified time | relevance | path

Searched refs:splice (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java476 …@Override public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref o… in splice() method in BlockGuardOs
481 return super.splice(fdIn, offIn, fdOut, offOut, len, flags); in splice()
DForwardingOs.java219 …ong splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, long len, i… in splice() method in ForwardingOs
DOs.java187 …public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, lon… in splice() method
DLinux.java260 …public native long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offO… in splice() method in Linux
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1296 .splice(fdIn, offIn, pipe[1], null /* offOut */, 10 /* len */, 0 /* flags */); in test_splice()
1305 .splice(pipe[0], null /* offIn */, fdOut, offOut, 10 /* len */, 0 /* flags */); in test_splice()
1323 Os.splice(null /* fdIn */, null /* offIn */, pipe[1], in test_splice_errors()
1332 Os.splice(pipe[0] /* fdIn */, null /* offIn */, null /* fdOut */, in test_splice_errors()
1344 Os.splice(fdIn, null /* offIn */, fdOut, null /* offOut */, 10 /* len */, in test_splice_errors()
/libcore/luni/src/main/java/android/system/
DOs.java650splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, long len, int f… in splice() method in Os
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java886 splice: for (int insertionLevel = level;;) { in doPut()
890 break splice; in doPut() local
913 break splice; in doPut() local
916 break splice; in doPut() local
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2433 ret = splice(fdIn, (javaOffIn == NULL ? NULL : &offIn), in Linux_splice()
2699 …NATIVE_METHOD(Linux, splice, "(Ljava/io/FileDescriptor;Landroid/system/Int64Ref;Ljava/io/FileDescr…
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt106 …method public static long splice(java.io.FileDescriptor, android.system.Int64Ref, java.io.FileDesc…