/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | SetValues002Test.java | 36 Value newValue = Value.createBoolean(StackTrace002Debuggee.BOOLEAN_PARAM_VALUE_TO_SET); in testSetValues001_Boolean() local 38 suspensionMethodInfo.addVariable("param", oldValue, newValue); in testSetValues001_Boolean() 40 methodInfo.addVariable("param", oldValue, newValue); in testSetValues001_Boolean() 53 Value newValue = Value.createByte(StackTrace002Debuggee.BYTE_PARAM_VALUE_TO_SET); in testSetValues002_Byte() local 55 suspensionMethodInfo.addVariable("param", oldValue, newValue); in testSetValues002_Byte() 57 methodInfo.addVariable("param", oldValue, newValue); in testSetValues002_Byte() 70 Value newValue = Value.createChar(StackTrace002Debuggee.CHAR_PARAM_VALUE_TO_SET); in testSetValues003_Char() local 72 suspensionMethodInfo.addVariable("param", oldValue, newValue); in testSetValues003_Char() 74 methodInfo.addVariable("param", oldValue, newValue); in testSetValues003_Char() 87 Value newValue = Value.createShort(StackTrace002Debuggee.SHORT_PARAM_VALUE_TO_SET); in testSetValues004_Short() local [all …]
|
D | JDWPStackFrameAccessTest.java | 63 VariableInfo(String variableName, Value initialValue, Value setValue, Value newValue) { in VariableInfo() argument 67 this.valueOnSecondSuspension = newValue; in VariableInfo() 104 Value newValue) { in addVariable() argument 105 variables.add(new VariableInfo(variableName, initialValue, setValue, newValue)); in addVariable() 109 Value newValue; in addVariable() local 112 newValue = initialValue; in addVariable() 115 newValue = setValue; in addVariable() 117 variables.add(new VariableInfo(variableName, initialValue, setValue, newValue)); in addVariable() 273 Value newValue = variableInfo.getValueToSet(); in checkStackFrame() local 274 if (firstSuspension && newValue != null && !isSuspensionMethod) { in checkStackFrame() [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | ProcessorOutputElem.java | 52 public void setCdataSectionElements(java.util.Vector newValue) in setCdataSectionElements() argument 54 m_outputProperties.setQNameProperties(OutputKeys.CDATA_SECTION_ELEMENTS, newValue); in setCdataSectionElements() 62 public void setDoctypePublic(String newValue) in setDoctypePublic() argument 64 m_outputProperties.setProperty(OutputKeys.DOCTYPE_PUBLIC, newValue); in setDoctypePublic() 72 public void setDoctypeSystem(String newValue) in setDoctypeSystem() argument 74 m_outputProperties.setProperty(OutputKeys.DOCTYPE_SYSTEM, newValue); in setDoctypeSystem() 82 public void setEncoding(String newValue) in setEncoding() argument 84 m_outputProperties.setProperty(OutputKeys.ENCODING, newValue); in setEncoding() 92 public void setIndent(boolean newValue) in setIndent() argument 94 m_outputProperties.setBooleanProperty(OutputKeys.INDENT, newValue); in setIndent() [all …]
|
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
D | PropertyChangeSupportTest.java | 312 Object newValue = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_String_AllRegistered() local 316 "myProp", oldValue, newValue); in testRemovePropertyChangeListener_PropertyChangeListener_String_AllRegistered() 323 sup.firePropertyChange("myProp", oldValue, newValue); in testRemovePropertyChangeListener_PropertyChangeListener_String_AllRegistered() 585 Object newValue = new Object(); in testFirePropertyChange_Object_Normal() local 589 "myProp", oldValue, newValue); in testFirePropertyChange_Object_Normal() 591 "myProp", oldValue, newValue); in testFirePropertyChange_Object_Normal() 595 "myProp", oldValue, newValue); in testFirePropertyChange_Object_Normal() 600 sup.firePropertyChange("myProp", oldValue, newValue); in testFirePropertyChange_Object_Normal() 614 Object newValue = new Object(); in testFirePropertyChange_Object_EqualValues() local 615 Object oldValue = newValue; in testFirePropertyChange_Object_EqualValues() [all …]
|
D | PropertyChangeEventTest.java | 38 Object newValue = new Object(); in testConstructor_Normal() local 41 oldValue, newValue); in testConstructor_Normal() 45 assertSame(newValue, event.getNewValue()); in testConstructor_Normal() 70 Object newValue = new Object(); in testConstructor_NullProperty() local 72 oldValue, newValue); in testConstructor_NullProperty() 76 assertSame(newValue, event.getNewValue()); in testConstructor_NullProperty() 98 Object newValue = new Object(); in testSetPropagationId_Normal() local 101 oldValue, newValue); in testSetPropagationId_Normal() 110 assertSame(newValue, event.getNewValue()); in testSetPropagationId_Normal() 120 Object newValue = new Object(); in testSetPropagationId_Null() local [all …]
|
/external/icu/icu4c/source/i18n/ |
D | decimfmt.cpp | 127 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() argument 132 setLenient(newValue != 0); in setAttribute() 136 setParseIntegerOnly(newValue != 0); in setAttribute() 140 setGroupingUsed(newValue != 0); in setAttribute() 144 setDecimalSeparatorAlwaysShown(newValue != 0); in setAttribute() 148 setMaximumIntegerDigits(newValue); in setAttribute() 152 setMinimumIntegerDigits(newValue); in setAttribute() 156 setMinimumIntegerDigits(newValue); in setAttribute() 157 setMaximumIntegerDigits(newValue); in setAttribute() 161 setMaximumFractionDigits(newValue); in setAttribute() [all …]
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 837 public void setPositivePrefix(String newValue) { in setPositivePrefix() argument 838 ((java.text.DecimalFormat)numberFormat).setPositivePrefix(newValue); in setPositivePrefix() 860 public void setNegativePrefix(String newValue) { in setNegativePrefix() argument 861 ((java.text.DecimalFormat)numberFormat).setNegativePrefix(newValue); in setNegativePrefix() 883 public void setPositiveSuffix(String newValue) { in setPositiveSuffix() argument 884 ((java.text.DecimalFormat)numberFormat).setPositiveSuffix(newValue); in setPositiveSuffix() 906 public void setNegativeSuffix(String newValue) { in setNegativeSuffix() argument 907 ((java.text.DecimalFormat)numberFormat).setNegativeSuffix(newValue); in setNegativeSuffix() 936 public void setMultiplier(int newValue) { in setMultiplier() argument 937 ((java.text.DecimalFormat)numberFormat).setMultiplier(newValue); in setMultiplier() [all …]
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
D | DecimalFormatICU.java | 294 public void setDecimalSeparatorAlwaysShown(boolean newValue) { in setDecimalSeparatorAlwaysShown() argument 296 fIcuDecfmt.setDecimalSeparatorAlwaysShown(newValue); in setDecimalSeparatorAlwaysShown() 301 public void setGroupingSize(int newValue) { in setGroupingSize() argument 303 fIcuDecfmt.setGroupingSize(newValue); in setGroupingSize() 308 public void setMaximumFractionDigits(int newValue) { in setMaximumFractionDigits() argument 310 fIcuDecfmt.setMaximumFractionDigits(newValue); in setMaximumFractionDigits() 315 public void setMaximumIntegerDigits(int newValue) { in setMaximumIntegerDigits() argument 317 fIcuDecfmt.setMaximumIntegerDigits(newValue); in setMaximumIntegerDigits() 322 public void setMinimumFractionDigits(int newValue) { in setMinimumFractionDigits() argument 324 fIcuDecfmt.setMinimumFractionDigits(newValue); in setMinimumFractionDigits() [all …]
|
D | NumberFormatICU.java | 178 public void setGroupingUsed(boolean newValue) { in setGroupingUsed() argument 179 fIcuNfmt.setGroupingUsed(newValue); in setGroupingUsed() 183 public void setMaximumFractionDigits(int newValue) { in setMaximumFractionDigits() argument 184 fIcuNfmt.setMaximumFractionDigits(newValue); in setMaximumFractionDigits() 188 public void setMaximumIntegerDigits(int newValue) { in setMaximumIntegerDigits() argument 189 fIcuNfmt.setMaximumIntegerDigits(newValue); in setMaximumIntegerDigits() 193 public void setMinimumFractionDigits(int newValue) { in setMinimumFractionDigits() argument 194 fIcuNfmt.setMinimumFractionDigits(newValue); in setMinimumFractionDigits() 198 public void setMinimumIntegerDigits(int newValue) { in setMinimumIntegerDigits() argument 199 fIcuNfmt.setMinimumIntegerDigits(newValue); in setMinimumIntegerDigits()
|
/external/llvm/test/Transforms/ObjCARC/ |
D | contract-storestrong.ll | 66 ; CHECK-LABEL: define void @test3(i8* %newValue) { 68 ; CHECK-NEXT: %x0 = tail call i8* @objc_retain(i8* %newValue) [[NUW]] 75 define void @test3(i8* %newValue) { 77 %x0 = tail call i8* @objc_retain(i8* %newValue) nounwind 79 store i8* %newValue, i8** @x, align 8 87 ; CHECK-LABEL: define i1 @test4(i8* %newValue, i8* %foo) { 89 ; CHECK-NEXT: %x0 = tail call i8* @objc_retain(i8* %newValue) [[NUW]] 96 define i1 @test4(i8* %newValue, i8* %foo) { 98 %x0 = tail call i8* @objc_retain(i8* %newValue) nounwind 100 store i8* %newValue, i8** @x, align 8 [all …]
|
/external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/ |
D | DelegatingHttpsURLConnection.java | 186 @Override public void addRequestProperty(String field, String newValue) { in addRequestProperty() argument 187 delegate.addRequestProperty(field, newValue); in addRequestProperty() 238 @Override public void setAllowUserInteraction(boolean newValue) { in setAllowUserInteraction() argument 239 delegate.setAllowUserInteraction(newValue); in setAllowUserInteraction() 242 @Override public void setDefaultUseCaches(boolean newValue) { in setDefaultUseCaches() argument 243 delegate.setDefaultUseCaches(newValue); in setDefaultUseCaches() 246 @Override public void setDoInput(boolean newValue) { in setDoInput() argument 247 delegate.setDoInput(newValue); in setDoInput() 250 @Override public void setDoOutput(boolean newValue) { in setDoOutput() argument 251 delegate.setDoOutput(newValue); in setDoOutput() [all …]
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
D | DelegatingHttpsURLConnection.java | 185 @Override public void addRequestProperty(String field, String newValue) { in addRequestProperty() argument 186 delegate.addRequestProperty(field, newValue); in addRequestProperty() 237 @Override public void setAllowUserInteraction(boolean newValue) { in setAllowUserInteraction() argument 238 delegate.setAllowUserInteraction(newValue); in setAllowUserInteraction() 241 @Override public void setDefaultUseCaches(boolean newValue) { in setDefaultUseCaches() argument 242 delegate.setDefaultUseCaches(newValue); in setDefaultUseCaches() 245 @Override public void setDoInput(boolean newValue) { in setDoInput() argument 246 delegate.setDoInput(newValue); in setDoInput() 249 @Override public void setDoOutput(boolean newValue) { in setDoOutput() argument 250 delegate.setDoOutput(newValue); in setDoOutput() [all …]
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | AbstractLoadingCacheTest.java | 60 Object newValue = new Object(); in testGetUnchecked_checked() local 61 valueRef.set(newValue); in testGetUnchecked_checked() 62 assertSame(newValue, cache.getUnchecked(new Object())); in testGetUnchecked_checked() 91 Object newValue = new Object(); in testGetUnchecked_unchecked() local 92 valueRef.set(newValue); in testGetUnchecked_unchecked() 93 assertSame(newValue, cache.getUnchecked(new Object())); in testGetUnchecked_unchecked() 122 Object newValue = new Object(); in testGetUnchecked_error() local 123 valueRef.set(newValue); in testGetUnchecked_error() 124 assertSame(newValue, cache.getUnchecked(new Object())); in testGetUnchecked_error() 153 Object newValue = new Object(); in testGetUnchecked_otherThrowable() local [all …]
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AtomicLongMap.java | 126 long newValue = oldValue + delta; in addAndGet() local 127 if (atomic.compareAndSet(oldValue, newValue)) { in addAndGet() 128 return newValue; in addAndGet() 175 long newValue = oldValue + delta; in getAndAdd() local 176 if (atomic.compareAndSet(oldValue, newValue)) { in getAndAdd() 188 public long put(K key, long newValue) { in put() argument 192 atomic = map.putIfAbsent(key, new AtomicLong(newValue)); in put() 203 if (map.replace(key, atomic, new AtomicLong(newValue))) { in put() 210 if (atomic.compareAndSet(oldValue, newValue)) { in put() 364 long putIfAbsent(K key, long newValue) { [all …]
|
D | AtomicDouble.java | 93 public final void set(double newValue) { in set() argument 94 long next = doubleToRawLongBits(newValue); in set() 103 public final void lazySet(double newValue) { in lazySet() argument 104 set(newValue); in lazySet() 116 public final double getAndSet(double newValue) { in getAndSet() argument 117 long next = doubleToRawLongBits(newValue); in getAndSet()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ObjCARC/ |
D | contract-storestrong.ll | 66 ; CHECK-LABEL: define void @test3(i8* %newValue) { 68 ; CHECK-NEXT: %x0 = tail call i8* @objc_retain(i8* %newValue) [[NUW]] 75 define void @test3(i8* %newValue) { 77 %x0 = tail call i8* @objc_retain(i8* %newValue) nounwind 79 store i8* %newValue, i8** @x, align 8 87 ; CHECK-LABEL: define i1 @test4(i8* %newValue, i8* %foo) { 89 ; CHECK-NEXT: %x0 = tail call i8* @objc_retain(i8* %newValue) [[NUW]] 96 define i1 @test4(i8* %newValue, i8* %foo) { 98 %x0 = tail call i8* @objc_retain(i8* %newValue) nounwind 100 store i8* %newValue, i8** @x, align 8 [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | decimfmt.h | 795 …virtual DecimalFormat& setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& sta… 815 void setGroupingUsed(UBool newValue) U_OVERRIDE; 1236 virtual void setPositivePrefix(const UnicodeString& newValue); 1255 virtual void setNegativePrefix(const UnicodeString& newValue); 1274 virtual void setPositiveSuffix(const UnicodeString& newValue); 1293 virtual void setNegativeSuffix(const UnicodeString& newValue); 1337 virtual void setMultiplier(int32_t newValue); 1374 virtual void setMultiplierScale(int32_t newValue); 1398 virtual void setRoundingIncrement(double newValue); 1622 virtual void setGroupingSize(int32_t newValue); [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
D | AtomicLongMapTest.java | 259 long newValue = random.nextInt(MAX_ADDEND); in testPut() local 262 long result = map.put(key, newValue); in testPut() 264 assertEquals(newValue, after); in testPut() 266 newValue += newValue; in testPut() 317 long newValue = random.nextInt(MAX_ADDEND); in testPutIfAbsent() local 320 long result = map.putIfAbsent(key, newValue); in testPutIfAbsent() 323 assertEquals(before == 0 ? newValue : before, after); in testPutIfAbsent() 327 result = map.putIfAbsent(key, newValue); in testPutIfAbsent() 331 assertEquals(newValue, after); in testPutIfAbsent() 335 result = map.putIfAbsent(key, newValue); in testPutIfAbsent() [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/ |
D | PropertyChange.java | 12 private final Object newValue; field in PropertyChange 23 return newValue; in getNewValue() 26 public PropertyChange(ObservableProperty property, Object oldValue, Object newValue) { in PropertyChange() argument 29 this.newValue = newValue; in PropertyChange() 35 return newValue; in getValue()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AtomicLongMapTest.java | 274 long newValue = random.nextInt(MAX_ADDEND); in testPut() local 277 long result = map.put(key, newValue); in testPut() 279 assertEquals(newValue, after); in testPut() 281 newValue += newValue; in testPut() 332 long newValue = random.nextInt(MAX_ADDEND); in testPutIfAbsent() local 335 long result = map.putIfAbsent(key, newValue); in testPutIfAbsent() 338 assertEquals(before == 0 ? newValue : before, after); in testPutIfAbsent() 342 result = map.putIfAbsent(key, newValue); in testPutIfAbsent() 346 assertEquals(newValue, after); in testPutIfAbsent() 350 result = map.putIfAbsent(key, newValue); in testPutIfAbsent() [all …]
|
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/atomic/ |
D | AtomicInteger.java | 40 public final void set(int newValue) { in set() argument 41 value = newValue; in set() 44 public final void lazySet(int newValue) { in lazySet() argument 45 set(newValue); in lazySet() 48 public final int getAndSet(int newValue) { in getAndSet() argument 50 value = newValue; in getAndSet()
|
D | AtomicLong.java | 40 public final void set(long newValue) { in set() argument 41 value = newValue; in set() 44 public final void lazySet(long newValue) { in lazySet() argument 45 set(newValue); in lazySet() 48 public final long getAndSet(long newValue) { in getAndSet() argument 50 value = newValue; in getAndSet()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/ |
D | PropagatingAstObserver.java | 42 …ePropertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) { in transformInPropagatingObserver() 43 observer.propertyChange(observedNode, property, oldValue, newValue); in transformInPropagatingObserver() 59 … propertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) { 61 considerAdding(newValue); 62 concretePropertyChange(observedNode, property, oldValue, newValue); 85 …ePropertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) { 93 …blic void concreteListReplacement(NodeList observedNode, int index, Node oldValue, Node newValue) {
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | FilterFactory.java | 204 String newValue; field in FilterFactory.ModifierEntry 207 public ModifierEntry(String oldValue, String newValue, Map<String, String> options) { in ModifierEntry() argument 209 this.newValue = newValue; in ModifierEntry() 271 String newPath = entry.newValue; in modifyFile() 299 value = value.replaceAll(entry.oldValue, entry.newValue); in modifyFile() 311 String value = originalValue.replaceAll(entry.oldValue, entry.newValue); in modifyFile() 337 xpathLookup.add(entry.oldValue, entry.newValue); in addModifierEntry() 345 String newValue = xpathLookup.get(xpath, null, arguments, null, null); in modifyFile() local 346 if (newValue != null) { in modifyFile() 347 String newPath = RegexLookup.replace(newValue, arguments.value); in modifyFile() [all …]
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/ |
D | NumberFormatJDK.java | 217 public void setGroupingUsed(boolean newValue) { in setGroupingUsed() argument 218 fJdkNfmt.setGroupingUsed(newValue); in setGroupingUsed() 222 public void setMaximumFractionDigits(int newValue) { in setMaximumFractionDigits() argument 223 fJdkNfmt.setMaximumFractionDigits(newValue); in setMaximumFractionDigits() 227 public void setMaximumIntegerDigits(int newValue) { in setMaximumIntegerDigits() argument 228 fJdkNfmt.setMaximumIntegerDigits(newValue); in setMaximumIntegerDigits() 232 public void setMinimumFractionDigits(int newValue) { in setMinimumFractionDigits() argument 233 fJdkNfmt.setMinimumFractionDigits(newValue); in setMinimumFractionDigits() 237 public void setMinimumIntegerDigits(int newValue) { in setMinimumIntegerDigits() argument 238 fJdkNfmt.setMinimumIntegerDigits(newValue); in setMinimumIntegerDigits()
|