Home
last modified time | relevance | path

Searched refs:Int64Ref (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/main/java/android/system/
DInt64Ref.java24 public class Int64Ref { class
27 public Int64Ref(long value) { in Int64Ref() method in Int64Ref
DOs.java639 …public static long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteC… in sendfile()
899 …ice(@NonNull FileDescriptor fdIn, @Nullable Int64Ref offIn, @NonNull FileDescriptor fdOut, @Nullab… in splice()
/libcore/luni/src/main/java/libcore/io/
DOs.java24 import android.system.Int64Ref;
589 …public long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteCount) t… in sendfile()
696 …public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, lon… in splice()
DLinux.java22 import android.system.Int64Ref;
218 …public native long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteC… in sendfile()
262 …public native long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offO… in splice()
DBlockGuardOs.java22 import android.system.Int64Ref;
378 …@Override public long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long by… in sendfile()
508 …@Override public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref o… in splice()
DForwardingOs.java24 import android.system.Int64Ref;
703 …public long sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteCount) t… in sendfile()
831 …public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, lon… in splice()
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java20 import android.system.Int64Ref;
1830 Int64Ref offset = new Int64Ref(10);
1872 Int64Ref offset = (startOffset == null) ? null : new Int64Ref(startOffset);
1930 Int64Ref offIn = new Int64Ref(1);
1931 Int64Ref offOut = new Int64Ref(0);
/libcore/api/
Dmodule-lib-current.txt54 …eDescriptor, @Nullable android.system.Int64Ref, @NonNull java.io.FileDescriptor, @Nullable android…
Dcurrent.txt32 public class Int64Ref {
33 ctor public Int64Ref(long);
112 …sendfile(java.io.FileDescriptor, java.io.FileDescriptor, android.system.Int64Ref, long) throws and…
/libcore/
Dnon_openjdk_java_files.bp146 "luni/src/main/java/android/system/Int64Ref.java",