Searched refs:ElementType (Results 1 - 20 of 20) sorted by relevance

/art/test/005-annotations/src/android/test/
H A DAnnoSimplePackage1.java5 @Target(ElementType.PACKAGE)
/art/test/005-annotations/src/android/test/anno/
H A DAnnoFancyConstructor.java5 @Target(ElementType.CONSTRUCTOR)
H A DAnnoFancyParameter.java5 @Target(ElementType.PARAMETER)
H A DAnnoSimpleConstructor.java5 @Target(ElementType.CONSTRUCTOR)
H A DAnnoSimpleField.java5 @Target(ElementType.FIELD)
H A DAnnoSimpleLocalVariable.java5 @Target(ElementType.LOCAL_VARIABLE)
H A DAnnoSimpleMethod.java5 @Target(ElementType.METHOD)
H A DAnnoSimplePackage.java5 @Target(ElementType.PACKAGE)
H A DAnnoSimpleParameter.java5 @Target(ElementType.PARAMETER)
H A DAnnoSimpleType2.java5 @Target(ElementType.TYPE)
H A DAnnoSimpleTypeInvis.java5 @Target(ElementType.TYPE)
H A DExportedProperty.java6 @Target({ ElementType.FIELD, ElementType.METHOD })
H A DAnnoFancyField.java5 @Target(ElementType.FIELD)
H A DAnnoFancyType.java5 @Target(ElementType.TYPE)
H A DAnnoSimpleType.java5 @Target(ElementType.TYPE)
H A DIntToString.java6 @Target({ ElementType.TYPE })
H A DAnnoArrayField.java7 @Target({ElementType.FIELD})
H A DAnnoFancyMethod.java5 @Target(ElementType.METHOD)
/art/runtime/mirror/
H A Darray.h113 typedef T ElementType; typedef in class:art::mirror::PrimitiveArray
H A Dobject_test.cc219 typedef typename ArrayT::ElementType T;

Completed in 131 milliseconds