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

/frameworks/base/tools/aapt2/java/
H A DAnnotationProcessor.cpp50 void AnnotationProcessor::appendComment(const StringPiece16& comment) { function in class:aapt::AnnotationProcessor
61 void AnnotationProcessor::appendComment(const StringPiece& comment) { function in class:aapt::AnnotationProcessor
/frameworks/base/tools/aapt/
H A DAaptAssets.h409 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { function in class:AaptSymbols
H A DResourceTable.cpp286 const bool appendComment;
297 , appendComment(_appendComment)
311 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) {
990 symbols->appendComment(String8(name), comment, srcPos);
1100 symbols->appendComment(String8(curName), comment, srcPos);
1173 symbols->appendComment(String8(name), comment, srcPos);
1246 styleSymbols->appendComment(String8(ident), comment, srcPos);
1291 symbols->appendComment(String8(itemIdent), comment, srcPos);
1701 outTable->appendComment(myPackage, curType, ident, comment, false);
2053 bool ResourceTable::appendComment(cons function in class:ResourceTable
3812 void ResourceTable::ConfigList::appendComment(const String16& comment, function in class:ResourceTable::ConfigList
[all...]

Completed in 213 milliseconds