OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CacheStats
(Results
1 - 10
of
10
) sorted by null
/external/guava/guava/src/com/google/common/cache/
CacheStats.java
56
public final class
CacheStats
{
65
* Constructs a new {@code
CacheStats
} instance.
70
public
CacheStats
(long hitCount, long missCount, long loadSuccessCount,
208
* Returns a new {@code
CacheStats
} representing the difference between this {@code
CacheStats
}
209
* and {@code other}. Negative values, which aren't supported by {@code
CacheStats
} will be
212
public
CacheStats
minus(
CacheStats
other) {
213
return new
CacheStats
(
223
* Returns a new {@code
CacheStats
} representing the sum of this {@code CacheStats
[
all
...]
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.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 1033 milliseconds