HomeSort by relevance Sort by last modified time
    Searched refs:REPLACED (Results 1 - 20 of 20) sorted by null

  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 46 * The entry itself was not actually removed, but its value was replaced by the user. This can
51 REPLACED {
94 * {@link #EXPLICIT} nor {@link #REPLACED}).
LocalCache.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
ComputingConcurrentHashMap.java 192 enqueueNotification(key, hash, value, RemovalCause.REPLACED);
MapMaker.java 233 * replaced by {@link com.google.common.cache.CacheBuilder#maximumSize}.
460 * replaced by {@link com.google.common.cache.CacheBuilder#expireAfterWrite}.
508 * replaced by {@link com.google.common.cache.CacheBuilder#expireAfterAccess}.
558 * replaced by {@link com.google.common.cache.CacheBuilder#removalListener}.
657 * {@link com.google.common.cache.CacheBuilder}, with {@link #makeComputingMap} being replaced
715 * resulting in notification could have occured to an entry being manually removed or replaced, or
    [all...]
MapMakerInternalMap.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 300 assertNotified(listener, one, computedObject, RemovalCause.REPLACED);
MapMakerInternalMapTest.java 363 assertNotified(listener, one, two, RemovalCause.REPLACED);
367 assertNotified(listener, one, three, RemovalCause.REPLACED);
370 assertNotified(listener, one, four, RemovalCause.REPLACED);
373 assertNotified(listener, one, five, RemovalCause.REPLACED);
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 697 assertNotified(listener, one, computedObject, RemovalCause.REPLACED);
779 assertNotified(listener, one, two, RemovalCause.REPLACED);
783 assertNotified(listener, one, three, RemovalCause.REPLACED);
786 assertNotified(listener, one, four, RemovalCause.REPLACED);
789 assertNotified(listener, one, five, RemovalCause.REPLACED);
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc 280 REPLACED
373 State* s = new State(new_contents, index, REPLACED);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 784 final static int REPLACED = 3;
827 removed = REPLACED;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 804 milliseconds