Searched defs:appendComment (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DAaptAssets.h388 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { function in class:AaptSymbols
H A DResourceTable.cpp245 const bool appendComment;
256 , appendComment(_appendComment)
289 outTable->appendComment(myPackage, attr16, ident, comment, appendComment);
912 symbols->appendComment(String8(name), comment, srcPos);
1022 symbols->appendComment(String8(curName), comment, srcPos);
1117 styleSymbols->appendComment(String8(ident), comment, srcPos);
1162 symbols->appendComment(String8(itemIdent), comment, srcPos);
1514 outTable->appendComment(myPackage, curType, ident, comment, false);
1836 bool ResourceTable::appendComment(cons function in class:ResourceTable
3319 void ResourceTable::ConfigList::appendComment(const String16& comment, function in class:ResourceTable::ConfigList
[all...]

Completed in 93 milliseconds