/external/dagger2/java/dagger/internal/codegen/validation/ |
D | ValidationReport.java | 141 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/ |
D | animalsniffer-conventions.gradle.kts | 52 val annotationValue = when(name) { in <lambda>() constant
|
/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/ |
D | AnnotationValueImpl.java | 41 protected final javax.lang.model.element.AnnotationValue annotationValue; field in AnnotationValueImpl
|
/external/auto/common/src/test/java/com/google/auto/common/ |
D | SimpleTypeAnnotationValueTest.java | 57 AnnotationValue annotationValue = SimpleTypeAnnotationValue.of(primitiveType); in primitiveClass() local
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | DeclarationFormatter.java | 94 StringBuilder annotationValue = new StringBuilder(); in formatSubcomponentDeclaration() local
|
/external/dagger2/java/dagger/internal/codegen/model/ |
D | MoreAnnotationMirrors.java | 73 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString()
|
/external/dagger2/java/dagger/spi/model/ |
D | MoreAnnotationMirrors.java | 73 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString()
|
/external/auto/common/src/main/java/com/google/auto/common/ |
D | SuperficialValidation.java | 297 AnnotationValue annotationValue, TypeMirror expectedType) { in validateAnnotationValue()
|
D | AnnotationValues.java | 256 private static <T> T valueOfType(AnnotationValue annotationValue, Class<T> type) { in valueOfType() 533 public static String toString(AnnotationValue annotationValue) { in toString()
|
D | AnnotationOutput.java | 209 static String toString(AnnotationValue annotationValue) { in toString()
|
/external/dagger2/java/dagger/model/ |
D | Key.java | 136 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString()
|
/external/ow2-asm/asm-test/src/main/resources/jdk5/ |
D | AllStructures$InvisibleAnnotation.class | AllStructures.java
package jdk5
abstract annotation jdk5.AllStructures$InvisibleAnnotation extends java.lang.Object implements ... |
/external/json-schema-validator/src/main/java/com/networknt/schema/ |
D | FormatValidator.java | 67 Object annotationValue = getAnnotationValue(); in validate() local
|
/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/ |
D | AnnotationNode.java | 214 AnnotationNode annotationValue = (AnnotationNode) value; in accept() local
|
/external/dagger2/java/dagger/android/processor/ |
D | AndroidInjectorDescriptor.java | 139 private static ImmutableList<XType> getTypeList(XAnnotationValue annotationValue) { in getTypeList()
|
/external/dagger2/java/dagger/internal/codegen/javac/ |
D | JavacPluginProcessingEnvironment.java | 139 AnnotationValue annotationValue) {} in printMessage()
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
D | AnnotationsWriter.java | 331 public void annotationValue() throws IOException { in annotationValue() method in AnnotationsWriter
|
/external/auto/value/src/main/java/com/google/auto/value/processor/ |
D | AutoAnnotationProcessor.java | 213 private static Optional<Integer> invariableHash(AnnotationValue annotationValue) { in invariableHash() 249 AnnotationValue annotationValue = member.method.getDefaultValue(); in invariableHashes() local
|
D | AnnotationOutput.java | 213 AnnotationValue annotationValue, in sourceFormForInitializer()
|
/external/testng/src/main/java/org/testng/reporters/ |
D | TestHTMLReporter.java | 346 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/ |
D | KmAnnotationsTest.kt | 230 @Test fun annotationValue() { in annotationValue() method in com.squareup.kotlinpoet.metadata.specs.KmAnnotationsTest
|
/external/turbine/java/com/google/turbine/processing/ |
D | TurbineAnnotationMirror.java | 56 static TurbineAnnotationValueMirror annotationValue(ModelFactory factory, Const value) { in annotationValue() method in TurbineAnnotationMirror
|
/external/ow2-asm/asm-test/src/resources/java/jdk5/ |
D | AllStructures.java | 177 Deprecated annotationValue() default @Deprecated; in annotationValue() method
|
/external/turbine/java/com/google/turbine/lower/ |
D | Lower.java | 674 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/ |
D | SdkStore.java | 697 AnnotationValue annotationValue = annotationEntries.get(key); in MethodExtraInfo() local
|