Searched defs:newval (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | IntentResolver.java | 855 final F[] newval = Arrays.copyOf(val, val.length); in copyInto() local
|
/aosp12/art/test/MyClassNatives/ |
H A D | MyClassNatives.java | 60 native boolean compareAndSwapInt(Object obj, long offset, int expected, int newval); in compareAndSwapInt() 188 native boolean compareAndSwapInt_Fast(Object obj, long offset, int expected, int newval); in compareAndSwapInt_Fast()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | sysctl.h | 30 void __user * newval; member
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | BatteryStats.java | 6343 static void printBitDescriptions(StringBuilder sb, int oldval, int newval, in printBitDescriptions()
|