Searched defs:map_entry (Results 1 - 2 of 2) sorted by relevance

/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...]

Completed in 69 milliseconds