HomeSort by relevance Sort by last modified time
    Searched defs:maximumWeight (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 106 * {@linkplain #maximumSize(long) maximumSize}, {@linkplain #maximumWeight(long) maximumWeight},
112 * {@linkplain #maximumWeight(long) maximumWeight} is requested entries may be evicted on each cache
222 long maximumWeight = UNSET_INT;
394 * <p>This feature cannot be used in conjunction with {@link #maximumWeight}.
403 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
404 this.maximumWeight);
436 public CacheBuilder<K, V> maximumWeight(long weight) {
437 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s"
    [all...]
CacheBuilderSpec.java 47 * <li>{@code maximumWeight=[long]}: sets {@link CacheBuilder#maximumWeight}.
69 * <li>{@code maximumSize} and {@code maximumWeight}
100 .put("maximumWeight", new MaximumWeightParser())
114 @VisibleForTesting Long maximumWeight;
178 if (maximumWeight != null) {
179 builder.maximumWeight(maximumWeight);
245 maximumWeight,
266 && Objects.equal(maximumWeight, that.maximumWeight
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 100 * {@linkplain #maximumSize(long) maximumSize}, {@linkplain #maximumWeight(long) maximumWeight},
106 * {@linkplain #maximumWeight(long) maximumWeight} is requested entries may be evicted on each cache
216 long maximumWeight = UNSET_INT;
326 * <p>This feature cannot be used in conjunction with {@link #maximumWeight}.
335 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
336 this.maximumWeight);
347 return (weigher == null) ? maximumSize : maximumWeight;
571 checkState(maximumWeight == UNSET_INT, "maximumWeight requires weigher")
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 
guava-18.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha4/
compiler-2.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha7/
compiler-2.2.0-alpha7.jar 

Completed in 677 milliseconds

1 2 3