/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableBiMapTest.java | 121 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()
|
D | ImmutableMapTest.java | 141 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()
|
D | ImmutableSortedMapTest.java | 192 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()
|
D | MapsTest.java | 71 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();
|
D | EnumHashBiMapTest.java | 110 Collections.<Currency, String>emptyMap()); in testCreateFromMap()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableBiMapTest.java | 162 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()
|
D | ImmutableClassToInstanceMapTest.java | 75 Map<Class<?>, Object> in = Collections.emptyMap(); in testCopyOf_map_empty() 117 Map<Class<?>, Object> in = Collections.emptyMap(); in testCopyOf_imap_empty()
|
D | ImmutableMapTest.java | 281 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()
|
D | ImmutableSortedMapTest.java | 255 assertEquals(Collections.<String, Integer>emptyMap(), map); in testEmptyBuilder() 328 .putAll(Collections.<String, Integer>emptyMap()) in testBuilderPutAllWithEmptyMap() 330 assertEquals(Collections.<String, Integer>emptyMap(), map); in testBuilderPutAllWithEmptyMap() 473 = ImmutableSortedMap.copyOf(Collections.<String, Integer>emptyMap()); in testCopyOfEmptyMap() 474 assertEquals(Collections.<String, Integer>emptyMap(), copy); in testCopyOfEmptyMap()
|
D | MapsTest.java | 80 assertEquals(Collections.emptyMap(), map); in testHashMap() 176 assertEquals(Collections.emptyMap(), map); in testLinkedHashMap() 225 assertEquals(Collections.emptyMap(), map); in testIdentityHashMap() 230 assertEquals(Collections.emptyMap(), map); in testConcurrentMap() 235 assertEquals(Collections.emptyMap(), map); in testTreeMap() 241 assertEquals(Collections.emptyMap(), map); in testTreeMapDerived() 252 assertEquals(Collections.emptyMap(), map); in testTreeMapNonGeneric() 263 assertEquals(Collections.emptyMap(), map); in testTreeMapWithComparator() 281 assertEquals(Collections.emptyMap(), map); in testEnumMap() 345 = Collections.emptyMap();
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
D | MapPutAllTester.java | 62 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/ |
D | CurrencyData.java | 118 return Collections.emptyMap(); in symbolMap() 123 return Collections.emptyMap(); in nameMap() 134 return Collections.emptyMap(); in getUnitPatterns()
|
D | PluralRulesLoader.java | 143 tempLocaleIdToCardinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps() 144 tempLocaleIdToOrdinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps() 145 tempRulesIdToEquivalentULocale = Collections.emptyMap(); in checkBuildRulesIdMaps()
|
D | LocaleIDParser.java | 635 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/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | MapPutAllTester.java | 65 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/ |
D | ExtensionRegistry.java | 316 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()
|
D | ExtensionRegistryLite.java | 145 this.extensionsByNumber = Collections.emptyMap(); in ExtensionRegistryLite() 157 this.extensionsByNumber = Collections.emptyMap(); in ExtensionRegistryLite()
|
D | SmallSortedMap.java | 156 this.overflowEntries = Collections.emptyMap(); 167 Collections.<K, V>emptyMap() :
|
/external/doclava/src/com/google/doclava/ |
D | ParameterInfo.java | 64 makeHDF(data, base, isLastVararg, typeVariables, Collections.<String, TypeInfo>emptyMap()); in makeHDF() 76 makeHDF(data, base, params, isVararg, typeVariables, Collections.<String, TypeInfo>emptyMap()); in makeHDF()
|
/external/messageformat/java/com/ibm/icu/simple/ |
D | PluralRulesLoader.java | 85 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/ |
D | EmptyImmutableBiMap.java | 31 super(Collections.emptyMap()); in EmptyImmutableBiMap()
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableSortedMap.java | 69 static <K, V> ImmutableSortedMap<K, V> emptyMap(Comparator<? super K> comparator) { in emptyMap() method in ImmutableSortedMap 82 return emptyMap(comparator); in fromSortedEntries() 101 return emptyMap(keySet.comparator()); in from()
|
D | RegularImmutableSortedMap.java | 104 return emptyMap(comparator()); in getSubMap()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | TestsForMapsInJavaUtil.java | 95 return Collections.emptyMap(); in testsForEmptyMap()
|
D | DerivedCollectionGenerators.java | 480 SortedMap<K, V> emptyMap = delegate.create(); in SortedMapSubmapTestMapGenerator() local 481 this.entryComparator = Helpers.entryComparator(emptyMap.comparator()); in SortedMapSubmapTestMapGenerator()
|