/cts/tests/tests/util/src/android/util/cts/ |
SparseBooleanArrayTest.java | 59 boolean oldValue = VALUES[0]; // true 61 assertEquals(oldValue, sparseBooleanArray.get(existKey)); 115 boolean oldValue = VALUES[0]; // true 117 assertEquals(oldValue, sparseBooleanArray.get(existKey));
|
SparseIntArrayTest.java | 55 int oldValue = VALUES[0]; // 0 57 assertEquals(oldValue, sparseIntArray.get(existKey)); 103 int oldValue = VALUES[0]; // 0 105 assertEquals(oldValue, sparseIntArray.get(existKey));
|
SparseLongArrayTest.java | 54 long oldValue = VALUES[0]; // 0 56 assertEquals(oldValue, sparseArray.get(existKey)); 115 long oldValue = VALUES[0]; // 0 117 assertEquals(oldValue, sparseArray.get(existKey));
|
/external/llvm/include/llvm/ADT/ |
Statistic.h | 72 unsigned OldValue = Value; 74 return OldValue; 84 unsigned OldValue = Value; 86 return OldValue;
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
SparseArrayTest.java | 68 Integer oldValue = VALUES[0]; // 0 70 assertEquals(oldValue, sparseArray.get(existKey)); 134 Integer oldValue = VALUES[0]; // 0 136 assertEquals(oldValue, sparseArray.get(existKey));
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MapMakerInternalMapTest.java | 599 Object oldValue = new Object(); 605 DummyValueReference<Object, Object> oldValueRef = DummyValueReference.create(oldValue, entry); 609 assertFalse(segment.replace(key, hash, oldValue, newValue)); 616 assertSame(oldValue, segment.get(key, hash)); 617 assertTrue(segment.replace(key, hash, oldValue, newValue)); 622 assertFalse(segment.replace(key, hash, oldValue, newValue)); 628 assertSame(oldValue, segment.get(key, hash)); 630 assertFalse(segment.replace(key, hash, oldValue, newValue)); 643 Object oldValue = new Object(); 649 DummyValueReference<Object, Object> oldValueRef = DummyValueReference.create(oldValue, entry) [all...] |
HashBiMapTest.java | 74 int oldValue = bimap.get(2 * i); 75 assertEquals(2 * i + 1, (int) bimap.put(2 * i, oldValue - 2));
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
web_view.js | 406 var oldValue = mutation.oldValue; 408 if (oldValue != newValue) { 412 mutation.attributeName, oldValue, newValue); 427 function(name, oldValue, newValue) { 436 oldValue = oldValue || ''; 441 if (newValue == '' && oldValue != '') { 446 this.webviewNode_.setAttribute('src', oldValue); 669 var oldValue = this.webviewNode_.getAttribute('src') [all...] |
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
list_selection_model.js | 267 var oldValue = this.leadIndex_; 271 if (!this.changeCount_ && newValue != oldValue) 272 cr.dispatchPropertyChange(this, 'leadIndex', newValue, oldValue); 286 var oldValue = this.anchorIndex_; 290 if (!this.changeCount_ && newValue != oldValue) 291 cr.dispatchPropertyChange(this, 'anchorIndex', newValue, oldValue);
|
/external/srec/portable/include/ |
phashtable.h | 191 * @param oldValue If this pointer is non-NULL, it will be set to the 198 void **oldValue); 209 * @param oldValue If this pointer is non-NULL, it will be set to the value 215 void **oldValue); 247 * @param oldValue If this pointer is non-NULL, it will be set to the value 252 void **oldValue);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MapInterfaceTest.java | 831 final V oldValue = entry.getValue(); 833 assertEquals(oldValue, returnedValue); 856 final V oldValue = entry.getValue(); 857 final V returnedValue = entry.setValue(oldValue); 858 assertEquals(oldValue, returnedValue); 860 mapEntry(entry.getKey(), oldValue))); 861 assertEquals(oldValue, map.get(entry.getKey())); 1014 V oldValue = map.put(keyToPut, valueToPut); 1019 assertNull(oldValue); 1072 final V oldValue = map.get(null) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
StringExtensions.cs | 96 public static string replace( string str, char oldValue, char newValue ) 98 int index = str.IndexOf( oldValue );
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
StringExtensions.cs | 97 public static string replace(this string str, char oldValue, char newValue) 99 return str.Replace(oldValue, newValue);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementCallbackScheduler.cpp | 40 void CustomElementCallbackScheduler::scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) 46 queue->append(CustomElementCallbackInvocation::createAttributeChangedInvocation(callbacks, name, oldValue, newValue));
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLDetailsElement.cpp | 86 bool oldValue = m_isOpen; 88 if (oldValue != m_isOpen)
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebStorageArea.h | 91 virtual void setItem(const WebString& key, const WebString& newValue, const WebURL&, Result&, WebString& oldValue) { } 92 virtual void removeItem(const WebString& key, const WebURL& pageUrl, WebString& oldValue) { }
|
/external/smack/src/org/xbill/DNS/ |
TTL.java | 44 long oldvalue = value; local 47 if (value < oldvalue)
|
/frameworks/base/core/tests/coretests/src/android/util/ |
LruCacheTest.java | 373 boolean evicted, String key, String oldValue, String newValue) { 411 boolean evicted, String key, String oldValue, String newValue) { 412 log.add(key + "=" + oldValue + ">" + newValue); 438 boolean evicted, String key, Integer oldValue, Integer newValue) { 439 log.add(key + "=" + oldValue + ">" + newValue); 458 boolean evicted, String key, String oldValue, String newValue) { 460 ? (key + "=" + oldValue) 461 : (key + "=" + oldValue + ">" + newValue);
|
/external/chromium_org/chrome/browser/value_store/ |
value_store_change.cc | 18 change_value->Set("oldValue", it->old_value()->DeepCopy());
|
value_store_change.h | 22 // { "foo": { "key": "foo", "oldValue": "bar", "newValue": "baz" } }
|
/external/chromium_org/content/ppapi_plugin/ |
ppapi_webkitplatformsupport_impl.h | 46 const blink::WebString& oldValue, const blink::WebString& newValue,
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
MutationRecord.idl | 44 [TreatReturnedNullStringAs=Null] readonly attribute DOMString oldValue;
|
/external/chromium_org/third_party/WebKit/Source/core/storage/ |
StorageEvent.idl | 30 [InitializedByEventConstructor, TreatReturnedNullStringAs=Null] readonly attribute DOMString oldValue;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDOMStorageAgent.cpp | 189 void InspectorDOMStorageAgent::didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin) 200 else if (oldValue.isNull()) 203 m_frontend->domstorage()->domStorageItemUpdated(id, key, oldValue, newValue);
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/ |
BaseFragmentPagerAdapter.java | 184 Fragment oldValue, Fragment newValue) { 186 if (evicted || (newValue != null && oldValue != newValue)) { 187 mCurTransaction.remove(oldValue);
|