Home
last modified time | relevance | path

Searched refs:javaSource (Results 1 – 25 of 116) sorted by relevance

12345

/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DComponentProcessorTest.java76 Source parent = CompilerTests.javaSource("test.ParentModule", in doubleBindingFromResolvedModules()
87 Source child = CompilerTests.javaSource("test.ChildNumberModule", in doubleBindingFromResolvedModules()
97 Source another = CompilerTests.javaSource("test.AnotherModule", in doubleBindingFromResolvedModules()
108 Source componentFile = CompilerTests.javaSource("test.BadComponent", in doubleBindingFromResolvedModules()
134 Source outerClass = CompilerTests.javaSource("test.OuterClass", in privateNestedClassWithWarningThatIsAnErrorInComponent()
146 Source componentFile = CompilerTests.javaSource("test.BadComponent", in privateNestedClassWithWarningThatIsAnErrorInComponent()
172 Source injectableTypeFile = CompilerTests.javaSource("test/SomeInjectableType", in simpleComponent()
180 Source componentFile = CompilerTests.javaSource("test/SimpleComponent", in simpleComponent()
205 Source injectableTypeFile = CompilerTests.javaSource("test.SomeInjectableType", in componentWithScope()
215 Source componentFile = CompilerTests.javaSource("test.SimpleComponent", in componentWithScope()
[all …]
H A DMissingBindingValidationTest.java49 CompilerTests.javaSource( in dependOnInterface()
60 CompilerTests.javaSource( in dependOnInterface()
70 CompilerTests.javaSource( in dependOnInterface()
92 CompilerTests.javaSource( in entryPointDependsOnInterface()
122 CompilerTests.javaSource( in entryPointDependsOnQualifiedInterface()
153 CompilerTests.javaSource("test.TestClass", in constructorInjectionWithoutAnnotation()
187 CompilerTests.javaSource( in membersInjectWithoutProvision()
228 CompilerTests.javaSource( in missingBindingWithSameKeyAsMembersInjectionMethod()
239 CompilerTests.javaSource( in missingBindingWithSameKeyAsMembersInjectionMethod()
264 CompilerTests.javaSource( in genericInjectClassWithWildcardDependencies()
[all …]
H A DScopingValidationTest.java32 CompilerTests.javaSource( in componentWithoutScopeIncludesScopedBindings_Fail()
44 CompilerTests.javaSource( in componentWithoutScopeIncludesScopedBindings_Fail()
56 CompilerTests.javaSource( in componentWithoutScopeIncludesScopedBindings_Fail()
90 CompilerTests.javaSource( in bindsWithChildScope_inParentModule_notAllowed()
100 CompilerTests.javaSource( in bindsWithChildScope_inParentModule_notAllowed()
107 CompilerTests.javaSource( in bindsWithChildScope_inParentModule_notAllowed()
118 CompilerTests.javaSource( in bindsWithChildScope_inParentModule_notAllowed()
131 CompilerTests.javaSource( in bindsWithChildScope_inParentModule_notAllowed()
145 CompilerTests.javaSource( in bindsWithChildScope_inParentModule_notAllowed()
173 CompilerTests.javaSource( in componentWithScopeIncludesIncompatiblyScopedBindings_Fail()
[all …]
H A DInjectConstructorFactoryGeneratorTest.java32 CompilerTests.javaSource("test.QualifierA",
39 CompilerTests.javaSource("test.QualifierB",
46 CompilerTests.javaSource("test.ScopeA",
53 CompilerTests.javaSource("test.ScopeB",
64 CompilerTests.javaSource( in injectOnPrivateConstructor()
86 CompilerTests.javaSource( in injectConstructorOnInnerClass()
111 CompilerTests.javaSource( in injectConstructorOnAbstractClass()
133 CompilerTests.javaSource( in injectConstructorOnGenericClass()
152 CompilerTests.javaSource( in fieldAndMethodGenerics()
175 CompilerTests.javaSource( in genericClassWithNoDependencies()
[all …]
H A DMembersInjectionTest.java94 CompilerTests.javaSource( in injectJavaProtectField_succeeds()
133 CompilerTests.javaSource( in parentClass_noInjectedMembers()
143 CompilerTests.javaSource( in parentClass_noInjectedMembers()
150 CompilerTests.javaSource( in parentClass_noInjectedMembers()
173 CompilerTests.javaSource( in parentClass_injectedMembersInSupertype()
183 CompilerTests.javaSource( in parentClass_injectedMembersInSupertype()
193 CompilerTests.javaSource( in parentClass_injectedMembersInSupertype()
203 CompilerTests.javaSource( in parentClass_injectedMembersInSupertype()
225 CompilerTests.javaSource( in fieldAndMethodGenerics()
251 CompilerTests.javaSource( in subclassedGenericMembersInjectors()
[all …]
H A DSubcomponentValidationTest.java49 CompilerTests.javaSource( in factoryMethod_missingModulesWithParameters()
60 CompilerTests.javaSource( in factoryMethod_missingModulesWithParameters()
71 CompilerTests.javaSource( in factoryMethod_missingModulesWithParameters()
107 CompilerTests.javaSource( in factoryMethod_grandchild()
118 CompilerTests.javaSource( in factoryMethod_grandchild()
129 CompilerTests.javaSource( in factoryMethod_grandchild()
140 CompilerTests.javaSource( in factoryMethod_grandchild()
176 CompilerTests.javaSource("test.TestComponent", in factoryMethod_nonModuleParameter()
186 CompilerTests.javaSource("test.ChildComponent", in factoryMethod_nonModuleParameter()
208 CompilerTests.javaSource("test.TestModule", in factoryMethod_duplicateParameter()
[all …]
H A DModuleFactoryGeneratorTest.java36 CompilerTests.javaSource(
119 CompilerTests.javaSource( in modulesWithTypeParamsMustBeAbstract()
139 CompilerTests.javaSource( in provideOverriddenByNoProvide()
160 CompilerTests.javaSource( in provideOverriddenByProvide()
181 CompilerTests.javaSource( in providesOverridesNonProvides()
201 CompilerTests.javaSource( in validatesIncludedModules()
233 CompilerTests.javaSource( in singleProvidesMethodNoArgs()
257 CompilerTests.javaSource( in singleProvidesMethodNoArgs_disableNullable()
282 CompilerTests.javaSource( in nullableProvides()
304 CompilerTests.javaSource("test.X", in multipleProvidesMethods()
[all …]
H A DAssistedFactoryErrorsTest.java43 CompilerTests.javaSource( in testFactoryNotAbstract()
65 CompilerTests.javaSource( in testNestedFactoryNotStatic()
95 CompilerTests.javaSource( in testFactoryMissingAbstractMethod()
117 CompilerTests.javaSource( in testFactoryReturnsNonDeclaredType()
124 CompilerTests.javaSource( in testFactoryReturnsNonDeclaredType()
135 CompilerTests.javaSource( in testFactoryReturnsNonDeclaredType()
191 CompilerTests.javaSource( in testFactoryMultipleAbstractMethods()
203 CompilerTests.javaSource( in testFactoryMultipleAbstractMethods()
212 CompilerTests.javaSource( in testFactoryMultipleAbstractMethods()
243 CompilerTests.javaSource( in testFactoryMismatchingParameter()
[all …]
H A DAssistedFactoryTest.java47 CompilerTests.javaSource( in testAssistedFactory()
60 CompilerTests.javaSource( in testAssistedFactory()
72 CompilerTests.javaSource( in testAssistedFactory()
83 CompilerTests.javaSource( in testAssistedFactory()
106 CompilerTests.javaSource( in testAssistedFactoryCycle()
119 CompilerTests.javaSource( in testAssistedFactoryCycle()
131 CompilerTests.javaSource( in testAssistedFactoryCycle()
142 CompilerTests.javaSource( in testAssistedFactoryCycle()
165 CompilerTests.javaSource( in assistedParamConflictsWithComponentFieldName_successfulyDeduped()
179 CompilerTests.javaSource( in assistedParamConflictsWithComponentFieldName_successfulyDeduped()
[all …]
H A DDelegateRequestRepresentationTest.java45 CompilerTests.javaSource(
60 CompilerTests.javaSource(
73 CompilerTests.javaSource(
84 CompilerTests.javaSource(
104 CompilerTests.javaSource(
116 CompilerTests.javaSource( in toDoubleCheck()
148 CompilerTests.javaSource( in toSingleCheck()
181 CompilerTests.javaSource( in toUnscoped()
213 CompilerTests.javaSource( in castNeeded_rawTypes_Provider_get()
220 CompilerTests.javaSource( in castNeeded_rawTypes_Provider_get()
[all …]
H A DBindsDependsOnSubcomponentValidationTest.java48 CompilerTests.javaSource( in testBinds()
59 CompilerTests.javaSource( in testBinds()
71 CompilerTests.javaSource( in testBinds()
82 CompilerTests.javaSource( in testBinds()
96 CompilerTests.javaSource( in testBinds()
102 CompilerTests.javaSource( in testBinds()
126 CompilerTests.javaSource( in testSetBindings()
137 CompilerTests.javaSource( in testSetBindings()
150 CompilerTests.javaSource( in testSetBindings()
162 CompilerTests.javaSource( in testSetBindings()
[all …]
H A DMapBindingComponentProcessorTest.java54 CompilerTests.javaSource( in mapBindingsWithEnumKey()
69 CompilerTests.javaSource( in mapBindingsWithEnumKey()
84 CompilerTests.javaSource( in mapBindingsWithEnumKey()
97 CompilerTests.javaSource( in mapBindingsWithEnumKey()
107 CompilerTests.javaSource( in mapBindingsWithEnumKey()
113 CompilerTests.javaSource( in mapBindingsWithEnumKey()
121 CompilerTests.javaSource( in mapBindingsWithEnumKey()
129 CompilerTests.javaSource( in mapBindingsWithEnumKey()
275 CompilerTests.javaSource( in mapBindingsWithStringKey()
291 CompilerTests.javaSource( in mapBindingsWithStringKey()
[all …]
H A DComponentValidationTest.java38 CompilerTests.javaSource( in componentOnConcreteClass()
57 CompilerTests.javaSource( in componentOnOverridingBuilder_failsWhenMethodNameConflictsWithStaticCreatorName()
68 CompilerTests.javaSource( in componentOnOverridingBuilder_failsWhenMethodNameConflictsWithStaticCreatorName()
93 CompilerTests.javaSource( in componentOnOverridingCreate_failsWhenGeneratedCreateMethod()
104 CompilerTests.javaSource( in componentOnOverridingCreate_failsWhenGeneratedCreateMethod()
129 CompilerTests.javaSource( in subcomponentMethodNameBuilder_succeeds()
140 CompilerTests.javaSource( in subcomponentMethodNameBuilder_succeeds()
155 CompilerTests.javaSource( in subcomponentMethodNameBuilder_succeeds()
174 CompilerTests.javaSource( in componentOnEnum()
194 CompilerTests.javaSource( in componentOnAnnotation()
[all …]
H A DComponentHierarchyValidationTest.java45 CompilerTests.javaSource( in singletonSubcomponent()
58 CompilerTests.javaSource( in singletonSubcomponent()
94 CompilerTests.javaSource( in productionComponents_productionScopeImplicitOnBoth()
106 CompilerTests.javaSource( in productionComponents_productionScopeImplicitOnBoth()
119 CompilerTests.javaSource( in productionComponents_productionScopeImplicitOnBoth()
130 CompilerTests.javaSource( in productionComponents_productionScopeImplicitOnBoth()
150 CompilerTests.javaSource( in producerModuleRepeated()
161 CompilerTests.javaSource( in producerModuleRepeated()
170 CompilerTests.javaSource( in producerModuleRepeated()
196 CompilerTests.javaSource( in factoryMethodForSubcomponentWithBuilder_isNotAllowed()
[all …]
H A DDuplicateBindingsValidationTest.java50 CompilerTests.javaSource( in duplicateExplicitBindings_ProvidesAndComponentProvision()
105 CompilerTests.javaSource( in duplicateExplicitBindings_TwoProvidesMethods()
176 CompilerTests.javaSource( in duplicateExplicitBindings_ProvidesVsBinds()
244 CompilerTests.javaSource( in duplicateExplicitBindings_multibindingsAndExplicitSets()
322 CompilerTests.javaSource( in duplicateExplicitBindings_multibindingsAndExplicitMaps()
405 CompilerTests.javaSource( in duplicateExplicitBindings_UniqueBindingAndMultibindingDeclaration_Set()
470 CompilerTests.javaSource( in duplicateExplicitBindings_UniqueBindingAndMultibindingDeclaration_Map()
536 CompilerTests.javaSource( in duplicateBindings_TruncateAfterLimit()
681 CompilerTests.javaSource( in childBindingConflictsWithParent()
703 CompilerTests.javaSource( in childBindingConflictsWithParent()
[all …]
H A DDependencyCycleValidationTest.java47 CompilerTests.javaSource(
157 CompilerTests.javaSource( in cyclicDependencyNotIncludingEntryPoint()
221 CompilerTests.javaSource( in cyclicDependencyNotBrokenByMapBinding()
293 CompilerTests.javaSource( in cyclicDependencyWithSetBinding()
363 CompilerTests.javaSource( in falsePositiveCyclicDependencyIndirectionDetected()
428 CompilerTests.javaSource( in cyclicDependencyInSubcomponents()
439 CompilerTests.javaSource( in cyclicDependencyInSubcomponents()
455 CompilerTests.javaSource( in cyclicDependencyInSubcomponents()
471 CompilerTests.javaSource( in cyclicDependencyInSubcomponents()
517 CompilerTests.javaSource( in cyclicDependencyInSubcomponentsWithChildren()
[all …]
H A DXExecutableTypesTest.java36 CompilerTests.javaSource( in subsignatureMethodNamesAreIgnored()
44 CompilerTests.javaSource( in subsignatureMethodNamesAreIgnored()
68 CompilerTests.javaSource( in subsignatureReturnTypesAreIgnored()
76 CompilerTests.javaSource( in subsignatureReturnTypesAreIgnored()
100 CompilerTests.javaSource( in subsignatureStaticIsIgnored()
108 CompilerTests.javaSource( in subsignatureStaticIsIgnored()
132 CompilerTests.javaSource( in subsignatureWithAndWithoutTypeArguments()
140 CompilerTests.javaSource( in subsignatureWithAndWithoutTypeArguments()
164 CompilerTests.javaSource( in subsignatureDifferentNumberOfTypeArguments()
172 CompilerTests.javaSource( in subsignatureDifferentNumberOfTypeArguments()
[all …]
H A DModuleValidationTest.java74 CompilerTests.javaSource( in moduleSubcomponents_notASubcomponent()
83 CompilerTests.javaSource( in moduleSubcomponents_notASubcomponent()
102 CompilerTests.javaSource( in moduleSubcomponents_listsSubcomponentBuilder()
111 CompilerTests.javaSource( in moduleSubcomponents_listsSubcomponentBuilder()
138 CompilerTests.javaSource( in moduleSubcomponents_listsSubcomponentFactory()
147 CompilerTests.javaSource( in moduleSubcomponents_listsSubcomponentFactory()
174 CompilerTests.javaSource( in moduleSubcomponents_listsProductionSubcomponentBuilder()
183 CompilerTests.javaSource( in moduleSubcomponents_listsProductionSubcomponentBuilder()
211 CompilerTests.javaSource( in moduleSubcomponents_listsProductionSubcomponentFactory()
220 CompilerTests.javaSource( in moduleSubcomponents_listsProductionSubcomponentFactory()
[all …]
H A DMembersInjectionValidationTest.java34 CompilerTests.javaSource( in membersInjectDependsOnUnboundedType()
61 CompilerTests.javaSource( in membersInjectPrimitive()
84 CompilerTests.javaSource( in membersInjectArray()
107 CompilerTests.javaSource( in membersInjectorOfArray()
131 CompilerTests.javaSource( in membersInjectRawType()
153 CompilerTests.javaSource( in qualifiedMembersInjector()
178 CompilerTests.javaSource( in qualifiedMembersInjectionMethod()
203 CompilerTests.javaSource( in qualifiedMembersInjectionMethodParameter()
228 CompilerTests.javaSource( in staticFieldInjection()
238 CompilerTests.javaSource( in staticFieldInjection()
[all …]
H A DProductionGraphValidationTest.java43 CompilerTests.javaSource(
62 CompilerTests.javaSource( in componentWithUnprovidedInput()
74 CompilerTests.javaSource( in componentWithUnprovidedInput()
88 CompilerTests.javaSource( in componentWithUnprovidedInput()
94 CompilerTests.javaSource( in componentWithUnprovidedInput()
114 CompilerTests.javaSource( in componentProductionWithNoDependencyChain()
145 CompilerTests.javaSource( in provisionDependsOnProduction()
208 CompilerTests.javaSource( in provisionEntryPointDependsOnProduction()
249 CompilerTests.javaSource( in providingMultibindingWithProductions()
312 CompilerTests.javaSource( in monitoringDependsOnUnboundType()
[all …]
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/processor/internal/customtestapplication/
H A DCustomTestApplicationProcessorTest.java39 HiltCompilerTests.javaSource( in validBaseClass_succeeds()
57 HiltCompilerTests.javaSource("test.Foo", "package test;", "", "public class Foo {}"), in incorrectBaseType_fails()
58 HiltCompilerTests.javaSource( in incorrectBaseType_fails()
77 HiltCompilerTests.javaSource( in baseWithHiltAndroidApp_fails()
86 HiltCompilerTests.javaSource( in baseWithHiltAndroidApp_fails()
105 HiltCompilerTests.javaSource( in superclassWithHiltAndroidApp_fails()
114 HiltCompilerTests.javaSource( in superclassWithHiltAndroidApp_fails()
119 HiltCompilerTests.javaSource( in superclassWithHiltAndroidApp_fails()
138 HiltCompilerTests.javaSource( in withInjectField_fails()
148 HiltCompilerTests.javaSource( in withInjectField_fails()
[all …]
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/bindinggraphvalidation/
H A DNullableBindingValidationTest.java45 CompilerTests.javaSource(
53 CompilerTests.javaSource( in nullCheckForConstructorParameters()
63 CompilerTests.javaSource( in nullCheckForConstructorParameters()
75 CompilerTests.javaSource( in nullCheckForConstructorParameters()
108 CompilerTests.javaSource( in nullCheckForMembersInjectParam()
119 CompilerTests.javaSource( in nullCheckForMembersInjectParam()
131 CompilerTests.javaSource( in nullCheckForMembersInjectParam()
164 CompilerTests.javaSource( in nullCheckForVariable()
175 CompilerTests.javaSource( in nullCheckForVariable()
187 CompilerTests.javaSource( in nullCheckForVariable()
[all …]
H A DSetMultibindingValidationTest.java42 CompilerTests.javaSource(
49 CompilerTests.javaSource(
61 CompilerTests.javaSource( in testMultipleSetBindingsToSameFoo()
76 CompilerTests.javaSource( in testMultipleSetBindingsToSameFoo()
102 CompilerTests.javaSource( in testSetBindingsToDuplicateBinding()
120 CompilerTests.javaSource( in testSetBindingsToDuplicateBinding()
142 CompilerTests.javaSource( in testSetBindingsToMissingBinding()
157 CompilerTests.javaSource( in testSetBindingsToMissingBinding()
179 CompilerTests.javaSource( in testMultipleSetBindingsToSameFooThroughMultipleBinds()
196 CompilerTests.javaSource( in testMultipleSetBindingsToSameFooThroughMultipleBinds()
[all …]
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/processor/internal/definecomponent/
H A DDefineComponentProcessorTest.java31 HiltCompilerTests.javaSource( in testDefineComponentOutput()
45 HiltCompilerTests.javaSource( in testDefineComponentOutput()
60 HiltCompilerTests.javaSource( in testDefineComponentOutput()
79 HiltCompilerTests.javaSource( in testDefineComponentOutput()
109 HiltCompilerTests.javaSource( in testDefineComponentClass_fails()
131 HiltCompilerTests.javaSource( in testDefineComponentWithTypeParameters_fails()
153 HiltCompilerTests.javaSource( in testDefineComponentWithInvalidComponent_fails()
177 HiltCompilerTests.javaSource( in testDefineComponentExtendsInterface_fails()
202 HiltCompilerTests.javaSource( in testDefineComponentNonStaticMethod_fails()
227 HiltCompilerTests.javaSource( in testDefineComponentDependencyCycle_fails()
[all …]
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/processor/internal/
H A DGeneratorsTest.java35 HiltCompilerTests.javaSource( in copyConstructorParametersCopiesExternalNullables()
48 HiltCompilerTests.javaSource( in copyConstructorParametersCopiesExternalNullables()
92 HiltCompilerTests.javaSource( in copyConstructorParametersConvertsAndroidInternalNullableToExternal()
143 HiltCompilerTests.javaSource( in isRestrictedApiConstructorWithPrimitiveParameterTest()
157 HiltCompilerTests.javaSource( in isRestrictedApiConstructorWithPrimitiveParameterTest()
179 HiltCompilerTests.javaSource( in isRestrictedApiConstructorWithArrayParameterTest()
193 HiltCompilerTests.javaSource( in isRestrictedApiConstructorWithArrayParameterTest()
215 HiltCompilerTests.javaSource( in isRestrictedApiConstructorWithTypeParameterTest()
229 HiltCompilerTests.javaSource( in isRestrictedApiConstructorWithTypeParameterTest()
250 HiltCompilerTests.javaSource( in copyTargetApiAnnotationActivity()
[all …]

12345