Searched refs:peekInt (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DNioBufferIterator.java60 int result = Memory.peekInt(address + position, swap);
H A DMemory.java45 public static int peekInt(byte[] src, int offset, ByteOrder order) { method in class:Memory
155 public static int peekInt(long address, boolean swap) { method in class:Memory
/libcore/luni/src/test/java/libcore/io/
H A DMemoryTest.java62 assertEquals(expectedValues[i], Memory.peekInt(ptr + SizeOf.INT * i, swap));
/libcore/ojluni/src/main/java/java/nio/
H A DDirectByteBuffer.java481 return Memory.peekInt(a, !nativeByteOrder);
645 int x = Memory.peekInt(a, !nativeByteOrder);

Completed in 147 milliseconds