/external/guava/guava-tests/test/com/google/common/collect/ |
D | ComputingConcurrentHashMapTest.java | 54 private static <K, V> ComputingConcurrentHashMap<K, V> makeComputingMap( in makeComputingMap() method in ComputingConcurrentHashMapTest 77 makeComputingMap(createMapMaker(), computingFunction); in testComputingFunction() 86 makeComputingMap(createMapMaker(), computingFunction); in testCompute() 109 makeComputingMap(maker.concurrencyLevel(1), computingFunction); in testRecordReadOnCompute() 152 makeComputingMap(createMapMaker(), computingFunction); in testComputeExistingEntry() 166 ComputingConcurrentHashMap<Object, Object> map = makeComputingMap(maker, computingFunction); in testComputePartiallyCollectedKey() 195 ComputingConcurrentHashMap<Object, Object> map = makeComputingMap(maker, computingFunction); in testComputePartiallyCollectedValue() 225 ComputingConcurrentHashMap<Object, Object> map = makeComputingMap(maker, computingFunction); in testComputeExpiredEntry() 261 makeComputingMap(maker, computingFunction); in testRemovalListener_replaced() 319 tester.testAllPublicInstanceMethods(makeComputingMap(createMapMaker(), computingFunction)); in testNullParameters()
|
D | MapMakerTest.java | 66 .makeComputingMap(computingFunction); in testRemovalNotification_clear() 123 .makeComputingMap(new DelayingIdentityLoader<String>(computationLatch)); in testRemovalNotification_clear_basher() 292 .makeComputingMap(recursiveComputer); 305 .makeComputingMap(new Function<Integer, String>() { in testComputerThatReturnsNull() 320 ConcurrentMap<Object, Object> map = new MapMaker().makeComputingMap( in testRuntimeException()
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | MapMakerTest.java | 134 .makeComputingMap(recursiveComputer); 147 .makeComputingMap(new Function<Integer, String>() { in testComputerThatReturnsNull() 162 ConcurrentMap<Object, Object> map = new MapMaker().makeComputingMap( in testRuntimeException()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | GenericMapMaker.java | 86 abstract <K extends K0, V extends V0> ConcurrentMap<K, V> makeComputingMap( in makeComputingMap() method in GenericMapMaker
|
D | MapMaker.java | 222 public <K, V> ConcurrentMap<K, V> makeComputingMap(Function<? super K, ? extends V> computer) { in makeComputingMap() method in MapMaker
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | MapMakerSingleThreadBenchmark.java | 62 .makeComputingMap( in setUp()
|
/external/guava/guava-tests/benchmark/com/google/common/cache/ |
D | MapMakerComparisonBenchmark.java | 39 private final Map<Object, Object> computingMap = new MapMaker().makeComputingMap(IDENTITY);
|
/external/guava/guava/src/com/google/common/collect/ |
D | GenericMapMaker.java | 149 abstract <K extends K0, V extends V0> ConcurrentMap<K, V> makeComputingMap( in makeComputingMap() method in GenericMapMaker
|
D | ComputingConcurrentHashMap.java | 410 delegate = mapMaker.makeComputingMap(computingFunction); in readObject()
|
D | MapMaker.java | 583 <K, V> ConcurrentMap<K, V> makeComputingMap( in makeComputingMap() method in MapMaker
|
D | Ordering.java | 267 Platform.tryWeakKeys(new MapMaker()).makeComputingMap(
|