Home
last modified time | relevance | path

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

12345

/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/cldr/tools/java/org/unicode/cldr/test/
DEmojiSubdivisionNames.java41 localeToNameToSubdivisionId.put("root", Collections.emptyMap());
50 result = Collections.emptyMap(); in getSubdivisionIdToName()
62 result = Collections.emptyMap(); in getNameToSubdivisionPath()
85 _nameToSubdivisionId = _nameToSubdivisionId.isEmpty() ? Collections.emptyMap() in load()
87 _subdivisionIdToName = _subdivisionIdToName.isEmpty() ? Collections.emptyMap() in load()
/external/opencensus-java/contrib/zpages/src/test/java/io/opencensus/contrib/zpages/
DTracezZPageHandlerTest.java81 tracezZPageHandler.emitHtml(Collections.emptyMap(), output); in emitSummaryTableForEachSpan()
94 tracezZPageHandler.emitHtml(Collections.emptyMap(), output); in linksForActiveRequests_InSummaryTable()
112 tracezZPageHandler.emitHtml(Collections.emptyMap(), output); in linksForSampledRequests_InSummaryTable()
134 tracezZPageHandler.emitHtml(Collections.emptyMap(), output); in linksForFailedRequests_InSummaryTable()
/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()
/external/opencensus-java/api/src/test/java/io/opencensus/trace/
DAnnotationTest.java46 Annotation.fromDescriptionAndAttributes(null, Collections.<String, AttributeValue>emptyMap()); in fromDescriptionAndAttributes_NullDescription()
68 "MyAnnotationText", Collections.<String, AttributeValue>emptyMap()); in fromDescriptionAndAttributes_EmptyAttributes()
83 "MyAnnotationText", Collections.<String, AttributeValue>emptyMap())) in annotation_EqualsAndHashCode()
/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/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DIntervalBucketTest.java96 bucket.record(tagValues1, 5.0, Collections.<String, String>emptyMap(), START); in testRecord()
97 bucket.record(tagValues1, 15.0, Collections.<String, String>emptyMap(), START); in testRecord()
98 bucket.record(tagValues2, 10.0, Collections.<String, String>emptyMap(), START); in testRecord()
DMutableAggregationTest.java124 aggregation.add(value, Collections.<String, String>emptyMap(), TIMESTAMP); in testAdd()
213 aggregation.add(val, Collections.<String, String>emptyMap(), TIMESTAMP); in testCombine_SumCountMean()
218 aggregation.add(val, Collections.<String, String>emptyMap(), TIMESTAMP); in testCombine_SumCountMean()
249 distribution1.add(val, Collections.<String, String>emptyMap(), TIMESTAMP); in testCombine_Distribution()
252 distribution2.add(val, Collections.<String, String>emptyMap(), TIMESTAMP); in testCombine_Distribution()
255 distribution3.add(val, Collections.<String, String>emptyMap(), TIMESTAMP); in testCombine_Distribution()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCurrencyData.java185 return Collections.emptyMap(); in symbolMap()
190 return Collections.emptyMap(); in nameMap()
201 return Collections.emptyMap(); in getUnitPatterns()
DPluralRulesLoader.java146 tempLocaleIdToCardinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps()
147 tempLocaleIdToOrdinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps()
148 tempRulesIdToEquivalentULocale = Collections.emptyMap(); in checkBuildRulesIdMaps()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCurrencyData.java159 return Collections.emptyMap(); in symbolMap()
164 return Collections.emptyMap(); in nameMap()
175 return Collections.emptyMap(); in getUnitPatterns()
DPluralRulesLoader.java144 tempLocaleIdToCardinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps()
145 tempLocaleIdToOrdinalRulesId = Collections.emptyMap(); in checkBuildRulesIdMaps()
146 tempRulesIdToEquivalentULocale = Collections.emptyMap(); in checkBuildRulesIdMaps()
/external/volley/src/test/java/com/android/volley/toolbox/
DHurlStackTest.java203 new TestRequest.Get(), Collections.<String, String>emptyMap()); in executeRequestClosesConnection_connectionError()
215 new TestRequest.Get(), Collections.<String, String>emptyMap()); in executeRequestClosesConnection_invalidResponseCode()
225 mHurlStack.executeRequest(new TestRequest.Get(), Collections.<String, String>emptyMap()); in executeRequestClosesConnection_noResponseBody()
236 new TestRequest.Get(), Collections.<String, String>emptyMap()); in executeRequestClosesConnection_hasResponseBody()
/external/testng/src/test/java/test/mustache/
DMustacheTest.java50 Collections.emptyMap(), in dp()
56 Collections.emptyMap(), in dp()
/external/opencensus-java/api/src/test/java/io/opencensus/trace/export/
DNoopSampledSpanStoreTest.java36 Collections.<SampledSpanStore.LatencyBucketBoundaries, Integer>emptyMap(),
37 Collections.<CanonicalCode, Integer>emptyMap());
/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/catch2/projects/SelfTest/UsageTests/
DToStringGeneral.tests.cpp61 std::map<std::string, int> emptyMap; variable
63 REQUIRE( Catch::Detail::stringify( emptyMap ) == "{ }" );
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/metrics/
DDerivedDoubleGaugeImpl.java52 Collections.<List<LabelValue>, PointWithFunction>emptyMap();
106 registeredPoints = Collections.<List<LabelValue>, PointWithFunction>emptyMap(); in clear()
DDerivedLongGaugeImpl.java52 Collections.<List<LabelValue>, PointWithFunction>emptyMap();
104 registeredPoints = Collections.<List<LabelValue>, PointWithFunction>emptyMap(); in clear()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DEmptyImmutableBiMap.java31 super(Collections.emptyMap()); in EmptyImmutableBiMap()

12345