Home
last modified time | relevance | path

Searched refs:getComment (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp170 << "<td>" << util::trimWhitespace(symbol.symbol.getComment()) << "</td></tr>"; in addAttributeFormatDoc()
263 if (!styleable->getComment().empty()) { in addMembersToStyleableClass()
264 styleableComment << styleable->getComment() << "\n"; in addMembersToStyleableClass()
287 StringPiece16 attrCommentLine = entry.symbol->attribute->getComment(); in addMembersToStyleableClass()
357 StringPiece16 comment = styleableAttr.attrRef->getComment(); in addMembersToStyleableClass()
359 comment = styleableAttr.symbol->attribute->getComment(); in addMembersToStyleableClass()
467 processor->appendComment(configValue->value->getComment()); in addMembersToTypeClass()
DJavaClassGenerator_test.cpp288 EXPECT_NE(std::string::npos, actual.find(util::utf16ToUtf8(attr.getComment()))); in TEST()
289 EXPECT_NE(std::string::npos, actual.find(util::utf16ToUtf8(styleable.getComment()))); in TEST()
/frameworks/base/tools/aapt2/proto/
DTableProtoSerializer.cpp173 if (!item.getComment().empty()) { in serializeItemCommonToPb()
174 pbItem->set_comment(util::utf16ToUtf8(item.getComment())); in serializeItemCommonToPb()
256 if (!configValue->value->getComment().empty()) { in serializeTableToPb()
257 pbValue->set_comment(util::utf16ToUtf8(configValue->value->getComment())); in serializeTableToPb()
/frameworks/multidex/library/test/src/android/support/multidex/
DZipUtilTest.java100 Assert.assertEquals(refEntry.getComment(), checkEntry.getComment()); in testCrcRange()
/frameworks/base/tools/aapt2/
DResourceParser_test.cpp469 EXPECT_EQ(value->getComment(), u"This is a comment"); in TEST_F()
481 EXPECT_EQ(value->getComment(), u"Two"); in TEST_F()
495 EXPECT_EQ(value->getComment(), u"One"); in TEST_F()
517 EXPECT_EQ(StringPiece16(u"The name of the bar"), styleable->entries.front().getComment()); in TEST_F()
523 EXPECT_EQ(StringPiece16(u"The very first"), attr->symbols.front().symbol.getComment()); in TEST_F()
DResourceParser.cpp244 comment = parser->getComment(); in parseResources()
651 comment = util::trimWhitespace(parser->getComment()).toString(); in parsePublicGroup()
817 comment = util::trimWhitespace(parser->getComment()).toString(); in parseAttrImpl()
1204 comment = util::trimWhitespace(parser->getComment()).toString(); in parseDeclareStyleable()
DResourceValues.h87 StringPiece16 getComment() const { in getComment() function
/frameworks/base/tools/aapt2/link/
DAutoVersioner.cpp118 newStyle->setComment(style->getComment()); in consume()
DTableMerger.cpp287 newFileRef->setComment(fileRef.getComment()); in cloneAndMangleFile()
/frameworks/base/core/java/android/text/util/
DRfc822Token.java59 public String getComment() { in getComment() method in Rfc822Token
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h280 LDSection& getComment() { in getComment() function
286 const LDSection& getComment() const { in getComment() function
/frameworks/base/tools/aapt/
DResourceTable.cpp351 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileAttribute()
527 if (block.getComment(&len)) { in compileAttribute()
528 enumOrFlagsComment.append(String16(block.getComment(&len))); in compileAttribute()
989 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1071 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1172 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1245 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1281 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1524 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
2754 String16 comment(c->getComment()); in addSymbols()
DXMLNode.h107 const String16& getComment() const;
DAaptAssets.h456 const String16& getComment(const String8& name) const in getComment() function
DResourceTable.h416 const String16& getComment() const { return mComment; } in getComment() function
DXMLNode.cpp454 const char16_t* com16 = block->getComment(&len); in printXMLBlock()
756 const String16& XMLNode::getComment() const in getComment() function in XMLNode
DResource.cpp1895 const char16_t* cmt = block.getComment(&len); in buildResources()
2102 return asym->getComment(name); in getAttributeComment()
2235 String16 comment = symbols->getComment(realClassName); in writeLayoutClasses()
/frameworks/base/tools/aapt2/xml/
DXmlPullParser.h83 const std::u16string& getComment() const;
DXmlPullParser.cpp101 const std::u16string& XmlPullParser::getComment() const { in getComment() function in aapt::xml::XmlPullParser
/frameworks/base/core/tests/coretests/src/android/text/
DTextUtilsTest.java242 assertEquals("something",tokens[0].getComment()); in testRfc822TokenizerFullAddress()
/frameworks/base/include/androidfw/
DResourceTypes.h723 const char16_t* getComment(size_t* outLen) const;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1053 const char16_t* ResXMLParser::getComment(size_t* outLen) const in getComment() function in android::ResXMLParser
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31038 method public java.lang.String getComment();
42908 method public java.lang.String getComment();
51021 method public java.lang.String getComment();
51096 method public java.lang.String getComment();
55442 method public abstract java.lang.String getComment();
56485 method public java.lang.String getComment();
/frameworks/base/api/
Dcurrent.txt39827 method public java.lang.String getComment();
52512 method public java.lang.String getComment();
62077 method public java.lang.String getComment();
62155 method public java.lang.String getComment();
Dsystem-current.txt43004 method public java.lang.String getComment();
56046 method public java.lang.String getComment();
65611 method public java.lang.String getComment();
65689 method public java.lang.String getComment();

12