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

  /libcore/luni/src/test/java/libcore/io/
MemoryTest.java 42 Memory.pokeIntArray(ptr, values, 0, values.length, false);
47 Memory.pokeIntArray(ptr, values, 0, values.length, true);
53 Memory.pokeIntArray(ptr + i * scale, values, i, 1, true);
  /libcore/luni/src/main/java/libcore/io/
Memory.java 229 public static native void pokeIntArray(long address, int[] src, int offset, int count, boolean swap);

Completed in 289 milliseconds