/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/ |
D | InterceptFieldCallback.java | 23 int writeInt(Object obj, String name, int oldValue, int newValue); in writeInt() 24 char writeChar(Object obj, String name, char oldValue, char newValue); in writeChar() 25 byte writeByte(Object obj, String name, byte oldValue, byte newValue); in writeByte() 26 boolean writeBoolean(Object obj, String name, boolean oldValue, boolean newValue); in writeBoolean() 27 short writeShort(Object obj, String name, short oldValue, short newValue); in writeShort() 28 float writeFloat(Object obj, String name, float oldValue, float newValue); in writeFloat() 29 double writeDouble(Object obj, String name, double oldValue, double newValue); in writeDouble() 30 long writeLong(Object obj, String name, long oldValue, long newValue); in writeLong() 31 Object writeObject(Object obj, String name, Object oldValue, Object newValue); in writeObject() 33 int readInt(Object obj, String name, int oldValue); in readInt() [all …]
|
D | AbstractInterceptFieldCallback.java | 23 public int writeInt(Object obj, String name, int oldValue, int newValue) { return newValue; } in writeInt() 24 … public char writeChar(Object obj, String name, char oldValue, char newValue) { return newValue; } in writeChar() 25 … public byte writeByte(Object obj, String name, byte oldValue, byte newValue) { return newValue; } in writeByte() 26 …public boolean writeBoolean(Object obj, String name, boolean oldValue, boolean newValue) { return … in writeBoolean() 27 …public short writeShort(Object obj, String name, short oldValue, short newValue) { return newValue… in writeShort() 28 …public float writeFloat(Object obj, String name, float oldValue, float newValue) { return newValue… in writeFloat() 29 …public double writeDouble(Object obj, String name, double oldValue, double newValue) { return newV… in writeDouble() 30 … public long writeLong(Object obj, String name, long oldValue, long newValue) { return newValue; } in writeLong() 31 …public Object writeObject(Object obj, String name, Object oldValue, Object newValue) { return newV… in writeObject() 33 public int readInt(Object obj, String name, int oldValue) { return oldValue; } in readInt() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | SetValues002Test.java | 35 Value oldValue = new Value(StackTrace002Debuggee.BOOLEAN_PARAM_VALUE); in testSetValues001_Boolean() local 52 Value oldValue = new Value(StackTrace002Debuggee.BYTE_PARAM_VALUE); in testSetValues002_Byte() local 69 Value oldValue = new Value(StackTrace002Debuggee.CHAR_PARAM_VALUE); in testSetValues003_Char() local 86 Value oldValue = new Value(StackTrace002Debuggee.SHORT_PARAM_VALUE); in testSetValues004_Short() local 103 Value oldValue = new Value(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_Int() local 121 Value oldValue = new Value(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstant() local 162 Value oldValue = new Value(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstantWithException() local 182 Value oldValue = new Value(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstantWithExceptionInCallee() local 203 Value oldValue = new Value(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstantWithExceptionInCaller() local 227 Value oldValue = new Value(StackTrace002Debuggee.INT_PARAM_VALUE); in testSetValues005_IntConstantWithExceptionAndNativeTransition() local [all …]
|
D | GetValues002Test.java | 35 Value oldValue = new Value(StackTrace002Debuggee.BOOLEAN_PARAM_VALUE); in testGetValues001_Boolean() local 83 Value oldValue = new Value(StackTrace002Debuggee.SHORT_PARAM_VALUE); in testGetValues004_Short() local 99 Value oldValue = new Value(StackTrace002Debuggee.INT_PARAM_VALUE); in testGetValues005_Int() local 115 Value oldValue = new Value(StackTrace002Debuggee.INT_PARAM_VALUE); in testGetValues005_Int2() local 133 Value oldValue = new Value(StackTrace002Debuggee.LONG_PARAM_VALUE); in testGetValues006_Long() local 149 Value oldValue = new Value(StackTrace002Debuggee.FLOAT_PARAM_VALUE); in testGetValues007_Float() local 165 Value oldValue = new Value(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/jetty/src/java/org/eclipse/jetty/util/ |
D | Atomics.java | 32 long oldValue = currentMin.get(); in updateMin() local 43 long oldValue = currentMax.get(); in updateMax() local 54 int oldValue = currentMin.get(); in updateMin() local 65 int oldValue = currentMax.get(); in updateMax() local
|
/external/v8/test/mjsunit/es7/ |
D | object-observe.js | 305 { object: obj, type: 'update', name: '', oldValue: '' }, property 306 { object: obj, type: 'delete', name: '', oldValue: ' ' }, property 599 { object: thingy, type: 'update', name: 'a', oldValue: 2 }, property 600 { object: thingy, type: 'update', name: 'b', oldValue: 4 }, property 601 { object: thingy, type: 'update', name: 'b', oldValue: 7 }, property 602 { object: thingy, type: 'update', name: 'a', oldValue: 5 }, property 603 { object: thingy, type: 'update', name: 'b', oldValue: 8 }, property 604 { object: thingy, type: 'update', name: 'a', oldValue: 10 }, property 605 { object: thingy, type: 'update', name: 'a', oldValue: 11 }, property 606 { object: thingy, type: 'update', name: 'b', oldValue: 16 }, property [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 | 333 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/ |
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/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/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | SparseArrayTest.java | 68 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithDefaultCapacity() local 134 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithSpecifiedCapacity() 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/v8/test/webkit/fast/js/ |
D | date-preserve-milliseconds.js | 31 var oldValue = d.getMilliseconds(); variable
|
/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/tpm2/ |
D | NV_SetBits.c | 28 UINT64 oldValue; in TPM2_NV_SetBits() 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/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | SettingsFacade.java | 73 Integer oldValue = getScreenTimeout(); in setScreenTimeout() local 179 Integer oldValue = getScreenBrightness(); in setScreenBrightness() 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/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/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
D | ConfigLoader.java | 68 final String oldValue = (String) entry.getValue(); in substSystemProperties() local
|