HomeSort by relevance Sort by last modified time
    Searched defs:peekIntArray (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/libcore/io/
Memory.java 162 public static native void peekIntArray(int address, int[] dst, int dstOffset, int intCount, boolean swap);
  /libcore/luni/src/main/java/java/nio/
MemoryBlock.java 200 public final void peekIntArray(int offset, int[] dst, int dstOffset, int intCount, boolean swap) {
201 Memory.peekIntArray(address + offset, dst, dstOffset, intCount, swap);

Completed in 366 milliseconds