Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 25 of 275) 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
53 Value newValue = Value.createByte(StackTrace002Debuggee.BYTE_PARAM_VALUE_TO_SET); in testSetValues002_Byte() local
70 Value newValue = Value.createChar(StackTrace002Debuggee.CHAR_PARAM_VALUE_TO_SET); in testSetValues003_Char() local
87 Value newValue = Value.createShort(StackTrace002Debuggee.SHORT_PARAM_VALUE_TO_SET); in testSetValues004_Short() local
104 Value newValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_Int() local
122 Value newValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntConstant() local
163 Value newValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntConstantWithException() local
183 Value newValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntConstantWithExceptionInCallee() local
204 Value newValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntConstantWithExceptionInCaller() local
228 Value newValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE_TO_SET); in testSetValues005_IntConstantWithExceptionAndNativeTransition() local
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java52 public void setCdataSectionElements(java.util.Vector newValue) in setCdataSectionElements()
62 public void setDoctypePublic(String newValue) in setDoctypePublic()
72 public void setDoctypeSystem(String newValue) in setDoctypeSystem()
82 public void setEncoding(String newValue) in setEncoding()
92 public void setIndent(boolean newValue) in setIndent()
102 public void setMediaType(String newValue) in setMediaType()
112 public void setMethod(org.apache.xml.utils.QName newValue) in setMethod()
122 public void setOmitXmlDeclaration(boolean newValue) in setOmitXmlDeclaration()
132 public void setStandalone(boolean newValue) in setStandalone()
142 public void setVersion(String newValue) in setVersion()
/external/guava/android/guava-tests/test/com/google/common/cache/
DPopulatedCachesTest.java86 Object newValue = new Object(); in testPut_populated() local
87 assertSame(entry.getValue(), cache.asMap().put(entry.getKey(), newValue)); in testPut_populated() local
89 warmed.add(entryOf(entry.getKey(), newValue)); in testPut_populated() local
109 Object newValue = new Object(); in testPutIfAbsent_populated() local
110 assertSame(entry.getValue(), cache.asMap().putIfAbsent(entry.getKey(), newValue)); in testPutIfAbsent_populated() local
129 Object newValue = new Object(); in testPutAll_populated() local
144 Object newValue = new Object(); in testReplace_populated() local
145 assertSame(entry.getValue(), cache.asMap().replace(entry.getKey(), newValue)); in testReplace_populated() local
146 assertTrue(cache.asMap().replace(entry.getKey(), newValue, entry.getValue())); in testReplace_populated() local
DAbstractLoadingCacheTest.java61 Object newValue = new Object(); in testGetUnchecked_checked() local
93 Object newValue = new Object(); in testGetUnchecked_unchecked() local
125 Object newValue = new Object(); in testGetUnchecked_error() local
157 Object newValue = new Object(); in testGetUnchecked_otherThrowable() local
/external/guava/guava-tests/test/com/google/common/cache/
DPopulatedCachesTest.java86 Object newValue = new Object(); in testPut_populated() local
87 assertSame(entry.getValue(), cache.asMap().put(entry.getKey(), newValue)); in testPut_populated() local
89 warmed.add(entryOf(entry.getKey(), newValue)); in testPut_populated() local
109 Object newValue = new Object(); in testPutIfAbsent_populated() local
110 assertSame(entry.getValue(), cache.asMap().putIfAbsent(entry.getKey(), newValue)); in testPutIfAbsent_populated() local
129 Object newValue = new Object(); in testPutAll_populated() local
144 Object newValue = new Object(); in testReplace_populated() local
145 assertSame(entry.getValue(), cache.asMap().replace(entry.getKey(), newValue)); in testReplace_populated() local
146 assertTrue(cache.asMap().replace(entry.getKey(), newValue, entry.getValue())); in testReplace_populated() local
DAbstractLoadingCacheTest.java61 Object newValue = new Object(); in testGetUnchecked_checked() local
93 Object newValue = new Object(); in testGetUnchecked_unchecked() local
125 Object newValue = new Object(); in testGetUnchecked_error() local
157 Object newValue = new Object(); in testGetUnchecked_otherThrowable() local
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DDecimalFormatICU.java294 public void setDecimalSeparatorAlwaysShown(boolean newValue) { in setDecimalSeparatorAlwaysShown()
301 public void setGroupingSize(int newValue) { in setGroupingSize()
308 public void setMaximumFractionDigits(int newValue) { in setMaximumFractionDigits()
315 public void setMaximumIntegerDigits(int newValue) { in setMaximumIntegerDigits()
322 public void setMinimumFractionDigits(int newValue) { in setMinimumFractionDigits()
329 public void setMinimumIntegerDigits(int newValue) { in setMinimumIntegerDigits()
336 public void setMultiplier(int newValue) { in setMultiplier()
341 public void setNegativePrefix(String newValue) { in setNegativePrefix()
346 public void setNegativeSuffix(String newValue) { in setNegativeSuffix()
351 public void setParseBigDecimal(boolean newValue) { in setParseBigDecimal()
[all …]
DNumberFormatICU.java178 public void setGroupingUsed(boolean newValue) { in setGroupingUsed()
183 public void setMaximumFractionDigits(int newValue) { in setMaximumFractionDigits()
188 public void setMaximumIntegerDigits(int newValue) { in setMaximumIntegerDigits()
193 public void setMinimumFractionDigits(int newValue) { in setMinimumFractionDigits()
198 public void setMinimumIntegerDigits(int newValue) { in setMinimumIntegerDigits()
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/
DAtomicFU.kt262 val newValue = FU.addAndGet(this, delta) in addAndGet() constant
272 val newValue = FU.incrementAndGet(this) in incrementAndGet() constant
282 val newValue = FU.decrementAndGet(this) in decrementAndGet() constant
391 val newValue = FU.addAndGet(this, delta) in addAndGet() constant
401 val newValue = FU.incrementAndGet(this) in incrementAndGet() constant
411 val newValue = FU.decrementAndGet(this) in decrementAndGet() constant
/external/pdfium/testing/resources/javascript/
Dproperty_test_helpers.js43 function testWriteProperty(that, prop, newValue) { argument
57 function testWriteIgnoredProperty(that, prop, expected, newValue) { argument
71 function testUnwritableProperty(that, prop, newValue) { argument
80 function testRWProperty(that, prop, expected, newValue) { argument
85 function testRIProperty(that, prop, expected, newValue) { argument
/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()
238 @Override public void setAllowUserInteraction(boolean newValue) { in setAllowUserInteraction()
242 @Override public void setDefaultUseCaches(boolean newValue) { in setDefaultUseCaches()
246 @Override public void setDoInput(boolean newValue) { in setDoInput()
250 @Override public void setDoOutput(boolean newValue) { in setDoOutput()
254 @Override public void setIfModifiedSince(long newValue) { in setIfModifiedSince()
258 @Override public void setRequestProperty(String field, String newValue) { in setRequestProperty()
262 @Override public void setUseCaches(boolean newValue) { in setUseCaches()
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DDelegatingHttpsURLConnection.java185 @Override public void addRequestProperty(String field, String newValue) { in addRequestProperty()
237 @Override public void setAllowUserInteraction(boolean newValue) { in setAllowUserInteraction()
241 @Override public void setDefaultUseCaches(boolean newValue) { in setDefaultUseCaches()
245 @Override public void setDoInput(boolean newValue) { in setDoInput()
249 @Override public void setDoOutput(boolean newValue) { in setDoOutput()
253 @Override public void setIfModifiedSince(long newValue) { in setIfModifiedSince()
257 @Override public void setRequestProperty(String field, String newValue) { in setRequestProperty()
261 @Override public void setUseCaches(boolean newValue) { in setUseCaches()
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
DPropertyChangeEventTest.java38 Object newValue = new Object(); in testConstructor_Normal() local
70 Object newValue = new Object(); in testConstructor_NullProperty() local
98 Object newValue = new Object(); in testSetPropagationId_Normal() local
120 Object newValue = new Object(); in testSetPropagationId_Null() local
DPropertyChangeSupportTest.java312 Object newValue = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_String_AllRegistered() local
585 Object newValue = new Object(); in testFirePropertyChange_Object_Normal() local
614 Object newValue = new Object(); in testFirePropertyChange_Object_EqualValues() local
643 Object newValue = null; in testFirePropertyChange_Object_NullValues() local
672 Object newValue = null; in testFirePropertyChange_Object_NullNewValue() local
701 Object newValue = new Object(); in testFirePropertyChange_Object_NullOldValue() local
729 Object newValue = new Object(); in testFirePropertyChange_Object_NullProperty() local
757 Object newValue = new Object(); in testFirePropertyChange_Object_NullListener() local
772 Object newValue = new Object(); in testFirePropertyChange_PropertyChangeEvent_Normal() local
804 Object newValue = new Object(); in testFirePropertyChange_PropertyChangeEvent_EqualValues() local
[all …]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
DNumberFormatJDK.java217 public void setGroupingUsed(boolean newValue) { in setGroupingUsed()
222 public void setMaximumFractionDigits(int newValue) { in setMaximumFractionDigits()
227 public void setMaximumIntegerDigits(int newValue) { in setMaximumIntegerDigits()
232 public void setMinimumFractionDigits(int newValue) { in setMinimumFractionDigits()
237 public void setMinimumIntegerDigits(int newValue) { in setMinimumIntegerDigits()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
DPropertyChange.java12 private final Object newValue; field in PropertyChange
26 public PropertyChange(ObservableProperty property, Object oldValue, Object newValue) { in PropertyChange()
DListReplacementChange.java15 private final Node newValue; field in ListReplacementChange
17 public ListReplacementChange(ObservableProperty observableProperty, int index, Node newValue) { in ListReplacementChange()
/external/guava/android/guava/src/com/google/common/util/concurrent/
DAtomicDouble.java86 public final void set(double newValue) { in set()
96 public final void lazySet(double newValue) { in lazySet()
107 public final double getAndSet(double newValue) { in getAndSet()
/external/guava/guava/src/com/google/common/util/concurrent/
DAtomicDouble.java92 public final void set(double newValue) { in set()
102 public final void lazySet(double newValue) { in lazySet()
113 public final double getAndSet(double newValue) { in getAndSet()
/external/guava/android/guava/src/com/google/common/collect/
DCount.java46 public void set(int newValue) { in set()
50 public int getAndSet(int newValue) { in getAndSet()
/external/guava/guava/src/com/google/common/collect/
DCount.java46 public void set(int newValue) { in set()
50 public int getAndSet(int newValue) { in getAndSet()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DSerializingExecutor.java141 public abstract void runStateSet(SerializingExecutor obj, int newValue); in runStateSet()
158 public void runStateSet(SerializingExecutor obj, int newValue) { in runStateSet()
176 public void runStateSet(SerializingExecutor obj, int newValue) { in runStateSet()
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute()
872 void DecimalFormat::setPositivePrefix(const UnicodeString& newValue) { in setPositivePrefix()
892 void DecimalFormat::setNegativePrefix(const UnicodeString& newValue) { in setNegativePrefix()
912 void DecimalFormat::setPositiveSuffix(const UnicodeString& newValue) { in setPositiveSuffix()
932 void DecimalFormat::setNegativeSuffix(const UnicodeString& newValue) { in setNegativeSuffix()
1013 void DecimalFormat::setMultiplierScale(int32_t newValue) { in setMultiplierScale()
1029 void DecimalFormat::setRoundingIncrement(double newValue) { in setRoundingIncrement()
1180 void DecimalFormat::setGroupingSize(int32_t newValue) { in setGroupingSize()
1202 void DecimalFormat::setSecondaryGroupingSize(int32_t newValue) { in setSecondaryGroupingSize()
1218 void DecimalFormat::setMinimumGroupingDigits(int32_t newValue) { in setMinimumGroupingDigits()
[all …]
/external/libcxx/test/support/
Dunique_ptr_test_helper.h39 newValue(int num_elements) { in newValue() function
47 newValue(int num_elements) { in newValue() function
/external/llvm-project/libcxx/test/support/
Dunique_ptr_test_helper.h38 newValue(int num_elements) { in newValue() function
46 newValue(int num_elements) { in newValue() function

1234567891011