/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
D | PersistableBundles.java | 74 ArrayMap<String, Object> map = toMap(bundle); in fromBundle() 96 return (left == right) || toMap(left).equals(toMap(right)); in equals() 115 private static ArrayMap<String, Object> toMap(BaseBundle baseBundle) { in toMap() method in PersistableBundles
|
/external/opencensus-java/contrib/log_correlation/log4j2/src/test/java/io/opencensus/contrib/logcorrelation/log4j2/ |
D | OpenCensusTraceContextDataInjectorTest.java | 112 .toMap()) in insertConfigurationProperties() 141 assertThat(stringMap.toMap()) in assertContainsOnlyDefaultTracingEntries() 166 assertThat(plugin.rawContextData().toMap()) in rawContextDataWithTracingData() 199 assertThat(plugin.rawContextData().toMap()).containsExactly("myTestKey", "myTestValue"); in rawContextDataWithoutTracingData()
|
/external/testng/src/test/java/test/distributed/ |
D | DistributedTest.java | 129 verifyTests("Passed", passed, toMap(result.getPassedTests())); in twoHosts() 130 verifyTests("Failed", failed, toMap(result.getFailedTests())); in twoHosts() 131 verifyTests("Skipped", skipped, toMap(result.getSkippedTests())); in twoHosts() 162 private Map<String, ITestResult> toMap(List<ITestResult> results) { in toMap() method in DistributedTest
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | ComponentHierarchyValidator.java | 38 Maps.toMap( in validate() 106 Maps.toMap( in validateSubcomponentMethods()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | FluentIterable.java | 411 public final <V> ImmutableMap<E, V> toMap(Function<? super E, V> valueFunction) { 412 return Maps.toMap(iterable, valueFunction);
|
D | Maps.java | 919 public static <K, V> ImmutableMap<K, V> toMap(Iterable<K> keys, 921 return toMap(keys.iterator(), valueFunction); 936 public static <K, V> ImmutableMap<K, V> toMap(Iterator<K> keys,
|
/external/guava/guava/src/com/google/common/collect/ |
D | FluentIterable.java | 423 public final <V> ImmutableMap<E, V> toMap(Function<? super E, V> valueFunction) { 424 return Maps.toMap(iterable, valueFunction);
|
D | Maps.java | 1095 public static <K, V> ImmutableMap<K, V> toMap(Iterable<K> keys, 1097 return toMap(keys.iterator(), valueFunction); 1112 public static <K, V> ImmutableMap<K, V> toMap(Iterator<K> keys,
|
/external/desugar/java/com/google/devtools/common/options/ |
D | OptionsBase.java | 76 for (Map.Entry<Field, Object> entry : OptionsParser.toMap(castClass, castThis).entrySet()) { in asMap()
|
D | OptionsParserImpl.java | 82 .collect(Collectors.toMap(p -> p, OptionPriority::lowestOptionPriorityAtCategory));
|
D | OptionsParser.java | 751 public static <O extends OptionsBase> Map<Field, Object> toMap(Class<O> optionsClass, O options) { in toMap() method in OptionsParser
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | FluentIterableTest.java | 585 assertThat(fluent(1, 2, 3).toMap(Functions.toStringFunction()).entrySet()) in testToMap() 594 fluent(1, null, 2).toMap(Functions.constant("foo")); in testToMap_nullKey() 602 fluent(1, 2, 3).toMap(Functions.constant(null)); in testToMap_nullValue()
|
D | MapsTest.java | 929 ImmutableMap<String, Integer> map = Maps.toMap(strings, LENGTH_FUNCTION); in testToMap() 939 ImmutableMap<String, Integer> map = Maps.toMap(strings, LENGTH_FUNCTION); in testToMapIterator() 949 ImmutableMap<String, Integer> map = Maps.toMap(strings, LENGTH_FUNCTION); in testToMapWithDuplicateKeys() 960 Maps.toMap(strings, Functions.constant("foo")); in testToMapWithNullKeys() 969 Maps.toMap(strings, Functions.constant(null)); in testToMapWithNullValues()
|
/external/opencensus-java/contrib/log_correlation/log4j2/src/main/java/io/opencensus/contrib/logcorrelation/log4j2/ |
D | ContextDataUtils.java | 208 public Map<String, String> toMap() { in toMap() method in ContextDataUtils.UnmodifiableReadOnlyStringMap
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | MapsTest.java | 705 ImmutableMap<String, Integer> map = Maps.toMap(strings, LENGTH_FUNCTION); in testToMap() 715 ImmutableMap<String, Integer> map = Maps.toMap(strings, LENGTH_FUNCTION); in testToMapIterator() 725 ImmutableMap<String, Integer> map = Maps.toMap(strings, LENGTH_FUNCTION); in testToMapWithDuplicateKeys() 736 Maps.toMap(strings, Functions.constant("foo")); in testToMapWithNullKeys() 745 Maps.toMap(strings, Functions.constant(null)); in testToMapWithNullValues()
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | TagBalancingHtmlStreamEventReceiver.java | 295 = new ElementContainmentRelationships().toMap(); 402 private ImmutableMap<String, ElementContainmentInfo> toMap() { in toMap() method in TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships
|
/external/turbine/javatests/com/google/turbine/deps/ |
D | DependenciesTest.java | 120 .collect(Collectors.toMap(d -> Paths.get(d.getPath()), DepsProto.Dependency::getKind)); in depsMap()
|
/external/protobuf/js/ |
D | message_test.js | 429 var soymap = jspb.Message.toMap([p1, p2], 434 var protomap = jspb.Message.toMap([p1, p2],
|
D | message.js | 943 jspb.Message.toMap = function( function in jspb.Message
|