Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSetMultimapTest.java109 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 …]
DImmutableListMultimapTest.java120 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 …]
DImmutableBiMapTest.java157 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()
DImmutableMapTest.java215 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()
DImmutableSortedMapTest.java271 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/
DImmutableSetMultimapTest.java142 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 …]
DImmutableListMultimapTest.java144 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 …]
DImmutableBiMapTest.java198 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()
DImmutableMapTest.java355 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()
DImmutableSortedMapTest.java334 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/
Dcaniter.cpp276 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()