Home
last modified time | relevance | path

Searched defs:childComponentFile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DSubcomponentCreatorValidationTest.java65 Source childComponentFile = preprocessedJavaSource("test.ChildComponent", in testRefSubcomponentAndSubCreatorFails() local
106 Source childComponentFile = preprocessedJavaSource("test.ChildComponent", in testRefSubCreatorTwiceFails() local
146 Source childComponentFile = preprocessedJavaSource("test.ChildComponent", in testMoreThanOneCreatorFails() local
187 Source childComponentFile = in testMoreThanOneCreatorFails_differentTypes() local
229 Source childComponentFile = preprocessedJavaSource("test.ChildComponent", in testCreatorGenericsFails() local
280 Source childComponentFile = preprocessedJavaSource("test.ChildComponent", in testCreatorMissingFactoryMethodFails() local
301 Source childComponentFile = preprocessedJavaSource("test.ChildComponent", in testPrivateCreatorFails() local
321 Source childComponentFile = preprocessedJavaSource("test.ChildComponent", in testNonStaticCreatorFails() local
341 Source childComponentFile = preprocessedJavaSource("test.ChildComponent", in testNonAbstractCreatorFails() local
362 Source childComponentFile = preprocessedJavaSource("test.ChildComponent", in testCreatorOneConstructorWithArgsFails() local
[all …]
H A DSubcomponentBuilderValidationTest.java54 Source childComponentFile = CompilerTests.javaSource("test.ChildComponent", in testMoreThanOneArgFails() local
87 Source childComponentFile = CompilerTests.javaSource("test.ChildComponent", in testInheritedMoreThanOneArgFails() local
121 Source childComponentFile = CompilerTests.javaSource("test.ChildComponent", in testSetterReturningNonVoidOrBuilderFails() local
149 Source childComponentFile = CompilerTests.javaSource("test.ChildComponent", in testInheritedSetterReturningNonVoidOrBuilderFails() local
182 Source childComponentFile = CompilerTests.javaSource("test.ChildComponent", in testGenericsOnSetterMethodFails() local
210 Source childComponentFile = CompilerTests.javaSource("test.ChildComponent", in testGenericsOnInheritedSetterMethodFails() local
H A DSubcomponentValidationTest.java59 Source childComponentFile = in factoryMethod_missingModulesWithParameters() local
185 Source childComponentFile = in factoryMethod_nonModuleParameter() local
225 Source childComponentFile = in factoryMethod_duplicateParameter() local
265 Source childComponentFile = in factoryMethod_superflouousModule() local
311 Source childComponentFile = in missingBinding() local
414 Source childComponentFile = in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent() local