Searched refs:appendComment (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator.cpp | 101 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 …]
|
D | AnnotationProcessor.h | 60 void appendComment(const StringPiece16& comment); 61 void appendComment(const StringPiece& comment);
|
D | AnnotationProcessor_test.cpp | 28 processor.appendComment(comment); in TEST() 39 processor.appendComment("@SystemApi This is a system API"); in TEST()
|
D | AnnotationProcessor.cpp | 50 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
|
D | ManifestClassGenerator.cpp | 77 stringMember->getCommentBuilder()->appendComment(el->comment); in writeSymbol()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 188 bool appendComment(const String16& package, 415 void appendComment(const String16& comment, bool onlyIfEmpty = false); 584 bool appendComment);
|
D | XMLNode.h | 129 status_t appendComment(const String16& comment);
|
D | ResourceTable.cpp | 286 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 …]
|
D | XMLNode.cpp | 900 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()
|
D | AaptAssets.h | 409 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { in appendComment() function
|
D | Resource.cpp | 1899 syms->appendComment(String8(e), String16(cmt), srcPos); in buildResources()
|
/frameworks/base/tools/aapt2/link/ |
D | Link.cpp | 783 manifestClass->getCommentBuilder()->appendComment(properAnnotation); in writeManifestJavaFile()
|