Home
last modified time | relevance | path

Searched refs:SetComment (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator_test.cpp303 ->SetComment(std::string("This is a comment\n@deprecated")); in TEST()
331 attr.SetComment(StringPiece("This is an attribute")); in TEST()
335 styleable.SetComment(StringPiece("This is a styleable")); in TEST()
369 attr.SetComment(StringPiece("This is an attribute @hide")); in TEST()
373 styleable.SetComment(StringPiece("This is a styleable")); in TEST()
455 attr.SetComment(StringPiece("removed")); in TEST()
/aosp14/frameworks/base/tools/aapt2/link/
H A DTableMerger_test.cpp178 foo_original->SetComment(android::StringPiece("Original foo comment")); in TEST_F()
182 foo_overlay->SetComment(android::StringPiece("Overlay foo comment")); in TEST_F()
184 bar_overlay->SetComment(android::StringPiece("Overlay bar comment")); in TEST_F()
186 baz_overlay->SetComment(android::StringPiece("Overlay baz comment")); in TEST_F()
H A DAutoVersioner.cpp133 new_style->SetComment(style->GetComment()); in Consume()
H A DTableMerger.cpp316 dst_config_value->value->SetComment(original_comment.value()); in DoMerge()
333 new_file_ref->SetComment(file_ref.GetComment()); in CloneAndMangleFile()
/aosp14/frameworks/base/tools/aapt2/test/
H A DBuilders.h99 ValueBuilder& SetComment(android::StringPiece str) { in SetComment() function
100 value_->SetComment(str); in SetComment()
/aosp14/frameworks/base/tools/aapt2/
H A DResourceValues.h86 void SetComment(android::StringPiece str) { in SetComment() function
90 void SetComment(std::string&& str) { in SetComment() function
H A DResourceParser.cpp155 res->value->SetComment(std::move(res->comment)); in AddResourcesToTable()
1421 symbol.symbol.SetComment(std::move(comment)); in ParseAttrImpl()
1816 child_ref.SetComment(child_resource.comment); in ParseDeclareStyleable()
H A DResourceValues.cpp1077 new_value->SetComment(value->GetComment()); in CopyValueFields()
/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp718 out_value->SetComment(pb_item.comment()); in DeserializeItemMetaDataFromPb()