/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | UniformListItem.java | 43 private final ItemType itemType; field in UniformListItem 55 public UniformListItem(ItemType itemType, List<T> items) { in UniformListItem() argument 58 if (itemType == null) { in UniformListItem() 63 this.itemType = itemType; in UniformListItem() 104 public ItemType itemType() { in itemType() method in UniformListItem 105 return itemType; in itemType()
|
D | Item.java | 38 public abstract ItemType itemType(); in itemType() method in Item 47 return itemType().toHuman(); in typeName()
|
D | OffsettedItem.java | 97 ItemType thisType = itemType(); in equals() 98 ItemType otherType = otherItem.itemType(); in equals() 119 ItemType thisType = itemType(); in compareTo() 120 ItemType otherType = other.itemType(); in compareTo()
|
D | MixedItemSection.java | 57 ItemType type1 = item1.itemType(); 58 ItemType type2 = item2.itemType(); 234 public void writeIndexAnnotation(AnnotatedOutput out, ItemType itemType, in writeIndexAnnotation() argument 242 if (item.itemType() == itemType) { in writeIndexAnnotation()
|
D | MethodIdItem.java | 36 public ItemType itemType() { in itemType() method in MethodIdItem
|
D | FieldIdItem.java | 36 public ItemType itemType() { in itemType() method in FieldIdItem
|
D | AnnotationSetRefItem.java | 52 public ItemType itemType() { in itemType() method in AnnotationSetRefItem
|
D | TypeIdItem.java | 42 public ItemType itemType() { in itemType() method in TypeIdItem
|
D | MapItem.java | 87 ItemType type = item.itemType(); in addMap() 177 public ItemType itemType() { in itemType() method in MapItem
|
D | StringDataItem.java | 59 public ItemType itemType() { in itemType() method in StringDataItem
|
D | StringIdItem.java | 76 public ItemType itemType() { in itemType() method in StringIdItem
|
D | TypeListItem.java | 61 public ItemType itemType() { in itemType() method in TypeListItem
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | UniformListItem.java | 41 private final ItemType itemType; field in UniformListItem 53 public UniformListItem(ItemType itemType, List<T> items) { in UniformListItem() argument 56 if (itemType == null) { in UniformListItem() 61 this.itemType = itemType; in UniformListItem() 102 public ItemType itemType() { in itemType() method in UniformListItem 103 return itemType; in itemType()
|
D | Item.java | 38 public abstract ItemType itemType(); in itemType() method in Item 47 return itemType().toHuman(); in typeName()
|
D | OffsettedItem.java | 97 ItemType thisType = itemType(); in equals() 98 ItemType otherType = otherItem.itemType(); in equals() 119 ItemType thisType = itemType(); in compareTo() 120 ItemType otherType = other.itemType(); in compareTo()
|
D | MixedItemSection.java | 56 ItemType type1 = item1.itemType(); 57 ItemType type2 = item2.itemType(); 233 public void writeIndexAnnotation(AnnotatedOutput out, ItemType itemType, in writeIndexAnnotation() argument 241 if (item.itemType() == itemType) { in writeIndexAnnotation()
|
D | MethodIdItem.java | 36 public ItemType itemType() { in itemType() method in MethodIdItem
|
D | FieldIdItem.java | 36 public ItemType itemType() { in itemType() method in FieldIdItem
|
D | AnnotationSetRefItem.java | 52 public ItemType itemType() { in itemType() method in AnnotationSetRefItem
|
D | TypeIdItem.java | 40 public ItemType itemType() { in itemType() method in TypeIdItem
|
D | MapItem.java | 86 ItemType type = item.itemType(); in addMap() 176 public ItemType itemType() { in itemType() method in MapItem
|
D | StringDataItem.java | 59 public ItemType itemType() { in itemType() method in StringDataItem
|
D | EncodedArrayItem.java | 61 public ItemType itemType() { in itemType() method in EncodedArrayItem
|
D | StringIdItem.java | 74 public ItemType itemType() { in itemType() method in StringIdItem
|
D | TypeListItem.java | 60 public ItemType itemType() { in itemType() method in TypeListItem
|