/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | UniformListItem.java | 43 private final ItemType itemType; field in UniformListItem 55 public UniformListItem(ItemType itemType, List<T> items) { in UniformListItem() 104 public ItemType itemType() { in itemType() method in UniformListItem
|
D | Item.java | 38 public abstract ItemType itemType(); in itemType() method in Item
|
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 | TypeIdItem.java | 40 public ItemType itemType() { in itemType() method in TypeIdItem
|
D | HeaderItem.java | 38 public ItemType itemType() { in itemType() method in HeaderItem
|
D | AnnotationSetRefItem.java | 52 public ItemType itemType() { in itemType() method in AnnotationSetRefItem
|
D | StringDataItem.java | 59 public ItemType itemType() { in itemType() method in StringDataItem
|
D | StringIdItem.java | 74 public ItemType itemType() { in itemType() method in StringIdItem
|
D | EncodedArrayItem.java | 61 public ItemType itemType() { in itemType() method in EncodedArrayItem
|
D | TypeListItem.java | 61 public ItemType itemType() { in itemType() method in TypeListItem
|
D | AnnotationSetItem.java | 104 public ItemType itemType() { in itemType() method in AnnotationSetItem
|
D | ProtoIdItem.java | 99 public ItemType itemType() { in itemType() method in ProtoIdItem
|
D | MapItem.java | 177 public ItemType itemType() { in itemType() method in MapItem
|
D | AnnotationItem.java | 118 public ItemType itemType() { in itemType() method in AnnotationItem
|
D | DebugInfoItem.java | 58 public ItemType itemType() { in itemType() method in DebugInfoItem
|
D | AnnotationsDirectoryItem.java | 69 public ItemType itemType() { in itemType() method in AnnotationsDirectoryItem
|
D | CodeItem.java | 111 public ItemType itemType() { in itemType() method in CodeItem
|
D | MixedItemSection.java | 234 public void writeIndexAnnotation(AnnotatedOutput out, ItemType itemType, in writeIndexAnnotation()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/ |
D | DexAnnotator.java | 174 public SectionAnnotator getAnnotator(int itemType) { in getAnnotator()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | RawDexFile.java | 70 public MapItem getMapItemForSection(int itemType) { in getMapItemForSection()
|
D | ItemType.java | 57 public static String getItemTypeName(int itemType) { in getItemTypeName()
|
D | MapItem.java | 82 int itemType = dexFile.readUshort(out.getCursor()); in makeAnnotator() local
|
D | SectionAnnotator.java | 46 public final int itemType; field in SectionAnnotator
|
/external/deqp/executor/ |
D | xeTestResultParser.cpp | 471 ri::Type itemType = getResultItemType(elemName); in handleElementStart() local 730 ri::Type itemType = getResultItemType(elemName); in handleElementEnd() local
|