Searched defs:vector (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOs.java274 public static void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { Libcore.os.mincore(address, byteCount, vector); } argument
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java107 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincore(address, byteCount, vector); } argument
H A DOs.java99 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; argument
H A DPosix.java101 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; argument

Completed in 719 milliseconds