Home
last modified time | relevance | path

Searched refs:appendTypeComment (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.h183 bool appendTypeComment(const String16& package,
399 void appendTypeComment(const String16& comment);
DResourceTable.cpp239 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()
245 outTable->appendTypeComment(pkg, typeName, ident, in appendTypeInfo()
558 outTable->appendTypeComment(myPackage, attr16, attr.ident, enumOrFlagsComment); in compileAttribute()
2044 bool ResourceTable::appendTypeComment(const String16& package, in appendTypeComment() function in ResourceTable
2059 c->appendTypeComment(comment); in appendTypeComment()
2611 typeSymbols->appendTypeComment(String8(c->getName()), comment); in addSymbols()
3669 void ResourceTable::ConfigList::appendTypeComment(const String16& comment) in appendTypeComment() function in ResourceTable::ConfigList
DAaptAssets.h424 void appendTypeComment(const String8& name, const String16& comment) { in appendTypeComment() function