Home
last modified time | relevance | path

Searched defs:newval (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java855 final F[] newval = Arrays.copyOf(val, val.length); in copyInto() local
/aosp12/art/test/MyClassNatives/
H A DMyClassNatives.java60 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 Dsysctl.h30 void __user * newval; member
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java6343 static void printBitDescriptions(StringBuilder sb, int oldval, int newval, in printBitDescriptions()