Searched refs:pokeShort (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | Memory.java | 140 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/ |
D | DirectByteBuffer.java | 387 Memory.pokeShort(a, (short) x, !nativeByteOrder); in putChar() 489 Memory.pokeShort(a, x, !nativeByteOrder); in putShort()
|
/libcore/mmodules/core_platform_api/api/legacy_platform/ |
D | current-api.txt | 974 method public static void pokeShort(byte[], int, short, java.nio.ByteOrder);
|