/external/turbine/javatests/com/google/turbine/deps/ |
D | TransitiveTest.java | 19 import static com.google.common.collect.ImmutableList.toImmutableList; 38 .setSources(sources.stream().map(Path::toString).collect(toImmutableList())) in runTurbine() 39 .setClassPath(classpath.stream().map(Path::toString).collect(toImmutableList())) in runTurbine()
|
/external/turbine/javatests/com/google/turbine/testing/ |
D | TestClassPaths.java | 19 import static com.google.common.collect.ImmutableList.toImmutableList; 47 .collect(toImmutableList()); 71 BOOTCLASSPATH.stream().map(Path::toString).collect(toImmutableList())); in optionsWithBootclasspath()
|
/external/turbine/javatests/com/google/turbine/processing/ |
D | TurbineElementsGetAllMembersTest.java | 19 import static com.google.common.collect.ImmutableList.toImmutableList; 242 .collect(toImmutableList()); in parameters() 266 .collect(toImmutableList()); in test() 291 .collect(toImmutableList()); in formatElements()
|
D | ProcessingIntegrationTest.java | 19 import static com.google.common.collect.ImmutableList.toImmutableList; 91 .collect(toImmutableList()); in crash() 157 .collect(toImmutableList()); in warnings() 172 e.diagnostics().stream().map(d -> d.message()).collect(toImmutableList()); in warnings() 234 .collect(toImmutableList()); in resources() 277 .collect(toImmutableList()); in getAllAnnotations()
|
D | TurbineMessagerTest.java | 19 import static com.google.common.collect.ImmutableList.toImmutableList; 199 .collect(toImmutableList()); in test() 206 .collect(toImmutableList()); in test() 227 .collect(toImmutableList()); in test()
|
D | TurbineElementTest.java | 19 import static com.google.common.collect.ImmutableList.toImmutableList; 108 .collect(toImmutableList())) in interfaces() 115 assertThat(e.getTypeParameters().stream().map(Object::toString).collect(toImmutableList())) in typeParameters() 129 .collect(toImmutableList())) in enclosed()
|
/external/dagger2/java/dagger/hilt/android/processor/internal/customtestapplication/ |
D | CustomTestApplicationMetadata.java | 19 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableList; 93 .collect(toImmutableList()); in getBaseElement() 106 .collect(toImmutableList()); in getBaseElement() 119 .collect(toImmutableList()); in getBaseElement()
|
/external/dagger2/java/dagger/internal/codegen/base/ |
D | ModuleAnnotation.java | 23 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableList; 65 .collect(toImmutableList()); in includes() 84 .collect(toImmutableList()); in subcomponents()
|
D | MoreAnnotationMirrors.java | 21 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableList; 71 .collect(toImmutableList()); in getTypeListValue()
|
D | ComponentAnnotation.java | 24 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableList; 98 return dependencyValues().stream().map(MoreAnnotationValues::asType).collect(toImmutableList()); in dependencyTypes() 115 return moduleValues().stream().map(MoreAnnotationValues::asType).collect(toImmutableList()); in moduleTypes()
|
/external/dagger2/java/dagger/hilt/processor/internal/ |
D | ComponentTree.java | 19 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableList; 81 .collect(toImmutableList()); in ComponentTree() 86 roots.stream().map(ComponentDescriptor::component).collect(toImmutableList())); in ComponentTree()
|
D | ComponentGenerator.java | 19 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableList; 76 this.modules = modules.stream().sorted(SIMPLE_NAME_SORTER).collect(toImmutableList()); in ComponentGenerator() 77 this.entryPoints = entryPoints.stream().sorted(TYPE_NAME_SORTER).collect(toImmutableList()); in ComponentGenerator()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/api/ |
D | AllTests.java | 3 import static com.google.common.collect.ImmutableList.toImmutableList; 28 .collect(toImmutableList()).toArray(new String[0]); in getTestClassNames()
|
/external/auto/value/src/main/java/com/google/auto/value/extension/serializable/processor/ |
D | SerializableAutoValueExtension.java | 19 import static com.google.common.collect.ImmutableList.toImmutableList; 109 .collect(toImmutableList()); in Generator() 113 .collect(toImmutableList()); in Generator() 166 .collect(toImmutableList()); in writeReplace() 257 .collect(toImmutableList()); in properties() 289 propertyMirrors.stream().map(this::resolve).collect(toImmutableList()), ", ")) in readResolve()
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | RbValue.java | 6 import static com.google.common.collect.ImmutableList.toImmutableList; 35 return new RbValue(elements.collect(toImmutableList()), 1); in of()
|
/external/dagger2/java/dagger/internal/codegen/componentgenerator/ |
D | MethodSignature.java | 19 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableList; 54 return types.stream().map(MoreTypes.equivalence()::wrap).collect(toImmutableList()); in wrapInEquivalence()
|
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/ |
D | NullableBindingValidator.java | 20 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableList; 68 .collect(toImmutableList()); in nullableBindings()
|
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/ |
D | StringWrapperIntegrationTest.java | 17 import static com.google.common.collect.ImmutableList.toImmutableList; 378 .collect(toImmutableList()); in parameters() method in StringWrapperIntegrationTest
|
/external/dagger2/java/dagger/hilt/android/processor/internal/uninstallmodules/ |
D | UninstallModulesProcessor.java | 19 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableList; 69 .collect(toImmutableList()); in processEach()
|
/external/dagger2/java/dagger/hilt/processor/internal/root/ |
D | RootProcessor.java | 20 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableList; 124 .collect(toImmutableList()); in postRoundProcess() 141 .collect(toImmutableList()); in postRoundProcess()
|
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/ |
D | AggregatedDepsProcessor.java | 24 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableList; 178 .collect(toImmutableList()); in processModule() 216 .collect(toImmutableList()); in processModule() 230 .collect(toImmutableList()); in processModule() 252 .collect(toImmutableList()); in processModule() 266 .collect(toImmutableList()); in processModule()
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
D | RegexTransformer.java | 7 import static com.google.common.collect.ImmutableList.toImmutableList; 67 rules.stream().flatMap(Rule::getFallbackFunctions).collect(toImmutableList()); in RegexTransformer() 140 .collect(toImmutableList()); in getFallbackResultsFor()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PreferredAndAllowedHour.java | 6 import static com.google.common.collect.ImmutableList.toImmutableList; 78 this.allowed = allowedStyles.map(HourStyle::valueOf).collect(toImmutableList()); in PreferredAndAllowedHour()
|
/external/auto/common/src/test/java/com/google/auto/common/ |
D | AnnotationValuesTest.java | 18 import static com.google.common.collect.ImmutableList.toImmutableList; 204 .collect(toImmutableList()); in getAnnotationMirrors() 211 .collect(toImmutableList()); in getAnnotationMirrors() 355 .collect(toImmutableList()); in getEnumNames()
|
/external/dagger2/java/dagger/internal/codegen/ |
D | AssistedFactoryProcessingStep.java | 25 import static dagger.internal.codegen.extension.DaggerStreams.toImmutableList; 281 .collect(toImmutableList())); in write() 324 .collect(toImmutableList())) in write() 356 .collect(toImmutableList()) in delegateFactoryTypeName()
|