Home
last modified time | relevance | path

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

/external/auto/value/src/test/java/com/google/auto/value/processor/
DAutoAnnotationErrorsTest.java61 .withProcessors(new AutoAnnotationProcessor()) in testCorrect()
83 .withProcessors(new AutoAnnotationProcessor()) in testNotStatic()
107 .withProcessors(new AutoAnnotationProcessor()) in testDoesNotReturnAnnotation()
136 .withProcessors(new AutoAnnotationProcessor()) in testOverload()
178 .withProcessors(new AutoAnnotationProcessor()) in testSameNameDifferentPackagesDoesNotTriggerOverload()
200 .withProcessors(new AutoAnnotationProcessor()) in testWrongName()
225 .withProcessors(new AutoAnnotationProcessor()) in testWrongType()
271 .withProcessors(new AutoAnnotationProcessor()) in testWrongTypeCollection()
300 .withProcessors(new AutoAnnotationProcessor()) in testExtraParameters()
327 .withProcessors(new AutoAnnotationProcessor()) in testMissingParameters()
[all …]
DAutoAnnotationCompilationTest.java79 "@Generated(\"" + AutoAnnotationProcessor.class.getName() + "\")", in testSimple()
131 .withProcessors(new AutoAnnotationProcessor()) in testSimple()
162 "@Generated(\"" + AutoAnnotationProcessor.class.getName() + "\")", in testEmptyPackage()
193 .withProcessors(new AutoAnnotationProcessor()) in testEmptyPackage()
243 "@Generated(\"" + AutoAnnotationProcessor.class.getName() + "\")", in testGwtSimple()
290 .withProcessors(new AutoAnnotationProcessor()) in testGwtSimple()
352 "@Generated(\"" + AutoAnnotationProcessor.class.getName() + "\")", in testCollectionsForArrays()
428 .withProcessors(new AutoAnnotationProcessor()) in testCollectionsForArrays()
461 .withProcessors(new AutoAnnotationProcessor()) in testMissingClass()
/external/dagger2/javatests/dagger/internal/codegen/
DMapKeyProcessorTest.java24 import com.google.auto.value.processor.AutoAnnotationProcessor;
88 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in mapKeyCreatorFile()
139 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in nestedMapKeyCreatorFile()
DCompilers.java25 import com.google.auto.value.processor.AutoAnnotationProcessor;
55 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.java74 public class AutoAnnotationProcessor extends AbstractProcessor { class
75 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;
124 autoValueProcessor, new AutoOneOfProcessor(), new AutoAnnotationProcessor()); in compileWithEclipse()
/external/tflite-support/
DWORKSPACE272 " name = \"AutoAnnotationProcessor\",",
274 " processor_class = \"com.google.auto.value.processor.AutoAnnotationProcessor\",",
298 " \":AutoAnnotationProcessor\",",
/external/auto/value/
DAndroid.bp80 processor_class: "com.google.auto.value.processor.AutoAnnotationProcessor",