HomeSort by relevance Sort by last modified time
    Searched refs:AnnotationSetItem (Results 1 - 8 of 8) sorted by null

  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java 23 * Indirect reference to an {@link AnnotationSetItem}.
33 private AnnotationSetItem annotations;
40 public AnnotationSetRefItem(AnnotationSetItem annotations) {
AnnotationSetItem.java 27 public final class AnnotationSetItem extends OffsettedItem {
49 public AnnotationSetItem(Annotations annotations) {
97 AnnotationSetItem otherSet = (AnnotationSetItem) other;
FieldAnnotationStruct.java 34 private AnnotationSetItem annotations;
43 AnnotationSetItem annotations) {
MethodAnnotationStruct.java 34 private AnnotationSetItem annotations;
43 AnnotationSetItem annotations) {
ParameterAnnotationStruct.java 72 AnnotationSetItem item = new AnnotationSetItem(annotations);
AnnotationsDirectoryItem.java 44 private AnnotationSetItem classAnnotations;
147 classAnnotations = new AnnotationSetItem(annotations);
163 new AnnotationSetItem(annotations)));
179 new AnnotationSetItem(annotations)));
  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 95 static class AnnotationSetItem {
103 AnnotationSetItem[] annotationSetItems;
109 AnnotationSetItem[] annotationSetItems;
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 271 milliseconds