Searched defs:pokeShort (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DMemoryBlock.java211 public final void pokeShort(int offset, short value, ByteOrder order) { method in class:MemoryBlock
212 Memory.pokeShort(address + offset, value, order.needsSwap);
/libcore/luni/src/main/java/libcore/io/
H A DMemory.java131 public static void pokeShort(byte[] dst, int offset, short value, ByteOrder order) { method in class:Memory
169 public static native void pokeShort(long address, short value, boolean swap); method in class:Memory

Completed in 25 milliseconds