Searched refs:appendTypeComment (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 173 bool appendTypeComment(const String16& package, 374 void appendTypeComment(const String16& comment);
|
D | ResourceTable.cpp | 228 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo() 234 outTable->appendTypeComment(pkg, typeName, ident, in appendTypeInfo() 556 outTable->appendTypeComment(myPackage, attr16, attr.ident, enumOrFlagsComment); in compileAttribute() 2000 bool ResourceTable::appendTypeComment(const String16& package, in appendTypeComment() function in ResourceTable 2015 c->appendTypeComment(comment); in appendTypeComment() 2550 typeSymbols->appendTypeComment(String8(c->getName()), comment); in addSymbols() 3464 void ResourceTable::ConfigList::appendTypeComment(const String16& comment) in appendTypeComment() function in ResourceTable::ConfigList
|
D | AaptAssets.h | 435 void appendTypeComment(const String8& name, const String16& comment) { in appendTypeComment() function
|