/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
H A D | SetValues002Test.java | 35 Value oldValue = Value.createBoolean(StackTrace002Debuggee.BOOLEAN_PARAM_VALUE); in testSetValues001_Boolean() local 52 Value oldValue = Value.createByte(StackTrace002Debuggee.BYTE_PARAM_VALUE); in testSetValues002_Byte() local 69 Value oldValue = Value.createChar(StackTrace002Debuggee.CHAR_PARAM_VALUE); in testSetValues003_Char() local 86 Value oldValue = Value.createShort(StackTrace002Debuggee.SHORT_PARAM_VALUE); in testSetValues004_Short() local 103 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_Int() local 121 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstant() local 162 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstantWithException() local 182 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstantWithExceptionInCallee() local 203 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstantWithExceptionInCaller() local 227 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstantWithExceptionAndNativeTransition() local [all …]
|
H A D | GetValues002Test.java | 35 Value oldValue = Value.createBoolean(StackTrace002Debuggee.BOOLEAN_PARAM_VALUE); in testGetValues001_Boolean() local 83 Value oldValue = Value.createShort(StackTrace002Debuggee.SHORT_PARAM_VALUE); in testGetValues004_Short() local 99 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testGetValues005_Int() local 115 Value oldValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE); in testGetValues005_Int2() local 133 Value oldValue = Value.createLong(StackTrace002Debuggee.LONG_PARAM_VALUE); in testGetValues006_Long() local 149 Value oldValue = Value.createFloat(StackTrace002Debuggee.FLOAT_PARAM_VALUE); in testGetValues007_Float() local 165 Value oldValue = Value.createDouble(StackTrace002Debuggee.DOUBLE_PARAM_VALUE); in testGetValues008_Double() local 199 Value oldValue = getStaticFieldValue(classID, "OBJECT_PARAM_VALUE"); in testGetValues009_Object() local 217 Value oldValue = getStaticFieldValue(classID, "ARRAY_PARAM_VALUE"); in testGetValues010_Array() local 235 Value oldValue = getStaticFieldValue(classID, "ARRAY_PARAM_VALUE"); in testGetValues010_ArrayAsObject() local [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/model/ |
H A D | alltypesunionstructure.java | 2997 Object oldValue = this.stringMember; in setStringMember() local 3004 Object oldValue = this.stringMember; in stringMember() local 3015 Object oldValue = this.integerMember; in setIntegerMember() local 3022 Object oldValue = this.integerMember; in integerMember() local 3033 Object oldValue = this.booleanMember; in setBooleanMember() local 3040 Object oldValue = this.booleanMember; in booleanMember() local 3051 Object oldValue = this.floatMember; in setFloatMember() local 3058 Object oldValue = this.floatMember; in floatMember() local 3069 Object oldValue = this.doubleMember; in setDoubleMember() local 3076 Object oldValue = this.doubleMember; in doubleMember() local [all …]
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/ |
H A D | AtomicFU.kt | 115 val oldValue = FU.getAndSet(this, value) as T in atomic() constant 182 val oldValue = FU.getAndSet(this, v) in getAndSet() constant 239 val oldValue = FU.getAndSet(this, value) in getAndSet() constant 248 val oldValue = FU.getAndIncrement(this) in getAndIncrement() constant 257 val oldValue = FU.getAndDecrement(this) in getAndDecrement() constant 266 val oldValue = FU.getAndAdd(this, delta) in getAndAdd() constant 364 val oldValue = FU.getAndSet(this, value) in getAndSet() constant 373 val oldValue = FU.getAndIncrement(this) in getAndIncrement() constant 382 val oldValue = FU.getAndDecrement(this) in getAndDecrement() constant 391 val oldValue = FU.getAndAdd(this, delta) in getAndAdd() constant
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/jsAndWasmSharedMain/kotlin/kotlinx/atomicfu/ |
H A D | AtomicFU.kt | 66 val oldValue = this.value in atomic() constant 99 val oldValue = this.value in getAndSet() constant 130 val oldValue = this.value in toString() constant 143 val oldValue = value in toString() constant 190 val oldValue = this.value in getAndSet() constant 203 val oldValue = value in getAndIncrement() constant
|
/aosp_15_r20/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
H A D | PropertyChangeSupportTest.java | 313 Object oldValue = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_String_AllRegistered() local 586 Object oldValue = new Object(); in testFirePropertyChange_Object_Normal() local 615 Object oldValue = newValue; in testFirePropertyChange_Object_EqualValues() local 644 Object oldValue = null; in testFirePropertyChange_Object_NullValues() local 673 Object oldValue = new Object(); in testFirePropertyChange_Object_NullNewValue() local 702 Object oldValue = null; in testFirePropertyChange_Object_NullOldValue() local 730 Object oldValue = new Object(); in testFirePropertyChange_Object_NullProperty() local 758 Object oldValue = new Object(); in testFirePropertyChange_Object_NullListener() local 773 Object oldValue = new Object(); in testFirePropertyChange_PropertyChangeEvent_Normal() local 805 Object oldValue = newValue; in testFirePropertyChange_PropertyChangeEvent_EqualValues() local [all …]
|
H A D | PropertyChangeEventTest.java | 37 Object oldValue = new Object(); in testConstructor_Normal() local 69 Object oldValue = new Object(); in testConstructor_NullProperty() local 97 Object oldValue = new Object(); in testSetPropagationId_Normal() local 119 Object oldValue = new Object(); in testSetPropagationId_Null() local
|
/aosp_15_r20/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/ |
H A D | IntMap.kt | 63 val oldValue = valueAt(index) in putReturnOld() constant 77 val oldValue = valueAt(index) in removeReturnOld() constant 86 val oldValue = valueAt(index) in setValueAtReturnOld() constant 92 val oldValue = valueAt(index) in removeAtReturnOld() constant
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/ |
H A D | ConcurrentWeakMap.kt | 29 var oldValue = core.value.putImpl(key, value) in <lambda>() variable 36 var oldValue = core.value.putImpl(key, null) in <lambda>() variable 47 val oldValue = curCore.putImpl(key, value) in <lambda>() constant 108 val oldValue = values[index].value ?: return // return when already removed in <lambda>() constant 148 var oldValue: Any? in <lambda>() variable 181 val oldValue = newCore.putImpl(k, value as V, w) in <lambda>() constant
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/nativeTest/kotlin/kotlinx/atomicfu/locks/ |
H A D | SynchronizedTest.kt | 27 val oldValue = count.value in <lambda>() constant 54 val oldValue = counters[i].value in <lambda>() constant 80 val oldValue = count.value in <lambda>() constant 109 val oldValue = count.value in <lambda>() constant
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/beans/ |
D | PropertyChangeSupport.java | 261 public void firePropertyChange(String propertyName, Object oldValue, Object newValue) { in firePropertyChange() 281 public void firePropertyChange(String propertyName, int oldValue, int newValue) { in firePropertyChange() 301 public void firePropertyChange(String propertyName, boolean oldValue, boolean newValue) { in firePropertyChange() 317 Object oldValue = event.getOldValue(); in firePropertyChange() local 356 …public void fireIndexedPropertyChange(String propertyName, int index, Object oldValue, Object newV… in fireIndexedPropertyChange() 378 …public void fireIndexedPropertyChange(String propertyName, int index, int oldValue, int newValue) { in fireIndexedPropertyChange() 400 …public void fireIndexedPropertyChange(String propertyName, int index, boolean oldValue, boolean ne… in fireIndexedPropertyChange()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/beans/ |
D | PropertyChangeSupport.java | 261 public void firePropertyChange(String propertyName, Object oldValue, Object newValue) { in firePropertyChange() 281 public void firePropertyChange(String propertyName, int oldValue, int newValue) { in firePropertyChange() 301 public void firePropertyChange(String propertyName, boolean oldValue, boolean newValue) { in firePropertyChange() 317 Object oldValue = event.getOldValue(); in firePropertyChange() local 356 …public void fireIndexedPropertyChange(String propertyName, int index, Object oldValue, Object newV… in fireIndexedPropertyChange() 378 …public void fireIndexedPropertyChange(String propertyName, int index, int oldValue, int newValue) { in fireIndexedPropertyChange() 400 …public void fireIndexedPropertyChange(String propertyName, int index, boolean oldValue, boolean ne… in fireIndexedPropertyChange()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/beans/ |
H A D | PropertyChangeSupport.java | 261 public void firePropertyChange(String propertyName, Object oldValue, Object newValue) { in firePropertyChange() 281 public void firePropertyChange(String propertyName, int oldValue, int newValue) { in firePropertyChange() 301 public void firePropertyChange(String propertyName, boolean oldValue, boolean newValue) { in firePropertyChange() 317 Object oldValue = event.getOldValue(); in firePropertyChange() local 356 …public void fireIndexedPropertyChange(String propertyName, int index, Object oldValue, Object newV… in fireIndexedPropertyChange() 378 …public void fireIndexedPropertyChange(String propertyName, int index, int oldValue, int newValue) { in fireIndexedPropertyChange() 400 …public void fireIndexedPropertyChange(String propertyName, int index, boolean oldValue, boolean ne… in fireIndexedPropertyChange()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/ |
H A D | AtomicLongMap.java | 124 long oldValue = atomic.get(); in addAndGet() local 177 long oldValue = atomic.get(); in getAndAdd() local 214 long oldValue = atomic.get(); in put() local 256 long oldValue = atomic.get(); in remove() local 276 long oldValue = atomic.get(); in remove() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | ConcurrentHashMultiset.java | 224 int oldValue = existingCounter.get(); in add() local 284 int oldValue = existingCounter.get(); in remove() local 325 int oldValue = existingCounter.get(); in removeExactly() local 368 int oldValue = existingCounter.get(); in setCount() local 422 int oldValue = existingCounter.get(); in setCount() local
|
H A D | AbstractBiMap.java | 152 V oldValue = delegate.put(key, value); in putInBothMaps() local 160 @CheckForNull V oldValue, in updateInverseMap() 180 V oldValue = uncheckedCastNullableTToT(delegate.remove(key)); in removeFromBothMaps() local 185 private void removeFromInverseMap(@ParametricNullness V oldValue) { in removeFromInverseMap() 329 V oldValue = delegate.setValue(value); in setValue() local 331 updateInverseMap(getKey(), true, oldValue, value); in setValue() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | ConcurrentHashMultiset.java | 224 int oldValue = existingCounter.get(); in add() local 284 int oldValue = existingCounter.get(); in remove() local 325 int oldValue = existingCounter.get(); in removeExactly() local 368 int oldValue = existingCounter.get(); in setCount() local 422 int oldValue = existingCounter.get(); in setCount() local
|
H A D | AbstractBiMap.java | 153 V oldValue = delegate.put(key, value); in putInBothMaps() local 161 @CheckForNull V oldValue, in updateInverseMap() 181 V oldValue = uncheckedCastNullableTToT(delegate.remove(key)); in removeFromBothMaps() local 186 private void removeFromInverseMap(@ParametricNullness V oldValue) { in removeFromInverseMap() 353 V oldValue = delegate.setValue(value); in setValue() local 355 updateInverseMap(getKey(), true, oldValue, value); in setValue() local
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
H A D | PrimitiveArrayDeserializers.java | 136 protected abstract T _concat(T oldValue, T newValue); in _concat() 331 protected char[] _concat(char[] oldValue, char[] newValue) { in _concat() 416 protected boolean[] _concat(boolean[] oldValue, boolean[] newValue) { in _concat() 550 protected byte[] _concat(byte[] oldValue, byte[] newValue) { in _concat() 624 protected short[] _concat(short[] oldValue, short[] newValue) { in _concat() 702 protected int[] _concat(int[] oldValue, int[] newValue) { in _concat() 780 protected long[] _concat(long[] oldValue, long[] newValue) { in _concat() 851 protected float[] _concat(float[] oldValue, float[] newValue) { in _concat() 921 protected double[] _concat(double[] oldValue, double[] newValue) { in _concat()
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | MapInterfaceTest.java | 815 V oldValue = entry.getValue(); in testEntrySetSetValue() local 839 V oldValue = entry.getValue(); in testEntrySetSetValueSameValue() local 842 assertTrue(entrySet.contains(mapEntry(entry.getKey(), oldValue))); in testEntrySetSetValueSameValue() local 998 V oldValue = map.put(keyToPut, valueToPut); in testPutNewKey() local 1054 V oldValue = map.get(null); in testPutNullKey() local 1083 V oldValue = map.get(keyToPut); in testPutNullValue() local 1114 V oldValue = map.get(keyToPut); in testPutNullValueForExistingKey() local 1200 V oldValue = map.remove(keyToRemove); in testRemove() local
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
H A D | MapInterfaceTest.java | 815 V oldValue = entry.getValue(); in testEntrySetSetValue() local 839 V oldValue = entry.getValue(); in testEntrySetSetValueSameValue() local 842 assertTrue(entrySet.contains(mapEntry(entry.getKey(), oldValue))); in testEntrySetSetValueSameValue() local 998 V oldValue = map.put(keyToPut, valueToPut); in testPutNewKey() local 1054 V oldValue = map.get(null); in testPutNullKey() local 1083 V oldValue = map.get(keyToPut); in testPutNullValue() local 1114 V oldValue = map.get(keyToPut); in testPutNullValueForExistingKey() local 1200 V oldValue = map.remove(keyToRemove); in testRemove() local
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
H A D | LexicalPreservingPrinter.java | 120 …ncretePropertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newVa… in concretePropertyChange() 178 private int getIndexOfComment (Comment oldValue, NodeText nodeText) { in getIndexOfComment() 195 …private List<ChildTextElement> findChildTextElementForComment (Comment oldValue, NodeText nodeText… in findChildTextElementForComment() 219 …private List<TokenTextElement> findTokenTextElementForComment(Comment oldValue, NodeText nodeText)… in findTokenTextElementForComment() 278 …public void concreteListReplacement(NodeList changedList, int index, Node oldValue, Node newValue)… in concreteListReplacement()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | ConcurrentMap.java | 220 boolean replace(K key, V oldValue, V newValue); in replace() 328 V oldValue, newValue; in computeIfAbsent() local 418 V oldValue = get(key); in compute() local 480 V oldValue = get(key); in merge() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentMap.java | 220 boolean replace(K key, V oldValue, V newValue); in replace() 328 V oldValue, newValue; in computeIfAbsent() local 418 V oldValue = get(key); in compute() local 480 V oldValue = get(key); in merge() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentMap.java | 220 boolean replace(K key, V oldValue, V newValue); in replace() 328 V oldValue, newValue; in computeIfAbsent() local 418 V oldValue = get(key); in compute() local 480 V oldValue = get(key); in merge() local
|