Home
last modified time | relevance | path

Searched refs:emptyMap (Results 1 – 25 of 71) 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()
/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()
DImmutableClassToInstanceMapTest.java75 Map<Class<?>, Object> in = Collections.emptyMap(); in testCopyOf_map_empty()
117 Map<Class<?>, Object> in = Collections.emptyMap(); in testCopyOf_imap_empty()
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()
/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/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/core/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/r8/src/main/java/com/android/tools/r8/shaking/
DReasonPrinter.java234 super(Collections.emptySet(), Collections.emptyMap(), Collections.emptyMap(), in NoOpReasonPrinter()
235 Collections.emptyMap(), Collections.emptyMap()); in NoOpReasonPrinter()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCurrencyData.java153 return Collections.emptyMap(); in symbolMap()
158 return Collections.emptyMap(); in nameMap()
169 return Collections.emptyMap(); in getUnitPatterns()
DPluralRulesLoader.java146 tempLocaleIdToCardinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps()
147 tempLocaleIdToOrdinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps()
148 tempRulesIdToEquivalentULocale = Collections.emptyMap(); in checkBuildRulesIdMaps()
DLocaleIDParser.java640 keywords = m != null ? m : Collections.<String, String>emptyMap(); in getKeywordMap()
713 keywords = Collections.<String, String>emptyMap(); in setKeywordValue()
741 keywords = Collections.<String, String>emptyMap(); in setKeywordValue()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCurrencyData.java149 return Collections.emptyMap(); in symbolMap()
154 return Collections.emptyMap(); in nameMap()
165 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.java638 keywords = m != null ? m : Collections.<String, String>emptyMap(); in getKeywordMap()
711 keywords = Collections.<String, String>emptyMap(); in setKeywordValue()
739 keywords = Collections.<String, String>emptyMap(); in setKeywordValue()
/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/volley/src/main/java/com/android/volley/
DCache.java87 public Map<String, String> responseHeaders = Collections.emptyMap();
DNetworkResponse.java51 this(HttpStatus.SC_OK, data, Collections.<String, String>emptyMap(), false, 0); in NetworkResponse()
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexDebugEventBuilder.java130 pendingLocals = Int2ReferenceMaps.emptyMap(); in updateBlockEntry()
146 emittedLocals = Int2ReferenceMaps.emptyMap(); in initialize()
147 lastKnownLocals = Int2ReferenceMaps.emptyMap(); in initialize()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
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()

123