Searched defs:ItemType (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/base/models/
H A Dmenu_model.h29 enum ItemType { enum in class:ui::MenuModel
49 virtual ItemType GetTypeAt(int index) const = 0;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DItemType.java36 public class ItemType { class
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLStackItem.h45 enum ItemType { enum in class:blink::HTMLStackItem
51 static PassRefPtrWillBeRawPtr<HTMLStackItem> create(PassRefPtrWillBeRawPtr<ContainerNode> node, ItemType type)
215 HTMLStackItem(PassRefPtrWillBeRawPtr<ContainerNode> node, ItemType type)
/external/chromium_org/tools/gn/
H A Dbuilder_record.h33 enum ItemType { enum in class:BuilderRecord
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/
H A DItemType.java24 public enum ItemType implements ToHuman { enum
63 private ItemType(int mapValue, String typeName) { method in class:ItemType
/external/smack/src/org/jivesoftware/smack/packet/
H A DRosterPacket.java106 private ItemType itemType;
156 public ItemType getItemType() {
165 public void setItemType(ItemType itemType) {
284 public static enum ItemType { enum in class:RosterPacket
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp122 QString Peers::ItemType(int type) function in class:Peers
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_INVITATIO
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.cpp790 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) { argument
1029 Init *MHS = ParseValue(CurRec, ItemType);
1039 Init *RHS = ParseValue(CurRec, ItemType);
1165 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType, argument
1174 return ParseSimpleValue(CurRec, ItemType, Mode);
1256 // !cast<ItemType>(!strconcat(NAME, AnonName)).
1307 if (ItemType) {
1308 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType);
1313 << ItemType->getAsString();
1382 if (!ItemType) {
1465 ParseValue(Record *CurRec, RecTy *ItemType, IDParseMode Mode) argument
1638 RecTy *ItemType = EltTy; local
[all...]

Completed in 571 milliseconds