/external/dagger2/javatests/dagger/internal/codegen/ |
D | AheadOfTimeSubcomponentsTest.java | 22 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 67 GENERATED_ANNOTATION, in missingBindings_fromComponentMethod() 112 GENERATED_ANNOTATION, in missingBindings_fromComponentMethod() 166 GENERATED_ANNOTATION, in missingBindings_dependsOnBindingWithMatchingComponentMethod() 218 GENERATED_ANNOTATION, in missingBindings_dependsOnMissingBinding() 267 GENERATED_ANNOTATION, in missingBindings_dependsOnMissingBinding() 354 GENERATED_ANNOTATION, in missingBindings_satisfiedInGreatAncestor() 412 GENERATED_ANNOTATION, in moduleInstanceDependency() 449 GENERATED_ANNOTATION, in moduleInstanceDependency() 481 GENERATED_ANNOTATION, in moduleInstanceDependency() [all …]
|
D | AheadOfTimeSubcomponentsMultibindingsTest.java | 25 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 82 GENERATED_ANNOTATION, in setMultibindings_contributionsInLeaf() 125 GENERATED_ANNOTATION, in setMultibindings_contributionsInAncestorOnly() 179 GENERATED_ANNOTATION, in setMultibindings_contributionsInAncestorOnly() 249 GENERATED_ANNOTATION, in setMultibindings_contributionsInLeafAndAncestor() 307 GENERATED_ANNOTATION, in setMultibindings_contributionsInLeafAndAncestor() 379 GENERATED_ANNOTATION, in setMultibindings_contributionsInLeafAndGrandAncestor() 417 GENERATED_ANNOTATION, in setMultibindings_contributionsInLeafAndGrandAncestor() 473 GENERATED_ANNOTATION, in setMultibindings_contributionsInLeafAndGrandAncestor() 548 GENERATED_ANNOTATION, in setMultibindings_nonComponentMethodDependency() [all …]
|
D | MapBindingComponentProcessorTest.java | 21 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 131 GENERATED_ANNOTATION, in mapBindingsWithEnumKey() 208 GENERATED_ANNOTATION, in mapBindingsWithEnumKey() 360 GENERATED_ANNOTATION, in mapBindingsWithInaccessibleKeys() 446 GENERATED_ANNOTATION, in mapBindingsWithInaccessibleKeys() 462 GENERATED_ANNOTATION, in mapBindingsWithInaccessibleKeys() 539 GENERATED_ANNOTATION, in mapBindingsWithStringKey() 616 GENERATED_ANNOTATION, in mapBindingsWithStringKey() 740 GENERATED_ANNOTATION, in mapBindingsWithWrappedKey() 826 GENERATED_ANNOTATION, in mapBindingsWithWrappedKey() [all …]
|
D | MembersInjectionTest.java | 26 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 90 GENERATED_ANNOTATION, in parentClass_noInjectedMembers() 150 GENERATED_ANNOTATION, in parentClass_injectedMembersInSupertype() 195 GENERATED_ANNOTATION, in fieldAndMethodGenerics() 282 GENERATED_ANNOTATION, in subclassedGenericMembersInjectors() 351 GENERATED_ANNOTATION, in fieldInjection() 419 GENERATED_ANNOTATION, in methodInjection() 494 GENERATED_ANNOTATION, in mixedMemberInjection() 567 GENERATED_ANNOTATION, in injectConstructorAndMembersInjection() 628 GENERATED_ANNOTATION, in supertypeMembersInjection() [all …]
|
D | ModuleFactoryGeneratorTest.java | 27 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 232 GENERATED_ANNOTATION, in singleProvidesMethodNoArgs() 280 GENERATED_ANNOTATION, in singleProvidesMethodNoArgs_disableNullable() 326 GENERATED_ANNOTATION, in nullableProvides() 400 GENERATED_ANNOTATION, in multipleProvidesMethods() 470 GENERATED_ANNOTATION, in providesSetElement() 525 GENERATED_ANNOTATION, in providesSetElementWildcard() 578 GENERATED_ANNOTATION, in providesSetValues() 889 GENERATED_ANNOTATION, in genericSubclassedModule() 928 GENERATED_ANNOTATION, in genericSubclassedModule() [all …]
|
D | DelegateBindingExpressionTest.java | 23 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 147 GENERATED_ANNOTATION, in toDoubleCheck() 226 GENERATED_ANNOTATION, in toSingleCheck() 302 GENERATED_ANNOTATION, in toUnscoped() 405 GENERATED_ANNOTATION, in castNeeded_rawTypes_Provider_get() 514 GENERATED_ANNOTATION, in noCast_rawTypes_Provider_get_toInaccessibleType() 605 GENERATED_ANNOTATION, in castedToRawType() 707 GENERATED_ANNOTATION, in doubleBinds() 813 GENERATED_ANNOTATION, in inlineFactoryOfInacessibleType() 906 GENERATED_ANNOTATION, in providerWhenBindsScopeGreaterThanDependencyScope()
|
D | ComponentProcessorTest.java | 24 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 188 GENERATED_ANNOTATION, in simpleComponent() 305 GENERATED_ANNOTATION, in componentWithScope() 425 GENERATED_ANNOTATION, in simpleComponentWithNesting() 509 GENERATED_ANNOTATION, in componentWithModule() 613 GENERATED_ANNOTATION, in componentWithAbstractModule() 711 GENERATED_ANNOTATION, in transitiveModuleDeps() 896 GENERATED_ANNOTATION, in subcomponentNotGeneratedIfNotUsedInGraph() 1010 GENERATED_ANNOTATION, in membersInjection() 1067 GENERATED_ANNOTATION, in componentInjection() [all …]
|
D | SwitchingProviderTest.java | 21 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 71 GENERATED_ANNOTATION, in switchingProviderTest() 251 GENERATED_ANNOTATION, in unscopedBinds() 336 GENERATED_ANNOTATION, in scopedBinds() 427 GENERATED_ANNOTATION, in emptyMultibindings_avoidSwitchProviders() 472 GENERATED_ANNOTATION, in memberInjectors() 543 GENERATED_ANNOTATION, in optionals()
|
D | ElidedFactoriesTest.java | 21 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 87 GENERATED_ANNOTATION, in simpleComponent() 188 GENERATED_ANNOTATION, in simpleComponent_injectsProviderOf_dependsOnScoped() 270 GENERATED_ANNOTATION, in simpleComponent_injectsProviderOf_dependsOnScoped() 382 GENERATED_ANNOTATION, in scopedBinding_onlyUsedInSubcomponent() 443 GENERATED_ANNOTATION, in scopedBinding_onlyUsedInSubcomponent()
|
D | ComponentRequirementFieldTest.java | 21 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 79 GENERATED_ANNOTATION, in bindsInstance() 177 GENERATED_ANNOTATION, in instanceModuleMethod() 250 GENERATED_ANNOTATION, in componentInstances() 364 GENERATED_ANNOTATION, in componentRequirementNeededInFactoryCreationOfSubcomponent() 392 GENERATED_ANNOTATION, in componentRequirementNeededInFactoryCreationOfSubcomponent()
|
D | InjectConstructorFactoryGeneratorTest.java | 24 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 140 GENERATED_ANNOTATION, in injectConstructorOnGenericClass() 189 GENERATED_ANNOTATION, in fieldAndMethodGenerics() 240 GENERATED_ANNOTATION, in genericClassWithNoDependencies() 283 GENERATED_ANNOTATION, in twoGenericTypes() 335 GENERATED_ANNOTATION, in boundedGenerics() 404 GENERATED_ANNOTATION, in multipleSameTypesWithGenericsAndQualifiersAndLazies() 1024 GENERATED_ANNOTATION, in injectConstructor() 1071 GENERATED_ANNOTATION, in injectConstructorAndMembersInjection() 1121 GENERATED_ANNOTATION, in wildcardDependency() [all …]
|
D | SetBindingRequestFulfillmentWithGuavaTest.java | 21 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 102 GENERATED_ANNOTATION, in setBindings() 206 GENERATED_ANNOTATION, in inaccessible() 277 GENERATED_ANNOTATION, in subcomponentOmitsInheritedBindings() 336 GENERATED_ANNOTATION, in productionComponents()
|
D | MapBindingExpressionWithGuavaTest.java | 24 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 131 GENERATED_ANNOTATION, in mapBindings() 406 GENERATED_ANNOTATION, in inaccessible() 469 GENERATED_ANNOTATION, in subcomponentOmitsInheritedBindings() 525 GENERATED_ANNOTATION, in productionComponents()
|
D | MapBindingExpressionTest.java | 24 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 95 GENERATED_ANNOTATION, in mapBindings() 277 GENERATED_ANNOTATION, in inaccessible() 340 GENERATED_ANNOTATION, in subcomponentOmitsInheritedBindings()
|
D | SetBindingRequestFulfillmentTest.java | 22 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 99 GENERATED_ANNOTATION, in setBindings() 194 GENERATED_ANNOTATION, in inaccessible() 269 GENERATED_ANNOTATION, in subcomponentOmitsInheritedBindings()
|
D | SubcomponentValidationTest.java | 23 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 466 GENERATED_ANNOTATION, in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent() 666 GENERATED_ANNOTATION, in multipleSubcomponentsWithSameSimpleNamesCanExistInSameComponent() 749 GENERATED_ANNOTATION, in subcomponentSimpleNamesDisambiguated() 814 GENERATED_ANNOTATION, in subcomponentSimpleNamesDisambiguatedInRoot() 891 GENERATED_ANNOTATION, in subcomponentImplNameUsesFullyQualifiedClassNameIfNecessary() 948 GENERATED_ANNOTATION, in parentComponentNameShouldNotBeDisambiguatedWhenItConflictsWithASubcomponent() 1010 GENERATED_ANNOTATION, in subcomponentBuilderNamesShouldNotConflict()
|
D | MapKeyProcessorTest.java | 21 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 76 GENERATED_ANNOTATION, in mapKeyCreatorFile() 125 GENERATED_ANNOTATION, in nestedMapKeyCreatorFile()
|
D | ProductionComponentProcessorTest.java | 23 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 251 GENERATED_ANNOTATION, in simpleComponent() 446 GENERATED_ANNOTATION, in simpleComponent() 654 GENERATED_ANNOTATION, in productionScope_injectConstructor()
|
D | OptionalBindingRequestFulfillmentTest.java | 23 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 113 GENERATED_ANNOTATION, in inlinedOptionalBindings() 253 GENERATED_ANNOTATION, in requestForFuture()
|
D | SubcomponentCreatorRequestFulfillmentTest.java | 26 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 103 GENERATED_ANNOTATION, in testInlinedSubcomponentCreators_componentMethod()
|
D | ComponentFactoryTest.java | 23 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 89 GENERATED_ANNOTATION, in testUsesParameterNames()
|
D | ProducerModuleFactoryGeneratorTest.java | 26 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 373 GENERATED_ANNOTATION, in singleProducesMethodNoArgsFuture() 446 GENERATED_ANNOTATION, in singleProducesMethodNoArgsFutureWithProducerName()
|
D | ComponentCreatorTest.java | 30 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 98 GENERATED_ANNOTATION, in testEmptyCreator() 152 GENERATED_ANNOTATION, in testCanInstantiateModulesUserCannotSet() 350 GENERATED_ANNOTATION, in testCreatorWithBindsInstanceNoStaticCreateGenerated() 451 GENERATED_ANNOTATION, in testCreatorWithPrimitiveBindsInstance()
|
D | GeneratedLines.java | 27 public static final String GENERATED_ANNOTATION = field in GeneratedLines
|
D | ComponentBuilderTest.java | 23 import static dagger.internal.codegen.GeneratedLines.GENERATED_ANNOTATION; 90 GENERATED_ANNOTATION, in testUsesBuildAndSetterNames()
|