Searched refs:annotation (Results 1 - 25 of 25) sorted by relevance

/art/test/005-annotations/src/android/test/anno/
H A DMissingAnnotation.java3 import java.lang.annotation.Retention;
4 import static java.lang.annotation.RetentionPolicy.RUNTIME;
H A DAnnoFancyConstructor.java3 import java.lang.annotation.*;
H A DAnnoFancyParameter.java3 import java.lang.annotation.*;
H A DAnnoSimpleConstructor.java3 import java.lang.annotation.*;
H A DAnnoSimpleField.java3 import java.lang.annotation.*;
H A DAnnoSimpleLocalVariable.java3 import java.lang.annotation.*;
H A DAnnoSimpleMethod.java3 import java.lang.annotation.*;
H A DAnnoSimplePackage.java3 import java.lang.annotation.*;
H A DAnnoSimpleParameter.java3 import java.lang.annotation.*;
H A DAnnoSimpleType2.java3 import java.lang.annotation.*;
H A DAnnoSimpleTypeInvis.java3 import java.lang.annotation.*;
H A DClassWithInnerAnnotationClass.java3 import java.lang.annotation.*;
H A DAnnoFancyField.java3 import java.lang.annotation.*;
H A DAnnoFancyType.java3 import java.lang.annotation.*;
H A DAnnoSimpleType.java3 import java.lang.annotation.*;
H A DIntToString.java4 import java.lang.annotation.*;
H A DAnnoArrayField.java3 import java.lang.annotation.*;
H A DAnnoFancyMethod.java3 import java.lang.annotation.*;
H A DExportedProperty.java4 import java.lang.annotation.*;
H A DTestAnnotations.java3 import java.lang.annotation.Annotation;
/art/test/005-annotations/src/android/test/
H A DAnnoSimplePackage1.java3 import java.lang.annotation.*;
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DAnnotationItem.java23 public EncodedAnnotation annotation; field in class:AnnotationItem
29 (annotation = new EncodedAnnotation()).read(file);
36 annotation.write(file);
41 annotation.incrementIndex(kind, insertedIdx);
/art/test/044-proxy/src/
H A DNativeProxy.java17 import java.lang.annotation.Annotation;
H A DBasicTest.java17 import java.lang.annotation.Annotation;
72 * that annotation calls work correctly on generated classes.
/art/runtime/
H A Ddex_file_verifier.cc614 ErrorStringPrintf("Bad encoded_value annotation value_arg %x", value_arg);
1033 if (!CheckListSize(ptr_, 1, sizeof(uint8_t), "annotation visibility")) {
1044 ErrorStringPrintf("Bad annotation visibility: %x", *ptr_);
1073 ErrorStringPrintf("Out-of-order field_idx for annotation: %x then %x", last_idx, field_item->field_idx_);
1091 ErrorStringPrintf("Out-of-order method_idx for annotation: %x then %x",
1111 ErrorStringPrintf("Out-of-order method_idx for annotation: %x then %x",
1849 // Get the annotation from the offset and the type index for the annotation.
1850 const DexFile::AnnotationItem* annotation = local
1852 const uint8_t* data = annotation
[all...]

Completed in 205 milliseconds