Searched refs:ItemType (Results 1 - 25 of 25) sorted by relevance

/external/autotest/client/site_tests/webstore_InstallItem/
H A Dwebstore_InstallItem.py5 from autotest_lib.client.cros.webstore_test import ItemType namespace
20 if item_type != ItemType.extension and item_type != ItemType.theme:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
H A DDexAnnotator.java56 ItemType.MAP_LIST,
58 ItemType.HEADER_ITEM,
59 ItemType.STRING_ID_ITEM,
60 ItemType.TYPE_ID_ITEM,
61 ItemType.PROTO_ID_ITEM,
62 ItemType.FIELD_ID_ITEM,
63 ItemType.METHOD_ID_ITEM,
66 ItemType.CLASS_DEF_ITEM,
67 ItemType.CLASS_DATA_ITEM,
68 ItemType
[all...]
/external/perfetto/src/traced/probes/filesystem/
H A Dlru_inode_cache.h42 using ItemType = std::pair<const InodeKey, InodeMapValue>;
43 using ListIteratorType = std::list<ItemType>::iterator;
50 std::list<ItemType> list_;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DItemType.java36 public class ItemType { class
H A DMapItem.java62 return ItemType.getItemTypeName(getType());
83 out.annotate(2, "type = 0x%x: %s", itemType, ItemType.getItemTypeName(itemType));
H A DClassDefItem.java61 classDataAnnotator = annotator.getAnnotator(ItemType.CLASS_DATA_ITEM);
128 MapItem mapItem = dexFile.getMapItemForSection(ItemType.CLASS_DEF_ITEM);
H A DTypeIdItem.java79 MapItem mapItem = dexFile.getMapItemForSection(ItemType.TYPE_ID_ITEM);
H A DFieldIdItem.java96 MapItem mapItem = dexFile.getMapItemForSection(ItemType.FIELD_ID_ITEM);
H A DMethodIdItem.java96 MapItem mapItem = dexFile.getMapItemForSection(ItemType.METHOD_ID_ITEM);
H A DProtoIdItem.java99 MapItem mapItem = dexFile.getMapItemForSection(ItemType.PROTO_ID_ITEM);
H A DStringIdItem.java106 MapItem mapItem = dexFile.getMapItemForSection(ItemType.STRING_ID_ITEM);
H A DClassDataItem.java50 codeItemAnnotator = annotator.getAnnotator(ItemType.CODE_ITEM);
H A DCodeItem.java74 debugInfoAnnotator = annotator.getAnnotator(ItemType.DEBUG_INFO_ITEM);
/external/autotest/client/cros/
H A Dwebstore_test.py48 ItemType = enum( variable
86 if item_type == ItemType.hosted_app:
217 item_id, ItemType.to_string[item_type],
227 if item_type == ItemType.extension or item_type == ItemType.theme:
/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h185 enum ItemType { enum in class:google::protobuf::util::converter::ProtoStreamObjectWriter::Item
192 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type,
196 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list);
230 ItemType item_type_;
306 void Push(StringPiece name, Item::ItemType item_type, bool is_placeholder,
H A Dprotostream_objectwriter.cc376 ItemType item_type, bool is_placeholder,
390 ItemType item_type, bool is_placeholder,
416 // ANY message type does not need special handling, just set the ItemType
1143 void ProtoStreamObjectWriter::Push(StringPiece name, Item::ItemType item_type,
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGParser.h118 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = 0);
119 Init *ParseValue(Record *CurRec, RecTy *ItemType = 0);
H A DTGParser.cpp1044 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType) { argument
1153 if (ItemType != 0) {
1154 ListRecTy *ListType = dynamic_cast<ListRecTy*>(ItemType);
1158 << ItemType->getAsString();
1227 if (ItemType == 0) {
1308 Init *TGParser::ParseValue(Record *CurRec, RecTy *ItemType) { argument
1309 Init *Result = ParseSimpleValue(CurRec, ItemType);
1417 RecTy *ItemType = EltTy; local
1427 ItemType = RV->getType();
1430 Result.push_back(ParseValue(CurRec, ItemType));
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.h75 QString ItemType(int type);
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.h173 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr,
175 Init *ParseValue(Record *CurRec, RecTy *ItemType = nullptr,
185 Init *ParseOperation(Record *CurRec, RecTy *ItemType);
H A DTGParser.cpp764 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) { argument
997 Init *MHS = ParseValue(CurRec, ItemType);
1007 Init *RHS = ParseValue(CurRec, ItemType);
1133 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType, argument
1142 return ParseSimpleValue(CurRec, ItemType, Mode);
1235 // !cast<ItemType>(!strconcat(NAME, AnonName)).
1309 if (ItemType) {
1310 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType);
1313 ItemType->getAsString());
1379 if (!ItemType) {
1463 ParseValue(Record *CurRec, RecTy *ItemType, IDParseMode Mode) argument
1636 RecTy *ItemType = EltTy; local
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDexWriter.java1243 writeMapItem(writer, ItemType.HEADER_ITEM, 1, 0);
1244 writeMapItem(writer, ItemType.STRING_ID_ITEM, stringSection.getItems().size(), stringIndexSectionOffset);
1245 writeMapItem(writer, ItemType.TYPE_ID_ITEM, typeSection.getItems().size(), typeSectionOffset);
1246 writeMapItem(writer, ItemType.PROTO_ID_ITEM, protoSection.getItems().size(), protoSectionOffset);
1247 writeMapItem(writer, ItemType.FIELD_ID_ITEM, fieldSection.getItems().size(), fieldSectionOffset);
1248 writeMapItem(writer, ItemType.METHOD_ID_ITEM, methodSection.getItems().size(), methodSectionOffset);
1249 writeMapItem(writer, ItemType.CLASS_DEF_ITEM, classSection.getItems().size(), classIndexSectionOffset);
1252 writeMapItem(writer, ItemType.STRING_DATA_ITEM, stringSection.getItems().size(), stringDataSectionOffset);
1253 writeMapItem(writer, ItemType.TYPE_LIST, typeListSection.getItems().size(), typeListSectionOffset);
1254 writeMapItem(writer, ItemType
[all...]
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 468 milliseconds