Searched refs:mapEntry (Results 1 – 5 of 5) sorted by relevance
337 const ResTable_map_entry* mapEntry = static_cast<const ResTable_map_entry*>(entry); in parseType() local340 resourceValue = parseMapEntry(name, config, mapEntry); in parseType()473 for (const ResTable_map& mapEntry : map) { in parseStyle() local474 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() local505 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 …]
89 bool collectMetaData(const android::ResTable_map& mapEntry, Value* value);
168 const android::ResTable_map& mapEntry = entry[i].map; in lookupAttributeInTable() local169 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()
860 for (Map.Entry<Long, List<RecipientEntry>> mapEntry : entryMap.entrySet()) { in constructEntryList()861 final List<RecipientEntry> entryList = mapEntry.getValue(); in constructEntryList()
489 for (auto& mapEntry : configSortedFiles) { in flatten() local490 const ConfigDescription& config = mapEntry.first.first; in flatten()491 const FileOperation& fileOp = mapEntry.second; in flatten()