Searched refs:map_entry (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp482 for (const ResTable_map& map_entry : map) {
483 if (Res_INTERNALID(util::DeviceToHost32(map_entry.name.ident))) {
488 style_entry.key = Reference(util::DeviceToHost32(map_entry.name.ident));
489 style_entry.value = ParseValue(name, config, map_entry.value);
516 for (const ResTable_map& map_entry : map) {
517 if (Res_INTERNALID(util::DeviceToHost32(map_entry.name.ident))) {
518 switch (util::DeviceToHost32(map_entry.name.ident)) {
520 attr->min_int = static_cast<int32_t>(map_entry.value.data);
523 attr->max_int = static_cast<int32_t>(map_entry.value.data);
532 symbol.value = util::DeviceToHost32(map_entry
[all...]
H A DBinaryResourceParser.h95 bool CollectMetaData(const android::ResTable_map& map_entry, Value* value);
/frameworks/base/tools/aapt2/process/
H A DSymbolTable.cpp252 const android::ResTable_map& map_entry = entry[i].map; local
253 if (Res_INTERNALID(map_entry.name.ident)) {
254 switch (map_entry.name.ident) {
256 s->attribute->min_int = static_cast<int32_t>(map_entry.value.data);
259 s->attribute->max_int = static_cast<int32_t>(map_entry.value.data);
266 if (!table.getResourceName(map_entry.name.ident, false, &entry_name)) {
278 symbol.symbol.id = ResourceId(map_entry.name.ident);
279 symbol.value = map_entry.value.data;
/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp483 const ResTable_map* map_entry = local
485 const ResTable_map* const map_entry_end = map_entry + dtohl(map->count);
491 const size_t entry_count = map_entry_end - map_entry;
495 for (; map_entry != map_entry_end; ++map_entry) {
496 uint32_t new_key = dtohl(map_entry->name.ident);
506 new_entry->value.copyFrom_dtoh(map_entry->value);
544 while (map_entry != map_entry_end && parent_entry != parent_entry_end) {
545 uint32_t child_key = dtohl(map_entry->name.ident);
557 new_entry->value.copyFrom_dtoh(map_entry
[all...]
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener.cpp539 for (auto& map_entry : *shared_libs_) {
540 lib_entry->packageId = util::HostToDevice32(map_entry.first);
542 util::Utf8ToUtf16(map_entry.second));
/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp571 for (auto& map_entry : config_sorted_files) {
572 const ConfigDescription& config = map_entry.first.first;
573 FileOperation& file_op = map_entry.second;

Completed in 201 milliseconds