/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
H A D | AtomicReferenceTest.java | 34 AtomicReference<Integer> val = new AtomicReference(currentValue); in testCompareAndExchange() local 37 Integer newValue = Integer.valueOf(1); in testCompareAndExchange() local 79 AtomicReference<Integer> val = new AtomicReference(currentValue); in testCompareAndExchangeAcquire() local 82 Integer newValue = Integer.valueOf(1); in testCompareAndExchangeAcquire() local 124 AtomicReference<Integer> val = new AtomicReference(currentValue); in testCompareAndExchangeRelease() local 127 Integer newValue = Integer.valueOf(1); in testCompareAndExchangeRelease() local 169 AtomicReference<Integer> val = new AtomicReference(currentValue); in testGetAcquire() local 187 AtomicReference<Integer> val = new AtomicReference(currentValue); in testGetOpaque() local 205 AtomicReference<Integer> val = new AtomicReference(currentValue); in testGetPlain() local 223 AtomicReference<Integer> val = new AtomicReference(currentValue); in testSetOpaque() local [all …]
|
/aosp_15_r20/art/runtime/native/ |
H A D | jdk_internal_misc_Unsafe.cc | 56 jint expectedValue, jint newValue) { in Unsafe_compareAndSetInt() 69 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt() 77 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSetLong() 88 JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong expectedValue, jlong newValue) { in Unsafe_compareAndExchangeLong() 97 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong() 113 ObjPtr<mirror::Object> newValue = soa.Decode<mirror::Object>(javaNewValue); in Unsafe_compareAndSetReference() local 156 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt() 164 jint newValue) { in Unsafe_putIntVolatile() 172 jint newValue) { in Unsafe_putOrderedInt() 193 static void Unsafe_putLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong newValue) { in Unsafe_putLong() [all …]
|
H A D | sun_misc_Unsafe.cc | 42 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt() 55 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong() 70 ObjPtr<mirror::Object> newValue = soa.Decode<mirror::Object>(javaNewValue); in Unsafe_compareAndSwapObject() local 105 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt() 113 jint newValue) { in Unsafe_putIntVolatile() 121 jint newValue) { in Unsafe_putOrderedInt() 142 static void Unsafe_putLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong newValue) { in Unsafe_putLong() 150 jlong newValue) { in Unsafe_putLongVolatile() 158 jlong newValue) { in Unsafe_putOrderedLong() 184 ObjPtr<mirror::Object> newValue = soa.Decode<mirror::Object>(javaNewValue); in Unsafe_putObject() local [all …]
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/ |
D | BackgroundProcessLimitPreferenceController.java | 54 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange() 76 int val = Integer.parseInt(mListValues[i]); in updateAppProcessLimitOptions() local 90 private void writeAppProcessLimitOptions(Object newValue) { in writeAppProcessLimitOptions()
|
D | AnimatorDurationScalePreferenceController.java | 62 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange() 78 private void writeAnimationScaleOption(Object newValue) { in writeAnimationScaleOption() 93 float val = Float.parseFloat(mListValues[i]); in updateAnimationScaleValue() local
|
D | WindowAnimationScalePreferenceController.java | 63 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange() 79 private void writeAnimationScaleOption(Object newValue) { in writeAnimationScaleOption() 94 float val = Float.parseFloat(mListValues[i]); in updateAnimationScaleValue() local
|
D | TransitionAnimationScalePreferenceController.java | 63 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange() 79 private void writeAnimationScaleOption(Object newValue) { in writeAnimationScaleOption() 95 float val = Float.parseFloat(mListValues[i]); in updateAnimationScaleValue() local
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
D | DevelopmentFragment.java | 792 private void writeBtHciSnoopLogOptions(Object newValue) { in writeBtHciSnoopLogOptions() 1110 private void writeTrackFrameTimeOptions(Object newValue) { in writeTrackFrameTimeOptions() 1136 private void writeShowNonRectClipOptions(Object newValue) { in writeShowNonRectClipOptions() 1183 private void writeDebugHwOverdrawOptions(Object newValue) { in writeDebugHwOverdrawOptions() 1459 private void writeUsbConfigurationOption(Object newValue) { in writeUsbConfigurationOption() 1487 float val = Float.parseFloat(values[i].toString()); in updateAnimationScaleValue() local 1507 private void writeAnimationScaleOption(int which, ListPreference pref, Object newValue) { in writeAnimationScaleOption() 1536 private void writeOverlayDisplayDevicesOptions(Object newValue) { in writeOverlayDisplayDevicesOptions() 1557 private void writeOpenGLTracesOptions(Object newValue) { in writeOpenGLTracesOptions() 1568 int val = Integer.parseInt(values[i].toString()); in updateAppProcessLimitOptions() local [all …]
|
/aosp_15_r20/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | DatabaseHelper.java | 353 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade() local 439 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade() local 837 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade() local 2408 StringBuilder val = new StringBuilder(); in loadGlobalSettings() local 2509 String val = c.getString(0); in getStringValueFromTable() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | NavBarTuner.java | 110 String val = newValue; in bindLayout() local 116 preference.setOnPreferenceChangeListener((preference1, newValue) -> { in bindLayout() argument 117 String val = (String) newValue; in bindLayout() local 130 String val = newValue; in bindButton() local
|
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/ |
HD | org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/ |
H A D | Striped64.java | 112 final boolean cas(long cmp, long val) { in cas() 160 final boolean casBase(long cmp, long val) { in casBase() 177 abstract long fn(long currentValue, long newValue); in fn()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | Striped64.java | 112 final boolean cas(long cmp, long val) { in cas() 160 final boolean casBase(long cmp, long val) { in casBase() 177 abstract long fn(long currentValue, long newValue); in fn()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | Striped64.java | 112 final boolean cas(long cmp, long val) { in cas() 160 final boolean casBase(long cmp, long val) { in casBase() 177 abstract long fn(long currentValue, long newValue); in fn()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/ |
H A D | Striped64.java | 112 final boolean cas(long cmp, long val) { in cas() 160 final boolean casBase(long cmp, long val) { in casBase() 177 abstract long fn(long currentValue, long newValue); in fn()
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | TCPStoreLibUvBackend.cpp | 429 void write1(uint8_t val) { in write1() 434 void write_value(T val) { in write_value() 439 void write_vector(const std::vector<uint8_t>& val) { in write_vector() 444 void write_string(const std::string& val) { in write_string() 796 std::vector<uint8_t> newValue; in parse_compare_set_command() local 1209 const std::vector<uint8_t>& newValue) { in compareAndSet()
|
/aosp_15_r20/cts/tests/signature/lib/common/src/android/signature/cts/ |
H A D | ApiComplianceChecker.java | 47 private String newValue; field in ApiComplianceChecker.FieldValuePair 49 private FieldValuePair(String oldValue, String newValue) { in FieldValuePair() 543 private static String canonicalizeFloatingPoint(String val) { in canonicalizeFloatingPoint()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/notification/ |
D | LockScreenNotificationPreferenceController.java | 234 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange() 237 final int val = Integer.parseInt((String) newValue); in onPreferenceChange() local 248 final int val = Integer.parseInt((String) newValue); in onPreferenceChange() local
|
D | ShowOnLockScreenNotificationPreferenceController.java | 126 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange() 127 final int val = Integer.parseInt((String) newValue); in onPreferenceChange() local
|
/aosp_15_r20/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/ |
D | HidlVehiclePropValueBuilder.java | 45 VehiclePropValue newValue = new VehiclePropValue(); in clone() local 117 public HidlVehiclePropValueBuilder setStringValue(String val) { in setStringValue()
|
D | AidlVehiclePropValueBuilder.java | 59 VehiclePropValue newValue = new VehiclePropValue(); in clone() local 213 public AidlVehiclePropValueBuilder setStringValue(String val) { in setStringValue()
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ValuesDelta.java | 144 Object newValue = mAfter.get(key); in isChanged() local 217 Object newValue = mAfter.get(key); in isUpdate() local 503 public void setSuperPrimary(boolean val) { in setSuperPrimary()
|
/aosp_15_r20/libcore/libart/src/main/java/java/lang/ |
H A D | CaseMapper.java | 53 char[] newValue = null; in toLowerCase() local 191 char val = upperValues[target]; in toUpperCase() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | Pick.java | 469 String newValue = addBuffer.get(); in addTo() local 522 static int getChar(String newValue, int newIndex, StringBuffer mergeBuffer, boolean copy) { in getChar() 621 ArrayList val = (ArrayList) failures.get(index); in isFailure() local 629 ArrayList val = (ArrayList) failures.get(index); in setFailure() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/ |
H A D | chlo_ops.cc | 37 Value getConstantLikeMaxFiniteValue(OpBuilder& b, Location loc, Value val) { in getConstantLikeMaxFiniteValue() 43 Value getConstantLikeInfValue(OpBuilder& b, Location loc, Value val, in getConstantLikeInfValue() 51 Value val) { in getConstantLikeSmallestFiniteValue() 58 Value val) { in getConstantLike() 152 auto newValue = outShapeFiltered[indexPair.index()]; in getBroadcastType() local
|