Searched refs:toMap (Results 1 - 25 of 34) sorted by relevance

12

/external/annotation-tools/annotation-file-utilities/tests/
H A DReceivers.java77 public T map(T toMap); argument
84 public String [] map(String [] toMap) { argument
85 return toMap;
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DComponentHierarchyValidator.java38 Maps.toMap(
106 Maps.toMap(
/external/testng/src/test/java/test/distributed/
H A DDistributedTest.java129 verifyTests("Passed", passed, toMap(result.getPassedTests()));
130 verifyTests("Failed", failed, toMap(result.getFailedTests()));
131 verifyTests("Skipped", skipped, toMap(result.getSkippedTests()));
162 private Map<String, ITestResult> toMap(List<ITestResult> results) { method in class:DistributedTest
/external/desugar/java/com/google/devtools/common/options/
H A DOptionsBase.java68 // Generic O is needed to tell the type system that the toMap() call is safe.
77 for (Map.Entry<Field, Object> entry : OptionsParser.toMap(castClass, castThis).entrySet()) {
H A DOptionsParserImpl.java82 .collect(Collectors.toMap(p -> p, OptionPriority::lowestOptionPriorityAtCategory));
H A DOptionsParser.java739 public static <O extends OptionsBase> Map<Field, Object> toMap(Class<O> optionsClass, O options) { method in class:OptionsParser
759 * Given a mapping as returned by {@link #toMap}, and the options class it that its entries
764 * #toMap}.
/external/guava/guava/src/com/google/common/collect/
H A DFluentIterable.java423 public final <V> ImmutableMap<E, V> toMap(Function<? super E, V> valueFunction) { method in class:FluentIterable
424 return Maps.toMap(iterable, valueFunction);
H A DMaps.java650 * immutable <i>copy</i> instead, use {@link #toMap(Iterable, Function)}.
1095 public static <K, V> ImmutableMap<K, V> toMap(Iterable<K> keys, method in class:Maps
1097 return toMap(keys.iterator(), valueFunction);
1112 public static <K, V> ImmutableMap<K, V> toMap(Iterator<K> keys, method in class:Maps
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DFluentIterable.java411 public final <V> ImmutableMap<E, V> toMap(Function<? super E, V> valueFunction) { method in class:FluentIterable
412 return Maps.toMap(iterable, valueFunction);
H A DMaps.java645 * immutable <i>copy</i> instead, use {@link #toMap(Iterable, Function)}.
919 public static <K, V> ImmutableMap<K, V> toMap(Iterable<K> keys, method in class:Maps
921 return toMap(keys.iterator(), valueFunction);
936 public static <K, V> ImmutableMap<K, V> toMap(Iterator<K> keys, method in class:Maps
/external/guava/guava-tests/test/com/google/common/collect/
H A DFluentIterableTest.java585 assertThat(fluent(1, 2, 3).toMap(Functions.toStringFunction()).entrySet())
594 fluent(1, null, 2).toMap(Functions.constant("foo"));
602 fluent(1, 2, 3).toMap(Functions.constant(null));
H A DMapsTest.java929 ImmutableMap<String, Integer> map = Maps.toMap(strings, LENGTH_FUNCTION);
939 ImmutableMap<String, Integer> map = Maps.toMap(strings, LENGTH_FUNCTION);
949 ImmutableMap<String, Integer> map = Maps.toMap(strings, LENGTH_FUNCTION);
960 Maps.toMap(strings, Functions.constant("foo"));
969 Maps.toMap(strings, Functions.constant(null));
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DMapsTest.java705 ImmutableMap<String, Integer> map = Maps.toMap(strings, LENGTH_FUNCTION);
715 ImmutableMap<String, Integer> map = Maps.toMap(strings, LENGTH_FUNCTION);
725 ImmutableMap<String, Integer> map = Maps.toMap(strings, LENGTH_FUNCTION);
736 Maps.toMap(strings, Functions.constant("foo"));
745 Maps.toMap(strings, Functions.constant(null));
/external/turbine/javatests/com/google/turbine/deps/
H A DDependenciesTest.java121 .collect(Collectors.toMap(d -> Paths.get(d.getPath()), DepsProto.Dependency::getKind));
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTagBalancingHtmlStreamEventReceiver.java295 = new ElementContainmentRelationships().toMap();
402 private ImmutableMap<String, ElementContainmentInfo> toMap() { method in class:TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships
/external/protobuf/js/
H A Dmessage_test.js429 var soymap = jspb.Message.toMap([p1, p2],
434 var protomap = jspb.Message.toMap([p1, p2],
H A Dmessage.js943 jspb.Message.toMap = function(
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dandroid-extensions-compiler.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/jetbrains/kotlin/ org/jetbrains/kotlin/android/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 577 milliseconds

12