HomeSort by relevance Sort by last modified time
    Searched defs:ItemType (Results 1 - 12 of 12) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
Section.java 63 public final ItemType ItemType;
73 * @param itemType The itemType that this section will hold
75 protected Section(DexFile dexFile, ItemType itemType) {
78 this.ItemType = itemType;
88 offset = AlignmentUtils.alignOffset(offset, ItemType.ItemAlignment);
95 offset = AlignmentUtils.alignOffset(offset, ItemType.ItemAlignment)
    [all...]
ItemType.java 36 public enum ItemType {
56 /** A map to facilitate looking up an <code>ItemType</code> by ordinal */
57 private final static TreeMap<Integer, ItemType> itemTypeIntegerMap;
61 itemTypeIntegerMap = new TreeMap<Integer, ItemType>();
63 for (ItemType itemType: ItemType.values()) {
64 itemTypeIntegerMap.put(itemType.MapValue, itemType);
97 private ItemType(int mapValue, int sectionIndex, int itemAlignment, String typeName)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ItemType.java 24 public enum ItemType implements ToHuman {
63 private ItemType(int mapValue, String typeName) {
  /dalvik/dx/src/com/android/dx/dex/file/
ItemType.java 24 public enum ItemType implements ToHuman {
63 private ItemType(int mapValue, String typeName) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ItemType.java 24 public enum ItemType implements ToHuman {
63 private ItemType(int mapValue, String typeName) {
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 41 enum ItemType { Option, Group, Separator };
43 virtual ItemType itemType(int) const = 0;
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 40 enum ItemType { Option, Group, Separator };
42 virtual ItemType itemType(int) const = 0;
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 122 QString Peers::ItemType(int type)
183 menu->addAction(Peers::ItemType(type))->setEnabled(false);
448 item->setToolTip(ItemType(PEER_TYPE_ASSOCIATED_STATION));
553 item->setToolTip(ItemType(PEER_TYPE_P2P_CLIENT));
635 item->setToolTip(ItemType(type));
700 item->setToolTip(ItemType(type));
856 item->setToolTip(ItemType(PEER_TYPE_WPS_PIN_NEEDED));
938 item->setToolTip(ItemType(PEER_TYPE_P2P));
984 item->setToolTip(ItemType(PEER_TYPE_P2P_GROUP));
1086 item->setToolTip(ItemType(PEER_TYPE_P2P_INVITATION))
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 296 milliseconds