/external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 333 AttrNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE, UNumberFormatAttribute attr, int32_t newValue) 336 fAttrValue(newValue) 361 NOXNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE /*, UNumberFormatAttribute attr, int32_t newValue */) 364 fAttrValue(newValue) */
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
pratom.h | 76 ** newval: The newvalue to assign to val
|
/external/chromium_org/v8/src/ |
variables.h | 58 Interface* interface = Interface::NewValue());
|
/external/clang/docs/ |
ObjectiveCLiterals.rst | 339 object[idx] = newValue; 345 [object setObject:newValue atIndexedSubscript:idx]; 396 object[key] = newValue; 402 [object setObject:newValue forKeyedSubscript:key];
|
/external/guava/guava/src/com/google/common/collect/ |
MapMakerInternalMap.java | 614 * @param newValue the new value reference which will replace this one; this is only used during 617 void clear(@Nullable ValueReference<K, V> newValue); 658 public void clear(ValueReference<Object, Object> newValue) {} [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
MinMaxPriorityQueueTest.java | 798 int newValue) { 799 if (replica.containsKey(newValue)) { 800 replica.get(newValue).incrementAndGet(); 802 replica.put(newValue, new AtomicInteger(1));
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 337 AttrNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE, UNumberFormatAttribute attr, int32_t newValue) 340 fAttrValue(newValue) 365 NOXNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE /*, UNumberFormatAttribute attr, int32_t newValue */) 368 fAttrValue(newValue) */
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
SourceInterpreter.java | 50 public Value newValue(final Type type) {
|
/external/smack/src/org/jivesoftware/smack/util/collections/ |
MapIterator.java | 39 * it.setValue(newValue);
|
/frameworks/base/core/java/android/speech/tts/ |
TtsEngines.java | 543 String newValue) { 547 newPrefList.append(key).append(':').append(newValue); 564 newPrefList.append(key).append(':').append(newValue); 581 newPrefList.append(key).append(':').append(newValue);
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pGroupList.java | 56 WifiP2pGroup oldValue, WifiP2pGroup newValue) {
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
attrsetvaluenomodificationallowederr.java | 101 attrNode.setValue("newvalue");
|
attrsetvaluenomodificationallowederrEE.java | 91 ((Attr) /*Node */attrNode).setValue("newvalue");
|
elementsetattributenomodificationallowederr.java | 90 entElement.setAttribute("newAttr", "newValue");
|
elementsetattributenomodificationallowederrEE.java | 85 entElement.setAttribute("newAttr", "newValue");
|
nodesetnodevaluenomodificationallowederr.java | 95 entElementText.setNodeValue("newValue");
|
nodesetnodevaluenomodificationallowederrEE.java | 74 entText.setNodeValue("newValue");
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
setAttributeNS03.java | 99 genElement.setAttributeNS(namespaceURI, qualifiedName, "newValue");
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementSetAttributeNS.java | 211 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
editable_text.js | 49 * @param {string} newValue The new string value of the editable text control. 54 cvox.TextChangeEvent = function(newValue, newStart, newEnd, triggeredByUser) { 55 this.value = newValue; 645 * of this.value and newValue. 647 * of this.value and newValue. 981 var newValue = this.node.value; 982 var textChangeEvent = new cvox.TextChangeEvent(newValue, [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
unum.h | [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
unum.h | [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProvider.java | 740 final String newValue = (args == null) [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
ListHashSet.h | 175 AddResult insertBefore(ValuePeekInType beforeValue, ValuePassInType newValue); 848 typename ListHashSet<T, inlineCapacity, U, V>::AddResult ListHashSet<T, inlineCapacity, U, V>::insertBefore(iterator it, ValuePassInType newValue) 851 typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(newValue, *this->allocator()); [all...] |
/packages/apps/Settings/src/com/android/settings/users/ |
AppRestrictionsFragment.java | 792 public boolean onPreferenceChange(Preference preference, Object newValue) { [all...] |