/external/dagger2/javatests/dagger/internal/codegen/ |
D | AheadOfTimeSubcomponentsTest.java | 24 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 64 IMPORT_GENERATED_ANNOTATION, in missingBindings_fromComponentMethod() 109 IMPORT_GENERATED_ANNOTATION, in missingBindings_fromComponentMethod() 163 IMPORT_GENERATED_ANNOTATION, in missingBindings_dependsOnBindingWithMatchingComponentMethod() 215 IMPORT_GENERATED_ANNOTATION, in missingBindings_dependsOnMissingBinding() 264 IMPORT_GENERATED_ANNOTATION, in missingBindings_dependsOnMissingBinding() 351 IMPORT_GENERATED_ANNOTATION, in missingBindings_satisfiedInGreatAncestor() 409 IMPORT_GENERATED_ANNOTATION, in moduleInstanceDependency() 446 IMPORT_GENERATED_ANNOTATION, in moduleInstanceDependency() 479 IMPORT_GENERATED_ANNOTATION, in moduleInstanceDependency() [all …]
|
D | AheadOfTimeSubcomponentsMultibindingsTest.java | 27 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 79 IMPORT_GENERATED_ANNOTATION, in setMultibindings_contributionsInLeaf() 122 IMPORT_GENERATED_ANNOTATION, in setMultibindings_contributionsInAncestorOnly() 176 IMPORT_GENERATED_ANNOTATION, in setMultibindings_contributionsInAncestorOnly() 246 IMPORT_GENERATED_ANNOTATION, in setMultibindings_contributionsInLeafAndAncestor() 304 IMPORT_GENERATED_ANNOTATION, in setMultibindings_contributionsInLeafAndAncestor() 376 IMPORT_GENERATED_ANNOTATION, in setMultibindings_contributionsInLeafAndGrandAncestor() 414 IMPORT_GENERATED_ANNOTATION, in setMultibindings_contributionsInLeafAndGrandAncestor() 470 IMPORT_GENERATED_ANNOTATION, in setMultibindings_contributionsInLeafAndGrandAncestor() 545 IMPORT_GENERATED_ANNOTATION, in setMultibindings_nonComponentMethodDependency() [all …]
|
D | ModuleFactoryGeneratorTest.java | 28 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 230 IMPORT_GENERATED_ANNOTATION, in singleProvidesMethodNoArgs() 278 IMPORT_GENERATED_ANNOTATION, in singleProvidesMethodNoArgs_disableNullable() 324 IMPORT_GENERATED_ANNOTATION, in nullableProvides() 397 IMPORT_GENERATED_ANNOTATION, in multipleProvidesMethods() 468 IMPORT_GENERATED_ANNOTATION, in providesSetElement() 523 IMPORT_GENERATED_ANNOTATION, in providesSetElementWildcard() 576 IMPORT_GENERATED_ANNOTATION, in providesSetValues() 886 IMPORT_GENERATED_ANNOTATION, in genericSubclassedModule() 925 IMPORT_GENERATED_ANNOTATION, in genericSubclassedModule() [all …]
|
D | MembersInjectionTest.java | 27 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 192 IMPORT_GENERATED_ANNOTATION, in fieldAndMethodGenerics() 279 IMPORT_GENERATED_ANNOTATION, in subclassedGenericMembersInjectors() 348 IMPORT_GENERATED_ANNOTATION, in fieldInjection() 416 IMPORT_GENERATED_ANNOTATION, in methodInjection() 491 IMPORT_GENERATED_ANNOTATION, in mixedMemberInjection() 564 IMPORT_GENERATED_ANNOTATION, in injectConstructorAndMembersInjection() 625 IMPORT_GENERATED_ANNOTATION, in supertypeMembersInjection() 684 IMPORT_GENERATED_ANNOTATION, in simpleComponentWithNesting() 747 IMPORT_GENERATED_ANNOTATION, in componentWithNestingAndGeneratedType() [all …]
|
D | ElidedFactoriesTest.java | 22 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 85 IMPORT_GENERATED_ANNOTATION, in simpleComponent() 185 IMPORT_GENERATED_ANNOTATION, in simpleComponent_injectsProviderOf_dependsOnScoped() 267 IMPORT_GENERATED_ANNOTATION, in simpleComponent_injectsProviderOf_dependsOnScoped() 380 IMPORT_GENERATED_ANNOTATION, in scopedBinding_onlyUsedInSubcomponent() 440 IMPORT_GENERATED_ANNOTATION, in scopedBinding_onlyUsedInSubcomponent()
|
D | InjectConstructorFactoryGeneratorTest.java | 25 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 137 IMPORT_GENERATED_ANNOTATION, in injectConstructorOnGenericClass() 186 IMPORT_GENERATED_ANNOTATION, in fieldAndMethodGenerics() 238 IMPORT_GENERATED_ANNOTATION, in genericClassWithNoDependencies() 280 IMPORT_GENERATED_ANNOTATION, in twoGenericTypes() 332 IMPORT_GENERATED_ANNOTATION, in boundedGenerics() 401 IMPORT_GENERATED_ANNOTATION, in multipleSameTypesWithGenericsAndQualifiersAndLazies() 1021 IMPORT_GENERATED_ANNOTATION, in injectConstructor() 1068 IMPORT_GENERATED_ANNOTATION, in injectConstructorAndMembersInjection() 1118 IMPORT_GENERATED_ANNOTATION, in wildcardDependency() [all …]
|
D | MapKeyProcessorTest.java | 22 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 74 IMPORT_GENERATED_ANNOTATION, in mapKeyCreatorFile() 123 IMPORT_GENERATED_ANNOTATION, in nestedMapKeyCreatorFile()
|
D | ProductionComponentProcessorTest.java | 24 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 248 IMPORT_GENERATED_ANNOTATION, in simpleComponent() 443 IMPORT_GENERATED_ANNOTATION, in simpleComponent()
|
D | ComponentProcessorTest.java | 25 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 185 IMPORT_GENERATED_ANNOTATION, in simpleComponent() 507 IMPORT_GENERATED_ANNOTATION, in componentWithModule() 709 IMPORT_GENERATED_ANNOTATION, in transitiveModuleDeps() 894 IMPORT_GENERATED_ANNOTATION, in subcomponentNotGeneratedIfNotUsedInGraph() 1470 IMPORT_GENERATED_ANNOTATION, in ignoresDependencyMethodsFromObject() 1557 IMPORT_GENERATED_ANNOTATION, in resolutionOrder() 1638 IMPORT_GENERATED_ANNOTATION, in simpleComponent_redundantComponentMethod() 2083 IMPORT_GENERATED_ANNOTATION, in unusedSubcomponents_dontResolveExtraBindingsInParentComponents() 2677 IMPORT_GENERATED_ANNOTATION, in publicComponentType()
|
D | SubcomponentCreatorRequestFulfillmentTest.java | 27 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 101 IMPORT_GENERATED_ANNOTATION, in testInlinedSubcomponentCreators_componentMethod()
|
D | ProducerModuleFactoryGeneratorTest.java | 27 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 369 IMPORT_GENERATED_ANNOTATION, in singleProducesMethodNoArgsFuture() 442 IMPORT_GENERATED_ANNOTATION, in singleProducesMethodNoArgsFutureWithProducerName()
|
D | SetBindingRequestFulfillmentTest.java | 23 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 267 IMPORT_GENERATED_ANNOTATION, in subcomponentOmitsInheritedBindings()
|
D | SetBindingRequestFulfillmentWithGuavaTest.java | 22 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 334 IMPORT_GENERATED_ANNOTATION, in productionComponents()
|
D | GeneratedLines.java | 32 public static final String IMPORT_GENERATED_ANNOTATION = field in GeneratedLines
|
D | ComponentCreatorTest.java | 31 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 150 IMPORT_GENERATED_ANNOTATION, in testCanInstantiateModulesUserCannotSet() 348 IMPORT_GENERATED_ANNOTATION, in testCreatorWithBindsInstanceNoStaticCreateGenerated() 449 IMPORT_GENERATED_ANNOTATION, in testCreatorWithPrimitiveBindsInstance()
|
D | SubcomponentValidationTest.java | 24 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION; 1008 IMPORT_GENERATED_ANNOTATION, in subcomponentBuilderNamesShouldNotConflict()
|