OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toPut
(Results
1 - 7
of
7
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
ImmutableListMultimapTest.java
112
Multimap<String, Integer>
toPut
= LinkedListMultimap.create();
113
toPut
.put("foo", 1);
114
toPut
.put("bar", 4);
115
toPut
.put("foo", 2);
116
toPut
.put("foo", 3);
123
builder.putAll(
toPut
);
156
Multimap<String, Integer>
toPut
= LinkedListMultimap.create();
157
toPut
.put("foo", 1);
158
toPut
.put("bar", 4);
159
toPut
.put("foo", 2)
[
all
...]
ImmutableSetMultimapTest.java
112
Multimap<String, Integer>
toPut
= LinkedListMultimap.create();
113
toPut
.put("foo", 1);
114
toPut
.put("bar", 4);
115
toPut
.put("foo", 2);
116
toPut
.put("foo", 3);
123
builder.putAll(
toPut
);
152
Multimap<String, Integer>
toPut
= LinkedListMultimap.create();
153
toPut
.put("foo", 1);
154
toPut
.put("bar", 4);
155
toPut
.put("foo", 2)
[
all
...]
ImmutableBiMapTest.java
256
Map<String, Integer>
toPut
= new LinkedHashMap<String, Integer>();
257
toPut
.put("one", 1);
258
toPut
.put("two", 2);
259
toPut
.put("three", 3);
265
.putAll(
toPut
)
ImmutableMapTest.java
359
Map<String, Integer>
toPut
= new LinkedHashMap<String, Integer>();
360
toPut
.put("one", 1);
361
toPut
.put("two", 2);
362
toPut
.put("three", 3);
368
.putAll(
toPut
)
ImmutableSortedMapTest.java
397
Map<String, Integer>
toPut
= new LinkedHashMap<String, Integer>();
398
toPut
.put("one", 1);
399
toPut
.put("two", 2);
400
toPut
.put("three", 3);
407
.putAll(
toPut
)
/external/chromium_org/third_party/icu/source/common/
caniter.cpp
276
UnicodeString *
toPut
= new UnicodeString(source);
278
if (
toPut
== 0) {
282
result->put(source,
toPut
, status);
438
UnicodeString
toPut
(segment, segLen);
440
fillinResult->put(
toPut
, new UnicodeString(
toPut
), status);
/external/icu/icu4c/source/common/
caniter.cpp
276
UnicodeString *
toPut
= new UnicodeString(source);
278
if (
toPut
== 0) {
282
result->put(source,
toPut
, status);
438
UnicodeString
toPut
(segment, segLen);
440
fillinResult->put(
toPut
, new UnicodeString(
toPut
), status);
Completed in 257 milliseconds