Home
last modified time | relevance | path

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

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
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,
64 ItemType.CALL_SITE_ID_ITEM,
65 ItemType.METHOD_HANDLE_ITEM,
68 ItemType.CLASS_DEF_ITEM,
[all …]
/external/autotest/client/site_tests/webstore_InstallItem/
Dwebstore_InstallItem.py5 from autotest_lib.client.cros.webstore_test import ItemType
20 if item_type != ItemType.extension and item_type != ItemType.theme:
/external/perfetto/src/traced/probes/filesystem/
Dlru_inode_cache.h42 using ItemType = std::pair<const InodeKey, InodeMapValue>;
43 using ListIteratorType = std::list<ItemType>::iterator;
50 std::list<ItemType> list_;
/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutitem.h35 enum ItemType { kViewItem, kContentItem }; enum
36 CXFA_LayoutItem(CXFA_Node* pNode, ItemType type);
39 const ItemType m_ItemType;
Dcxfa_layoutitem.cpp38 CXFA_LayoutItem::CXFA_LayoutItem(CXFA_Node* pNode, ItemType type) in CXFA_LayoutItem()
/external/openscreen/discovery/mdns/
Dmdns_writer.h52 template <class ItemType>
53 bool Write(const std::vector<ItemType>& collection) { in Write()
55 for (const ItemType& entry : collection) { in Write()
Dmdns_reader.h63 template <class ItemType>
64 bool Read(uint16_t count, std::vector<ItemType>* out) { in Read()
68 ItemType entry; in Read()
/external/autotest/client/cros/
Dwebstore_test.py56 ItemType = enum( variable
94 if item_type == ItemType.hosted_app:
225 item_id, ItemType.to_string[item_type],
235 if item_type == ItemType.extension or item_type == ItemType.theme:
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h257 enum ItemType { enum
264 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type,
268 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list);
302 ItemType item_type_;
383 void Push(StringPiece name, Item::ItemType item_type,
/external/llvm-project/llvm/lib/TableGen/
DTGParser.h241 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr,
243 Init *ParseValue(Record *CurRec, RecTy *ItemType = nullptr,
256 Init *ParseOperation(Record *CurRec, RecTy *ItemType);
257 Init *ParseOperationForEachFilter(Record *CurRec, RecTy *ItemType);
258 Init *ParseOperationCond(Record *CurRec, RecTy *ItemType);
DTGParser.cpp906 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) { in ParseOperation() argument
1160 ArgType = ItemType; in ParseOperation()
1174 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1176 ItemType->getAsString() + "', got '" + in ParseOperation()
1216 if (ItemType && InitList.size() == 1) { in ParseOperation()
1217 if (!isa<ListRecTy>(ItemType)) { in ParseOperation()
1220 ItemType->getAsString() + "'"); in ParseOperation()
1223 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1227 cast<ListRecTy>(ItemType) in ParseOperation()
1359 return ParseOperationForEachFilter(CurRec, ItemType); in ParseOperation()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp907 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) { in ParseOperation() argument
1152 ArgType = ItemType; in ParseOperation()
1163 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1165 ItemType->getAsString() + "', got '" + in ParseOperation()
1196 if (ItemType && InitList.size() == 1) { in ParseOperation()
1197 if (!isa<ListRecTy>(ItemType)) { in ParseOperation()
1200 ItemType->getAsString() + "'"); in ParseOperation()
1203 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1207 cast<ListRecTy>(ItemType) in ParseOperation()
1349 if (ItemType) { in ParseOperation()
[all …]
DTGParser.h245 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr,
247 Init *ParseValue(Record *CurRec, RecTy *ItemType = nullptr,
260 Init *ParseOperation(Record *CurRec, RecTy *ItemType);
261 Init *ParseOperationCond(Record *CurRec, RecTy *ItemType);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java1341 writeMapItem(writer, ItemType.HEADER_ITEM, 1, 0);
1342 …writeMapItem(writer, ItemType.STRING_ID_ITEM, stringSection.getItems().size(), stringIndexSectionO…
1343 … writeMapItem(writer, ItemType.TYPE_ID_ITEM, typeSection.getItems().size(), typeSectionOffset);
1344 … writeMapItem(writer, ItemType.PROTO_ID_ITEM, protoSection.getItems().size(), protoSectionOffset);
1345 … writeMapItem(writer, ItemType.FIELD_ID_ITEM, fieldSection.getItems().size(), fieldSectionOffset);
1346 …writeMapItem(writer, ItemType.METHOD_ID_ITEM, methodSection.getItems().size(), methodSectionOffset…
1347 …writeMapItem(writer, ItemType.CLASS_DEF_ITEM, classSection.getItems().size(), classIndexSectionOff…
1348 …writeMapItem(writer, ItemType.CALL_SITE_ID_ITEM, callSiteSection.getItems().size(), callSiteSectio…
1349 writeMapItem(writer, ItemType.METHOD_HANDLE_ITEM, methodHandleSection.getItems().size(),
1353 …writeMapItem(writer, ItemType.STRING_DATA_ITEM, stringSection.getItems().size(), stringDataSection…
[all …]
/external/icu/icu4c/packaging/
Ddistrelease.ps135 New-Item -Path "$icuDir\source\dist" -ErrorAction SilentlyContinue -ItemType "directory"
38 New-Item -Path $source -ItemType "directory" -ErrorAction SilentlyContinue
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DMapItem.java62 return ItemType.getItemTypeName(getType()); in getName()
83 out.annotate(2, "type = 0x%x: %s", itemType, ItemType.getItemTypeName(itemType)); in makeAnnotator()
DClassDefItem.java61 classDataAnnotator = annotator.getAnnotator(ItemType.CLASS_DATA_ITEM); in makeAnnotator()
128 MapItem mapItem = dexFile.getMapItemForSection(ItemType.CLASS_DEF_ITEM); in getClasses()
DItemType.java36 public class ItemType { class
/external/llvm/lib/TableGen/
DTGParser.h173 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr,
175 Init *ParseValue(Record *CurRec, RecTy *ItemType = nullptr,
185 Init *ParseOperation(Record *CurRec, RecTy *ItemType);
DTGParser.cpp764 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) { in ParseOperation() argument
997 Init *MHS = ParseValue(CurRec, ItemType); in ParseOperation()
1007 Init *RHS = ParseValue(CurRec, ItemType); in ParseOperation()
1133 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType, in ParseSimpleValue() argument
1142 return ParseSimpleValue(CurRec, ItemType, Mode); in ParseSimpleValue()
1309 if (ItemType) { in ParseSimpleValue()
1310 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue()
1313 ItemType->getAsString()); in ParseSimpleValue()
1379 if (!ItemType) { in ParseSimpleValue()
1449 return ParseOperation(CurRec, ItemType); in ParseSimpleValue()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedDexFile.java200 MapItem mapItem = getMapItemForSection(ItemType.CALL_SITE_ID_ITEM);
208 MapItem mapItem = getMapItemForSection(ItemType.METHOD_HANDLE_ITEM);
240 MapItem mapItem = getMapItemForSection(ItemType.CALL_SITE_ID_ITEM);
248 MapItem mapItem = getMapItemForSection(ItemType.METHOD_HANDLE_ITEM);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp122 QString Peers::ItemType(int type) in ItemType() function in Peers
183 menu->addAction(Peers::ItemType(type))->setEnabled(false); in context_menu()
448 item->setToolTip(ItemType(PEER_TYPE_ASSOCIATED_STATION)); in add_station()
555 item->setToolTip(ItemType(PEER_TYPE_P2P_CLIENT)); in add_p2p_group_client()
637 item->setToolTip(ItemType(type)); in add_bss()
702 item->setToolTip(ItemType(type)); in add_persistent()
858 item->setToolTip(ItemType(PEER_TYPE_WPS_PIN_NEEDED)); in event_notify()
940 item->setToolTip(ItemType(PEER_TYPE_P2P)); in event_notify()
986 item->setToolTip(ItemType(PEER_TYPE_P2P_GROUP)); in event_notify()
1088 item->setToolTip(ItemType(PEER_TYPE_P2P_INVITATION)); in event_notify()
[all …]
/external/mesa3d/.gitlab-ci/windows/
Dmesa_build.ps17 $builddir = New-Item -ItemType Directory -Name "_build"
Dmesa_deps.ps172 $llvm_build = New-Item -ItemType Directory -Path ".\llvm-project" -Name "build"
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3173 typedef VmaListItem<T> ItemType; typedef
3182 ItemType* Front() { return m_pFront; } in Front()
3183 const ItemType* Front() const { return m_pFront; } in Front()
3184 ItemType* Back() { return m_pBack; } in Back()
3185 const ItemType* Back() const { return m_pBack; } in Back()
3187 ItemType* PushBack();
3188 ItemType* PushFront();
3189 ItemType* PushBack(const T& value);
3190 ItemType* PushFront(const T& value);
3195 ItemType* InsertBefore(ItemType* pItem);
[all …]

12