Searched refs:getComment (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp170 << "<td>" << util::trimWhitespace(symbol.symbol.getComment()) << "</td></tr>";
263 if (!styleable->getComment().empty()) {
264 styleableComment << styleable->getComment() << "\n";
287 StringPiece16 attrCommentLine = entry.symbol->attribute->getComment();
357 StringPiece16 comment = styleableAttr.attrRef->getComment();
359 comment = styleableAttr.symbol->attribute->getComment();
467 processor->appendComment(configValue->value->getComment());
H A DJavaClassGenerator_test.cpp288 EXPECT_NE(std::string::npos, actual.find(util::utf16ToUtf8(attr.getComment())));
289 EXPECT_NE(std::string::npos, actual.find(util::utf16ToUtf8(styleable.getComment())));
/frameworks/base/tools/aapt2/link/
H A DAutoVersioner.cpp118 newStyle->setComment(style->getComment());
H A DTableMerger.cpp287 newFileRef->setComment(fileRef.getComment());
/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer.cpp173 if (!item.getComment().empty()) {
174 pbItem->set_comment(util::utf16ToUtf8(item.getComment()));
256 if (!configValue->value->getComment().empty()) {
257 pbValue->set_comment(util::utf16ToUtf8(configValue->value->getComment()));
/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipUtilTest.java100 Assert.assertEquals(refEntry.getComment(), checkEntry.getComment());
/frameworks/base/core/java/android/text/util/
H A DRfc822Token.java59 public String getComment() { method in class:Rfc822Token
/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp469 EXPECT_EQ(value->getComment(), u"This is a comment");
481 EXPECT_EQ(value->getComment(), u"Two");
495 EXPECT_EQ(value->getComment(), u"One");
517 EXPECT_EQ(StringPiece16(u"The name of the bar"), styleable->entries.front().getComment());
523 EXPECT_EQ(StringPiece16(u"The very first"), attr->symbols.front().symbol.getComment());
H A DResourceValues.h87 StringPiece16 getComment() const { function in struct:aapt::Value
H A DResourceParser.cpp244 comment = parser->getComment();
651 comment = util::trimWhitespace(parser->getComment()).toString();
817 comment = util::trimWhitespace(parser->getComment()).toString();
1204 comment = util::trimWhitespace(parser->getComment()).toString();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h280 LDSection& getComment() { function in class:mcld::ELFFileFormat
286 const LDSection& getComment() const { function in class:mcld::ELFFileFormat
/frameworks/base/tools/aapt/
H A DXMLNode.h107 const String16& getComment() const;
H A DResourceTable.cpp351 block.getComment(&len) ? block.getComment(&len) : nulStr);
527 if (block.getComment(&len)) {
528 enumOrFlagsComment.append(String16(block.getComment(&len)));
989 block.getComment(&len) ? block.getComment(&len) : nulStr);
1071 block.getComment(&len) ? block.getComment(&len) : nulStr);
1172 block.getComment(&len) ? block.getComment(
[all...]
H A DAaptAssets.h456 const String16& getComment(const String8& name) const function in class:AaptSymbols
H A DXMLNode.cpp454 const char16_t* com16 = block->getComment(&len);
756 const String16& XMLNode::getComment() const
H A DResourceTable.h416 const String16& getComment() const { return mComment; } function in class:ResourceTable::ConfigList
H A DResource.cpp1895 const char16_t* cmt = block.getComment(&len);
2098 // name.string(), String8(asym->getComment(name)).string());
2102 return asym->getComment(name);
2235 String16 comment = symbols->getComment(realClassName);
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.h83 const std::u16string& getComment() const;
H A DXmlPullParser.cpp101 const std::u16string& XmlPullParser::getComment() const { function in class:aapt::xml::XmlPullParser
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java242 assertEquals("something",tokens[0].getComment());
/frameworks/base/include/androidfw/
H A DResourceTypes.h723 const char16_t* getComment(size_t* outLen) const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1053 const char16_t* ResXMLParser::getComment(size_t* outLen) const function in class:android::ResXMLParser
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 1223 milliseconds