Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/validation/
H A 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()
/aosp_15_r20/external/auto/common/src/main/java/com/google/auto/common/
H A DAnnotationValues.java256 private static <T> T valueOfType(AnnotationValue annotationValue, Class<T> type) { in valueOfType()
533 public static String toString(AnnotationValue annotationValue) { in toString()
H A DSuperficialValidation.java297 AnnotationValue annotationValue, TypeMirror expectedType) { in validateAnnotationValue()
H A DAnnotationOutput.java209 static String toString(AnnotationValue annotationValue) { in toString()
/aosp_15_r20/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp51 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 DAutoAnnotationProcessor.java213 private static Optional<Integer> invariableHash(AnnotationValue annotationValue) { in invariableHash()
249 AnnotationValue annotationValue = member.method.getDefaultValue(); in invariableHashes() local
H A DAnnotationOutput.java213 AnnotationValue annotationValue, in sourceFormForInitializer()
/aosp_15_r20/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
H A DAnnotationValueImpl.java41 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 DSimpleTypeAnnotationValueTest.java57 AnnotationValue annotationValue = SimpleTypeAnnotationValue.of(primitiveType); in primitiveClass() local
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/binding/
H A DBindingDeclarationFormatter.java94 StringBuilder annotationValue = new StringBuilder(); in formatSubcomponentDeclaration() local
/aosp_15_r20/external/dagger2/java/dagger/spi/model/
H A DMoreAnnotationMirrors.java73 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 DProcessingException.java56 @Nullable AnnotationValue annotationValue) { in ProcessingException()
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/model/
H A DMoreAnnotationMirrors.java73 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/
Dlibview-inspector-annotation-processor.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/processor/ android/ ...
/aosp_15_r20/external/dagger2/java/dagger/model/
H A DKey.java136 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString()
/aosp_15_r20/external/ow2-asm/asm-test/src/main/resources/jdk5/
H A DAllStructures$InvisibleAnnotation.classAllStructures.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 DFormatValidator.java67 Object annotationValue = getAnnotationValue(); in validate() local
/aosp_15_r20/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
H A DAnnotationNode.java214 AnnotationNode annotationValue = (AnnotationNode) value; in accept() local
/aosp_15_r20/external/dagger2/java/dagger/android/processor/
H A DAndroidInjectorDescriptor.java139 private static ImmutableList<XType> getTypeList(XAnnotationValue annotationValue) { in getTypeList()
/aosp_15_r20/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
H A DUnsupportedAppUsageProcessor.java164 AnnotationValue annotationValue = in getSourcePositionOverride() local
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/javac/
H A DJavacPluginProcessingEnvironment.java139 AnnotationValue annotationValue) {} in printMessage()
/aosp_15_r20/external/turbine/java/com/google/turbine/lower/
H A DLower.java675 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 DAnnotationsWriter.java331 public void annotationValue() throws IOException { in annotationValue() method in AnnotationsWriter
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/
H A DTestHTMLReporter.java346 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 DKmAnnotationsTest.kt230 @Test fun annotationValue() { in annotationValue() method in com.squareup.kotlinpoet.metadata.specs.KmAnnotationsTest

1234567