Home
last modified time | relevance | path

Searched defs:annotationValue (Results 1 – 17 of 17) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/validation/
DValidationReport.java150 abstract Optional<AnnotationValue> annotationValue(); in annotationValue() method in ValidationReport.Item
195 AnnotationValue annotationValue) { in addError()
215 AnnotationValue annotationValue) { in addWarning()
235 AnnotationValue annotationValue) { in addNote()
252 AnnotationValue annotationValue) { in addItem()
261 Optional<AnnotationValue> annotationValue) { in addItem()
/external/proguard/src/proguard/classfile/attribute/annotation/
DAnnotationElementValue.java33 public Annotation annotationValue; field in AnnotationElementValue
48 Annotation annotationValue) in AnnotationElementValue()
/external/dagger2/java/dagger/internal/codegen/base/
DMoreAnnotationValues.java38 public static ImmutableList<AnnotationValue> asAnnotationValues(AnnotationValue annotationValue) { in asAnnotationValues()
62 public static TypeMirror asType(AnnotationValue annotationValue) { in asType()
/external/dagger2/java/dagger/hilt/processor/internal/
DAnnotationValues.java108 private static <T> T valueOfType(AnnotationValue annotationValue, Class<T> type) { in valueOfType()
168 AnnotationValue annotationValue) { in getAnnotationValues()
/external/auto/common/src/test/java/com/google/auto/common/
DSimpleTypeAnnotationValueTest.java56 AnnotationValue annotationValue = SimpleTypeAnnotationValue.of(primitiveType); in primitiveClass() local
/external/dagger2/java/dagger/internal/codegen/binding/
DBindingDeclarationFormatter.java106 StringBuilder annotationValue = new StringBuilder(); in formatSubcomponentDeclaration() local
/external/auto/common/src/main/java/com/google/auto/common/
DSuperficialValidation.java280 AnnotationValue annotationValue, TypeMirror expectedType) { in validateAnnotationValue()
DAnnotationValues.java223 private static <T> T valueOfType(AnnotationValue annotationValue, Class<T> type) { in valueOfType()
/external/dagger2/java/dagger/model/
DKey.java137 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString()
/external/dagger2/java/dagger/internal/codegen/javac/
DJavacPluginModule.java75 AnnotationValue annotationValue) {} in printMessage()
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotationsWriter.java331 public void annotationValue() throws IOException { in annotationValue() method in AnnotationsWriter
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoAnnotationProcessor.java201 private static Optional<Integer> invariableHash(AnnotationValue annotationValue) { in invariableHash()
237 AnnotationValue annotationValue = member.method.getDefaultValue(); in invariableHashes() local
DAnnotationOutput.java209 AnnotationValue annotationValue, in sourceFormForInitializer()
/external/testng/src/main/java/org/testng/reporters/
DTestHTMLReporter.java346 private static int annotationValue(ITestNGMethod method) { in annotationValue() method in TestHTMLReporter.ConfigurationComparator
/external/turbine/java/com/google/turbine/processing/
DTurbineAnnotationMirror.java54 static TurbineAnnotationValueMirror annotationValue(ModelFactory factory, Const value) { in annotationValue() method in TurbineAnnotationMirror
/external/turbine/java/com/google/turbine/lower/
DLower.java539 private ElementValue annotationValue(Const value) { in annotationValue() method in Lower
564 TurbineAnnotationValue annotationValue = (TurbineAnnotationValue) value; in annotationValue() local
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java937 Annotation annotationValue = new Annotation(); in visitAnnotationElementValue() local