Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp101 processor->appendComment( in addAttributeFormatDoc()
109 processor->appendComment( in addAttributeFormatDoc()
115 processor->appendComment("<p>May be an integer value, such as \"<code>100</code>\"."); in addAttributeFormatDoc()
119 processor->appendComment( in addAttributeFormatDoc()
125 processor->appendComment( in addAttributeFormatDoc()
132 processor->appendComment( in addAttributeFormatDoc()
137 processor->appendComment( in addAttributeFormatDoc()
146 processor->appendComment( in addAttributeFormatDoc()
155 processor->appendComment( in addAttributeFormatDoc()
159 processor->appendComment("<p>Must be one of the following constant values.</p>"); in addAttributeFormatDoc()
[all …]
DAnnotationProcessor.h60 void appendComment(const StringPiece16& comment);
61 void appendComment(const StringPiece& comment);
DAnnotationProcessor_test.cpp28 processor.appendComment(comment); in TEST()
39 processor.appendComment("@SystemApi This is a system API"); in TEST()
DAnnotationProcessor.cpp50 void AnnotationProcessor::appendComment(const StringPiece16& comment) { in appendComment() function in aapt::AnnotationProcessor
61 void AnnotationProcessor::appendComment(const StringPiece& comment) { in appendComment() function in aapt::AnnotationProcessor
DManifestClassGenerator.cpp77 stringMember->getCommentBuilder()->appendComment(el->comment); in writeSymbol()
/frameworks/base/tools/aapt/
DResourceTable.h188 bool appendComment(const String16& package,
415 void appendComment(const String16& comment, bool onlyIfEmpty = false);
584 bool appendComment);
DXMLNode.h129 status_t appendComment(const String16& comment);
DResourceTable.cpp286 const bool appendComment; member
297 , appendComment(_appendComment) in PendingAttribute()
311 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded()
990 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile()
1100 symbols->appendComment(String8(curName), comment, srcPos); in compileResourceFile()
1173 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile()
1246 styleSymbols->appendComment(String8(ident), comment, srcPos); in compileResourceFile()
1291 symbols->appendComment(String8(itemIdent), comment, srcPos); in compileResourceFile()
1701 outTable->appendComment(myPackage, curType, ident, comment, false); in compileResourceFile()
2053 bool ResourceTable::appendComment(const String16& package, in appendComment() function in ResourceTable
[all …]
DXMLNode.cpp900 status_t XMLNode::appendComment(const String16& comment) in appendComment() function in XMLNode
1244 node->appendComment(st->pendingComment); in startElement()
1299 node->appendComment(st->pendingComment); in endElement()
DAaptAssets.h409 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { in appendComment() function
DResource.cpp1899 syms->appendComment(String8(e), String16(cmt), srcPos); in buildResources()
/frameworks/base/tools/aapt2/link/
DLink.cpp783 manifestClass->getCommentBuilder()->appendComment(properAnnotation); in writeManifestJavaFile()