Searched refs:AutoAnnotationProcessor (Results 1 – 11 of 11) sorted by relevance
| /external/auto/value/src/test/java/com/google/auto/value/processor/ |
| D | AutoAnnotationErrorsTest.java | 60 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testCorrect() 80 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testNotStatic() 102 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testDoesNotReturnAnnotation() 129 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testOverload() 170 .withProcessors(new AutoAnnotationProcessor()) in testSameNameDifferentPackagesDoesNotTriggerOverload() 191 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testWrongName() 214 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testWrongType() 258 javac().withProcessors(new AutoAnnotationProcessor()).compile(testSource, testAnnotation); in testWrongTypeCollection() 285 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testExtraParameters() 310 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testMissingParameters() [all …]
|
| D | AutoAnnotationCompilationTest.java | 80 "@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/ |
| D | MapKeyProcessorTest.java | 22 import com.google.auto.value.processor.AutoAnnotationProcessor; 85 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in mapKeyCreatorFile() 135 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in nestedMapKeyCreatorFile()
|
| D | Compilers.java | 25 import com.google.auto.value.processor.AutoAnnotationProcessor; 56 processors.add(new ComponentProcessor(), new AutoAnnotationProcessor()); in daggerCompiler()
|
| /external/auto/value/src/main/java/com/google/auto/value/processor/ |
| D | AutoAnnotationTemplateVars.java | 30 Map<String, AutoAnnotationProcessor.Member> members; 36 Map<String, AutoAnnotationProcessor.Parameter> params;
|
| D | autoannotation.vm | 44 @${generated}("com.google.auto.value.processor.AutoAnnotationProcessor") 46 // Generated by com.google.auto.value.processor.AutoAnnotationProcessor
|
| D | AutoAnnotationProcessor.java | 81 public class AutoAnnotationProcessor extends AbstractProcessor { class 82 public AutoAnnotationProcessor() {} in AutoAnnotationProcessor() method in AutoAnnotationProcessor
|
| /external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
| D | CompileWithEclipseTest.java | 23 import com.google.auto.value.processor.AutoAnnotationProcessor; 140 new AutoAnnotationProcessor(), in compileWithEclipse()
|
| /external/tflite-support/ |
| D | WORKSPACE | 272 " name = \"AutoAnnotationProcessor\",", 274 " processor_class = \"com.google.auto.value.processor.AutoAnnotationProcessor\",", 298 " \":AutoAnnotationProcessor\",",
|
| /external/dagger2/third_party/java/auto/ |
| D | BUILD | 40 processor_class = "com.google.auto.value.processor.AutoAnnotationProcessor",
|
| /external/auto/value/ |
| D | Android.bp | 106 processor_class: "com.google.auto.value.processor.AutoAnnotationProcessor",
|