Searched refs:withConcurrencyLevels (Results 1 – 6 of 6) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | CacheBuilderFactory.java | 49 CacheBuilderFactory withConcurrencyLevels(Set<Integer> concurrencyLevels) { in withConcurrencyLevels() method in CacheBuilderFactory
|
D | EmptyCachesTest.java | 352 .withConcurrencyLevels(ImmutableSet.of(1, 4, 16, 64))
|
D | PopulatedCachesTest.java | 315 .withConcurrencyLevels(ImmutableSet.of(1, 4, 16, 64))
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheBuilderFactory.java | 49 CacheBuilderFactory withConcurrencyLevels(Set<Integer> concurrencyLevels) { in withConcurrencyLevels() method in CacheBuilderFactory
|
D | EmptyCachesTest.java | 352 .withConcurrencyLevels(ImmutableSet.of(1, 4, 16, 64))
|
D | PopulatedCachesTest.java | 315 .withConcurrencyLevels(ImmutableSet.of(1, 4, 16, 64))
|