Searched refs:newValue (Results 226 - 250 of 331) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/i18n/unicode/
H A Dudat.h896 * @param newValue The new value of attr.
901 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status);
H A Ducal.h950 * @param newValue The new value of attr.
957 int32_t newValue);
/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2impl.cpp1845 uint32_t newValue=oldValue; local
1848 newValue|=CANON_NOT_SEGMENT_STARTER;
1850 newValue|=CANON_HAS_COMPOSITIONS;
1853 newValue|=CANON_HAS_COMPOSITIONS;
1869 newValue|=CANON_NOT_SEGMENT_STARTER; // original c has cc!=0
1898 if(newValue!=oldValue) {
1899 utrie2_set32(newData.trie, c, newValue, &errorCode);
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp1947 uint32_t newValue=oldValue; local
1950 newValue|=CANON_NOT_SEGMENT_STARTER;
1952 newValue|=CANON_HAS_COMPOSITIONS;
1955 newValue|=CANON_HAS_COMPOSITIONS;
1971 newValue|=CANON_NOT_SEGMENT_STARTER; // original c has cc!=0
2000 if(newValue!=oldValue) {
2001 utrie2_set32(newData.trie, c, newValue, &errorCode);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Devent_watcher.js1165 var newValue = cvox.DomUtil.getControlValueAndStateString(control);
1173 } else if (newValue == cvox.ChromeVoxEventWatcher.lastFocusedNodeValue) {
1177 cvox.ChromeVoxEventWatcher.lastFocusedNodeValue = newValue;
1231 cvox.ChromeVox.tts.speak(newValue,
1234 cvox.NavBraille.fromText(newValue).write();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSet.h175 AddResult insertBefore(ValuePeekInType beforeValue, ValuePassInType newValue);
848 typename ListHashSet<T, inlineCapacity, U, V>::AddResult ListHashSet<T, inlineCapacity, U, V>::insertBefore(iterator it, ValuePassInType newValue) argument
851 typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(newValue, *this->allocator());
858 typename ListHashSet<T, inlineCapacity, U, V>::AddResult ListHashSet<T, inlineCapacity, U, V>::insertBefore(ValuePeekInType beforeValue, ValuePassInType newValue) argument
861 return insertBefore(find(beforeValue), newValue);
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java614 * @param newValue the new value reference which will replace this one; this is only used during
617 void clear(@Nullable ValueReference<K, V> newValue); argument
658 public void clear(ValueReference<Object, Object> newValue) {}
1753 public void clear(ValueReference<K, V> newValue) { argument
1792 public void clear(ValueReference<K, V> newValue) { argument
1848 public void clear(ValueReference<K, V> newValue) {} argument
2672 boolean replace(K key, int hash, V oldValue, V newValue) { argument
2705 setValue(e, newValue);
2723 V replace(K key, int hash, V newValue) { argument
2755 setValue(e, newValue);
3595 replace(K key, @Nullable V oldValue, V newValue) argument
3809 setValue(V newValue) argument
[all...]
H A DTreeMultiset.java156 public boolean compareAndSet(T expected, T newValue) { argument
158 value = newValue;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPTestCase.java763 * @param newValue -
768 String fieldName, int newValue) {
792 packet.setNextValueAsInt(newValue);
767 setStaticIntField(String classSignature, String fieldName, int newValue) argument
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js856 function change(v, newValue) {
862 v.value = newValue;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js856 function change(v, newValue) {
862 v.value = newValue;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js856 function change(v, newValue) {
862 v.value = newValue;
/external/chromium_org/v8/benchmarks/
H A Ddeltablue.js862 function change(v, newValue) {
868 v.value = newValue;
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DFrame.java255 setLocal(var + 1, interpreter.newValue(null));
260 setLocal(var - 1, interpreter.newValue(null));
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
H A Dbackground.js317 tree.update(policyToNodeId[policyName], changes[policyName].newValue);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.idl86 void willModifyDOMAttr([Keep] Element*, const AtomicString& oldValue, const AtomicString& newValue);
392 void didDispatchDOMStorageEvent(Page* page, const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DDOMModel.js1179 * @param {string} newValue
1181 _characterDataModified: function(nodeId, newValue)
1184 node._nodeValue = newValue;
1243 * @param {number} newValue
1245 _childNodeCountUpdated: function(nodeId, newValue)
1248 node._childNodeCount = newValue;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducal.h952 * @param newValue The new value of attr.
959 int32_t newValue);
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.h198 static void AtomicSet32(int32_t* theValue, int32_t newValue);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.cpp856 void moveEventListenerToNewWrapper(v8::Handle<v8::Object> object, EventListener* oldValue, v8::Local<v8::Value> newValue, int arrayIndex, v8::Isolate* isolate) argument
867 if (newValue->IsFunction())
868 addHiddenValueToArray(object, newValue, arrayIndex, isolate);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.cpp543 void HTMLFormElement::attributeWillChange(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue) argument
552 argv.append(newValue);
556 HTMLElement::attributeWillChange(name, oldValue, newValue);
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
H A Dcore-component-page-extracted.js86 setLayoutClass: function(prefix, old, newValue) {
92 if (newValue) {
93 this.layoutContainer.classList.add(prefix + newValue);
114 var newValue = this.reverse ? 'reverse' : '';
115 this.setLayoutClass('', old, newValue);

Completed in 4330 milliseconds

1234567891011>>