Searched defs:res_name (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/optimize/ |
H A D | VersionCollapser_test.cpp | 38 const StringPiece res_name = "@android:string/foo"; in TEST() local 81 const StringPiece res_name = "@android:string/foo"; in TEST() local
|
/aosp12/frameworks/base/tools/aapt2/test/ |
H A D | Common.h | 55 T* GetValueForConfigAndProduct(ResourceTable* table, const android::StringPiece& res_name, in GetValueForConfigAndProduct() 75 T* GetValueForConfig(ResourceTable* table, const android::StringPiece& res_name, in GetValueForConfig() 81 T* GetValue(ResourceTable* table, const android::StringPiece& res_name) { in GetValue()
|
H A D | Builders.cpp | 113 ResourceName res_name = ParseNameOrDie(name); in AddValue() local 128 ResourceName res_name = ParseNameOrDie(name); in SetSymbolState() local 142 ResourceName res_name = ParseNameOrDie(name); in SetOverlayable() local
|
/aosp12/frameworks/base/tools/aapt2/link/ |
H A D | TableMerger.cpp | 198 const ResourceNameRef& res_name, in MergeConfigValue() 257 const ResourceNameRef res_name(src_package->name, src_type->type, src_entry->name); in DoMerge() local
|
/aosp12/frameworks/base/tools/aapt2/format/proto/ |
H A D | ProtoSerialize_test.cpp | 43 ResourceEntry* GetEntry(ResourceTable* table, const ResourceNameRef& res_name) { in GetEntry() 48 ResourceEntry* GetEntry(ResourceTable* table, const ResourceNameRef& res_name, ResourceId id) { in GetEntry()
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Link.cpp | 1012 ResourceNameRef res_name(package->name, type->type, entry->name); in VerifyNoExternalPackages() local 1049 ResourceNameRef res_name(package->name, type->type, entry->name); in VerifyNoIdsSet() local 1372 ResourceName res_name = exported_symbol.name; in MergeExportedSymbols() local
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | AssetManager2.cpp | 365 auto res_name = GetResourceName(*it); in GetOverlayablesToString() local
|