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

  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 93 * {@linkplain #maximumSize(long) maximumSize}, {@linkplain #maximumWeight(long) maximumWeight},
99 * {@linkplain #maximumWeight(long) maximumWeight} is requested entries may be evicted on each cache
206 long maximumWeight = UNSET_INT;
345 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
346 this.maximumWeight);
372 public CacheBuilder<K, V> maximumWeight(long weight) {
373 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
374 this.maximumWeight);
    [all...]
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.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 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 26 milliseconds