/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/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/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ComponentHierarchyValidator.java | 38 Maps.toMap( 106 Maps.toMap(
|
/libcore/ojluni/src/main/java/java/util/stream/ |
Collectors.java | 125 * {@link #toMap(Function, Function, BinaryOperator) toMap()}, which always [all...] |
/ndk/sources/android/support/src/musl-locale/ |
iconv.c | 165 const unsigned char *tomap = charmaps+to+1; local 172 unsigned char totype = tomap[-1]; 406 if (d == legacy_chars[ tomap[c*5/4]>>2*c%8 | 407 tomap[c*5/4+1]<<8-2*c%8 & 1023 ]) {
|
/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),
|
/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/v8/src/heap/ |
scavenger.cc | 400 Map* map = first_word.ToMap();
|
heap.cc | [all...] |
/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);
|
Maps.java | 650 * immutable <i>copy</i> instead, use {@link #toMap(Iterable, Function)}. [all...] |
/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...] |
/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/0.13.1514/ |
kotlin-stdlib-0.13.1514.jar | |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/ |
string.js | 891 // TODO(arv): It seems like we should have a generic goog.array.toMap. But do 893 goog.string.toMap = function(s) { [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/ |
kotlin-stdlib-1.0.2.jar | |
/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 | |
/external/guice/extensions/persist/lib/ |
hibernate3.jar | |