HomeSort by relevance Sort by last modified time
    Searched refs:newValue (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /libcore/luni/src/main/java/java/beans/
PropertyChangeEvent.java 34 Object newValue;
50 * @param newValue
56 Object oldValue, Object newValue) {
61 this.newValue = newValue;
112 return newValue;
IndexedPropertyChangeEvent.java 43 * @param newValue
51 Object oldValue, Object newValue, int index) {
52 super(source, propertyName, oldValue, newValue);
  /libcore/luni/src/main/java/sun/misc/
Unsafe.java 141 * @param newValue new value to store in the field if the contents are
147 int expectedValue, int newValue);
156 * @param newValue new value to store in the field if the contents are
162 long expectedValue, long newValue);
171 * @param newValue new value to store in the field if the contents are
177 Object expectedValue, Object newValue);
195 * @param newValue the value to store
197 public native void putIntVolatile(Object obj, long offset, int newValue);
215 * @param newValue the value to store
217 public native void putLongVolatile(Object obj, long offset, long newValue);
    [all...]
  /external/guava/src/com/google/common/util/concurrent/
ValueFuture.java 45 * @param newValue the value the future should hold.
49 public boolean set(V newValue) {
50 return super.set(newValue);
  /external/webkit/WebKit/chromium/src/
StorageEventDispatcherChromium.cpp 47 const String& newValue, StorageType storageType,
51 WebKit::webKitClient()->dispatchStorageEvent(key, oldValue, newValue, origin->toString(), WebKit::WebURL(), storageType == LocalStorage);
WebMutationEvent.cpp 50 WebString WebMutationEvent::newValue() const
52 return WebString(constUnwrap<MutationEvent>()->newValue());
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodevalue01.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertNull("initiallyNull", newValue);
67 newValue = newNode.getNodeValue();
68 assertNull("nullAfterAttemptedChange", newValue);
hc_nodevalue02.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertEquals("initial", "This is a new Comment node", newValue);
67 newValue = newNode.getNodeValue();
68 assertEquals("afterChange", "This should have an effect", newValue);
hc_nodevalue04.java 61 String newValue;
70 newValue = newNode.getNodeValue();
71 assertNull("initiallyNull", newValue);
73 newValue = newNode.getNodeValue();
74 assertNull("nullAfterAttemptedChange", newValue);
hc_nodevalue05.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertNull("initiallyNull", newValue);
67 newValue = newNode.getNodeValue();
68 assertNull("nullAfterAttemptedChange", newValue);
hc_nodevalue06.java 60 String newValue;
62 newValue = newNode.getNodeValue();
63 assertNull("initiallyNull", newValue);
65 newValue = newNode.getNodeValue();
66 assertNull("nullAfterAttemptedChange", newValue);
nodevalue01.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertNull("initiallyNull", newValue);
67 newValue = newNode.getNodeValue();
68 assertNull("nullAfterAttemptedChange", newValue);
nodevalue02.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertEquals("initial", "This is a new Comment node", newValue);
67 newValue = newNode.getNodeValue();
68 assertEquals("afterChange", "This should have an effect", newValue);
nodevalue03.java 61 String newValue;
65 newValue = newNode.getNodeValue();
66 assertNull("initiallyNull", newValue);
68 newValue = newNode.getNodeValue();
69 assertNull("nullAfterAttemptedChange", newValue);
nodevalue04.java 61 String newValue;
65 newValue = newNode.getNodeValue();
66 assertNull("initiallyNull", newValue);
68 newValue = newNode.getNodeValue();
69 assertNull("nullAfterAttemptedChange", newValue);
nodevalue05.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertNull("initiallyNull", newValue);
67 newValue = newNode.getNodeValue();
68 assertNull("nullAfterAttemptedChange", newValue);
nodevalue06.java 60 String newValue;
62 newValue = newNode.getNodeValue();
63 assertNull("initiallyNull", newValue);
65 newValue = newNode.getNodeValue();
66 assertNull("nullAfterAttemptedChange", newValue);
nodevalue09.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertEquals("initial", "DATA", newValue);
67 newValue = newNode.getNodeValue();
68 assertEquals("after", "This should have an effect", newValue);
  /libcore/luni/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 50 * @param newValue non-null reference to processed attribute value.
52 public void setCdataSectionElements(java.util.Vector newValue)
54 m_outputProperties.setQNameProperties(OutputKeys.CDATA_SECTION_ELEMENTS, newValue);
60 * @param newValue non-null reference to processed attribute value.
62 public void setDoctypePublic(String newValue)
64 m_outputProperties.setProperty(OutputKeys.DOCTYPE_PUBLIC, newValue);
70 * @param newValue non-null reference to processed attribute value.
72 public void setDoctypeSystem(String newValue)
74 m_outputProperties.setProperty(OutputKeys.DOCTYPE_SYSTEM, newValue);
80 * @param newValue non-null reference to processed attribute value
    [all...]
  /external/srec/shared/include/
ESR_SessionTypeListener.h 49 * @param newValue New property value
54 const void* oldValue, const void* newValue, VariableTypes variableType, void* data);
  /external/webkit/WebCore/dom/
MutationEvent.cpp 34 const String& prevValue, const String& newValue,
39 , m_newValue(newValue)
46 const String& prevValue, const String& newValue,
56 m_newValue = newValue;
  /external/webkit/WebCore/storage/
StorageEventDispatcher.h 43 static void dispatch(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*, Frame* sourceFrame);
StorageEvent.cpp 44 PassRefPtr<StorageEvent> StorageEvent::create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& uri, Storage* storageArea)
46 return adoptRef(new StorageEvent(type, key, oldValue, newValue, uri, storageArea));
49 StorageEvent::StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& uri, Storage* storageArea)
53 , m_newValue(newValue)
59 void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& uri, Storage* storageArea)
68 m_newValue = newValue;
  /external/webkit/WebKit/chromium/public/
WebStorageArea.h 69 virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& url, Result& result, WebString& oldValue)
72 setItem(key, newValue, url, quotaException, oldValue);
76 virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& url, bool& quotaException, WebString& oldValue)
79 setItem(key, newValue, url, result, oldValue);
WebStorageEventDispatcher.h 50 const WebString& newValue, const WebString& origin,

Completed in 407 milliseconds

1 2 3 4 5 6 7 8 9