Searched refs:Int32Ref (Results 1 – 9 of 9) sorted by relevance
/libcore/luni/src/main/java/android/system/ |
D | Int32Ref.java | 28 public class Int32Ref { class 34 public Int32Ref(int value) { in Int32Ref() method in Int32Ref
|
D | Os.java | 320 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/ |
D | FileInputStreamTest.java | 29 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/ |
D | Os.java | 21 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()
|
D | Linux.java | 21 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()
|
D | IoBridge.java | 21 import android.system.Int32Ref; 64 Int32Ref available = new Int32Ref(0); in available()
|
D | ForwardingOs.java | 21 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/ |
D | current-api.txt | 33 public class Int32Ref { 34 ctor public Int32Ref(int); 51 …method public static int ioctlInt(java.io.FileDescriptor, int, android.system.Int32Ref) throws and…
|
/libcore/ |
D | non_openjdk_java_files.bp | 135 "luni/src/main/java/android/system/Int32Ref.java",
|