Home
last modified time | relevance | path

Searched refs:pokeShort (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DMemory.java140 public static void pokeShort(byte[] dst, int offset, short value, ByteOrder order) { in pokeShort() method in Memory
232 public static void pokeShort(long address, short value, boolean swap) { in pokeShort() method in Memory
/libcore/ojluni/src/main/java/java/nio/
DDirectByteBuffer.java387 Memory.pokeShort(a, (short) x, !nativeByteOrder); in putChar()
489 Memory.pokeShort(a, x, !nativeByteOrder); in putShort()
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt974 method public static void pokeShort(byte[], int, short, java.nio.ByteOrder);