Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DSetValues002Test.java36 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 …]
DJDWPStackFrameAccessTest.java63 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/
DProcessorOutputElem.java52 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/
DPropertyChangeSupportTest.java312 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 …]
DPropertyChangeEventTest.java38 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/pdfium/testing/resources/javascript/
Dproperty_test_helpers.js43 function testWriteProperty(that, prop, newValue) { argument
45 that[prop] = newValue;
47 if (kindaSortaEqual(actual, newValue)) {
50 app.alert('FAIL: ' + prop + ' = ' + actual + ', expected = ' + newValue);
57 function testWriteIgnoredProperty(that, prop, expected, newValue) { argument
59 that[prop] = newValue;
71 function testUnwritableProperty(that, prop, newValue) { argument
73 that[prop] = newValue;
74 app.alert('FAIL: ' + prop + ' = ' + newValue + ', expected to throw');
80 function testRWProperty(that, prop, expected, newValue) { argument
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DDecimalFormat.java837 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/icu4c/source/i18n/
Ddecimfmt.cpp136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() argument
147 setLenient(newValue != 0); in setAttribute()
151 setParseIntegerOnly(newValue != 0); in setAttribute()
155 setGroupingUsed(newValue != 0); in setAttribute()
159 setDecimalSeparatorAlwaysShown(newValue != 0); in setAttribute()
163 setMaximumIntegerDigits(newValue); in setAttribute()
167 setMinimumIntegerDigits(newValue); in setAttribute()
171 setMinimumIntegerDigits(newValue); in setAttribute()
172 setMaximumIntegerDigits(newValue); in setAttribute()
176 setMaximumFractionDigits(newValue); in setAttribute()
[all …]
/external/guava/android/guava-tests/test/com/google/common/cache/
DAbstractLoadingCacheTest.java61 Object newValue = new Object(); in testGetUnchecked_checked() local
62 valueRef.set(newValue); in testGetUnchecked_checked()
63 assertSame(newValue, cache.getUnchecked(new Object())); in testGetUnchecked_checked()
93 Object newValue = new Object(); in testGetUnchecked_unchecked() local
94 valueRef.set(newValue); in testGetUnchecked_unchecked()
95 assertSame(newValue, cache.getUnchecked(new Object())); in testGetUnchecked_unchecked()
125 Object newValue = new Object(); in testGetUnchecked_error() local
126 valueRef.set(newValue); in testGetUnchecked_error()
127 assertSame(newValue, cache.getUnchecked(new Object())); in testGetUnchecked_error()
157 Object newValue = new Object(); in testGetUnchecked_otherThrowable() local
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DAbstractLoadingCacheTest.java61 Object newValue = new Object(); in testGetUnchecked_checked() local
62 valueRef.set(newValue); in testGetUnchecked_checked()
63 assertSame(newValue, cache.getUnchecked(new Object())); in testGetUnchecked_checked()
93 Object newValue = new Object(); in testGetUnchecked_unchecked() local
94 valueRef.set(newValue); in testGetUnchecked_unchecked()
95 assertSame(newValue, cache.getUnchecked(new Object())); in testGetUnchecked_unchecked()
125 Object newValue = new Object(); in testGetUnchecked_error() local
126 valueRef.set(newValue); in testGetUnchecked_error()
127 assertSame(newValue, cache.getUnchecked(new Object())); in testGetUnchecked_error()
157 Object newValue = new Object(); in testGetUnchecked_otherThrowable() local
[all …]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DDecimalFormatICU.java294 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 …]
DNumberFormatICU.java178 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/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/
DDelegatingHttpsURLConnection.java186 @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/
DDelegatingHttpsURLConnection.java185 @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/llvm/test/Transforms/ObjCARC/
Dcontract-storestrong.ll66 ; 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/
Ddecimfmt.h786 …virtual DecimalFormat& setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& sta…
806 void setGroupingUsed(UBool newValue) U_OVERRIDE;
1227 virtual void setPositivePrefix(const UnicodeString& newValue);
1246 virtual void setNegativePrefix(const UnicodeString& newValue);
1265 virtual void setPositiveSuffix(const UnicodeString& newValue);
1284 virtual void setNegativeSuffix(const UnicodeString& newValue);
1335 virtual void setMultiplier(int32_t newValue);
1370 void setMultiplierScale(int32_t newValue);
1394 virtual void setRoundingIncrement(double newValue);
1618 virtual void setGroupingSize(int32_t newValue);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ObjCARC/
Dcontract-storestrong.ll66 ; 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/guava/android/guava/src/com/google/common/util/concurrent/
DAtomicLongMap.java129 long newValue = oldValue + delta; in addAndGet() local
130 if (atomic.compareAndSet(oldValue, newValue)) { in addAndGet()
131 return newValue; in addAndGet()
182 long newValue = oldValue + delta; in getAndAdd() local
183 if (atomic.compareAndSet(oldValue, newValue)) { in getAndAdd()
196 public long put(K key, long newValue) { in put() argument
201 atomic = map.putIfAbsent(key, new AtomicLong(newValue)); in put()
212 if (map.replace(key, atomic, new AtomicLong(newValue))) { in put()
219 if (atomic.compareAndSet(oldValue, newValue)) { in put()
409 long putIfAbsent(K key, long newValue) {
[all …]
DAtomicDouble.java88 public final void set(double newValue) { in set() argument
89 long next = doubleToRawLongBits(newValue); in set()
98 public final void lazySet(double newValue) { in lazySet() argument
99 long next = doubleToRawLongBits(newValue); in lazySet()
109 public final double getAndSet(double newValue) { in getAndSet() argument
110 long next = doubleToRawLongBits(newValue); in getAndSet()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
DPropertyChange.java12 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()
DListReplacementChange.java15 private final Node newValue; field in ListReplacementChange
17 public ListReplacementChange(ObservableProperty observableProperty, int index, Node newValue) { in ListReplacementChange() argument
20 this.newValue = newValue; in ListReplacementChange()
37 nodeList.set(index, newValue); in getValue()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapTest.java274 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/android/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapTest.java274 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/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
DPropagatingAstObserver.java42 …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/angle/src/common/
Dsystem_utils.cpp16 const char *newValue = nullptr; in PrependPathToEnvironmentVar() local
20 newValue = path; in PrependPathToEnvironmentVar()
27 newValue = buf.c_str(); in PrependPathToEnvironmentVar()
29 return SetEnvironmentVar(variableName, newValue); in PrependPathToEnvironmentVar()

1234567891011