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

  /libcore/luni/src/main/java/libcore/io/
Memory.java 106 public static void pokeLong(byte[] dst, int offset, long value, ByteOrder order) {
207 public static void pokeLong(long address, long value, boolean swap) {
  /libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java 673 Memory.pokeLong(a, x, !nativeByteOrder);
881 Memory.pokeLong(a, y, !nativeByteOrder);
  /frameworks/base/core/java/android/app/
ContextImpl.java 579 Memory.pokeLong(value, 0, stat.st_ino, ByteOrder.nativeOrder());
    [all...]

Completed in 155 milliseconds