Searched refs:appendComment (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/tools/aapt/ |
H A D | ResourceTable.h | 188 bool appendComment(const String16& package, 418 void appendComment(const String16& comment, bool onlyIfEmpty = false); 591 bool appendComment);
|
H A D | XMLNode.h | 129 status_t appendComment(const String16& comment);
|
H A D | ResourceTable.cpp | 294 const bool appendComment; member 305 , appendComment(_appendComment) in PendingAttribute() 998 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile() 1108 symbols->appendComment(String8(curName), comment, srcPos); in compileResourceFile() 1181 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile() 1254 styleSymbols->appendComment(String8(ident), comment, srcPos); in compileResourceFile() 1709 outTable->appendComment(myPackage, curType, ident, comment, false); in compileResourceFile() 2061 bool ResourceTable::appendComment(const String16& package, in appendComment() function in ResourceTable 2077 c->appendComment(comment, onlyIfEmpty); in appendComment() 2159 appendComment(package, attr16, name, comment, shouldAppendComment); in makeAttribute() [all …]
|
H A D | XMLNode.cpp | 897 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()
|
H A D | AaptAssets.h | 409 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { in appendComment() function
|
H A D | Resource.cpp | 2049 syms->appendComment(String8(e), String16(cmt), srcPos); in buildResources()
|