Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DInt32Ref.java26 public class Int32Ref { class
32 public Int32Ref(int value) { in Int32Ref() method in Int32Ref
DOs.java323 public static int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException { in ioctlInt()
718 public static int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { in waitpid()
/libcore/luni/src/test/java/libcore/java/io/
DFileInputStreamTest.java29 import android.system.Int32Ref;
227 android.system.Os.ioctlInt(input.getFD(), OsConstants.FIONREAD, new Int32Ref(0)); in test_available_on_nonIOCTL_supported_file()
/libcore/luni/src/main/java/libcore/io/
DOs.java21 import android.system.Int32Ref;
118 public int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException; in ioctlInt()
203 public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; in waitpid()
DLinux.java21 import android.system.Int32Ref;
116 public native int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException; in ioctlInt()
279 public native int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; in waitpid()
DIoBridge.java20 import android.system.Int32Ref;
65 Int32Ref available = new Int32Ref(0); in available()
DForwardingOs.java21 import android.system.Int32Ref;
142 …public int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException { return os.io… in ioctlInt()
239 …public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { return os.waitpi… in waitpid()
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt79 public class Int32Ref {
80 ctor public Int32Ref(int);
98 …method public static int ioctlInt(java.io.FileDescriptor, int, android.system.Int32Ref) throws and…
/libcore/
Dnon_openjdk_java_files.bp6 "luni/src/main/java/android/system/Int32Ref.java",