Searched refs:peekShortArray (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DMemoryBlock.java229 public final void peekShortArray(int offset, short[] dst, int dstOffset, int shortCount, boolean swap) { method in class:MemoryBlock
230 Memory.peekShortArray(address + offset, dst, dstOffset, shortCount, swap);
H A DDirectByteBuffer.java157 this.block.peekShortArray(offset + position, dst, dstOffset, shortCount, order.needsSwap);
/libcore/luni/src/main/java/libcore/io/
H A DMemory.java188 public static native void peekShortArray(long address, short[] dst, int dstOffset, int shortCount, boolean swap); method in class:Memory
/libcore/luni/src/main/native/
H A Dlibcore_io_Memory.cpp366 NATIVE_METHOD(Memory, peekShortArray, "(J[SIIZ)V"),

Completed in 33 milliseconds