Home
last modified time | relevance | path

Searched defs:SetComment (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceValues.h105 void SetComment(android::StringPiece str) { in SetComment() function
109 void SetComment(std::string&& str) { in SetComment() function
/aosp_15_r20/frameworks/base/tools/aapt2/test/
H A DBuilders.h99 ValueBuilder& SetComment(android::StringPiece str) { in SetComment() function
H A DBuilders.cpp180 AttributeBuilder& AttributeBuilder::SetComment(StringPiece comment) { in SetComment() function in aapt::test::AttributeBuilder
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/
Dwriter.go68 func (w *Writer) SetComment(comment string) error { func