Home
last modified time | relevance | path

Searched refs:MutableInt (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/android/util/
DMutableInt.java21 public final class MutableInt { class
24 public MutableInt(int value) { in MutableInt() method in MutableInt
/libcore/luni/src/main/java/libcore/io/
DOs.java33 import android.util.MutableInt;
95 public int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException; in ioctlInt()
168 public int waitpid(int pid, MutableInt status, int options) throws ErrnoException; in waitpid()
DPosix.java33 import android.util.MutableInt;
97 public native int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException; in ioctlInt()
258 public native int waitpid(int pid, MutableInt status, int options) throws ErrnoException; in waitpid()
DIoBridge.java25 import android.util.MutableInt;
59 MutableInt available = new MutableInt(0); in available()
DForwardingOs.java33 import android.util.MutableInt;
103 …public int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException { return os.… in ioctlInt()
175 …public int waitpid(int pid, MutableInt status, int options) throws ErrnoException { return os.wait… in waitpid()
/libcore/luni/src/main/java/android/system/
DOs.java19 import android.util.MutableInt;
237 …/** @hide */ public static int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoEx… in ioctlInt()
561 …public static int waitpid(int pid, MutableInt status, int options) throws ErrnoException { return … in waitpid()
/libcore/
Dnon_openjdk_java_files.mk25 luni/src/main/java/android/util/MutableInt.java \