Searched refs:setComment (Results 1 – 6 of 6) sorted by relevance
/frameworks/multidex/library/test/src/androidx/multidex/ |
D | ZipEntryReader.java | 98 entry.setComment(new String(commentBytes, 0, commentBytes.length, UTF_8)); in readEntry()
|
/frameworks/base/core/java/android/text/util/ |
D | Rfc822Token.java | 80 public void setComment(@Nullable String comment) { in setComment() method in Rfc822Token
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | json.h | 923 void setComment(const char* comment, CommentPlacement placement); 925 void setComment(const char* comment, size_t len, CommentPlacement placement); 927 void setComment(const std::string& comment, CommentPlacement placement); 957 void setComment(const char* text, size_t len);
|
D | jsoncpp.cpp | 330 root.setComment(commentsBefore_, commentAfter); in parse() 360 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 581 lastValue_->setComment(normalized, placement); in addComment() 1260 root.setComment(commentsBefore_, commentAfter); in parse() 1285 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 1540 lastValue_->setComment(normalized, placement); in addComment() 2608 void Value::CommentInfo::setComment(const char* text, size_t len) { in setComment() function in Json::Value::CommentInfo 2841 comments_[comment].setComment( in Value() 3721 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment() function in Json::Value 3728 comments_[placement].setComment(comment, len); in setComment() [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 31044 method public void setComment(java.lang.String); 42921 method public void setComment(java.lang.String); 51030 method public void setComment(java.lang.String); 51196 method public void setComment(java.lang.String); 55517 method public abstract void setComment(java.lang.String); 56498 method public void setComment(java.lang.String);
|
/frameworks/base/api/ |
D | current.txt | 47379 method public void setComment(@Nullable String); 61927 method public void setComment(String); 73850 method public void setComment(String); 74026 method public void setComment(String);
|