Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DMemory.java113 public static void pokeLong(byte[] dst, int offset, long value, ByteOrder order) { in pokeLong() method in Memory
223 public static void pokeLong(long address, long value, boolean swap) { in pokeLong() method in Memory
/libcore/ojluni/src/main/java/java/nio/
DDirectByteBuffer.java693 Memory.pokeLong(a, x, !nativeByteOrder); in putLong()
901 Memory.pokeLong(a, y, !nativeByteOrder); in putDouble()
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt973 method public static void pokeLong(byte[], int, long, java.nio.ByteOrder);