/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSetMultimapTest.java | 109 Multimap<String, Integer> toPut = LinkedListMultimap.create(); in testBuilderPutAllMultimap() local 110 toPut.put("foo", 1); in testBuilderPutAllMultimap() 111 toPut.put("bar", 4); in testBuilderPutAllMultimap() 112 toPut.put("foo", 2); in testBuilderPutAllMultimap() 113 toPut.put("foo", 3); in testBuilderPutAllMultimap() 120 builder.putAll(toPut); in testBuilderPutAllMultimap() 149 Multimap<String, Integer> toPut = LinkedListMultimap.create(); in testBuilderPutAllMultimapWithDuplicates() local 150 toPut.put("foo", 1); in testBuilderPutAllMultimapWithDuplicates() 151 toPut.put("bar", 4); in testBuilderPutAllMultimapWithDuplicates() 152 toPut.put("foo", 2); in testBuilderPutAllMultimapWithDuplicates() [all …]
|
D | ImmutableListMultimapTest.java | 120 Multimap<String, Integer> toPut = LinkedListMultimap.create(); in testBuilderPutAllMultimap() local 121 toPut.put("foo", 1); in testBuilderPutAllMultimap() 122 toPut.put("bar", 4); in testBuilderPutAllMultimap() 123 toPut.put("foo", 2); in testBuilderPutAllMultimap() 124 toPut.put("foo", 3); in testBuilderPutAllMultimap() 131 builder.putAll(toPut); in testBuilderPutAllMultimap() 164 Multimap<String, Integer> toPut = LinkedListMultimap.create(); in testBuilderPutAllMultimapWithDuplicates() local 165 toPut.put("foo", 1); in testBuilderPutAllMultimapWithDuplicates() 166 toPut.put("bar", 4); in testBuilderPutAllMultimapWithDuplicates() 167 toPut.put("foo", 2); in testBuilderPutAllMultimapWithDuplicates() [all …]
|
D | ImmutableBiMapTest.java | 157 Map<String, Integer> toPut = new LinkedHashMap<String, Integer>(); in testBuilderPutAll() local 158 toPut.put("one", 1); in testBuilderPutAll() 159 toPut.put("two", 2); in testBuilderPutAll() 160 toPut.put("three", 3); in testBuilderPutAll() 166 .putAll(toPut) in testBuilderPutAll()
|
D | ImmutableMapTest.java | 215 Map<String, Integer> toPut = new LinkedHashMap<String, Integer>(); in testBuilderPutAll() local 216 toPut.put("one", 1); in testBuilderPutAll() 217 toPut.put("two", 2); in testBuilderPutAll() 218 toPut.put("three", 3); in testBuilderPutAll() 224 .putAll(toPut) in testBuilderPutAll()
|
D | ImmutableSortedMapTest.java | 271 Map<String, Integer> toPut = new LinkedHashMap<String, Integer>(); in testBuilderPutAll() local 272 toPut.put("one", 1); in testBuilderPutAll() 273 toPut.put("two", 2); in testBuilderPutAll() 274 toPut.put("three", 3); in testBuilderPutAll() 281 .putAll(toPut) in testBuilderPutAll()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSetMultimapTest.java | 142 Multimap<String, Integer> toPut = LinkedListMultimap.create(); in testBuilderPutAllMultimap() local 143 toPut.put("foo", 1); in testBuilderPutAllMultimap() 144 toPut.put("bar", 4); in testBuilderPutAllMultimap() 145 toPut.put("foo", 2); in testBuilderPutAllMultimap() 146 toPut.put("foo", 3); in testBuilderPutAllMultimap() 153 builder.putAll(toPut); in testBuilderPutAllMultimap() 182 Multimap<String, Integer> toPut = LinkedListMultimap.create(); in testBuilderPutAllMultimapWithDuplicates() local 183 toPut.put("foo", 1); in testBuilderPutAllMultimapWithDuplicates() 184 toPut.put("bar", 4); in testBuilderPutAllMultimapWithDuplicates() 185 toPut.put("foo", 2); in testBuilderPutAllMultimapWithDuplicates() [all …]
|
D | ImmutableListMultimapTest.java | 144 Multimap<String, Integer> toPut = LinkedListMultimap.create(); in testBuilderPutAllMultimap() local 145 toPut.put("foo", 1); in testBuilderPutAllMultimap() 146 toPut.put("bar", 4); in testBuilderPutAllMultimap() 147 toPut.put("foo", 2); in testBuilderPutAllMultimap() 148 toPut.put("foo", 3); in testBuilderPutAllMultimap() 155 builder.putAll(toPut); in testBuilderPutAllMultimap() 188 Multimap<String, Integer> toPut = LinkedListMultimap.create(); in testBuilderPutAllMultimapWithDuplicates() local 189 toPut.put("foo", 1); in testBuilderPutAllMultimapWithDuplicates() 190 toPut.put("bar", 4); in testBuilderPutAllMultimapWithDuplicates() 191 toPut.put("foo", 2); in testBuilderPutAllMultimapWithDuplicates() [all …]
|
D | ImmutableBiMapTest.java | 198 Map<String, Integer> toPut = new LinkedHashMap<String, Integer>(); in testBuilderPutAll() local 199 toPut.put("one", 1); in testBuilderPutAll() 200 toPut.put("two", 2); in testBuilderPutAll() 201 toPut.put("three", 3); in testBuilderPutAll() 207 .putAll(toPut) in testBuilderPutAll()
|
D | ImmutableMapTest.java | 355 Map<String, Integer> toPut = new LinkedHashMap<String, Integer>(); in testBuilderPutAll() local 356 toPut.put("one", 1); in testBuilderPutAll() 357 toPut.put("two", 2); in testBuilderPutAll() 358 toPut.put("three", 3); in testBuilderPutAll() 364 .putAll(toPut) in testBuilderPutAll()
|
D | ImmutableSortedMapTest.java | 334 Map<String, Integer> toPut = new LinkedHashMap<String, Integer>(); in testBuilderPutAll() local 335 toPut.put("one", 1); in testBuilderPutAll() 336 toPut.put("two", 2); in testBuilderPutAll() 337 toPut.put("three", 3); in testBuilderPutAll() 344 .putAll(toPut) in testBuilderPutAll()
|
/external/icu/icu4c/source/common/ |
D | caniter.cpp | 276 UnicodeString *toPut = new UnicodeString(source); in permute() local 278 if (toPut == 0) { in permute() 282 result->put(source, toPut, status); in permute() 438 UnicodeString toPut(segment, segLen); in getEquivalents2() local 440 fillinResult->put(toPut, new UnicodeString(toPut), status); in getEquivalents2()
|