Home
last modified time | relevance | path

Searched refs:AutoAnnotationProcessor (Results 1 – 11 of 11) sorted by relevance

/external/auto/value/src/test/java/com/google/auto/value/processor/
DAutoAnnotationErrorsTest.java60 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testCorrect()
79 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testDoesNotReturnAnnotation()
106 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testOverload()
147 .withProcessors(new AutoAnnotationProcessor()) in testSameNameDifferentPackagesDoesNotTriggerOverload()
168 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testWrongName()
191 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testWrongType()
235 javac().withProcessors(new AutoAnnotationProcessor()).compile(testSource, testAnnotation); in testWrongTypeCollection()
262 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testExtraParameters()
287 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testMissingParameters()
319 javac().withProcessors(new AutoAnnotationProcessor()).compile(annotationSource, testSource); in testAnnotationValuedDefaultsNotSupportedYet()
[all …]
DAutoAnnotationCompilationTest.java80 "@Generated(\"" + AutoAnnotationProcessor.class.getName() + "\")", in testSimple()
133 .withProcessors(new AutoAnnotationProcessor()) in testSimple()
166 "@Generated(\"" + AutoAnnotationProcessor.class.getName() + "\")", in testEmptyPackage()
198 .withProcessors(new AutoAnnotationProcessor()) in testEmptyPackage()
250 "@Generated(\"" + AutoAnnotationProcessor.class.getName() + "\")", in testGwtSimple()
298 .withProcessors(new AutoAnnotationProcessor()) in testGwtSimple()
362 "@Generated(\"" + AutoAnnotationProcessor.class.getName() + "\")", in testCollectionsForArrays()
439 .withProcessors(new AutoAnnotationProcessor()) in testCollectionsForArrays()
472 javac().withProcessors(new AutoAnnotationProcessor()).compile(erroneousJavaFileObject); in testMissingClass()
/external/dagger2/javatests/dagger/internal/codegen/
DMapKeyProcessorTest.java22 import com.google.auto.value.processor.AutoAnnotationProcessor;
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()
DCompilers.java25 import com.google.auto.value.processor.AutoAnnotationProcessor;
59 processors.add(new ComponentProcessor(), new AutoAnnotationProcessor()); in daggerCompiler()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoAnnotationTemplateVars.java30 Map<String, AutoAnnotationProcessor.Member> members;
36 Map<String, AutoAnnotationProcessor.Parameter> params;
Dautoannotation.vm44 @${generated}("com.google.auto.value.processor.AutoAnnotationProcessor")
46 // Generated by com.google.auto.value.processor.AutoAnnotationProcessor
DAutoAnnotationProcessor.java80 public class AutoAnnotationProcessor extends AbstractProcessor { class
81 public AutoAnnotationProcessor() {} in AutoAnnotationProcessor() method in AutoAnnotationProcessor
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DCompileWithEclipseTest.java23 import com.google.auto.value.processor.AutoAnnotationProcessor;
150 new AutoAnnotationProcessor(), in compileWithEclipse()
/external/tflite-support/
DWORKSPACE272 " name = \"AutoAnnotationProcessor\",",
274 " processor_class = \"com.google.auto.value.processor.AutoAnnotationProcessor\",",
298 " \":AutoAnnotationProcessor\",",
/external/dagger2/third_party/java/auto/
DBUILD39 processor_class = "com.google.auto.value.processor.AutoAnnotationProcessor",
/external/auto/value/
DAndroid.bp115 processor_class: "com.google.auto.value.processor.AutoAnnotationProcessor",