Home
last modified time | relevance | path

Searched refs:GENERATED_CODE_ANNOTATIONS (Results 1 – 24 of 24) sorted by relevance

/external/dagger2/javatests/dagger/internal/codegen/
DMapBindingComponentProcessorTest.java22 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
132 GENERATED_CODE_ANNOTATIONS, in mapBindingsWithEnumKey()
209 GENERATED_CODE_ANNOTATIONS, in mapBindingsWithEnumKey()
360 GENERATED_CODE_ANNOTATIONS, in mapBindingsWithInaccessibleKeys()
446 GENERATED_CODE_ANNOTATIONS, in mapBindingsWithInaccessibleKeys()
462 GENERATED_CODE_ANNOTATIONS, in mapBindingsWithInaccessibleKeys()
539 GENERATED_CODE_ANNOTATIONS, in mapBindingsWithStringKey()
616 GENERATED_CODE_ANNOTATIONS, in mapBindingsWithStringKey()
739 GENERATED_CODE_ANNOTATIONS, in mapBindingsWithWrappedKey()
825 GENERATED_CODE_ANNOTATIONS, in mapBindingsWithWrappedKey()
[all …]
DMembersInjectionTest.java26 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
90 GENERATED_CODE_ANNOTATIONS, in parentClass_noInjectedMembers()
149 GENERATED_CODE_ANNOTATIONS, in parentClass_injectedMembersInSupertype()
195 GENERATED_CODE_ANNOTATIONS, in fieldAndMethodGenerics()
285 GENERATED_CODE_ANNOTATIONS, in subclassedGenericMembersInjectors()
370 GENERATED_CODE_ANNOTATIONS, in fieldInjection()
451 GENERATED_CODE_ANNOTATIONS, in fieldInjectionWithQualifier()
520 GENERATED_CODE_ANNOTATIONS, in methodInjection()
609 GENERATED_CODE_ANNOTATIONS, in mixedMemberInjection()
692 GENERATED_CODE_ANNOTATIONS, in injectConstructorAndMembersInjection()
[all …]
DModuleFactoryGeneratorTest.java27 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
231 GENERATED_CODE_ANNOTATIONS, in singleProvidesMethodNoArgs()
278 GENERATED_CODE_ANNOTATIONS, in singleProvidesMethodNoArgs_disableNullable()
324 GENERATED_CODE_ANNOTATIONS, in nullableProvides()
398 GENERATED_CODE_ANNOTATIONS, in multipleProvidesMethods()
468 GENERATED_CODE_ANNOTATIONS, in providesSetElement()
521 GENERATED_CODE_ANNOTATIONS, in providesSetElementWildcard()
574 GENERATED_CODE_ANNOTATIONS, in providesSetValues()
886 GENERATED_CODE_ANNOTATIONS, in genericSubclassedModule()
924 GENERATED_CODE_ANNOTATIONS, in genericSubclassedModule()
[all …]
DDelegateBindingExpressionTest.java23 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
147 GENERATED_CODE_ANNOTATIONS, in toDoubleCheck()
226 GENERATED_CODE_ANNOTATIONS, in toSingleCheck()
302 GENERATED_CODE_ANNOTATIONS, in toUnscoped()
404 GENERATED_CODE_ANNOTATIONS, in castNeeded_rawTypes_Provider_get()
512 GENERATED_CODE_ANNOTATIONS, in noCast_rawTypes_Provider_get_toInaccessibleType()
602 GENERATED_CODE_ANNOTATIONS, in castedToRawType()
703 GENERATED_CODE_ANNOTATIONS, in doubleBinds()
808 GENERATED_CODE_ANNOTATIONS, in inlineFactoryOfInacessibleType()
900 GENERATED_CODE_ANNOTATIONS, in providerWhenBindsScopeGreaterThanDependencyScope()
DComponentProcessorTest.java25 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
185 GENERATED_CODE_ANNOTATIONS, in simpleComponent()
301 GENERATED_CODE_ANNOTATIONS, in componentWithScope()
420 GENERATED_CODE_ANNOTATIONS, in simpleComponentWithNesting()
504 GENERATED_CODE_ANNOTATIONS, in componentWithModule()
607 GENERATED_CODE_ANNOTATIONS, in componentWithAbstractModule()
704 GENERATED_CODE_ANNOTATIONS, in transitiveModuleDeps()
888 GENERATED_CODE_ANNOTATIONS, in subcomponentNotGeneratedIfNotUsedInGraph()
1000 GENERATED_CODE_ANNOTATIONS, in membersInjection()
1056 GENERATED_CODE_ANNOTATIONS, in componentInjection()
[all …]
DSwitchingProviderTest.java21 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
71 GENERATED_CODE_ANNOTATIONS, in switchingProviderTest()
251 GENERATED_CODE_ANNOTATIONS, in unscopedBinds()
336 GENERATED_CODE_ANNOTATIONS, in scopedBinds()
427 GENERATED_CODE_ANNOTATIONS, in emptyMultibindings_avoidSwitchProviders()
472 GENERATED_CODE_ANNOTATIONS, in memberInjectors()
543 GENERATED_CODE_ANNOTATIONS, in optionals()
DElidedFactoriesTest.java21 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
87 GENERATED_CODE_ANNOTATIONS, in simpleComponent()
187 GENERATED_CODE_ANNOTATIONS, in simpleComponent_injectsProviderOf_dependsOnScoped()
269 GENERATED_CODE_ANNOTATIONS, in simpleComponent_injectsProviderOf_dependsOnScoped()
380 GENERATED_CODE_ANNOTATIONS, in scopedBinding_onlyUsedInSubcomponent()
441 GENERATED_CODE_ANNOTATIONS, in scopedBinding_onlyUsedInSubcomponent()
DComponentRequirementFieldTest.java21 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
78 GENERATED_CODE_ANNOTATIONS, in bindsInstance()
175 GENERATED_CODE_ANNOTATIONS, in instanceModuleMethod()
247 GENERATED_CODE_ANNOTATIONS, in componentInstances()
360 GENERATED_CODE_ANNOTATIONS, in componentRequirementNeededInFactoryCreationOfSubcomponent()
388 GENERATED_CODE_ANNOTATIONS, in componentRequirementNeededInFactoryCreationOfSubcomponent()
DInjectConstructorFactoryGeneratorTest.java25 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
141 GENERATED_CODE_ANNOTATIONS, in injectConstructorOnGenericClass()
190 GENERATED_CODE_ANNOTATIONS, in fieldAndMethodGenerics()
242 GENERATED_CODE_ANNOTATIONS, in genericClassWithNoDependencies()
287 GENERATED_CODE_ANNOTATIONS, in twoGenericTypes()
340 GENERATED_CODE_ANNOTATIONS, in boundedGenerics()
408 GENERATED_CODE_ANNOTATIONS, in multipleSameTypesWithGenericsAndQualifiersAndLazies()
1075 GENERATED_CODE_ANNOTATIONS, in injectConstructor()
1122 GENERATED_CODE_ANNOTATIONS, in injectConstructorAndMembersInjection()
1183 GENERATED_CODE_ANNOTATIONS, in wildcardDependency()
[all …]
DSetBindingRequestFulfillmentWithGuavaTest.java21 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
102 GENERATED_CODE_ANNOTATIONS, in setBindings()
205 GENERATED_CODE_ANNOTATIONS, in inaccessible()
275 GENERATED_CODE_ANNOTATIONS, in subcomponentOmitsInheritedBindings()
334 GENERATED_CODE_ANNOTATIONS, in productionComponents()
DMapBindingExpressionWithGuavaTest.java23 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
130 GENERATED_CODE_ANNOTATIONS, in mapBindings()
404 GENERATED_CODE_ANNOTATIONS, in inaccessible()
466 GENERATED_CODE_ANNOTATIONS, in subcomponentOmitsInheritedBindings()
522 GENERATED_CODE_ANNOTATIONS, in productionComponents()
DSetBindingRequestFulfillmentTest.java22 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
99 GENERATED_CODE_ANNOTATIONS, in setBindings()
194 GENERATED_CODE_ANNOTATIONS, in inaccessible()
269 GENERATED_CODE_ANNOTATIONS, in subcomponentOmitsInheritedBindings()
DMapBindingExpressionTest.java24 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
95 GENERATED_CODE_ANNOTATIONS, in mapBindings()
277 GENERATED_CODE_ANNOTATIONS, in inaccessible()
340 GENERATED_CODE_ANNOTATIONS, in subcomponentOmitsInheritedBindings()
DSubcomponentValidationTest.java24 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
460 GENERATED_CODE_ANNOTATIONS, in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent()
659 GENERATED_CODE_ANNOTATIONS, in multipleSubcomponentsWithSameSimpleNamesCanExistInSameComponent()
741 GENERATED_CODE_ANNOTATIONS, in subcomponentSimpleNamesDisambiguated()
806 GENERATED_CODE_ANNOTATIONS, in subcomponentSimpleNamesDisambiguatedInRoot()
883 GENERATED_CODE_ANNOTATIONS, in subcomponentImplNameUsesFullyQualifiedClassNameIfNecessary()
940 GENERATED_CODE_ANNOTATIONS, in parentComponentNameShouldNotBeDisambiguatedWhenItConflictsWithASubcomponent()
1001 GENERATED_CODE_ANNOTATIONS, in subcomponentBuilderNamesShouldNotConflict()
DMapKeyProcessorTest.java21 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
76 GENERATED_CODE_ANNOTATIONS, in mapKeyCreatorFile()
125 GENERATED_CODE_ANNOTATIONS, in nestedMapKeyCreatorFile()
DProductionComponentProcessorTest.java24 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
251 GENERATED_CODE_ANNOTATIONS, in simpleComponent()
446 GENERATED_CODE_ANNOTATIONS, in simpleComponent()
653 GENERATED_CODE_ANNOTATIONS, in productionScope_injectConstructor()
DAssistedFactoryTest.java23 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
99 .addLines("package test;", "", GENERATED_CODE_ANNOTATIONS) in testAssistedFactory()
195 .addLines("package test;", "", GENERATED_CODE_ANNOTATIONS) in testAssistedFactoryCycle()
DOptionalBindingRequestFulfillmentTest.java23 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
113 GENERATED_CODE_ANNOTATIONS, in inlinedOptionalBindings()
253 GENERATED_CODE_ANNOTATIONS, in requestForFuture()
DSubcomponentCreatorRequestFulfillmentTest.java24 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
104 GENERATED_CODE_ANNOTATIONS, in testInlinedSubcomponentCreators_componentMethod()
DComponentFactoryTest.java21 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
90 GENERATED_CODE_ANNOTATIONS, in testUsesParameterNames()
DComponentShardTest.java21 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
92 GENERATED_CODE_ANNOTATIONS, in testNewShardCreated()
DComponentCreatorTest.java26 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
109 GENERATED_CODE_ANNOTATIONS, in testEmptyCreator()
164 GENERATED_CODE_ANNOTATIONS, in testCanInstantiateModulesUserCannotSet()
363 GENERATED_CODE_ANNOTATIONS, in testCreatorWithBindsInstanceNoStaticCreateGenerated()
465 GENERATED_CODE_ANNOTATIONS, in testCreatorWithPrimitiveBindsInstance()
DGeneratedLines.java33 public static final String GENERATED_CODE_ANNOTATIONS = field in GeneratedLines
DComponentBuilderTest.java21 import static dagger.internal.codegen.GeneratedLines.GENERATED_CODE_ANNOTATIONS;
91 GENERATED_CODE_ANNOTATIONS, in testUsesBuildAndSetterNames()