/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/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/guava/guava/src/com/google/common/collect/ |
D | ConcurrentHashMultiset.java | 229 int oldValue = existingCounter.get(); in add() local 287 int oldValue = existingCounter.get(); in remove() local 326 int oldValue = existingCounter.get(); in removeExactly() local 367 int oldValue = existingCounter.get(); in setCount() local 420 int oldValue = existingCounter.get(); in setCount() local
|
D | AbstractBiMap.java | 131 V oldValue = delegate.put(key, value); in putInBothMaps() local 137 K key, boolean containedKey, V oldValue, V newValue) { in updateInverseMap() 149 V oldValue = delegate.remove(key); in removeFromBothMaps() local 154 private void removeFromInverseMap(V oldValue) { in removeFromInverseMap() 312 V oldValue = finalEntry.setValue(value); in iterator() local 315 updateInverseMap(getKey(), true, oldValue, value); in iterator() local
|
D | ForwardingConcurrentMap.java | 57 public boolean replace(K key, V oldValue, V newValue) { in replace()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AtomicLongMap.java | 116 long oldValue = atomic.get(); in addAndGet() local 165 long oldValue = atomic.get(); in getAndAdd() local 200 long oldValue = atomic.get(); in put() local 241 long oldValue = atomic.get(); in remove() 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/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | AbstractBiMap.java | 127 V oldValue = delegate.put(key, value); in putInBothMaps() local 133 K key, boolean containedKey, V oldValue, V newValue) { in updateInverseMap() 145 V oldValue = delegate.remove(key); in removeFromBothMaps() local 150 private void removeFromInverseMap(V oldValue) { in removeFromInverseMap() 308 V oldValue = finalEntry.setValue(value); in iterator() local 311 updateInverseMap(getKey(), true, oldValue, value); in iterator() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConcurrentHashMultisetBasherTest.java | 130 int oldValue = multiset.setCount(key, newValue); in call() local 136 int oldValue = multiset.count(key); in call() local 144 int oldValue = multiset.remove(key, delta); in call() local
|
D | MutableClassToInstanceMapTest.java | 112 Integer oldValue = map.putInstance(Integer.class, new Integer(7)); in testPutAndGetInstance() local
|
D | HashBiMapTest.java | 99 int oldValue = bimap.get(2 * i); in testBashIt() local
|
/external/guava/guava/src/com/google/common/cache/ |
D | CacheLoader.java | 94 public ListenableFuture<V> reload(K key, V oldValue) throws Exception { in reload() 193 public ListenableFuture<V> reload(final K key, final V oldValue) throws Exception { in asyncReloading()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | SimpleXMLSource.java | 73 String oldValue = xpath_value.get(distinguishingXPath); in removeValueAtDPath() local 101 String oldValue = xpath_value.get(distinguishingXPath); in putValueAtDPath() local 106 …private void updateValuePathMapping(String distinguishingXPath, String oldValue, String newValue) { in updateValuePathMapping()
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
D | AbstractAgentMojo.java | 141 final String oldValue = projectProperties.getProperty(name); in executeMojo() local 152 final String oldValue = projectProperties.getProperty(name); in skipMojo() local
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateChangeChart.java | 82 String oldValue = oldFile.getStringValue(path); in main() local 135 String oldValue = entry.get2(); in main() local 202 String oldValue, String newValue, String engValue, int votes) { in add() 258 String oldValue, String newValue, String engValue, int votes) { in add()
|
D | CopySubdivisionsIntoMain.java | 118 String oldValue = subdivisionFile.getStringValue(path); in doAfter() local 170 String oldValue = cldrFile.getStringValue(path); in doBefore() local
|
D | PivotData.java | 137 String oldValue = resolvedParent.getStringValue(path); in writePivot() local 211 String fullPath = null, value = null, oldFullXPath = null, oldValue = null; in addPathsAndValuesFrom() local
|
D | CompareHanTransliterators.java | 35 String oldValue = old.get(s); in main() local
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | MapInterfaceTest.java | 832 final V oldValue = entry.getValue(); in testEntrySetSetValue() local 857 final V oldValue = entry.getValue(); in testEntrySetSetValueSameValue() local 861 mapEntry(entry.getKey(), oldValue))); in testEntrySetSetValueSameValue() local 1015 V oldValue = map.put(keyToPut, valueToPut); in testPutNewKey() local 1073 final V oldValue = map.get(null); in testPutNullKey() local 1103 final V oldValue = map.get(keyToPut); in testPutNullValue() local 1135 final V oldValue = map.get(keyToPut); in testPutNullValueForExistingKey() local 1224 V oldValue = map.remove(keyToRemove); in testRemove() local
|
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
D | ConcurrentMap.java | 34 boolean replace(K key, V oldValue, V newValue); in replace()
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | ContactDbUtil.java | 73 int oldValue = 0; in updateVtCapability() local
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | HashBiMapTest.java | 75 int oldValue = bimap.get(2 * i); in testBashIt() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/ |
D | AstObserverAdapter.java | 30 …public void propertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object… in propertyChange()
|