Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DInt32Ref.java27 public class Int32Ref { class
31 public Int32Ref(int value) { in Int32Ref() method in Int32Ref
DOs.java980 public static int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { in waitpid()
/libcore/luni/src/main/java/libcore/io/
DOs.java23 import android.system.Int32Ref;
764 public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; in waitpid()
DLinux.java21 import android.system.Int32Ref;
281 public native int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; in waitpid()
DForwardingOs.java23 import android.system.Int32Ref;
933 …public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { return os.waitpi… in waitpid()
/libcore/
Dnon_openjdk_java_files.bp145 "luni/src/main/java/android/system/Int32Ref.java",