/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 476 …@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()
|
D | ForwardingOs.java | 219 …ong splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, long len, i… in splice() method in ForwardingOs
|
D | Os.java | 187 …public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, lon… in splice() method
|
D | Linux.java | 260 …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/ |
D | OsTest.java | 1296 .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/ |
D | Os.java | 650 …splice(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/ |
D | ConcurrentSkipListMap.java | 886 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/ |
D | libcore_io_Linux.cpp | 2433 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/ |
D | current-api.txt | 106 …method public static long splice(java.io.FileDescriptor, android.system.Int64Ref, java.io.FileDesc…
|