| /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 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/ |
| D | ProcessorOutputElem.java | 52 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/ |
| D | PopulatedCachesTest.java | 86 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
|
| D | AbstractLoadingCacheTest.java | 61 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/ |
| D | PopulatedCachesTest.java | 86 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
|
| D | AbstractLoadingCacheTest.java | 61 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/ |
| D | DecimalFormatICU.java | 294 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 …]
|
| D | NumberFormatICU.java | 178 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/pdfium/testing/resources/javascript/ |
| D | property_test_helpers.js | 43 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/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/ |
| D | AtomicFU.kt | 268 val newValue = FU.addAndGet(this, delta) in addAndGet() constant 277 val newValue = FU.incrementAndGet(this) in incrementAndGet() constant 286 val newValue = FU.decrementAndGet(this) in decrementAndGet() constant 391 val newValue = FU.addAndGet(this, delta) in addAndGet() constant 400 val newValue = FU.incrementAndGet(this) in incrementAndGet() constant 409 val newValue = FU.decrementAndGet(this) in decrementAndGet() constant
|
| /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() 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/ |
| D | DelegatingHttpsURLConnection.java | 185 @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/ |
| D | PropertyChangeEventTest.java | 38 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
|
| D | PropertyChangeSupportTest.java | 312 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/ |
| D | NumberFormatJDK.java | 217 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/ |
| D | PropertyChange.java | 12 private final Object newValue; field in PropertyChange 26 public PropertyChange(ObservableProperty property, Object oldValue, Object newValue) { in PropertyChange()
|
| D | ListReplacementChange.java | 15 private final Node newValue; field in ListReplacementChange 17 public ListReplacementChange(ObservableProperty observableProperty, int index, Node newValue) { in ListReplacementChange()
|
| /external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ |
| D | ReferenceLut.kt | 38 val newValue = byteArrayOf( in <lambda>() constant
|
| /external/guava/android/guava/src/com/google/common/util/concurrent/ |
| D | AtomicDouble.java | 87 public final void set(double newValue) { in set() 97 public final void lazySet(double newValue) { in lazySet() 108 public final double getAndSet(double newValue) { in getAndSet()
|
| /external/guava/android/guava/src/com/google/common/collect/ |
| D | Count.java | 47 public void set(int newValue) { in set() 51 public int getAndSet(int newValue) { in getAndSet()
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | Count.java | 47 public void set(int newValue) { in set() 51 public int getAndSet(int newValue) { in getAndSet()
|
| /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
| D | SerializingExecutor.java | 141 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/ |
| D | decimfmt.cpp | 136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() 876 void DecimalFormat::setPositivePrefix(const UnicodeString& newValue) { in setPositivePrefix() 896 void DecimalFormat::setNegativePrefix(const UnicodeString& newValue) { in setNegativePrefix() 916 void DecimalFormat::setPositiveSuffix(const UnicodeString& newValue) { in setPositiveSuffix() 936 void DecimalFormat::setNegativeSuffix(const UnicodeString& newValue) { in setNegativeSuffix() 1017 void DecimalFormat::setMultiplierScale(int32_t newValue) { in setMultiplierScale() 1033 void DecimalFormat::setRoundingIncrement(double newValue) { in setRoundingIncrement() 1184 void DecimalFormat::setGroupingSize(int32_t newValue) { in setGroupingSize() 1206 void DecimalFormat::setSecondaryGroupingSize(int32_t newValue) { in setSecondaryGroupingSize() 1222 void DecimalFormat::setMinimumGroupingDigits(int32_t newValue) { in setMinimumGroupingDigits() [all …]
|
| /external/cronet/third_party/icu/source/i18n/ |
| D | decimfmt.cpp | 136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() 876 void DecimalFormat::setPositivePrefix(const UnicodeString& newValue) { in setPositivePrefix() 896 void DecimalFormat::setNegativePrefix(const UnicodeString& newValue) { in setNegativePrefix() 916 void DecimalFormat::setPositiveSuffix(const UnicodeString& newValue) { in setPositiveSuffix() 936 void DecimalFormat::setNegativeSuffix(const UnicodeString& newValue) { in setNegativeSuffix() 1017 void DecimalFormat::setMultiplierScale(int32_t newValue) { in setMultiplierScale() 1033 void DecimalFormat::setRoundingIncrement(double newValue) { in setRoundingIncrement() 1184 void DecimalFormat::setGroupingSize(int32_t newValue) { in setGroupingSize() 1206 void DecimalFormat::setSecondaryGroupingSize(int32_t newValue) { in setSecondaryGroupingSize() 1222 void DecimalFormat::setMinimumGroupingDigits(int32_t newValue) { in setMinimumGroupingDigits() [all …]
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| D | AtomicDouble.java | 96 public final void set(double newValue) { in set() 106 public final void lazySet(double newValue) { in lazySet() 117 public final double getAndSet(double newValue) { in getAndSet()
|