HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 126 - 150 of 236) sorted by null

1 2 3 4 56 7 8 910

  /external/webkit/WebKit/win/Interfaces/
DOMEvents.idl 323 //readonly attribute DOMString newValue;
324 HRESULT newValue([out, retval] BSTR* result);
337 // in DOMString newValue,
340 HRESULT initMutationEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMNode* relatedNode, [in] BSTR prevValue, [in] BSTR newValue, [in] BSTR attrName, [in] unsigned short attrChange);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SettingsActivity.java 91 public boolean onPreferenceChange(Preference preference, Object newValue) {
  /bionic/libc/arch-arm/bionic/
atomics_arm.S 121 sub r1, r0, #1 /* newvalue = oldvalue - 1 */
134 add r1, r0, #1 /* newvalue = oldvalue + 1 */
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
GetAttributeNS.java 165 testAddr.setAttributeNS(namespaceURI, qualifiedName, "NewValue");
167 assertEquals("throw_Equals", "NewValue", attrValue);
  /packages/apps/Settings/src/com/android/settings/
ApplicationSettings.java 71 public boolean onPreferenceChange(Preference preference, Object newValue) {
72 String value = (String) newValue;
  /external/webkit/JavaScriptCore/wtf/
ListHashSet.h 99 pair<iterator, bool> insertBefore(const ValueType& beforeValue, const ValueType& newValue);
480 pair<typename ListHashSet<T, U>::iterator, bool> ListHashSet<T, U>::insertBefore(iterator it, const ValueType& newValue)
483 pair<typename ImplType::iterator, bool> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(newValue, m_allocator.get());
491 pair<typename ListHashSet<T, U>::iterator, bool> ListHashSet<T, U>::insertBefore(const ValueType& beforeValue, const ValueType& newValue)
493 return insertBefore(find(beforeValue), newValue);
  /external/icu4c/i18n/
numfmt.cpp 704 NumberFormat::setGroupingUsed(UBool newValue)
706 fGroupingUsed = newValue;
723 NumberFormat::setMaximumIntegerDigits(int32_t newValue)
725 fMaxIntegerDigits = uprv_max(0, uprv_min(newValue, gMaxIntegerDigits));
745 NumberFormat::setMinimumIntegerDigits(int32_t newValue)
747 fMinIntegerDigits = uprv_max(0, uprv_min(newValue, gMinIntegerDigits));
767 NumberFormat::setMaximumFractionDigits(int32_t newValue)
769 fMaxFractionDigits = uprv_max(0, uprv_min(newValue, gMaxIntegerDigits));
789 NumberFormat::setMinimumFractionDigits(int32_t newValue)
791 fMinFractionDigits = uprv_max(0, uprv_min(newValue, gMinIntegerDigits))
    [all...]
  /external/icu4c/i18n/unicode/
numfmt.h 589 * @param newValue True, grouping will be used in this format.
593 virtual void setGroupingUsed(UBool newValue);
612 * @param newValue the new value for the maximum number of digits
617 virtual void setMaximumIntegerDigits(int32_t newValue);
635 * @param newValue the new value to be set.
639 virtual void setMinimumIntegerDigits(int32_t newValue);
657 * @param newValue the new value to be set.
661 virtual void setMaximumFractionDigits(int32_t newValue);
679 * @param newValue the new value to be set.
683 virtual void setMinimumFractionDigits(int32_t newValue);
    [all...]
decimfmt.h     [all...]
  /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));
  /dalvik/libcore/luni/src/main/java/java/io/
ObjectStreamField.java 312 * @param newValue
315 protected void setOffset(int newValue) {
316 this.offset = newValue;
  /dalvik/vm/interp/
Jit.c 491 JitEntryInfoUnion newValue;
494 newValue = oldValue;
495 newValue.info.traceConstruction = value;
497 oldValue.infoWord, newValue.infoWord));
570 JitEntryInfoUnion newValue;
578 newValue = oldValue;
579 newValue.info.chain = idx;
582 oldValue.infoWord, newValue.infoWord));
    [all...]
  /external/clearsilver/util/
dict.c 170 void *newValue;
194 else if((err = newval->new(id, newval->rock, &newValue)) == STATUS_OK) {
199 item->value = newValue;
  /external/webkit/WebCore/html/
HTMLTextAreaElement.cpp 374 void HTMLTextAreaElement::setMaxLength(int newValue, ExceptionCode& ec)
376 if (newValue < 0)
379 setAttribute(maxlengthAttr, String::number(newValue));
  /frameworks/base/awt/java/awt/
Component.java     [all...]
  /dalvik/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");
setNamedItemNS05.java 80 arg.setNodeValue("newValue");
  /external/junit/src/junit/swingui/
TestTreeModel.java 142 public void valueForPathChanged(TreePath path, Object newValue) {
  /external/webkit/WebCore/bindings/v8/
V8Utilities.h 50 void transferHiddenDependency(v8::Handle<v8::Object>, EventListener* oldValue, v8::Local<v8::Value> newValue, int cacheIndex);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/GetSet/
getset-005.js 48 var cnNameSetter = function(newValue) {this._name=newValue; this.nameSETS++;};

Completed in 1025 milliseconds

1 2 3 4 56 7 8 910