| /external/dagger2/java/dagger/internal/codegen/ |
| D | ComponentProcessor.java | 42 public final class ComponentProcessor extends JavacBasicAnnotationProcessor { class 48 public static ComponentProcessor withTestPlugins(BindingGraphPlugin... testingPlugins) { in withTestPlugins() 57 public static ComponentProcessor withTestPlugins(Iterable<BindingGraphPlugin> testingPlugins) { in withTestPlugins() 58 return new ComponentProcessor( in withTestPlugins() 67 public static ComponentProcessor forTesting(dagger.spi.BindingGraphPlugin... testingPlugins) { in forTesting() 76 public static ComponentProcessor forTesting( in forTesting() 78 return new ComponentProcessor( in forTesting() 86 public ComponentProcessor() { in ComponentProcessor() method in ComponentProcessor 90 private ComponentProcessor( in ComponentProcessor() method in ComponentProcessor
|
| D | BUILD | 105 # The javadocs should only include ComponentProcessor.java, since that is the only class used 106 # externally. Specifically, ComponentProcessor.forTesting() is required for testing SPI plugins. 107 javadoc_srcs = ["ComponentProcessor.java"], 115 processor_class = "dagger.internal.codegen.ComponentProcessor",
|
| /external/dagger2/javatests/dagger/spi/ |
| D | SpiPluginTest.java | 26 import dagger.internal.codegen.ComponentProcessor; 55 .withProcessors(new ComponentProcessor()) in moduleBinding() 95 .withProcessors(new ComponentProcessor()) in dependencyTraceAtBinding() 322 .withProcessors(new ComponentProcessor()) in errorOnComponent() 357 .withProcessors(new ComponentProcessor()) in errorOnSubcomponent() 458 .withProcessors(new ComponentProcessor()) in shortestPathToBindingExistsThroughSubcomponentBuilder() 498 Compilation compilation = javac().withProcessors(new ComponentProcessor()).compile(component); in onPluginEnd() 516 .withProcessors(new ComponentProcessor()) in compilationWithErrorOnDependency()
|
| /external/dagger2/javatests/artifacts/dagger/kotlin-app/src/test/kotlin/app/ |
| D | ComponentProcessorBuildTest.kt | 20 import dagger.internal.codegen.ComponentProcessor 32 val processor = ComponentProcessor.forTesting() in testComponentProcessor()
|
| /external/dagger2/javatests/artifacts/dagger-ksp/kotlin-app/src/test/kotlin/app/ |
| D | ComponentProcessorBuildTest.kt | 20 import dagger.internal.codegen.ComponentProcessor 32 val processor = ComponentProcessor.forTesting() in testComponentProcessor()
|
| /external/dagger2/javatests/dagger/internal/codegen/ |
| D | MapKeyProcessorTest.java | 85 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in mapKeyCreatorFile() 135 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in nestedMapKeyCreatorFile() 200 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in nestedComplexMapKey_buildSuccessfully()
|
| /external/dagger2/javatests/dagger/android/processor/ |
| D | DuplicateAndroidInjectorsCheckerTest.java | 20 import dagger.internal.codegen.ComponentProcessor; 92 ComponentProcessor.withTestPlugins(new DuplicateAndroidInjectorsChecker())) in conflictingMapKeys()
|
| /external/dagger2/javatests/dagger/hilt/android/processor/internal/viewmodel/ |
| D | ViewModelValidationPluginWithAssistedInjectTest.kt | 24 import dagger.internal.codegen.ComponentProcessor in <lambda>() 38 ComponentProcessor.withTestPlugins(ViewModelValidationPlugin()), in <lambda>()
|
| D | ViewModelValidationPluginTest.kt | 23 import dagger.internal.codegen.ComponentProcessor in <lambda>() 36 ComponentProcessor.withTestPlugins(ViewModelValidationPlugin()), in <lambda>()
|
| /external/dagger2/javatests/dagger/internal/codegen/goldens/ |
| D | MapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_DEFAULT_MODE_mapkeys.MapModule_ClassKeyMapKey | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | MapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_FAST_INIT_MODE_mapkeys.MapModule_ClassKeyMapKey | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | LazyClassKeyMapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_DEFAULT_MODE_mapkeys.MapModule_ClassKeyMapKey | 9 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | LazyClassKeyMapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_FAST_INIT_MODE_mapkeys.MapModule_ClassKeyMapKey | 9 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | MapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_DEFAULT_MODE_mapkeys.MapModule_ComplexKeyWithInaccessibleAnnotationValueMapKey | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | LazyClassKeyMapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_DEFAULT_MODE_mapkeys.MapModule_ComplexKeyWithInaccessibleAnnotationValueMapKey | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | MapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_FAST_INIT_MODE_mapkeys.MapModule_ComplexKeyWithInaccessibleAnnotationValueMapKey | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | LazyClassKeyMapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_FAST_INIT_MODE_mapkeys.MapModule_ComplexKeyWithInaccessibleAnnotationValueMapKey | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | ComponentProcessorTest_unusedSubcomponents_dontResolveExtraBindingsInParentComponents_FAST_INIT_MODE_test.DaggerParent | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | ComponentProcessorTest_transitiveModuleDeps_FAST_INIT_MODE_test.DaggerTestComponent | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | ComponentProcessorTest_transitiveModuleDeps_DEFAULT_MODE_test.DaggerTestComponent | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | ComponentProcessorTest_unusedSubcomponents_dontResolveExtraBindingsInParentComponents_DEFAULT_MODE_test.DaggerParent | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | ComponentRequirementFieldTest_testBindsNullableInstance_FAST_INIT_MODE_test.DaggerTestComponent | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | ComponentProcessorTest_publicComponentType_DEFAULT_MODE_test.DaggerPublicComponent | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| D | ComponentRequirementFieldTest_testBindsNullableInstance_DEFAULT_MODE_test.DaggerTestComponent | 8 value = "dagger.internal.codegen.ComponentProcessor",
|
| /external/dagger2/java/dagger/testing/compile/ |
| D | CompilerTests.java | 45 import dagger.internal.codegen.ComponentProcessor; 244 ComponentProcessor.withTestPlugins(bindingGraphPlugins()), in compile() 325 /* kaptProcessors= */ ImmutableList.of(new ComponentProcessor()), in compileWithKapt()
|