/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
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 …]
|
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 …]
|
/external/kotlinx.atomicfu/atomicfu/src/jsMain/kotlin/kotlinx/atomicfu/ |
D | AtomicFU.kt | 57 val oldValue = this.value in atomic() constant 88 val oldValue = this.value in getAndSet() constant 117 val oldValue = this.value in toString() constant 130 val oldValue = value in toString() constant 175 val oldValue = this.value in getAndSet() constant 188 val oldValue = value in getAndIncrement() constant
|
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/ |
D | AtomicFU.kt | 121 val oldValue = FU.getAndSet(this, value) as T in atomic() constant 196 val oldValue = FU.getAndSet(this, v) in getAndSet() constant 261 val oldValue = FU.getAndSet(this, value) in getAndSet() constant 272 val oldValue = FU.getAndIncrement(this) in getAndIncrement() constant 283 val oldValue = FU.getAndDecrement(this) in getAndDecrement() constant 294 val oldValue = FU.getAndAdd(this, delta) in getAndAdd() constant 406 val oldValue = FU.getAndSet(this, value) in getAndSet() constant 417 val oldValue = FU.getAndIncrement(this) in getAndIncrement() constant 428 val oldValue = FU.getAndDecrement(this) in getAndDecrement() constant 439 val oldValue = FU.getAndAdd(this, delta) in getAndAdd() constant
|
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
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
|
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 …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/ |
D | ConcurrentWeakMap.kt | 33 var oldValue = core.value.putImpl(key, value) in <lambda>() variable 40 var oldValue = core.value.putImpl(key, null) in <lambda>() variable 51 val oldValue = curCore.putImpl(key, value) in <lambda>() constant 112 val oldValue = values[index].value ?: return // return when already removed in <lambda>() constant 152 var oldValue: Any? in <lambda>() variable 185 val oldValue = newCore.putImpl(k, value as V, w) in <lambda>() constant
|
/external/kotlinx.atomicfu/atomicfu/src/nativeTest/kotlin/kotlinx/atomicfu/locks/ |
D | SynchronizedTest.kt | 26 val oldValue = count.value in <lambda>() constant 53 val oldValue = counters[i].value in <lambda>() constant 79 val oldValue = count.value in <lambda>() constant 108 val oldValue = count.value in <lambda>() constant
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | AtomicLongMap.java | 120 long oldValue = atomic.get(); in addAndGet() local 173 long oldValue = atomic.get(); in getAndAdd() local 210 long oldValue = atomic.get(); in put() local 252 long oldValue = atomic.get(); in remove() local 272 long oldValue = atomic.get(); in remove() local
|
/external/guava/guava/src/com/google/common/collect/ |
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
|
D | AbstractBiMap.java | 146 V oldValue = delegate.put(key, value); in putInBothMaps() local 154 @CheckForNull V oldValue, in updateInverseMap() 174 V oldValue = uncheckedCastNullableTToT(delegate.remove(key)); in removeFromBothMaps() local 179 private void removeFromInverseMap(@ParametricNullness V oldValue) { in removeFromInverseMap() 346 V oldValue = delegate.setValue(value); in setValue() local 348 updateInverseMap(getKey(), true, oldValue, value); in setValue() local
|
/external/guava/android/guava/src/com/google/common/collect/ |
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
|
D | AbstractBiMap.java | 145 V oldValue = delegate.put(key, value); in putInBothMaps() local 153 @CheckForNull V oldValue, in updateInverseMap() 173 V oldValue = uncheckedCastNullableTToT(delegate.remove(key)); in removeFromBothMaps() local 178 private void removeFromInverseMap(@ParametricNullness V oldValue) { in removeFromInverseMap() 322 V oldValue = delegate.setValue(value); in setValue() local 324 updateInverseMap(getKey(), true, oldValue, value); in setValue() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/ |
D | PropertyChange.java | 11 private final Object oldValue; field in PropertyChange 26 public PropertyChange(ObservableProperty property, Object oldValue, Object newValue) { in PropertyChange()
|
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ |
D | ReferenceLut.kt | 37 val oldValue = input[x, y] in <lambda>() constant
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConcurrentHashMultisetBasherTest.java | 134 int oldValue = multiset.setCount(key, newValue); in call() local 141 int oldValue = multiset.count(key); in call() local 150 int oldValue = multiset.remove(key, delta); in call() local
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | ConcurrentHashMultisetBasherTest.java | 134 int oldValue = multiset.setCount(key, newValue); in call() local 141 int oldValue = multiset.count(key); in call() local 150 int oldValue = multiset.remove(key, delta); in call() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
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()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
D | CoroutineContext.kt | 95 val oldValue = updateThreadContext(context, countOrElement) in withCoroutineContext() constant 108 val oldValue = updateThreadContext(context, countOrElement) in withContinuationContext() constant
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
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()
|
/external/guava/android/guava/src/com/google/common/cache/ |
D | CacheLoader.java | 99 public ListenableFuture<V> reload(K key, V oldValue) throws Exception { in reload() 198 public ListenableFuture<V> reload(final K key, final V oldValue) throws Exception { in asyncReloading()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | MergingSettableBeanProperty.java | 73 Object oldValue = _accessor.getValue(instance); in deserializeAndSet() local 93 Object oldValue = _accessor.getValue(instance); in deserializeSetAndReturn() local
|
/external/guava/guava/src/com/google/common/cache/ |
D | CacheLoader.java | 99 public ListenableFuture<V> reload(K key, V oldValue) throws Exception { in reload() 197 public ListenableFuture<V> reload(final K key, final V oldValue) throws Exception { in asyncReloading()
|
/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/ |
D | TraceTestCommon.kt | 24 val oldValue = a1.value in <lambda>() constant 60 val oldValue = a.value in update() constant
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | SimpleXMLSource.java | 83 String oldValue = xpath_value.get(distinguishingXPath); in removeValueAtDPath() local 116 String oldValue = xpath_value.get(distinguishingXPath); in putValueAtDPath() local 121 …private void updateValuePathMapping(String distinguishingXPath, String oldValue, String newValue) { in updateValuePathMapping()
|