Home
last modified time | relevance | path

Searched refs:emptyMap (Results 1 – 25 of 70) sorted by relevance

123

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableBiMapTest.java121 assertEquals(Collections.<String, Integer>emptyMap(), map); in testEmptyBuilder()
122 assertEquals(Collections.<Integer, String>emptyMap(), map.inverse()); in testEmptyBuilder()
151 .putAll(Collections.<String, Integer>emptyMap()) in testBuilderPutAllWithEmptyMap()
153 assertEquals(Collections.<String, Integer>emptyMap(), map); in testBuilderPutAllWithEmptyMap()
317 = ImmutableBiMap.copyOf(Collections.<String, Integer>emptyMap()); in testCopyOfEmptyMap()
318 assertEquals(Collections.<String, Integer>emptyMap(), copy); in testCopyOfEmptyMap()
343 assertEquals(Collections.<String, Integer>emptyMap(), bimap); in testEmpty()
344 assertEquals(Collections.<String, Integer>emptyMap(), bimap.inverse()); in testEmpty()
DImmutableMapTest.java141 assertEquals(Collections.<String, Integer>emptyMap(), map); in testEmptyBuilder()
209 .putAll(Collections.<String, Integer>emptyMap()) in testBuilderPutAllWithEmptyMap()
211 assertEquals(Collections.<String, Integer>emptyMap(), map); in testBuilderPutAllWithEmptyMap()
401 = ImmutableMap.copyOf(Collections.<String, Integer>emptyMap()); in testCopyOfEmptyMap()
402 assertEquals(Collections.<String, Integer>emptyMap(), copy); in testCopyOfEmptyMap()
DImmutableSortedMapTest.java192 assertEquals(Collections.<String, Integer>emptyMap(), map); in testEmptyBuilder()
265 .putAll(Collections.<String, Integer>emptyMap()) in testBuilderPutAllWithEmptyMap()
267 assertEquals(Collections.<String, Integer>emptyMap(), map); in testBuilderPutAllWithEmptyMap()
410 = ImmutableSortedMap.copyOf(Collections.<String, Integer>emptyMap()); in testCopyOfEmptyMap()
411 assertEquals(Collections.<String, Integer>emptyMap(), copy); in testCopyOfEmptyMap()
DMapsTest.java71 assertEquals(Collections.emptyMap(), map); in testHashMap()
118 assertEquals(Collections.emptyMap(), map); in testLinkedHashMap()
167 assertEquals(Collections.emptyMap(), map); in testIdentityHashMap()
172 assertEquals(Collections.emptyMap(), map); in testConcurrentMap()
177 assertEquals(Collections.emptyMap(), map); in testTreeMap()
183 assertEquals(Collections.emptyMap(), map); in testTreeMapDerived()
194 assertEquals(Collections.emptyMap(), map); in testTreeMapNonGeneric()
205 assertEquals(Collections.emptyMap(), map); in testTreeMapWithComparator()
223 assertEquals(Collections.emptyMap(), map); in testEnumMap()
282 = Collections.emptyMap();
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableBiMapTest.java162 assertEquals(Collections.<String, Integer>emptyMap(), map); in testEmptyBuilder()
163 assertEquals(Collections.<Integer, String>emptyMap(), map.inverse()); in testEmptyBuilder()
192 .putAll(Collections.<String, Integer>emptyMap()) in testBuilderPutAllWithEmptyMap()
194 assertEquals(Collections.<String, Integer>emptyMap(), map); in testBuilderPutAllWithEmptyMap()
358 = ImmutableBiMap.copyOf(Collections.<String, Integer>emptyMap()); in testCopyOfEmptyMap()
359 assertEquals(Collections.<String, Integer>emptyMap(), copy); in testCopyOfEmptyMap()
384 assertEquals(Collections.<String, Integer>emptyMap(), bimap); in testEmpty()
385 assertEquals(Collections.<String, Integer>emptyMap(), bimap.inverse()); in testEmpty()
DImmutableMapTest.java281 assertEquals(Collections.<String, Integer>emptyMap(), map); in testEmptyBuilder()
349 .putAll(Collections.<String, Integer>emptyMap()) in testBuilderPutAllWithEmptyMap()
351 assertEquals(Collections.<String, Integer>emptyMap(), map); in testBuilderPutAllWithEmptyMap()
541 = ImmutableMap.copyOf(Collections.<String, Integer>emptyMap()); in testCopyOfEmptyMap()
542 assertEquals(Collections.<String, Integer>emptyMap(), copy); in testCopyOfEmptyMap()
DImmutableClassToInstanceMapTest.java75 Map<Class<?>, Object> in = Collections.emptyMap(); in testCopyOf_map_empty()
117 Map<Class<?>, Object> in = Collections.emptyMap(); in testCopyOf_imap_empty()
DImmutableSortedMapTest.java269 assertEquals(Collections.<String, Integer>emptyMap(), map); in testEmptyBuilder()
342 .putAll(Collections.<String, Integer>emptyMap()) in testBuilderPutAllWithEmptyMap()
344 assertEquals(Collections.<String, Integer>emptyMap(), map); in testBuilderPutAllWithEmptyMap()
487 = ImmutableSortedMap.copyOf(Collections.<String, Integer>emptyMap()); in testCopyOfEmptyMap()
488 assertEquals(Collections.<String, Integer>emptyMap(), copy); in testCopyOfEmptyMap()
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
DMapPutAllTester.java62 getMap().putAll(emptyMap()); in testPutAll_supportedNothing()
69 getMap().putAll(emptyMap()); in testPutAll_unsupportedNothing()
185 private Map<K, V> emptyMap() { in emptyMap() method in MapPutAllTester
186 return Collections.emptyMap(); in emptyMap()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCurrencyData.java118 return Collections.emptyMap(); in symbolMap()
123 return Collections.emptyMap(); in nameMap()
134 return Collections.emptyMap(); in getUnitPatterns()
DPluralRulesLoader.java142 tempLocaleIdToCardinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps()
143 tempLocaleIdToOrdinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps()
144 tempRulesIdToEquivalentULocale = Collections.emptyMap(); in checkBuildRulesIdMaps()
DLocaleIDParser.java635 keywords = m != null ? m : Collections.<String, String>emptyMap(); in getKeywordMap()
708 keywords = Collections.<String, String>emptyMap(); in setKeywordValue()
736 keywords = Collections.<String, String>emptyMap(); in setKeywordValue()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCurrencyData.java122 return Collections.emptyMap(); in symbolMap()
127 return Collections.emptyMap(); in nameMap()
138 return Collections.emptyMap(); in getUnitPatterns()
DPluralRulesLoader.java144 tempLocaleIdToCardinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps()
145 tempLocaleIdToOrdinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps()
146 tempRulesIdToEquivalentULocale = Collections.emptyMap(); in checkBuildRulesIdMaps()
DLocaleIDParser.java637 keywords = m != null ? m : Collections.<String, String>emptyMap(); in getKeywordMap()
710 keywords = Collections.<String, String>emptyMap(); in setKeywordValue()
738 keywords = Collections.<String, String>emptyMap(); in setKeywordValue()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapPutAllTester.java65 getMap().putAll(emptyMap()); in testPutAll_supportedNothing()
72 getMap().putAll(emptyMap()); in testPutAll_unsupportedNothing()
188 private Map<K, V> emptyMap() { in emptyMap() method in MapPutAllTester
189 return Collections.emptyMap(); in emptyMap()
/external/protobuf/java/src/main/java/com/google/protobuf/
DExtensionRegistry.java316 Collections.<String, ExtensionInfo>emptyMap(); in ExtensionRegistry()
318 Collections.<String, ExtensionInfo>emptyMap(); in ExtensionRegistry()
320 Collections.<DescriptorIntPair, ExtensionInfo>emptyMap(); in ExtensionRegistry()
322 Collections.<DescriptorIntPair, ExtensionInfo>emptyMap(); in ExtensionRegistry()
DExtensionRegistryLite.java145 this.extensionsByNumber = Collections.emptyMap(); in ExtensionRegistryLite()
157 this.extensionsByNumber = Collections.emptyMap(); in ExtensionRegistryLite()
/external/testng/src/test/java/test/mustache/
DMustacheTest.java50 Collections.emptyMap(), in dp()
56 Collections.emptyMap(), in dp()
/external/doclava/src/com/google/doclava/
DParameterInfo.java71 makeHDF(data, base, isLastVararg, typeVariables, Collections.<String, TypeInfo>emptyMap()); in makeHDF()
83 makeHDF(data, base, params, isVararg, typeVariables, Collections.<String, TypeInfo>emptyMap()); in makeHDF()
/external/messageformat/java/com/ibm/icu/simple/
DPluralRulesLoader.java85 tempLocaleIdToCardinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps()
86 tempLocaleIdToOrdinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DEmptyImmutableBiMap.java31 super(Collections.emptyMap()); in EmptyImmutableBiMap()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
DLocaleIDParser.java635 keywords = m != null ? m : Collections.<String, String>emptyMap(); in getKeywordMap()
708 keywords = Collections.<String, String>emptyMap(); in setKeywordValue()
736 keywords = Collections.<String, String>emptyMap(); in setKeywordValue()
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java389 final Map<String, String> emptyMap = Collections.emptyMap(); in forwardFinalizedPendingResult() local
390 mSink.testEnded(testId, emptyMap); in forwardFinalizedPendingResult()
1646 Map <String, String> emptyMap = Collections.emptyMap(); in fakePassTests() local
1650 listener.testEnded(test, emptyMap); in fakePassTests()
1999 final Map<String, String> emptyMap = Collections.emptyMap(); in run() local
2037 listener.testRunEnded(0, emptyMap); in run()
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedMap.java70 static <K, V> ImmutableSortedMap<K, V> emptyMap(Comparator<? super K> comparator) { in emptyMap() method in ImmutableSortedMap
83 return emptyMap(comparator); in fromSortedEntries()
102 return emptyMap(keySet.comparator()); in from()

123