Home
last modified time | relevance | path

Searched refs:mapEntry (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/unflatten/
DBinaryResourceParser.cpp337 const ResTable_map_entry* mapEntry = static_cast<const ResTable_map_entry*>(entry); in parseType() local
340 resourceValue = parseMapEntry(name, config, mapEntry); in parseType()
473 for (const ResTable_map& mapEntry : map) { in parseStyle() local
474 if (Res_INTERNALID(util::deviceToHost32(mapEntry.name.ident))) { in parseStyle()
479 styleEntry.key = Reference(util::deviceToHost32(mapEntry.name.ident)); in parseStyle()
480 styleEntry.value = parseValue(name, config, &mapEntry.value, 0); in parseStyle()
504 for (const ResTable_map& mapEntry : map) { in parseAttr() local
505 if (Res_INTERNALID(util::deviceToHost32(mapEntry.name.ident))) { in parseAttr()
506 switch (util::deviceToHost32(mapEntry.name.ident)) { in parseAttr()
508 attr->minInt = static_cast<int32_t>(mapEntry.value.data); in parseAttr()
[all …]
DBinaryResourceParser.h89 bool collectMetaData(const android::ResTable_map& mapEntry, Value* value);
/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp168 const android::ResTable_map& mapEntry = entry[i].map; in lookupAttributeInTable() local
169 if (Res_INTERNALID(mapEntry.name.ident)) { in lookupAttributeInTable()
170 switch (mapEntry.name.ident) { in lookupAttributeInTable()
172 s->attribute->minInt = static_cast<int32_t>(mapEntry.value.data); in lookupAttributeInTable()
175 s->attribute->maxInt = static_cast<int32_t>(mapEntry.value.data); in lookupAttributeInTable()
182 if (!table.getResourceName(mapEntry.name.ident, false, &entryName)) { in lookupAttributeInTable()
199 symbol.symbol.id = ResourceId(mapEntry.name.ident); in lookupAttributeInTable()
200 symbol.value = mapEntry.value.data; in lookupAttributeInTable()
/frameworks/opt/chips/src/com/android/ex/chips/
DBaseRecipientAdapter.java860 for (Map.Entry<Long, List<RecipientEntry>> mapEntry : entryMap.entrySet()) { in constructEntryList()
861 final List<RecipientEntry> entryList = mapEntry.getValue(); in constructEntryList()
/frameworks/base/tools/aapt2/link/
DLink.cpp489 for (auto& mapEntry : configSortedFiles) { in flatten() local
490 const ConfigDescription& config = mapEntry.first.first; in flatten()
491 const FileOperation& fileOp = mapEntry.second; in flatten()