Searched refs:appendTypeComment (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/tools/aapt/ |
H A D | ResourceTable.h | 194 bool appendTypeComment(const String16& package, 421 void appendTypeComment(const String16& comment);
|
H A D | AaptAssets.h | 422 void appendTypeComment(const String8& name, const String16& comment) { in appendTypeComment() function
|
H A D | ResourceTable.cpp | 275 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo() 281 outTable->appendTypeComment(pkg, typeName, ident, in appendTypeInfo() 576 outTable->appendTypeComment(myPackage, attr16, attr.ident, enumOrFlagsComment); in compileAttribute() 2085 bool ResourceTable::appendTypeComment(const String16& package, in appendTypeComment() function in ResourceTable 2100 c->appendTypeComment(comment); in appendTypeComment() 2768 typeSymbols->appendTypeComment(String8(c->getName()), comment); in addSymbols() 3836 void ResourceTable::ConfigList::appendTypeComment(const String16& comment) in appendTypeComment() function in ResourceTable::ConfigList
|