Home
last modified time | relevance | path

Searched refs:IMPORT_GENERATED_ANNOTATION (Results 1 – 16 of 16) sorted by relevance

/external/dagger2/javatests/dagger/internal/codegen/
DAheadOfTimeSubcomponentsTest.java24 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 …]
DAheadOfTimeSubcomponentsMultibindingsTest.java27 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 …]
DModuleFactoryGeneratorTest.java28 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 …]
DMembersInjectionTest.java27 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 …]
DElidedFactoriesTest.java22 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()
DInjectConstructorFactoryGeneratorTest.java25 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 …]
DMapKeyProcessorTest.java22 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
74 IMPORT_GENERATED_ANNOTATION, in mapKeyCreatorFile()
123 IMPORT_GENERATED_ANNOTATION, in nestedMapKeyCreatorFile()
DProductionComponentProcessorTest.java24 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
248 IMPORT_GENERATED_ANNOTATION, in simpleComponent()
443 IMPORT_GENERATED_ANNOTATION, in simpleComponent()
DComponentProcessorTest.java25 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()
DSubcomponentCreatorRequestFulfillmentTest.java27 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
101 IMPORT_GENERATED_ANNOTATION, in testInlinedSubcomponentCreators_componentMethod()
DProducerModuleFactoryGeneratorTest.java27 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
369 IMPORT_GENERATED_ANNOTATION, in singleProducesMethodNoArgsFuture()
442 IMPORT_GENERATED_ANNOTATION, in singleProducesMethodNoArgsFutureWithProducerName()
DSetBindingRequestFulfillmentTest.java23 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
267 IMPORT_GENERATED_ANNOTATION, in subcomponentOmitsInheritedBindings()
DSetBindingRequestFulfillmentWithGuavaTest.java22 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
334 IMPORT_GENERATED_ANNOTATION, in productionComponents()
DGeneratedLines.java32 public static final String IMPORT_GENERATED_ANNOTATION = field in GeneratedLines
DComponentCreatorTest.java31 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()
DSubcomponentValidationTest.java24 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
1008 IMPORT_GENERATED_ANNOTATION, in subcomponentBuilderNamesShouldNotConflict()