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

  /external/chromium_org/ui/base/models/
menu_model.h 29 enum ItemType {
49 virtual ItemType GetTypeAt(int index) const = 0;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
ItemType.java 36 public class ItemType {
57 public static String getItemTypeName(int itemType) {
58 switch (itemType) {
  /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/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLStackItem.h 45 enum ItemType {
51 static PassRefPtrWillBeRawPtr<HTMLStackItem> create(PassRefPtrWillBeRawPtr<ContainerNode> node, ItemType type)
215 HTMLStackItem(PassRefPtrWillBeRawPtr<ContainerNode> node, ItemType type)
  /external/chromium_org/tools/gn/
builder_record.h 33 enum ItemType {
41 BuilderRecord(ItemType type, const Label& label);
44 ItemType type() const { return type_; }
48 static const char* GetNameForType(ItemType type);
51 static bool IsItemOfType(const Item* item, ItemType type);
54 static ItemType TypeOfItem(const Item* item);
98 ItemType type_;
  /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/smack/src/org/jivesoftware/smack/packet/
RosterPacket.java 106 private ItemType itemType;
119 itemType = null;
156 public ItemType getItemType() {
157 return itemType;
163 * @param itemType the roster item type.
165 public void setItemType(ItemType itemType) {
166 this.itemType = itemType;
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 790 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) {
1029 Init *MHS = ParseValue(CurRec, ItemType);
1039 Init *RHS = ParseValue(CurRec, ItemType);
    [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/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 3542 milliseconds