Searched refs:Int64Ref (Results 1 – 9 of 9) sorted by relevance
/libcore/luni/src/main/java/android/system/ |
D | Int64Ref.java | 22 public class Int64Ref { class 25 public Int64Ref(long value) { in Int64Ref() method in Int64Ref
|
D | Os.java | 515 …public static long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteC… in sendfile() 650 …public static long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offO… in splice()
|
/libcore/luni/src/main/java/libcore/io/ |
D | Os.java | 22 import android.system.Int64Ref; 164 …public long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteCount) t… in sendfile() 187 …public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, lon… in splice()
|
D | BlockGuardOs.java | 21 import android.system.Int64Ref; 351 …@Override public long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long by… in sendfile() 476 …@Override public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref o… in splice()
|
D | Linux.java | 22 import android.system.Int64Ref; 217 …public native long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteC… in sendfile() 260 …public native long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offO… in splice()
|
D | ForwardingOs.java | 22 import android.system.Int64Ref; 192 …public long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteCount) t… in sendfile() 219 …public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, lon… in splice()
|
/libcore/luni/src/test/java/libcore/android/system/ |
D | OsTest.java | 20 import android.system.Int64Ref; 1212 Int64Ref offset = new Int64Ref(10); in test_sendfile_errno() 1250 Int64Ref offset = (startOffset == null) ? null : new Int64Ref(startOffset); in checkSendfile() 1289 Int64Ref offIn = new Int64Ref(1); in test_splice() 1290 Int64Ref offOut = new Int64Ref(0); in test_splice()
|
/libcore/ |
D | non_openjdk_java_files.bp | 7 "luni/src/main/java/android/system/Int64Ref.java",
|
/libcore/mmodules/core_platform_api/api/platform/ |
D | current-api.txt | 106 …g splice(java.io.FileDescriptor, android.system.Int64Ref, java.io.FileDescriptor, android.system.I…
|