Searched refs:GetComment (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator.cpp | 181 << "<td>" << util::TrimWhitespace(symbol.symbol.GetComment()) in AddAttributeFormatDoc() 288 if (!styleable.GetComment().empty()) { in ProcessStyleable() 289 styleable_comment << styleable.GetComment() << "\n"; in ProcessStyleable() 307 StringPiece attr_comment_line = entry.symbol.value().attribute->GetComment(); in ProcessStyleable() 324 StringPiece attr_comment_line = entry.symbol.value().attribute->GetComment(); in ProcessStyleable() 372 StringPiece comment = styleable_attr.attr_ref->GetComment(); in ProcessStyleable() 374 comment = styleable_attr.symbol.value().attribute->GetComment(); in ProcessStyleable() 465 processor->AppendComment(config_value->value->GetComment()); in ProcessResource()
|
D | JavaClassGenerator_test.cpp | 373 EXPECT_THAT(output, HasSubstr(attr.GetComment())); in TEST() 374 EXPECT_THAT(output, HasSubstr(styleable.GetComment())); in TEST() 411 EXPECT_THAT(output, HasSubstr(attr.GetComment())); in TEST() 412 EXPECT_THAT(output, HasSubstr(styleable.GetComment())); in TEST()
|
/frameworks/base/tools/aapt2/link/ |
D | AutoVersioner.cpp | 132 new_style->SetComment(style->GetComment()); in Consume()
|
D | TableMerger.cpp | 298 ? dst_config_value->value->GetComment() : Maybe<std::string>(); in DoMerge() 323 new_file_ref->SetComment(file_ref.GetComment()); in CloneAndMangleFile()
|
D | TableMerger_test.cpp | 217 EXPECT_THAT(foo, Pointee(Property(&BinaryPrimitive::GetComment, StrEq("Original foo comment")))); in TEST_F() 219 EXPECT_THAT(bar, Pointee(Property(&BinaryPrimitive::GetComment, StrEq("")))); in TEST_F() 221 EXPECT_THAT(baz, Pointee(Property(&BinaryPrimitive::GetComment, StrEq("Overlay baz comment")))); in TEST_F()
|
/frameworks/base/tools/aapt2/ |
D | ResourceParser_test.cpp | 739 EXPECT_THAT(value->GetComment(), Eq("This is a comment")); in TEST_F() 752 EXPECT_THAT(value->GetComment(), Eq("Two")); in TEST_F() 766 EXPECT_THAT(value->GetComment(), Eq("One")); in TEST_F() 787 EXPECT_THAT(styleable->entries[0].GetComment(), Eq("The name of the bar")); in TEST_F() 792 EXPECT_THAT(attr->symbols[0].symbol.GetComment(), Eq("The very first")); in TEST_F()
|
D | ResourceValues.h | 83 const std::string& GetComment() const { in GetComment() function
|
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoSerialize.cpp | 415 pb_item->set_comment(item.GetComment()); in SerializeItemMetaDataToPb() 626 out_value->set_comment(value.GetComment()); in SerializeValueToPb()
|