/external/chromium_org/v8/src/ |
object-observe.js | 462 function NotifyChange(type, object, name, oldValue) { 477 oldValue: oldValue
|
/external/chromium_org/third_party/icu/source/common/ |
uhash.c | 144 UHashTok oldValue = e->value; 150 if (oldValue.pointer != NULL && 151 oldValue.pointer != value.pointer) { /* Avoid double deletion */ 152 (*hash->valueDeleter)(oldValue.pointer); 154 oldValue.pointer = NULL; 173 return oldValue; [all...] |
/external/icu4c/common/ |
uhash.c | 145 UHashTok oldValue = e->value; 151 if (oldValue.pointer != NULL && 152 oldValue.pointer != value.pointer) { /* Avoid double deletion */ 153 (*hash->valueDeleter)(oldValue.pointer); 155 oldValue.pointer = NULL; 174 return oldValue;
|
/libcore/luni/src/main/java/java/util/ |
HashMap.java | 410 V oldValue = e.value; 412 return oldValue; 435 V oldValue = entry.value; 437 return oldValue; 759 V oldValue = this.value; 761 return oldValue; [all...] |
EnumMap.java | 678 V oldValue = (V) values[keyOrdinal]; 680 return oldValue; 784 V oldValue = (V) values[keyOrdinal]; 786 return oldValue;
|
Hashtable.java | 370 V oldValue = e.value; 372 return oldValue; 684 V oldValue = this.value; 686 return oldValue; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/ |
RSSFeedWatcherTask.java | 63 private static final String feedWatchActionOldValue = "feedWatchAction.OldValue"; //$NON-NLS-1$ 169 " -oldvalue \"" + oldContent + "\"" + //$NON-NLS-1$ //$NON-NLS-2$
|
/external/guava/guava/src/com/google/common/collect/ |
ComputingConcurrentHashMap.java | 189 V oldValue = put(key, hash, value, true); 190 if (oldValue != null) {
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
CacheBuilder.java | 252 public boolean replace(K key, V oldValue, V newValue) { 253 if (containsKey(key) && get(key).equals(oldValue)) {
|
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/ |
ImageCache.java | 157 BitmapDrawable oldValue, BitmapDrawable newValue) { 158 if (RecyclingBitmapDrawable.class.isInstance(oldValue)) { 161 ((RecyclingBitmapDrawable) oldValue).setIsCached(false); 168 mReusableBitmaps.add(new SoftReference<Bitmap>(oldValue.getBitmap()));
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
storage.html | 142 storageChange.oldValue,
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
ContactsSyncParser.java | [all...] |
/external/guava/guava/src/com/google/common/cache/ |
LocalCache.java | [all...] |
/dalvik/vm/interp/ |
Jit.cpp | 622 JitEntryInfoUnion oldValue; 630 oldValue = gDvmJit.pJitEntryTable[prev].u; 631 newValue = oldValue; 633 } while (android_atomic_release_cas(oldValue.infoWord, [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
SliderThumbElement.cpp | 58 const Decimal oldValue = parseToDecimalForNumberType(element->value(), stepRange.defaultValue()); 59 return stepRange.proportionFromValue(stepRange.clampValue(oldValue));
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorInstrumentation.idl | 80 void willModifyDOMAttr([Keep] Element*, const AtomicString& oldValue, const AtomicString& newValue); 388 void didDispatchDOMStorageEvent(Page* page, const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin);
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
SmallSortedMapTest.java | 68 V oldValue = this.value; 70 return oldValue;
|
/external/guava/guava/src/com/google/common/primitives/ |
Booleans.java | 405 boolean oldValue = array[start + index]; 407 return oldValue;
|
Bytes.java | 322 byte oldValue = array[start + index]; 324 return oldValue;
|
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
Longs.java | 446 long oldValue = array[start + index]; 448 return oldValue;
|
/external/guava/guava-tests/test/com/google/common/collect/ |
LinkedListMultimapTest.java | 296 int oldValue = entrya.setValue(2); 297 assertEquals(1, oldValue);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListAdapter.java | 499 MessageItem oldValue, MessageItem newValue) { 500 oldValue.cancelPduLoading();
|
/dalvik/vm/ |
Profile.cpp | 369 int oldValue, newValue; 373 oldValue = gDvm.activeProfilers; 374 newValue = oldValue + (enable ? 1 : -1); 379 } while (android_atomic_release_cas(oldValue, newValue, [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 654 oldValue: TValue; 660 oldValue := FItems[index].Value; 770 oldValue: TValue; 818 oldValue := FItems[gap].Value;
|
/external/chromium_org/chrome/common/extensions/api/ |
storage.json | 15 "oldValue": {
|