Searched refs:appendComment (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt/ |
D | XMLNode.h | 123 status_t appendComment(const String16& comment);
|
D | ResourceTable.cpp | 246 const bool appendComment; member 257 , appendComment(_appendComment) in PendingAttribute() 290 outTable->appendComment(myPackage, attr16, ident, comment, appendComment); in createIfNeeded() 913 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile() 1023 symbols->appendComment(String8(curName), comment, srcPos); in compileResourceFile() 1118 styleSymbols->appendComment(String8(ident), comment, srcPos); in compileResourceFile() 1163 symbols->appendComment(String8(itemIdent), comment, srcPos); in compileResourceFile() 1531 outTable->appendComment(myPackage, curType, ident, comment, false); in compileResourceFile() 1870 bool ResourceTable::appendComment(const String16& package, in appendComment() function in ResourceTable 1886 c->appendComment(comment, onlyIfEmpty); in appendComment() [all …]
|
D | ResourceTable.h | 136 bool appendComment(const String16& package, 366 void appendComment(const String16& comment, bool onlyIfEmpty = false);
|
D | XMLNode.cpp | 801 status_t XMLNode::appendComment(const String16& comment) in appendComment() function in XMLNode 1126 node->appendComment(st->pendingComment); in startElement() 1177 node->appendComment(st->pendingComment); in endElement()
|
D | AaptAssets.h | 415 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { in appendComment() function
|
D | Resource.cpp | 1380 syms->appendComment(String8(e), String16(cmt), srcPos); in buildResources()
|