Home
last modified time | relevance | path

Searched refs:itemType (Results 1 – 25 of 44) sorted by relevance

12

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DUniformListItem.java43 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()
DItem.java38 public abstract ItemType itemType(); in itemType() method in Item
47 return itemType().toHuman(); in typeName()
DOffsettedItem.java97 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()
DMixedItemSection.java57 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()
DMethodIdItem.java36 public ItemType itemType() { in itemType() method in MethodIdItem
DFieldIdItem.java36 public ItemType itemType() { in itemType() method in FieldIdItem
DAnnotationSetRefItem.java52 public ItemType itemType() { in itemType() method in AnnotationSetRefItem
DTypeIdItem.java42 public ItemType itemType() { in itemType() method in TypeIdItem
DMapItem.java87 ItemType type = item.itemType(); in addMap()
177 public ItemType itemType() { in itemType() method in MapItem
DStringDataItem.java59 public ItemType itemType() { in itemType() method in StringDataItem
DStringIdItem.java76 public ItemType itemType() { in itemType() method in StringIdItem
DTypeListItem.java61 public ItemType itemType() { in itemType() method in TypeListItem
/dalvik/dx/src/com/android/dx/dex/file/
DUniformListItem.java41 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()
DItem.java38 public abstract ItemType itemType(); in itemType() method in Item
47 return itemType().toHuman(); in typeName()
DOffsettedItem.java97 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()
DMixedItemSection.java56 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()
DMethodIdItem.java36 public ItemType itemType() { in itemType() method in MethodIdItem
DFieldIdItem.java36 public ItemType itemType() { in itemType() method in FieldIdItem
DAnnotationSetRefItem.java52 public ItemType itemType() { in itemType() method in AnnotationSetRefItem
DTypeIdItem.java40 public ItemType itemType() { in itemType() method in TypeIdItem
DMapItem.java86 ItemType type = item.itemType(); in addMap()
176 public ItemType itemType() { in itemType() method in MapItem
DStringDataItem.java59 public ItemType itemType() { in itemType() method in StringDataItem
DEncodedArrayItem.java61 public ItemType itemType() { in itemType() method in EncodedArrayItem
DStringIdItem.java74 public ItemType itemType() { in itemType() method in StringIdItem
DTypeListItem.java60 public ItemType itemType() { in itemType() method in TypeListItem

12