Searched refs:entry_id (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tools/aapt2/compile/ |
D | IdAssigner.cpp | 41 if (!entry->id || entry->id.value() == id.entry_id()) { in AssignId() 42 entry->id = id.entry_id(); in AssignId() 190 const uint16_t entry_id = next_entry_iter->first.entry_id(); in Consume() local 191 if (entry_id > next_expected_entry_id) { in Consume() 200 next_expected_entry_id = entry_id + 1; in Consume()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceUtils.h | 66 inline uint32_t make_resid(uint8_t package_id, uint8_t type_id, uint16_t entry_id) { in make_resid() argument 68 entry_id; in make_resid()
|
/frameworks/base/tools/aapt2/ |
D | ResourceTable.cpp | 426 ResourceEntry* entry = type->FindOrCreateEntry(name.entry, use_id ? res_id.entry_id() in AddResourceImpl() 430 if (check_id && entry->id && entry->id.value() != res_id.entry_id()) { in AddResourceImpl() 469 entry->id = res_id.entry_id(); in AddResourceImpl() 532 ResourceEntry* entry = type->FindOrCreateEntry(name.entry, use_id ? res_id.entry_id() in SetVisibilityImpl() 536 if (check_id && entry->id && entry->id.value() != res_id.entry_id()) { in SetVisibilityImpl() 547 entry->id = res_id.entry_id(); in SetVisibilityImpl()
|
D | SdkConstants.cpp | 72 auto iter = std::lower_bound(sAttrIdMap.begin(), sAttrIdMap.end(), id.entry_id(), less_entry_id); in FindAttributeSdkLevel()
|
D | Resource.h | 158 uint16_t entry_id() const; 253 inline uint16_t ResourceId::entry_id() const { in entry_id() function
|
D | Resources.proto | 200 EntryId entry_id = 1; field
|
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoDeserialize.cpp | 451 entry->id = static_cast<uint16_t>(pb_entry.entry_id().id()); in DeserializePackageFromPb() 505 pb_entry.entry_id().id()); in DeserializePackageFromPb()
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator.cpp | 449 real_id = ResourceId(kAppPackageId, id.package_id(), id.entry_id()); in ProcessResource()
|
/frameworks/base/tools/aapt2/dump/ |
D | DumpManifest.cpp | 198 if (entry->id && entry->id.value() == res_id.entry_id()) { in FindValueById()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Link.cpp | 196 ResourceId rewritten_id(kAppPackageId, id->package_id(), id->entry_id()); in FindByName()
|