Searched refs:itemType (Results 1 - 25 of 47) 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
/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.java41 private final ItemType itemType; field in class:UniformListItem
50 * @param itemType {@code non-null;} the type of the item
53 public UniformListItem(ItemType itemType, List<T> items) { argument
56 if (itemType == null) {
57 throw new NullPointerException("itemType == null");
61 this.itemType = itemType;
102 public ItemType itemType() { method in class:UniformListItem
103 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();
120 ItemType thisType = itemType();
121 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 DCallSiteIdItem.java48 public ItemType itemType() { method in class:CallSiteIdItem
H A DCallSiteItem.java93 public ItemType itemType() { method in class:CallSiteItem
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.java75 public ItemType itemType() { method in class:StringIdItem
H A DTypeIdItem.java40 public ItemType itemType() { method in class:TypeIdItem
H A DMapItem.java86 ItemType type = item.itemType();
176 public ItemType itemType() { method in class:MapItem

Completed in 1601 milliseconds

12