OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:peekIntArray
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/libcore/io/
Memory.java
162
public static native void
peekIntArray
(long address, int[] dst, int dstOffset, int intCount, boolean swap);
/libcore/luni/src/main/java/java/nio/
MemoryBlock.java
199
public final void
peekIntArray
(int offset, int[] dst, int dstOffset, int intCount, boolean swap) {
200
Memory.
peekIntArray
(address + offset, dst, dstOffset, intCount, swap);
Completed in 142 milliseconds