Home
last modified time | relevance | path

Searched refs:appendComment (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt/
DXMLNode.h123 status_t appendComment(const String16& comment);
DResourceTable.cpp246 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 …]
DResourceTable.h136 bool appendComment(const String16& package,
366 void appendComment(const String16& comment, bool onlyIfEmpty = false);
DXMLNode.cpp801 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()
DAaptAssets.h415 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { in appendComment() function
DResource.cpp1380 syms->appendComment(String8(e), String16(cmt), srcPos); in buildResources()