/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
MultiLayoutVerificationTest.java | 43 "/app/src/main/res/layout/with_class_name.xml", toMap(KEY_CLASS_NAME, 46 "/app/src/main/res/layout-land/with_class_name.xml", toMap(KEY_CLASS_NAME, 99 "/app/src/main/res/layout/layout_with_variable_type.xml", toMap(KEY_CLASS_TYPE, 102 "/app/src/main/res/layout-land/layout_with_variable_type.xml", toMap(KEY_CLASS_TYPE, 152 "/app/src/main/res/layout/layout_with_import_type.xml", toMap(KEY_IMPORT_TYPE, 155 "/app/src/main/res/layout-land/layout_with_import_type.xml", toMap(KEY_IMPORT_TYPE, 205 "/app/src/main/res/layout/foo.xml", toMap(KEY_INCLUDE_ID, "sharedId")); 207 "/app/src/main/res/layout-land/foo.xml", toMap(KEY_VIEW_ID, "sharedId"));
|
SimpleCompilationTest.java | 221 prepareApp(toMap(KEY_DEPENDENCIES, "compile project(':module1')", 223 prepareModule("module1", "com.example.module1", toMap()); 233 prepareApp(toMap(KEY_DEPENDENCIES, "compile project(':module1')", 235 prepareModule("module1", "com.example.module1", toMap( 244 toMap()); 251 prepareApp(toMap(KEY_DEPENDENCIES, "compile project(':module1')", 254 prepareModule("module1", "com.example.module1", toMap(KEY_DEPENDENCIES, 256 prepareModule("module2", "com.example.module2", toMap());
|
BaseCompilationTest.java | 148 protected static Map<String, String> toMap(String... keysAndValues) {
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ComponentHierarchyValidator.java | 38 Maps.toMap( 106 Maps.toMap(
|
/external/testng/src/test/java/test/distributed/ |
DistributedTest.java | 129 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) {
|
/external/guava/guava/src/com/google/common/collect/ |
FluentIterable.java | 423 public final <V> ImmutableMap<E, V> toMap(Function<? super E, V> valueFunction) { 424 return Maps.toMap(iterable, valueFunction);
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
FluentIterable.java | 411 public final <V> ImmutableMap<E, V> toMap(Function<? super E, V> valueFunction) { 412 return Maps.toMap(iterable, valueFunction);
|
Maps.java | 645 * immutable <i>copy</i> instead, use {@link #toMap(Iterable, Function)}. 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, [all...] |
/libcore/ojluni/src/main/java/java/util/stream/ |
Collectors.java | 125 * {@link #toMap(Function, Function, BinaryOperator) toMap()}, which always [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/ |
kotlin-stdlib-1.0.0-beta-4584.jar | |
/prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/ |
kotlin-stdlib-1.0.0-beta-4584.jar | |
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
TabulatorsTest.java | 61 import static java.util.stream.Collectors.toMap; 410 exerciseMapTabulation(data, toMap(keyFn, valueFn), 420 exerciseMapTabulation(data, toMap(keyFn, valueFn, op), 423 exerciseMapTabulation(data, toMap(keyFn, valueFn, op, TreeMap::new),
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.12.613/ |
kotlin-stdlib-0.12.613.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1513/ |
kotlin-stdlib-0.13.1513.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1514/ |
kotlin-stdlib-0.13.1514.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-1103/ |
kotlin-stdlib-1.0.0-beta-1103.jar | |
/external/guava/guava-tests/test/com/google/common/collect/ |
FluentIterableTest.java | 585 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));
|
MapsTest.java | [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
MapsTest.java | 705 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)); [all...] |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
TagBalancingHtmlStreamEventReceiver.java | 295 = new ElementContainmentRelationships().toMap(); 402 private ImmutableMap<String, ElementContainmentInfo> toMap() { [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/ |
kotlin-stdlib-1.0.0-rc-1036.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/ |
kotlin-stdlib-1.0.0.jar | |
/prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/ |
kotlin-stdlib-1.0.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar | |