Searched refs:AnnotationSetItem (Results 1 - 12 of 12) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationSetRefItem.java23 * Indirect reference to an {@link AnnotationSetItem}.
33 private AnnotationSetItem annotations;
40 public AnnotationSetRefItem(AnnotationSetItem annotations) {
H A DAnnotationSetItem.java27 public final class AnnotationSetItem extends OffsettedItem { class in inherits:OffsettedItem
49 public AnnotationSetItem(Annotations annotations) { method in class:AnnotationSetItem
97 AnnotationSetItem otherSet = (AnnotationSetItem) other;
H A DFieldAnnotationStruct.java34 private AnnotationSetItem annotations;
43 AnnotationSetItem annotations) {
H A DMethodAnnotationStruct.java34 private AnnotationSetItem annotations;
43 AnnotationSetItem annotations) {
H A DParameterAnnotationStruct.java72 AnnotationSetItem item = new AnnotationSetItem(annotations);
H A DAnnotationsDirectoryItem.java44 private AnnotationSetItem classAnnotations;
147 classAnnotations = new AnnotationSetItem(annotations);
163 new AnnotationSetItem(annotations)));
179 new AnnotationSetItem(annotations)));
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationSetRefItem.java23 * Indirect reference to an {@link AnnotationSetItem}.
33 private AnnotationSetItem annotations;
40 public AnnotationSetRefItem(AnnotationSetItem annotations) {
H A DAnnotationSetItem.java27 public final class AnnotationSetItem extends OffsettedItem { class in inherits:OffsettedItem
50 public AnnotationSetItem(Annotations annotations, DexFile dexFile) { method in class:AnnotationSetItem
98 AnnotationSetItem otherSet = (AnnotationSetItem) other;
H A DFieldAnnotationStruct.java34 private AnnotationSetItem annotations;
43 AnnotationSetItem annotations) {
H A DMethodAnnotationStruct.java34 private AnnotationSetItem annotations;
43 AnnotationSetItem annotations) {
H A DParameterAnnotationStruct.java72 AnnotationSetItem item = new AnnotationSetItem(annotations, dexFile);
H A DAnnotationsDirectoryItem.java43 private AnnotationSetItem classAnnotations;
147 classAnnotations = new AnnotationSetItem(annotations, dexFile);
164 new AnnotationSetItem(annotations, dexFile)));
181 new AnnotationSetItem(annotations, dexFile)));

Completed in 127 milliseconds