Home
last modified time | relevance | path

Searched defs:res_id (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceTable.cpp352 bool ResourceTable::AddResourceWithId(const ResourceNameRef& name, const ResourceId& res_id, in AddResourceWithId()
386 bool ResourceTable::AddResourceImpl(const ResourceNameRef& name, const ResourceId& res_id, in AddResourceImpl()
485 const ResourceId& res_id, IDiagnostics* diag) { in SetVisibilityWithId()
491 const ResourceId& res_id, IDiagnostics* diag) { in SetVisibilityWithIdMangled()
496 const ResourceId& res_id, NameValidator name_validator, in SetVisibilityImpl()
DResource.h232 inline ResourceId::ResourceId(uint32_t res_id) : id(res_id) {} in ResourceId()
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp376 const ResourceId res_id(package->id.value(), type->id, static_cast<uint16_t>(it.index())); in ParseType() local
463 ResourceId res_id(util::DeviceToHost32(ref_iter->ident)); in ParseOverlayable() local
/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp330 ResourceId res_id = 0; in FindByName() local
/frameworks/base/core/jni/
Dandroid_util_XmlBlock.cpp75 jlong token, jint res_id) in android_content_XmlBlock_nativeCreateParseState()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp240 uint32_t res_id = parser->getAttributeNameResID(i); in CopyAttributes() local
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp190 Value* FindValueById(const ResourceTable* table, const ResourceId& res_id, in FindValueById()