Home
last modified time | relevance | path

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

12

/external/dagger2/java/dagger/internal/codegen/validation/
DValidationReport.java141 abstract Optional<XAnnotationValue> annotationValue(); in annotationValue() method in ValidationReport.Item
185 XAnnotationValue annotationValue) { in addError()
209 XAnnotationValue annotationValue) { in addWarning()
233 XAnnotationValue annotationValue) { in addNote()
253 XAnnotationValue annotationValue) { in addItem()
263 Optional<XAnnotationValue> annotationValue) { in addItem()
/external/kotlinx.serialization/buildSrc/src/main/kotlin/
Danimalsniffer-conventions.gradle.kts52 val annotationValue = when(name) { in <lambda>() constant
/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
DAnnotationValueImpl.java41 protected final javax.lang.model.element.AnnotationValue annotationValue; field in AnnotationValueImpl
/external/auto/common/src/test/java/com/google/auto/common/
DSimpleTypeAnnotationValueTest.java57 AnnotationValue annotationValue = SimpleTypeAnnotationValue.of(primitiveType); in primitiveClass() local
/external/dagger2/java/dagger/internal/codegen/binding/
DDeclarationFormatter.java94 StringBuilder annotationValue = new StringBuilder(); in formatSubcomponentDeclaration() local
/external/dagger2/java/dagger/internal/codegen/model/
DMoreAnnotationMirrors.java73 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString()
/external/dagger2/java/dagger/spi/model/
DMoreAnnotationMirrors.java73 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString()
/external/auto/common/src/main/java/com/google/auto/common/
DSuperficialValidation.java297 AnnotationValue annotationValue, TypeMirror expectedType) { in validateAnnotationValue()
DAnnotationValues.java256 private static <T> T valueOfType(AnnotationValue annotationValue, Class<T> type) { in valueOfType()
533 public static String toString(AnnotationValue annotationValue) { in toString()
DAnnotationOutput.java209 static String toString(AnnotationValue annotationValue) { in toString()
/external/dagger2/java/dagger/model/
DKey.java136 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString()
/external/ow2-asm/asm-test/src/main/resources/jdk5/
DAllStructures$InvisibleAnnotation.classAllStructures.java package jdk5 abstract annotation jdk5.AllStructures$InvisibleAnnotation extends java.lang.Object implements ...
/external/json-schema-validator/src/main/java/com/networknt/schema/
DFormatValidator.java67 Object annotationValue = getAnnotationValue(); in validate() local
/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
DAnnotationNode.java214 AnnotationNode annotationValue = (AnnotationNode) value; in accept() local
/external/dagger2/java/dagger/android/processor/
DAndroidInjectorDescriptor.java139 private static ImmutableList<XType> getTypeList(XAnnotationValue annotationValue) { in getTypeList()
/external/dagger2/java/dagger/internal/codegen/javac/
DJavacPluginProcessingEnvironment.java139 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.java213 private static Optional<Integer> invariableHash(AnnotationValue annotationValue) { in invariableHash()
249 AnnotationValue annotationValue = member.method.getDefaultValue(); in invariableHashes() local
DAnnotationOutput.java213 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/kotlinpoet/interop/kotlin-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/
DKmAnnotationsTest.kt230 @Test fun annotationValue() { in annotationValue() method in com.squareup.kotlinpoet.metadata.specs.KmAnnotationsTest
/external/turbine/java/com/google/turbine/processing/
DTurbineAnnotationMirror.java56 static TurbineAnnotationValueMirror annotationValue(ModelFactory factory, Const value) { in annotationValue() method in TurbineAnnotationMirror
/external/ow2-asm/asm-test/src/resources/java/jdk5/
DAllStructures.java177 Deprecated annotationValue() default @Deprecated; in annotationValue() method
/external/turbine/java/com/google/turbine/lower/
DLower.java674 private ElementValue annotationValue(Const value) { in annotationValue() method in Lower
699 TurbineAnnotationValue annotationValue = (TurbineAnnotationValue) value; in annotationValue() local
/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/
DSdkStore.java697 AnnotationValue annotationValue = annotationEntries.get(key); in MethodExtraInfo() local

12