HomeSort by relevance Sort by last modified time
    Searched refs:peekShortArray (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/libcore/io/
Memory.java 188 public static native void peekShortArray(long address, short[] dst, int dstOffset, int shortCount, boolean swap);
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 302 NATIVE_METHOD(Memory, peekShortArray, "(J[SIIZ)V"),
  /libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java 421 Memory.peekShortArray(ix(pos),

Completed in 209 milliseconds