OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pokeIntArray
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/test/java/libcore/io/
MemoryTest.java
42
Memory.
pokeIntArray
(ptr, values, 0, values.length, false);
47
Memory.
pokeIntArray
(ptr, values, 0, values.length, true);
53
Memory.
pokeIntArray
(ptr + i * scale, values, i, 1, true);
/libcore/luni/src/main/java/libcore/io/
Memory.java
220
public static native void
pokeIntArray
(long address, int[] src, int offset, int count, boolean swap);
/libcore/luni/src/main/native/
libcore_io_Memory.cpp
309
NATIVE_METHOD(Memory,
pokeIntArray
, "(J[IIIZ)V"),
/libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java
539
Memory.
pokeIntArray
(ix(pos),
Completed in 391 milliseconds