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

/frameworks/base/tools/aapt/
H A DAaptAssets.h422 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { function in class:AaptSymbols
H A DResourceTable.cpp247 const bool appendComment;
258 , appendComment(_appendComment)
291 outTable->appendComment(myPackage, attr16, ident, comment, appendComment);
915 symbols->appendComment(String8(name), comment, srcPos);
1025 symbols->appendComment(String8(curName), comment, srcPos);
1090 symbols->appendComment(String8(name), comment, srcPos);
1163 styleSymbols->appendComment(String8(ident), comment, srcPos);
1208 symbols->appendComment(String8(itemIdent), comment, srcPos);
1576 outTable->appendComment(myPackag
1915 bool ResourceTable::appendComment(const String16& package, function in class:ResourceTable
3388 void ResourceTable::ConfigList::appendComment(const String16& comment, function in class:ResourceTable::ConfigList
[all...]

Completed in 974 milliseconds