HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 326 - 350 of 719) sorted by null

<<11121314151617181920>>

  /external/srec/srec/EventLog/src/
EventLogImpl.c 98 ESR_ReturnCode propertyChanged(ESR_SessionTypeListener* self, const LCHAR* name, const void* oldValue, const void* newValue, VariableTypes variableType, void* data)
110 CHKLOG(rc, SR_EventLogTokenInt(eventLog, name, *((int*) newValue)));
113 CHKLOG(rc, SR_EventLogTokenUint16_t(eventLog, name, *((asr_uint16_t*) newValue)));
116 CHKLOG(rc, SR_EventLogTokenSize_t(eventLog, name, *((size_t*) newValue)));
119 CHKLOG(rc, SR_EventLogTokenBool(eventLog, name, *((ESR_BOOL*) newValue)));
122 CHKLOG(rc, SR_EventLogTokenFloat(eventLog, name, *((float*) newValue)));
125 CHKLOG(rc, SR_EventLogToken(eventLog, name, (LCHAR*) newValue));
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 657 void notifyNewValue(@Nullable V newValue);
717 public void notifyNewValue(Object newValue) {}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8CustomElementLifecycleCallbacks.cpp 203 void V8CustomElementLifecycleCallbacks::attributeChanged(Element* element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue)
226 newValue.isNull() ? v8::Handle<v8::Value>(v8::Null(isolate)) : v8::Handle<v8::Value>(v8String(isolate, newValue))
V8CustomElementLifecycleCallbacks.h 63 virtual void attributeChanged(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
V8DOMActivityLogger.h 47 virtual void logSetter(const String& apiName, const v8::Handle<v8::Value>& newValue) { }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 174 void HTMLAnchorElement::attributeWillChange(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue)
183 argv.append(newValue);
187 HTMLElement::attributeWillChange(name, oldValue, newValue);
HTMLAnchorElement.h 91 virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
HTMLLabelElement.h 60 virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
  /libcore/luni/src/main/java/java/io/
ObjectStreamField.java 275 * @param newValue
278 protected void setOffset(int newValue) {
279 this.offset = newValue;
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 125 public boolean onPreferenceChange(final Preference pref, final Object newValue) {
126 if (!(newValue instanceof Boolean)) {
129 final boolean isChecking = (Boolean) newValue;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 106 DictionaryFacilitator oldValue, DictionaryFacilitator newValue) {
107 if (oldValue != null && oldValue != newValue) {
110 if (key != null && newValue == null) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 332 Object newValue = update.get(key);
333 String newString = newValue == null ? null : newValue.toString();
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMStorageAgent.h 70 void didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*);
JavaScriptCallFrame.h 73 ScriptValue setVariableValue(ScriptState*, int scopeNumber, const String& variableName, const ScriptValue& newValue);
  /external/chromium_org/third_party/WebKit/public/web/
WebDOMActivityLogger.h 46 virtual void logSetter(const WebString& apiName, const v8::Handle<v8::Value>& newValue, const WebURL& url, const WebString& title) { }
  /external/clang/lib/Analysis/
BodyFarm.cpp 289 // *theValue = newValue;
302 const ParmVarDecl *NewValue = D->getParamDecl(1);
303 QualType NewValueTy = NewValue->getType();
333 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy),
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementsetattributensurinull.java 94 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS01.java 81 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS02.java 81 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS06.java 82 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS07.java 83 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS10.java 74 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, "", "newValue");

Completed in 690 milliseconds

<<11121314151617181920>>