Home
last modified time | relevance | path

Searched refs:makeComputingMap (Results 1 – 11 of 11) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DComputingConcurrentHashMapTest.java54 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()
DMapMakerTest.java66 .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/
DMapMakerTest.java134 .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/
DGenericMapMaker.java86 abstract <K extends K0, V extends V0> ConcurrentMap<K, V> makeComputingMap( in makeComputingMap() method in GenericMapMaker
DMapMaker.java222 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/
DMapMakerSingleThreadBenchmark.java62 .makeComputingMap( in setUp()
/external/guava/guava-tests/benchmark/com/google/common/cache/
DMapMakerComparisonBenchmark.java39 private final Map<Object, Object> computingMap = new MapMaker().makeComputingMap(IDENTITY);
/external/guava/guava/src/com/google/common/collect/
DGenericMapMaker.java149 abstract <K extends K0, V extends V0> ConcurrentMap<K, V> makeComputingMap( in makeComputingMap() method in GenericMapMaker
DComputingConcurrentHashMap.java410 delegate = mapMaker.makeComputingMap(computingFunction); in readObject()
DMapMaker.java583 <K, V> ConcurrentMap<K, V> makeComputingMap( in makeComputingMap() method in MapMaker
DOrdering.java267 Platform.tryWeakKeys(new MapMaker()).makeComputingMap(