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

12

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DItem.java38 public abstract ItemType itemType(); method in class:Item
47 return itemType().toHuman();
H A DUniformListItem.java43 private final ItemType itemType; field in class:UniformListItem
52 * @param itemType {@code non-null;} the type of the item
55 public UniformListItem(ItemType itemType, List<T> items) { argument
58 if (itemType == null) {
59 throw new NullPointerException("itemType == null");
63 this.itemType = itemType;
104 public ItemType itemType() { method in class:UniformListItem
105 return itemType;
H A DFieldIdItem.java36 public ItemType itemType() { method in class:FieldIdItem
H A DMethodIdItem.java36 public ItemType itemType() { method in class:MethodIdItem
H A DOffsettedItem.java97 ItemType thisType = itemType();
98 ItemType otherType = otherItem.itemType();
119 ItemType thisType = itemType();
120 ItemType otherType = other.itemType();
H A DAnnotationSetRefItem.java52 public ItemType itemType() { method in class:AnnotationSetRefItem
H A DMixedItemSection.java57 ItemType type1 = item1.itemType();
58 ItemType type2 = item2.itemType();
231 * @param itemType {@code non-null;} the item type of interest
234 public void writeIndexAnnotation(AnnotatedOutput out, ItemType itemType, argument
242 if (item.itemType() == itemType) {
H A DStringDataItem.java59 public ItemType itemType() { method in class:StringDataItem
H A DStringIdItem.java76 public ItemType itemType() { method in class:StringIdItem
H A DTypeIdItem.java42 public ItemType itemType() { method in class:TypeIdItem
H A DMapItem.java87 ItemType type = item.itemType();
177 public ItemType itemType() { method in class:MapItem
H A DEncodedArrayItem.java70 public ItemType itemType() { method in class:EncodedArrayItem
H A DTypeListItem.java61 public ItemType itemType() { method in class:TypeListItem
/dalvik/dx/src/com/android/dx/dex/file/
H A DItem.java38 public abstract ItemType itemType(); method in class:Item
47 return itemType().toHuman();
H A DUniformListItem.java43 private final ItemType itemType; field in class:UniformListItem
52 * @param itemType {@code non-null;} the type of the item
55 public UniformListItem(ItemType itemType, List<T> items) { argument
58 if (itemType == null) {
59 throw new NullPointerException("itemType == null");
63 this.itemType = itemType;
104 public ItemType itemType() { method in class:UniformListItem
105 return itemType;
H A DFieldIdItem.java36 public ItemType itemType() { method in class:FieldIdItem
H A DMethodIdItem.java36 public ItemType itemType() { method in class:MethodIdItem
H A DOffsettedItem.java97 ItemType thisType = itemType();
98 ItemType otherType = otherItem.itemType();
119 ItemType thisType = itemType();
120 ItemType otherType = other.itemType();
H A DAnnotationSetRefItem.java52 public ItemType itemType() { method in class:AnnotationSetRefItem
H A DMixedItemSection.java57 ItemType type1 = item1.itemType();
58 ItemType type2 = item2.itemType();
231 * @param itemType {@code non-null;} the item type of interest
234 public void writeIndexAnnotation(AnnotatedOutput out, ItemType itemType, argument
242 if (item.itemType() == itemType) {
H A DEncodedArrayItem.java61 public ItemType itemType() { method in class:EncodedArrayItem
H A DStringDataItem.java59 public ItemType itemType() { method in class:StringDataItem
H A DStringIdItem.java74 public ItemType itemType() { method in class:StringIdItem
H A DTypeIdItem.java40 public ItemType itemType() { method in class:TypeIdItem
H A DMapItem.java87 ItemType type = item.itemType();
177 public ItemType itemType() { method in class:MapItem

Completed in 93 milliseconds

12