/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/guava-tests/test/com/google/common/cache/ |
D | PopulatedCachesTest.java | 89 Object newValue = new Object(); in testPut_populated() local 90 assertSame(entry.getValue(), cache.asMap().put(entry.getKey(), newValue)); in testPut_populated() local 92 warmed.add(entryOf(entry.getKey(), newValue)); in testPut_populated() local 112 Object newValue = new Object(); in testPutIfAbsent_populated() local 113 assertSame(entry.getValue(), cache.asMap().putIfAbsent(entry.getKey(), newValue)); in testPutIfAbsent_populated() local 132 Object newValue = new Object(); in testPutAll_populated() local 147 Object newValue = new Object(); in testReplace_populated() local 148 assertSame(entry.getValue(), cache.asMap().replace(entry.getKey(), newValue)); in testReplace_populated() local 149 assertTrue(cache.asMap().replace(entry.getKey(), newValue, entry.getValue())); in testReplace_populated() local
|
D | AbstractLoadingCacheTest.java | 60 Object newValue = new Object(); in testGetUnchecked_checked() local 91 Object newValue = new Object(); in testGetUnchecked_unchecked() local 122 Object newValue = new Object(); in testGetUnchecked_error() local 153 Object newValue = new Object(); in testGetUnchecked_otherThrowable() local
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/ |
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()
|
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()
|
/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 | 332 Object newValue = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_String_AllRegistered() local 605 Object newValue = new Object(); in testFirePropertyChange_Object_Normal() local 634 Object newValue = new Object(); in testFirePropertyChange_Object_EqualValues() local 663 Object newValue = null; in testFirePropertyChange_Object_NullValues() local 692 Object newValue = null; in testFirePropertyChange_Object_NullNewValue() local 721 Object newValue = new Object(); in testFirePropertyChange_Object_NullOldValue() local 749 Object newValue = new Object(); in testFirePropertyChange_Object_NullProperty() local 777 Object newValue = new Object(); in testFirePropertyChange_Object_NullListener() local 792 Object newValue = new Object(); in testFirePropertyChange_PropertyChangeEvent_Normal() local 824 Object newValue = new Object(); in testFirePropertyChange_PropertyChangeEvent_EqualValues() local [all …]
|
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/ |
D | volume_controller.js | 48 modelChanged: function(oldValue, newValue) { argument 83 onVolumeChanged: function(oldValue, newValue) { argument 93 rawValueChanged: function(oldValue, newValue) { argument
|
D | audio_player.js | 81 onCurrentTrackIndexChanged: function(oldValue, newValue) { argument 103 onControllerPlayingChanged: function(oldValue, newValue) { argument 133 onVolumeChanged: function(oldValue, newValue) { argument 142 modelChanged: function(oldValue, newValue) { argument 155 onControllerTimeChanged: function(oldValue, newValue) { argument
|
D | track_list.js | 60 onShuffleChanged: function(oldValue, newValue) { argument 69 currentTrackIndexChanged: function(oldValue, newValue) { argument 99 tracksChanged: function(oldValue, newValue) { argument
|
/external/chromium-trace/trace-viewer/src/ui/ |
D | value_bar.js | 45 set lowestValue(newValue) { argument 53 set value(newValue) { argument 65 set previewValue(newValue) { argument 76 set highestValue(newValue) { argument 84 set vertical(newValue) { argument 100 set exponentBase(newValue) { argument 178 limitValue_: function(newValue) { argument
|
D | filter_control.js | 69 set filterText(newValue) { argument 78 set hitCountText(newValue) { argument
|
D | text_end_value_bar.js | 35 set lowestValueProperties(newValue) { argument 47 set highestValueProperties(newValue) { argument
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
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/chromium-trace/trace-viewer/src/cc/ |
D | layer_viewer.js | 50 set layerTreeImpl(newValue) { argument 58 set selection(newValue) { argument
|
/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() 44 public final void lazySet(int newValue) { in lazySet() 48 public final int getAndSet(int newValue) { in getAndSet()
|
D | AtomicLong.java | 40 public final void set(long newValue) { in set() 44 public final void lazySet(long newValue) { in lazySet() 48 public final long getAndSet(long newValue) { in getAndSet()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | ConcurrentMapInterfaceTest.java | 414 final V newValue; in testReplace2ExistingKey() local 444 final V newValue; in testReplace2MissingKey() local 576 final V newValue; in testReplace3ExistingKeyValue() local 608 final V newValue; in testReplace3ExistingKeyDifferentValue() local 641 final V newValue; in testReplace3MissingKey() local 674 final V newValue; in testReplace3NullKey() local 708 final V newValue; in testReplace3ExistingKeyNullOldValue() local 744 final V newValue; in testReplace3MissingKeyNullOldValue() local
|
/external/chromium_org/third_party/WebKit/Source/core/storage/ |
D | StorageEvent.cpp | 50 …t AtomicString& type, const String& key, const String& oldValue, const String& newValue, const Str… in create() 60 …t AtomicString& type, const String& key, const String& oldValue, const String& newValue, const Str… in StorageEvent() 80 …ble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const Str… in initStorageEvent()
|
D | StorageEvent.h | 42 String newValue; member 57 const String& newValue() const { return m_newValue; } in newValue() function
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebStorageEventDispatcherImpl.cpp | 45 const WebString& newValue, const WebURL& origin, in dispatchLocalStorageEvent() 57 const WebString& newValue, const WebURL& origin, in dispatchSessionStorageEvent()
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | SparseArrayTest.java | 69 Integer newValue = 100; in testSparseArrayWithDefaultCapacity() local 135 Integer newValue = 100; in testSparseArrayWithSpecifiedCapacity() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | Count.java | 54 public void set(int newValue) { in set() 58 public int getAndSet(int newValue) { in getAndSet()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AtomicDouble.java | 95 public final void set(double newValue) { in set() 105 public final void lazySet(double newValue) { in lazySet() 118 public final double getAndSet(double newValue) { in getAndSet()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | MutationEvent.cpp | 34 const String& prevValue, const String& newValue, in MutationEvent() 50 const String& prevValue, const String& newValue, in initMutationEvent()
|