Searched refs:pokeLong (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | Memory.java | 113 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/ |
D | DirectByteBuffer.java | 693 Memory.pokeLong(a, x, !nativeByteOrder); in putLong() 901 Memory.pokeLong(a, y, !nativeByteOrder); in putDouble()
|
/libcore/mmodules/core_platform_api/api/legacy_platform/ |
D | current-api.txt | 973 method public static void pokeLong(byte[], int, long, java.nio.ByteOrder);
|