Searched refs:peekLong (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DMemory.java59 public static long peekLong(byte[] src, int offset, ByteOrder order) { method in class:Memory
164 public static long peekLong(long address, boolean swap) { method in class:Memory
/libcore/luni/src/test/java/libcore/io/
H A DMemoryTest.java103 assertEquals(expectedValues[i], Memory.peekLong(ptr + SizeOf.LONG * i, swap));
/libcore/ojluni/src/main/java/java/nio/
H A DDirectByteBuffer.java563 return Memory.peekLong(a, !nativeByteOrder);
728 long x = Memory.peekLong(a, !nativeByteOrder);

Completed in 4218 milliseconds