Searched defs:res_id (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tools/aapt2/ |
D | ResourceTable.cpp | 354 bool ResourceTable::AddResourceWithId(const ResourceNameRef& name, const ResourceId& res_id, in AddResourceWithId() 388 bool ResourceTable::AddResourceImpl(const ResourceNameRef& name, const ResourceId& res_id, in AddResourceImpl() 487 const ResourceId& res_id, IDiagnostics* diag) { in SetVisibilityWithId() 493 const ResourceId& res_id, IDiagnostics* diag) { in SetVisibilityWithIdMangled() 498 const ResourceId& res_id, NameValidator name_validator, in SetVisibilityImpl()
|
D | Resource.h | 231 inline ResourceId::ResourceId(uint32_t res_id) : id(res_id) {} in ResourceId()
|
/frameworks/base/tools/aapt2/format/binary/ |
D | BinaryResourceParser.cpp | 376 const ResourceId res_id(package->id.value(), type->id, static_cast<uint16_t>(it.index())); in ParseType() local 492 ResourceId res_id(util::DeviceToHost32(ref_iter->ident)); in ParseOverlayable() local
|
/frameworks/base/cmds/idmap/ |
D | inspect.cpp | 148 status_t resource_metadata(const AssetManager& am, uint32_t res_id, in resource_metadata()
|
/frameworks/base/tools/aapt2/process/ |
D | SymbolTable.cpp | 328 ResourceId res_id = 0; in FindByName() local
|
/frameworks/base/core/jni/ |
D | android_util_XmlBlock.cpp | 75 jlong token, jint res_id) in android_content_XmlBlock_nativeCreateParseState()
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom.cpp | 240 uint32_t res_id = parser->getAttributeNameResID(i); in CopyAttributes() local
|
/frameworks/base/tools/aapt2/dump/ |
D | DumpManifest.cpp | 189 Value* FindValueById(const ResourceTable* table, const ResourceId& res_id, in FindValueById()
|