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

  /frameworks/base/core/java/android/os/
FileBridge.java 166 Memory.pokeInt(mTemp, 0, cmd, ByteOrder.BIG_ENDIAN);
182 Memory.pokeInt(mTemp, 0, CMD_WRITE, ByteOrder.BIG_ENDIAN);
183 Memory.pokeInt(mTemp, 4, byteCount, ByteOrder.BIG_ENDIAN);
ParcelFileDescriptor.java 791 Memory.pokeInt(buf, writePtr, status, ByteOrder.BIG_ENDIAN);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Memory.java 92 public static void pokeInt(byte[] dst, int offset, int value, ByteOrder order) {
198 public static void pokeInt(long address, int value, boolean swap) {
  /frameworks/base/wifi/java/android/net/wifi/aware/
TlvBufferUtils.java 242 Memory.pokeInt(mArray, mPosition, data, ByteOrder.BIG_ENDIAN);
  /libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java 584 Memory.pokeInt(a, x, !nativeByteOrder);
790 Memory.pokeInt(a, y, !nativeByteOrder);
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 82 milliseconds