Home
last modified time | relevance | path

Searched refs:GetComment (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp181 << "<td>" << util::TrimWhitespace(symbol.symbol.GetComment()) in AddAttributeFormatDoc()
277 if (!styleable.GetComment().empty()) { in ProcessStyleable()
278 styleable_comment << styleable.GetComment() << "\n"; in ProcessStyleable()
296 StringPiece attr_comment_line = entry.symbol.value().attribute->GetComment(); in ProcessStyleable()
360 StringPiece comment = styleable_attr.attr_ref->GetComment(); in ProcessStyleable()
362 comment = styleable_attr.symbol.value().attribute->GetComment(); in ProcessStyleable()
453 processor->AppendComment(config_value->value->GetComment()); in ProcessResource()
DJavaClassGenerator_test.cpp322 EXPECT_THAT(output, HasSubstr(attr.GetComment())); in TEST()
323 EXPECT_THAT(output, HasSubstr(styleable.GetComment())); in TEST()
/frameworks/base/tools/aapt2/link/
DAutoVersioner.cpp128 new_style->SetComment(style->GetComment()); in Consume()
DTableMerger.cpp291 new_file_ref->SetComment(file_ref.GetComment()); in CloneAndMangleFile()
/frameworks/base/tools/aapt2/
DResourceParser_test.cpp672 EXPECT_THAT(value->GetComment(), Eq("This is a comment")); in TEST_F()
685 EXPECT_THAT(value->GetComment(), Eq("Two")); in TEST_F()
699 EXPECT_THAT(value->GetComment(), Eq("One")); in TEST_F()
720 EXPECT_THAT(styleable->entries[0].GetComment(), Eq("The name of the bar")); in TEST_F()
725 EXPECT_THAT(attr->symbols[0].symbol.GetComment(), Eq("The very first")); in TEST_F()
DResourceValues.h83 const std::string& GetComment() const { in GetComment() function
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp358 pb_item->set_comment(item.GetComment()); in SerializeItemMetaDataToPb()
569 out_value->set_comment(value.GetComment()); in SerializeValueToPb()