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

/frameworks/base/tools/aapt/
H A DAaptAssets.h373 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { function in class:AaptSymbols
H A DResourceTable.cpp227 const bool appendComment;
238 , appendComment(_appendComment)
271 outTable->appendComment(myPackage, attr16, ident, comment, appendComment);
816 symbols->appendComment(String8(name), comment, srcPos);
926 symbols->appendComment(String8(curName), comment, srcPos);
1021 styleSymbols->appendComment(String8(ident), comment, srcPos);
1066 symbols->appendComment(String8(itemIdent), comment, srcPos);
1401 outTable->appendComment(myPackage, curType, ident, comment, false);
1723 bool ResourceTable::appendComment(cons function in class:ResourceTable
3196 void ResourceTable::ConfigList::appendComment(const String16& comment, function in class:ResourceTable::ConfigList
[all...]

Completed in 51 milliseconds