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.java28 public class Int32Ref { class
34 public Int32Ref(int value) { in Int32Ref() method in Int32Ref
DOs.java320 public static int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException { in ioctlInt()
721 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;
116 public int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException; in ioctlInt()
202 public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; in waitpid()
DLinux.java21 import android.system.Int32Ref;
114 public native int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException; in ioctlInt()
278 public native int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; in waitpid()
DIoBridge.java21 import android.system.Int32Ref;
64 Int32Ref available = new Int32Ref(0); in available()
DForwardingOs.java21 import android.system.Int32Ref;
140 …public int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException { return os.io… in ioctlInt()
238 …public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { return os.waitpi… in waitpid()
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt33 public class Int32Ref {
34 ctor public Int32Ref(int);
51 …method public static int ioctlInt(java.io.FileDescriptor, int, android.system.Int32Ref) throws and…
/libcore/
Dnon_openjdk_java_files.bp135 "luni/src/main/java/android/system/Int32Ref.java",