Home | History | Annotate | Download | only in aapt

Lines Matching refs:appendComment

246     const bool appendComment;
257 , appendComment(_appendComment)
290 outTable->appendComment(myPackage, attr16, ident, comment, appendComment);
913 symbols->appendComment(String8(name), comment, srcPos);
1023 symbols->appendComment(String8(curName), comment, srcPos);
1118 styleSymbols->appendComment(String8(ident), comment, srcPos);
1163 symbols->appendComment(String8(itemIdent), comment, srcPos);
1531 outTable->appendComment(myPackage, curType, ident, comment, false);
1870 bool ResourceTable::appendComment(const String16& package,
1886 c->appendComment(comment, onlyIfEmpty);
2430 typeSymbols->appendComment(String8(c->getName()), comment, c->getPos());
3252 void ResourceTable::ConfigList::appendComment(const String16& comment,