/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/validation/ |
H A 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()
|
/aosp_15_r20/external/auto/common/src/main/java/com/google/auto/common/ |
H A 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()
|
H A D | SuperficialValidation.java | 297 AnnotationValue annotationValue, TypeMirror expectedType) { in validateAnnotationValue()
|
H A D | AnnotationOutput.java | 209 static String toString(AnnotationValue annotationValue) { in toString()
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/ |
D | LogEvent_test.cpp | 51 bool annotationValue, bool doHeaderPrefetch) { in createFieldWithBoolAnnotationLogEvent() 72 int annotationValue, bool doHeaderPrefetch) { in createFieldWithIntAnnotationLogEvent() 93 int annotationValue, bool doHeaderPrefetch) { in createAtomLevelIntAnnotationLogEvent() 115 bool annotationValue, bool doHeaderPrefetch) { in createAtomLevelBoolAnnotationLogEvent()
|
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/ |
H A D | AutoAnnotationProcessor.java | 213 private static Optional<Integer> invariableHash(AnnotationValue annotationValue) { in invariableHash() 249 AnnotationValue annotationValue = member.method.getDefaultValue(); in invariableHashes() local
|
H A D | AnnotationOutput.java | 213 AnnotationValue annotationValue, in sourceFormForInitializer()
|
/aosp_15_r20/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/ |
H A D | AnnotationValueImpl.java | 41 protected final javax.lang.model.element.AnnotationValue annotationValue; field in AnnotationValueImpl
|
/aosp_15_r20/external/auto/common/src/test/java/com/google/auto/common/ |
H A D | SimpleTypeAnnotationValueTest.java | 57 AnnotationValue annotationValue = SimpleTypeAnnotationValue.of(primitiveType); in primitiveClass() local
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/binding/ |
H A D | BindingDeclarationFormatter.java | 94 StringBuilder annotationValue = new StringBuilder(); in formatSubcomponentDeclaration() local
|
/aosp_15_r20/external/dagger2/java/dagger/spi/model/ |
H A D | MoreAnnotationMirrors.java | 73 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString()
|
/aosp_15_r20/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/ |
H A D | ProcessingException.java | 56 @Nullable AnnotationValue annotationValue) { in ProcessingException()
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/model/ |
H A D | MoreAnnotationMirrors.java | 73 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/processors/view_inspector/libview-inspector-annotation-processor/linux_glibc_common/javac/ |
D | libview-inspector-annotation-processor.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/processor/
android/ ... |
/aosp_15_r20/external/dagger2/java/dagger/model/ |
H A D | Key.java | 136 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString()
|
/aosp_15_r20/external/ow2-asm/asm-test/src/main/resources/jdk5/ |
H A D | AllStructures$InvisibleAnnotation.class | AllStructures.java
package jdk5
abstract annotation jdk5.AllStructures$InvisibleAnnotation extends java.lang.Object implements ... |
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/ |
H A D | FormatValidator.java | 67 Object annotationValue = getAnnotationValue(); in validate() local
|
/aosp_15_r20/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/ |
H A D | AnnotationNode.java | 214 AnnotationNode annotationValue = (AnnotationNode) value; in accept() local
|
/aosp_15_r20/external/dagger2/java/dagger/android/processor/ |
H A D | AndroidInjectorDescriptor.java | 139 private static ImmutableList<XType> getTypeList(XAnnotationValue annotationValue) { in getTypeList()
|
/aosp_15_r20/tools/platform-compat/java/android/processor/compat/unsupportedappusage/ |
H A D | UnsupportedAppUsageProcessor.java | 164 AnnotationValue annotationValue = in getSourcePositionOverride() local
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/javac/ |
H A D | JavacPluginProcessingEnvironment.java | 139 AnnotationValue annotationValue) {} in printMessage()
|
/aosp_15_r20/external/turbine/java/com/google/turbine/lower/ |
H A D | Lower.java | 675 private ElementValue annotationValue(Const value) { in annotationValue() method in Lower 700 TurbineAnnotationValue annotationValue = (TurbineAnnotationValue) value; in annotationValue() local
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/annotation/ |
H A D | AnnotationsWriter.java | 331 public void annotationValue() throws IOException { in annotationValue() method in AnnotationsWriter
|
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/ |
H A D | TestHTMLReporter.java | 346 private static int annotationValue(ITestNGMethod method) { in annotationValue() method in TestHTMLReporter.ConfigurationComparator
|
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/ |
H A D | KmAnnotationsTest.kt | 230 @Test fun annotationValue() { in annotationValue() method in com.squareup.kotlinpoet.metadata.specs.KmAnnotationsTest
|