Searched refs:appendComment (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt/ |
D | XMLNode.h | 125 status_t appendComment(const String16& comment);
|
D | ResourceTable.cpp | 258 const bool appendComment; member 269 , appendComment(_appendComment) in PendingAttribute() 302 outTable->appendComment(myPackage, attr16, ident, comment, appendComment); in createIfNeeded() 975 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile() 1085 symbols->appendComment(String8(curName), comment, srcPos); in compileResourceFile() 1150 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile() 1223 styleSymbols->appendComment(String8(ident), comment, srcPos); in compileResourceFile() 1268 symbols->appendComment(String8(itemIdent), comment, srcPos); in compileResourceFile() 1668 outTable->appendComment(myPackage, curType, ident, comment, false); in compileResourceFile() 2020 bool ResourceTable::appendComment(const String16& package, in appendComment() function in ResourceTable [all …]
|
D | ResourceTable.h | 177 bool appendComment(const String16& package, 396 void appendComment(const String16& comment, bool onlyIfEmpty = false);
|
D | XMLNode.cpp | 872 status_t XMLNode::appendComment(const String16& comment) in appendComment() function in XMLNode 1221 node->appendComment(st->pendingComment); in startElement() 1272 node->appendComment(st->pendingComment); in endElement()
|
D | AaptAssets.h | 411 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { in appendComment() function
|
D | Resource.cpp | 1760 syms->appendComment(String8(e), String16(cmt), srcPos); in buildResources()
|