Searched defs:originalMap (Results 1 – 4 of 4) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | MapMakerInternalMapTest.java | 627 ImmutableMap<Object, Object> originalMap = ImmutableMap.copyOf(map); in testExpand() local 720 ImmutableMap<Object, Object> originalMap = ImmutableMap.copyOf(map); in testExpand_cleanup() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapMakerInternalMapTest.java | 627 ImmutableMap<Object, Object> originalMap = ImmutableMap.copyOf(map); in testExpand() local 720 ImmutableMap<Object, Object> originalMap = ImmutableMap.copyOf(map); in testExpand_cleanup() local
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalCacheTest.java | 1379 LinkedHashMap<Object, Object> originalMap = Maps.newLinkedHashMap(); in testSegmentPut_evict() local 1576 ImmutableMap<Object, Object> originalMap = ImmutableMap.copyOf(map); in testExpand() local 1770 ImmutableMap<Object, Object> originalMap = ImmutableMap.copyOf(map); in testExpand_cleanup() local 2417 LinkedHashMap<Object, Object> originalMap = Maps.newLinkedHashMap(); in testEvictEntries() local
|
/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | LocalCacheTest.java | 1366 LinkedHashMap<Object, Object> originalMap = Maps.newLinkedHashMap(); in testSegmentPut_evict() local 1563 ImmutableMap<Object, Object> originalMap = ImmutableMap.copyOf(map); in testExpand() local 1757 ImmutableMap<Object, Object> originalMap = ImmutableMap.copyOf(map); in testExpand_cleanup() local 2368 LinkedHashMap<Object, Object> originalMap = Maps.newLinkedHashMap(); in testEvictEntries() local
|