OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pokeDoubleArray
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/libcore/io/
Memory.java
218
public static native void
pokeDoubleArray
(long address, double[] src, int offset, int count, boolean swap);
/libcore/luni/src/main/native/
libcore_io_Memory.cpp
306
NATIVE_METHOD(Memory,
pokeDoubleArray
, "(J[DIIZ)V"),
/libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java
788
Memory.
pokeDoubleArray
(ix(pos),
Completed in 2494 milliseconds