Home
last modified time | relevance | path

Searched refs:makePopulatedMap (Results 1 – 25 of 40) sorted by relevance

12

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java78 protected abstract Map<K, V> makePopulatedMap() throws UnsupportedOperationException; in makePopulatedMap() method in MapInterfaceTest
140 return makePopulatedMap(); in makeEitherMap()
270 map = makePopulatedMap(); in testClear()
292 map = makePopulatedMap(); in testContainsKey()
318 map = makePopulatedMap(); in testContainsValue()
340 map = makePopulatedMap(); in testEntrySet()
455 map = makePopulatedMap(); in testEntrySetIteratorRemove()
493 map = makePopulatedMap(); in testEntrySetRemove()
545 map = makePopulatedMap(); in testEntrySetRemoveDifferentValue()
631 map = makePopulatedMap(); in testEntrySetRemoveAll()
[all …]
DSortedMapInterfaceTest.java47 protected abstract SortedMap<K, V> makePopulatedMap() throws UnsupportedOperationException; in makePopulatedMap() method in SortedMapInterfaceTest
52 return makePopulatedMap(); in makeEitherMap()
61 map = makePopulatedMap(); in testTailMapWriteThrough()
87 map = makePopulatedMap(); in testTailMapRemoveThrough()
110 map = makePopulatedMap(); in testTailMapClearThrough()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java78 protected abstract Map<K, V> makePopulatedMap() throws UnsupportedOperationException; in makePopulatedMap() method in MapInterfaceTest
140 return makePopulatedMap(); in makeEitherMap()
270 map = makePopulatedMap(); in testClear()
292 map = makePopulatedMap(); in testContainsKey()
318 map = makePopulatedMap(); in testContainsValue()
340 map = makePopulatedMap(); in testEntrySet()
455 map = makePopulatedMap(); in testEntrySetIteratorRemove()
493 map = makePopulatedMap(); in testEntrySetRemove()
545 map = makePopulatedMap(); in testEntrySetRemoveDifferentValue()
631 map = makePopulatedMap(); in testEntrySetRemoveAll()
[all …]
DSortedMapInterfaceTest.java47 protected abstract SortedMap<K, V> makePopulatedMap() throws UnsupportedOperationException; in makePopulatedMap() method in SortedMapInterfaceTest
52 return makePopulatedMap(); in makeEitherMap()
61 map = makePopulatedMap(); in testTailMapWriteThrough()
87 map = makePopulatedMap(); in testTailMapRemoveThrough()
110 map = makePopulatedMap(); in testTailMapClearThrough()
/external/guava/guava-tests/test/com/google/common/collect/
DTableCollectionTest.java791 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.RowTests
878 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.TransformValueRowTests
900 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.UnmodifiableHashRowTests
922 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.UnmodifiableTreeRowTests
950 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.ColumnTests
1029 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.TransformValueColumnTests
1051 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.UnmodifiableHashColumnTests
1073 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.UnmodifiableTreeColumnTests
1115 map = makePopulatedMap(); in testRemove()
1151 protected Map<String, Map<Integer, Character>> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.RowMapTests
[all …]
DImmutableSortedMapTest.java163 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.MapTests
180 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.SingletonMapTests
198 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.ReserializedMapTests
215 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.HeadMapTests
232 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.HeadMapInclusiveTests
249 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.TailMapTests
266 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.TailExclusiveMapTests
283 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.SubMapTests
DImmutableMultimapAsMapImplementsMapTest.java43 protected Map<String, Collection<Integer>> makePopulatedMap() { in makePopulatedMap() method in ImmutableMultimapAsMapImplementsMapTest
DImmutableSetMultimapAsMapImplementsMapTest.java43 protected Map<String, Collection<Integer>> makePopulatedMap() { in makePopulatedMap() method in ImmutableSetMultimapAsMapImplementsMapTest
DUnmodifiableMultimapAsMapImplementsMapTest.java43 protected Map<String, Collection<Integer>> makePopulatedMap() { in makePopulatedMap() method in UnmodifiableMultimapAsMapImplementsMapTest
DMultimapsTransformValuesAsMapTest.java44 protected Map<String, Collection<Integer>> makePopulatedMap() { in makePopulatedMap() method in MultimapsTransformValuesAsMapTest
DMapsSortedTransformValuesTest.java38 protected SortedMap<String, String> makePopulatedMap() { in makePopulatedMap() method in MapsSortedTransformValuesTest
DForMapMultimapAsMapImplementsMapTest.java44 protected Map<String, Collection<Integer>> makePopulatedMap() { in makePopulatedMap() method in ForMapMultimapAsMapImplementsMapTest
DMultimapsFilterEntriesAsMapTest.java59 protected Map<String, Collection<Integer>> makePopulatedMap() { in makePopulatedMap() method in MultimapsFilterEntriesAsMapTest
DAbstractMultimapAsMapImplementsMapTest.java69 map = makePopulatedMap(); in testRemove()
/external/guava/android/guava-tests/test/com/google/common/collect/
DTableCollectionTest.java791 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.RowTests
878 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.TransformValueRowTests
900 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.UnmodifiableHashRowTests
922 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.UnmodifiableTreeRowTests
950 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.ColumnTests
1029 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.TransformValueColumnTests
1051 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.UnmodifiableHashColumnTests
1073 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.UnmodifiableTreeColumnTests
1115 map = makePopulatedMap(); in testRemove()
1151 protected Map<String, Map<Integer, Character>> makePopulatedMap() { in makePopulatedMap() method in TableCollectionTest.RowMapTests
[all …]
DImmutableSortedMapTest.java157 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.MapTests
174 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.SingletonMapTests
192 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.ReserializedMapTests
209 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.HeadMapTests
226 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.HeadMapInclusiveTests
243 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.TailMapTests
260 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.TailExclusiveMapTests
277 protected SortedMap<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableSortedMapTest.SubMapTests
DImmutableSetMultimapAsMapImplementsMapTest.java43 protected Map<String, Collection<Integer>> makePopulatedMap() { in makePopulatedMap() method in ImmutableSetMultimapAsMapImplementsMapTest
DImmutableMultimapAsMapImplementsMapTest.java43 protected Map<String, Collection<Integer>> makePopulatedMap() { in makePopulatedMap() method in ImmutableMultimapAsMapImplementsMapTest
DUnmodifiableMultimapAsMapImplementsMapTest.java43 protected Map<String, Collection<Integer>> makePopulatedMap() { in makePopulatedMap() method in UnmodifiableMultimapAsMapImplementsMapTest
DMapsSortedTransformValuesTest.java38 protected SortedMap<String, String> makePopulatedMap() { in makePopulatedMap() method in MapsSortedTransformValuesTest
DMultimapsTransformValuesAsMapTest.java44 protected Map<String, Collection<Integer>> makePopulatedMap() { in makePopulatedMap() method in MultimapsTransformValuesAsMapTest
DImmutableMapTest.java205 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableMapTest.MapTests
222 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableMapTest.SingletonMapTests
240 protected Map<String, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableMapTest.ReserializedMapTests
263 protected Map<Object, Integer> makePopulatedMap() { in makePopulatedMap() method in ImmutableMapTest.MapTestsWithBadHashes
292 protected Map<Integer, UnhashableObject> makePopulatedMap() { in makePopulatedMap() method in ImmutableMapTest.MapTestsWithUnhashableValues
311 protected Map<Integer, UnhashableObject> makePopulatedMap() { in makePopulatedMap() method in ImmutableMapTest.MapTestsWithSingletonUnhashableValue
DForMapMultimapAsMapImplementsMapTest.java44 protected Map<String, Collection<Integer>> makePopulatedMap() { in makePopulatedMap() method in ForMapMultimapAsMapImplementsMapTest
DMultimapsFilterEntriesAsMapTest.java59 protected Map<String, Collection<Integer>> makePopulatedMap() { in makePopulatedMap() method in MultimapsFilterEntriesAsMapTest
DAbstractMultimapAsMapImplementsMapTest.java69 map = makePopulatedMap(); in testRemove()

12