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

  /libcore/luni/src/main/java/libcore/io/
Memory.java 185 public static native void peekFloatArray(long address, float[] dst, int dstOffset, int floatCount, boolean swap);
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 296 NATIVE_METHOD(Memory, peekFloatArray, "(J[FIIZ)V"),
  /libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java 668 Memory.peekFloatArray(ix(pos),

Completed in 205 milliseconds