Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.h188 bool appendComment(const String16& package,
418 void appendComment(const String16& comment, bool onlyIfEmpty = false);
591 bool appendComment);
DXMLNode.h129 status_t appendComment(const String16& comment);
DResourceTable.cpp296 const bool appendComment; member
307 , appendComment(_appendComment) in PendingAttribute()
321 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded()
1000 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile()
1110 symbols->appendComment(String8(curName), comment, srcPos); in compileResourceFile()
1183 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile()
1256 styleSymbols->appendComment(String8(ident), comment, srcPos); in compileResourceFile()
1301 symbols->appendComment(String8(itemIdent), comment, srcPos); in compileResourceFile()
1711 outTable->appendComment(myPackage, curType, ident, comment, false); in compileResourceFile()
2063 bool ResourceTable::appendComment(const String16& package, in appendComment() function in ResourceTable
[all …]
DXMLNode.cpp897 status_t XMLNode::appendComment(const String16& comment) in appendComment() function in XMLNode
1241 node->appendComment(st->pendingComment); in startElement()
1296 node->appendComment(st->pendingComment); in endElement()
DAaptAssets.h409 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { in appendComment() function
DResource.cpp2052 syms->appendComment(String8(e), String16(cmt), srcPos); in buildResources()