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

/art/test/004-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 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/004-annotations/src/android/test/
H A DAnnoSimplePackage1.java3 import java.lang.annotation.*;
/art/test/044-proxy/src/
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.cc494 LOG(ERROR) << StringPrintf("Bad encoded_value annotation value_arg %x", value_arg);
882 if (!CheckPointerRange(ptr_, ptr_ + 1, "annotation visibility")) {
893 LOG(ERROR) << StringPrintf("Bad annotation visibility: %x", *ptr_);
922 LOG(ERROR) << StringPrintf("Out-of-order field_idx for annotation: %x then %x", last_idx, field_item->field_idx_);
940 LOG(ERROR) << StringPrintf("Out-of-order method_idx for annotation: %x then %x",
960 LOG(ERROR) << StringPrintf("Out-of-order method_idx for annotation: %x then %x",
1672 // Get the annotation from the offset and the type index for the annotation.
1673 const DexFile::AnnotationItem* annotation = local
1675 const uint8_t* data = annotation
[all...]

Completed in 196 milliseconds