Home
last modified time | relevance | path

Searched defs:oldValue (Results 1 – 25 of 84) sorted by relevance

1234

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DSetValues002Test.java35 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 …]
DGetValues002Test.java35 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/
DPropertyChangeEventTest.java37 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
DPropertyChangeSupportTest.java333 Object oldValue = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_String_AllRegistered() local
606 Object oldValue = new Object(); in testFirePropertyChange_Object_Normal() local
635 Object oldValue = newValue; in testFirePropertyChange_Object_EqualValues() local
664 Object oldValue = null; in testFirePropertyChange_Object_NullValues() local
693 Object oldValue = new Object(); in testFirePropertyChange_Object_NullNewValue() local
722 Object oldValue = null; in testFirePropertyChange_Object_NullOldValue() local
750 Object oldValue = new Object(); in testFirePropertyChange_Object_NullProperty() local
778 Object oldValue = new Object(); in testFirePropertyChange_Object_NullListener() local
793 Object oldValue = new Object(); in testFirePropertyChange_PropertyChangeEvent_Normal() local
825 Object oldValue = newValue; in testFirePropertyChange_PropertyChangeEvent_EqualValues() local
[all …]
/external/guava/guava/src/com/google/common/collect/
DConcurrentHashMultiset.java229 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
DAbstractBiMap.java131 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
DForwardingConcurrentMap.java57 public boolean replace(K key, V oldValue, V newValue) { in replace()
/external/guava/guava/src/com/google/common/util/concurrent/
DAtomicLongMap.java116 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/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DSparseArrayTest.java68 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithDefaultCapacity() local
134 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithSpecifiedCapacity() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DAbstractBiMap.java127 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/
DConcurrentHashMultisetBasherTest.java130 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
DMutableClassToInstanceMapTest.java112 Integer oldValue = map.putInstance(Integer.class, new Integer(7)); in testPutAndGetInstance() local
DHashBiMapTest.java99 int oldValue = bimap.get(2 * i); in testBashIt() local
/external/tpm2/
DNV_SetBits.c28 UINT64 oldValue; in TPM2_NV_SetBits() local
/external/guava/guava/src/com/google/common/cache/
DCacheLoader.java94 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/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
DConcurrentMap.java34 boolean replace(K key, V oldValue, V newValue); in replace()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DContactDbUtil.java73 int oldValue = 0; in updateVtCapability() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java832 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/sl4a/Common/src/com/googlecode/android_scripting/facade/
DSettingsFacade.java73 Integer oldValue = getScreenTimeout(); in setScreenTimeout() local
197 Integer oldValue = getScreenBrightness(); in setScreenBrightness() local
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DHashBiMapTest.java75 int oldValue = bimap.get(2 * i); in testBashIt() local
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DConfigLoader.java68 final String oldValue = (String) entry.getValue(); in substSystemProperties() local
/external/guava/guava-tests/test/com/google/common/reflect/
DMutableTypeToInstanceMapTest.java146 Integer oldValue = map.putInstance(Integer.class, new Integer(7)); in testPutAndGetInstance() local
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java76 CharSequence oldValue = this.text; in setText() local
87 CharSequence oldValue = this.text; in append() local
109 CharSequence oldValue = this.text; in setText() local
122 private void sendOnTextChanged(CharSequence oldValue) { in sendOnTextChanged()
/external/jmdns/src/javax/jmdns/impl/
DDNSCache.java199 List<? extends DNSEntry> oldValue = _value; in setValue() local
321 List<? extends DNSEntry> oldValue = null; in put() local
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DAbstractAgentMojo.java149 final String oldValue = projectProperties.getProperty(name); in executeMojo() local

1234