Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 25 of 130) sorted by relevance

123456

/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/guava-tests/test/com/google/common/cache/
DPopulatedCachesTest.java89 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
DAbstractLoadingCacheTest.java60 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/webkit/Tools/DumpRenderTree/chromium/
DCppVariant.cpp133 void CppVariant::set(const NPVariant& newValue) in set()
165 void CppVariant::set(bool newValue) in set()
172 void CppVariant::set(int32_t newValue) in set()
179 void CppVariant::set(double newValue) in set()
187 void CppVariant::set(const char* newValue) in set()
196 void CppVariant::set(const string& newValue) in set()
205 void CppVariant::set(const NPString& newValue) in set()
212 void CppVariant::set(NPObject* newValue) in set()
/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.java331 Object newValue = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_String_AllRegistered() local
604 Object newValue = new Object(); in testFirePropertyChange_Object_Normal() local
633 Object newValue = new Object(); in testFirePropertyChange_Object_EqualValues() local
662 Object newValue = null; in testFirePropertyChange_Object_NullValues() local
691 Object newValue = null; in testFirePropertyChange_Object_NullNewValue() local
720 Object newValue = new Object(); in testFirePropertyChange_Object_NullOldValue() local
748 Object newValue = new Object(); in testFirePropertyChange_Object_NullProperty() local
776 Object newValue = new Object(); in testFirePropertyChange_Object_NullListener() local
791 Object newValue = new Object(); in testFirePropertyChange_PropertyChangeEvent_Normal() local
823 Object newValue = new Object(); in testFirePropertyChange_PropertyChangeEvent_EqualValues() local
[all …]
/external/webkit/Source/WebCore/storage/
DStorageEvent.cpp48 …t AtomicString& type, const String& key, const String& oldValue, const String& newValue, const Str… in create()
53 …t AtomicString& type, const String& key, const String& oldValue, const String& newValue, const Str… in StorageEvent()
63 …ble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const Str… in initStorageEvent()
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/atomic/
DAtomicInteger.java40 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()
DAtomicLong.java40 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/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/
Dgetset-003.js47 obj.name setter = function(newValue) {this._name=newValue; this.nameSETS++;} argument
77 Object.prototype.name setter = function(newValue) {this._name=newValue; this.nameSETS++;} argument
111 TestObject.prototype.name setter = function(newValue) {this._name=newValue; this.nameSETS++;} argument
Dgetset-004.js47 obj.__defineSetter__('name', function(newValue) {this._name=newValue; this.nameSETS++;}); argument
77 Object.prototype.__defineSetter__('name', function(newValue) {this._name=newValue; this.nameSETS++;… argument
111 TestObject.prototype.__defineSetter__('name', function(newValue) {this._name=newValue; this.nameSET… argument
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DConcurrentMapInterfaceTest.java414 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/guava/guava/src/com/google/common/collect/
DCount.java54 public void set(int newValue) { in set()
58 public int getAndSet(int newValue) { in getAndSet()
DConcurrentHashMultiset.java240 int newValue = IntMath.checkedAdd(oldValue, occurrences); in add() local
288 int newValue = Math.max(0, oldValue - occurrences); in remove() local
329 int newValue = oldValue - occurrences; in removeExactly() local
/external/webkit/Source/WebKit/chromium/public/
DWebStorageArea.h70 …virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& url, Result& r… in setItem()
75 …virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& url, Result& r… in setItem()
/external/okhttp/src/main/java/libcore/net/http/
DHttpsURLConnectionImpl.java240 public void addRequestProperty(String field, String newValue) { in addRequestProperty()
305 public void setAllowUserInteraction(boolean newValue) { in setAllowUserInteraction()
310 public void setDefaultUseCaches(boolean newValue) { in setDefaultUseCaches()
315 public void setDoInput(boolean newValue) { in setDoInput()
320 public void setDoOutput(boolean newValue) { in setDoOutput()
325 public void setIfModifiedSince(long newValue) { in setIfModifiedSince()
330 public void setRequestProperty(String field, String newValue) { in setRequestProperty()
335 public void setUseCaches(boolean newValue) { in setUseCaches()
/external/webkit/Source/WebCore/dom/
DMutationEvent.cpp34 const String& prevValue, const String& newValue, in MutationEvent()
50 const String& prevValue, const String& newValue, in initMutationEvent()
/external/guava/guava/src/com/google/common/util/concurrent/
DAtomicDouble.java95 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()
DAtomicDoubleArray.java102 public final void set(int i, double newValue) { in set()
113 public final void lazySet(int i, double newValue) { in lazySet()
128 public final double getAndSet(int i, double newValue) { in getAndSet()
DAtomicLongMap.java112 long newValue = oldValue + delta; in addAndGet() local
161 long newValue = oldValue + delta; in getAndAdd() local
174 public long put(K key, long newValue) { in put()
/external/webkit/Source/WebCore/platform/gtk/
DGtkVersioning.h101 #define gtk_adjustment_set_page_size(adj, newValue) ((adj)->page_size = newValue) argument
102 #define gtk_adjustment_set_value(adj, newValue) ((adj)->value = newValue) argument
103 #define gtk_adjustment_set_lower(adj, newValue) ((adj)->lower = newValue) argument
104 #define gtk_adjustment_set_upper(adj, newValue) ((adj)->upper = newValue) argument
/external/webkit/Source/WebKit/chromium/src/
DWebMutationEvent.cpp50 WebString WebMutationEvent::newValue() const in newValue() function in WebKit::WebMutationEvent
DWebDOMMutationEvent.cpp50 WebString WebDOMMutationEvent::newValue() const in newValue() function in WebKit::WebDOMMutationEvent
DStorageEventDispatcherChromium.cpp47 const String& newValue, StorageType storageType, in dispatch()
/external/javassist/src/main/javassist/compiler/ast/
DIntConst.java67 long newValue; in compute0() local
115 double newValue; in compute0() local

123456