Home
last modified time | relevance | path

Searched refs:FieldAnnotationStruct (Results 1 – 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DFieldAnnotationStruct.java28 public final class FieldAnnotationStruct class
29 implements ToHuman, Comparable<FieldAnnotationStruct> {
42 public FieldAnnotationStruct(CstFieldRef field, in FieldAnnotationStruct() method in FieldAnnotationStruct
63 if (! (other instanceof FieldAnnotationStruct)) { in equals()
67 return field.equals(((FieldAnnotationStruct) other).field); in equals()
71 public int compareTo(FieldAnnotationStruct other) { in compareTo()
DAnnotationsDirectoryItem.java47 private ArrayList<FieldAnnotationStruct> fieldAnnotations;
161 fieldAnnotations = new ArrayList<FieldAnnotationStruct>(); in addFieldAnnotations()
164 fieldAnnotations.add(new FieldAnnotationStruct(field, in addFieldAnnotations()
252 for (FieldAnnotationStruct item : fieldAnnotations) { in addContents()
316 for (FieldAnnotationStruct item : fieldAnnotations) { in writeTo0()
370 for (FieldAnnotationStruct item : fieldAnnotations) { in debugPrint()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DFieldAnnotationStruct.java28 public final class FieldAnnotationStruct class
29 implements ToHuman, Comparable<FieldAnnotationStruct> {
42 public FieldAnnotationStruct(CstFieldRef field, in FieldAnnotationStruct() method in FieldAnnotationStruct
63 if (! (other instanceof FieldAnnotationStruct)) { in equals()
67 return field.equals(((FieldAnnotationStruct) other).field); in equals()
71 public int compareTo(FieldAnnotationStruct other) { in compareTo()
DAnnotationsDirectoryItem.java47 private ArrayList<FieldAnnotationStruct> fieldAnnotations;
159 fieldAnnotations = new ArrayList<FieldAnnotationStruct>(); in addFieldAnnotations()
162 fieldAnnotations.add(new FieldAnnotationStruct(field, in addFieldAnnotations()
248 for (FieldAnnotationStruct item : fieldAnnotations) { in addContents()
312 for (FieldAnnotationStruct item : fieldAnnotations) { in writeTo0()
366 for (FieldAnnotationStruct item : fieldAnnotations) { in debugPrint()