HomeSort by relevance Sort by last modified time
    Searched refs:oldValue (Results 101 - 125 of 435) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicLongMapTest.java 583 long oldValue = map.put(key, delta);
584 threadSum += delta - oldValue;
587 oldValue = map.get(key);
588 if (map.replace(key, oldValue, delta)) {
589 threadSum += delta - oldValue;
593 oldValue = map.remove(key);
594 threadSum -= oldValue;
597 oldValue = map.get(key);
598 if (map.remove(key, oldValue)) {
599 threadSum -= oldValue;
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 604 Object oldValue = m_properties.get(key);
605 if (null == oldValue)
618 m_properties.put(key, (String) oldValue + " " + (String) src.get(key));
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8CustomElementLifecycleCallbacks.cpp 203 void V8CustomElementLifecycleCallbacks::attributeChanged(Element* element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue)
225 oldValue.isNull() ? v8::Handle<v8::Value>(v8::Null(isolate)) : v8::Handle<v8::Value>(v8String(isolate, oldValue)),
  /external/chromium_org/third_party/WebKit/Source/core/css/
PropertySetCSSStyleDeclaration.cpp 66 AtomicString oldValue;
68 oldValue = s_currentDecl->parentElement()->getAttribute(HTMLNames::styleAttr);
71 AtomicString requestedOldValue = m_mutationRecipients->isOldValueRequested() ? oldValue : nullAtom;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 174 void HTMLAnchorElement::attributeWillChange(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue)
182 argv.append(oldValue);
187 HTMLElement::attributeWillChange(name, oldValue, newValue);
HTMLFormElement.h 133 virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /external/smack/src/org/jivesoftware/smack/util/
Cache.java 115 V oldValue = null;
118 oldValue = remove(key, true);
135 return oldValue;
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 204 final Object oldValue = map.remove(propertyName);
205 if (oldValue != null) {
208 if (value.getClass() != oldValue.getClass()) {
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 159 BitmapDrawable oldValue, BitmapDrawable newValue) {
160 if (RecyclingBitmapDrawable.class.isInstance(oldValue)) {
163 ((RecyclingBitmapDrawable) oldValue).setIsCached(false);
170 mReusableBitmaps.add(new SoftReference<Bitmap>(oldValue.getBitmap()));
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 159 BitmapDrawable oldValue, BitmapDrawable newValue) {
160 if (RecyclingBitmapDrawable.class.isInstance(oldValue)) {
163 ((RecyclingBitmapDrawable) oldValue).setIsCached(false);
170 mReusableBitmaps.add(new SoftReference<Bitmap>(oldValue.getBitmap()));
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 159 BitmapDrawable oldValue, BitmapDrawable newValue) {
160 if (RecyclingBitmapDrawable.class.isInstance(oldValue)) {
163 ((RecyclingBitmapDrawable) oldValue).setIsCached(false);
170 mReusableBitmaps.add(new SoftReference<Bitmap>(oldValue.getBitmap()));
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
braille_captions_background.js 82 var oldValue = self.isEnabled();
84 if (oldValue != newValue) {
  /external/guava/guava/src/com/google/common/cache/
CacheLoader.java 69 * @param oldValue the non-null old value corresponding to {@code key}
75 public ListenableFuture<V> reload(K key, V oldValue) throws Exception {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 223 String oldValue = selectedNodes.size() == 1
227 oldValue = ensureValidString(oldValue);
228 v = mRulesEngine.displayResourceInput(resourceTypeName, oldValue);
307 String oldValue = node.getStringAttr(ANDROID_URI, attribute);
308 oldValue = ensureValidString(oldValue);
312 return mRulesEngine.displayReferenceInput(oldValue);
323 return mRulesEngine.displayResourceInput(format.name(), oldValue);
329 return mRulesEngine.displayInput(message, oldValue, null)
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
Bytes.java 322 byte oldValue = array[start + index];
324 return oldValue;
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
MapMaker.java 91 public boolean replace(K key, V oldValue, V newValue) {
92 if (containsKey(key) && get(key).equals(oldValue)) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseMultipleFieldsDateAndTimeInputType.cpp 185 String oldValue = input->value();
187 // Even if oldValue is null and newValue is "", we should assume they are same.
188 if ((oldValue.isEmpty() && newValue.isEmpty()) || oldValue == newValue) {
  /external/srec/portable/src/
PANSIFileSystemImpl.c 160 LCHAR* oldValue;
162 CHKLOG(rc, PHashTableGetValue(impl->directoryMap, key, (void **)&oldValue));
163 if (LSTRCMP(oldValue, value) != 0)
  /packages/apps/Camera2/src/com/android/camera/one/v2/
ImageCaptureManager.java 386 final Object oldValue = (oldEntry != null) ? oldEntry.second : null;
399 if (oldValue == newValue || !mMetadataChangeListeners.containsKey(key)) {
410 listener.onImageMetadataChange(key, oldValue, newValue,

Completed in 481 milliseconds

1 2 3 45 6 7 8 91011>>