HomeSort by relevance Sort by last modified time
    Searched refs:pokeFloatArray (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/libcore/io/
Memory.java 219 public static native void pokeFloatArray(long address, float[] src, int offset, int count, boolean swap);
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 307 NATIVE_METHOD(Memory, pokeFloatArray, "(J[FIIZ)V"),
  /libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java 705 Memory.pokeFloatArray(ix(pos),

Completed in 306 milliseconds