Home
last modified time | relevance | path

Searched refs:setComment (Results 1 – 20 of 20) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DACommentCommand.java25 setComment(_comment_); in ACommentCommand()
72 public void setComment(TComment node) in setComment() method in ACommentCommand
131 setComment((TComment) newChild); in replaceChild()
/external/apache-http/src/org/apache/http/cookie/
DSetCookie.java61 void setComment(String comment); in setComment() method
/external/nist-sip/java/javax/sip/header/
DRetryAfterHeader.java10 void setComment(String comment) throws ParseException; in setComment() method
/external/apache-http/src/org/apache/http/impl/cookie/
DBasicCommentHandler.java53 cookie.setComment(value); in parse()
DBasicClientCookie.java130 public void setComment(String comment) { in setComment() method in BasicClientCookie
/external/nist-sip/java/gov/nist/javax/sip/header/
DRetryAfter.java157 public void setComment(String comment) throws ParseException { in setComment() method in RetryAfter
DVia.java248 public void setComment(String c) { in setComment() method in Via
/external/nist-sip/java/gov/nist/javax/sip/parser/
DRetryAfterParser.java90 retryAfter.setComment(comment); in parse()
DViaParser.java135 v.setComment(comment.toString()); in parseVia()
/external/proguard/src/proguard/io/
DJarWriter.java209 currentJarOutputStream.setComment(comment); in prepareEntry()
/external/jsoncpp/src/lib_json/
Djson_reader.cpp166 root.setComment( commentsBefore_, commentAfter ); in parse()
193 currentValue().setComment( commentsBefore_, commentBefore ); in readValue()
404 lastValue_->setComment( std::string( begin, end ), placement ); in addComment()
Djson_value.cpp153 Value::CommentInfo::setComment( const char *text ) in setComment() function in Json::Value::CommentInfo
498 comments_[comment].setComment( otherComment.comment_ ); in Value()
1524 Value::setComment( const char *comment, in setComment() function in Json::Value
1529 comments_[placement].setComment( comment ); in setComment()
1534 Value::setComment( const std::string &comment, in setComment() function in Json::Value
1537 setComment( comment.c_str(), placement ); in setComment()
/external/jsoncpp/chromium-overrides/include/json/
Dvalue.h421 void setComment( const char *comment,
424 void setComment( const std::string &comment,
470 void setComment( const char *text );
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
Djson_reader.cpp168 root.setComment( commentsBefore_, commentAfter ); in parse()
195 currentValue().setComment( commentsBefore_, commentBefore ); in readValue()
406 lastValue_->setComment( std::string( begin, end ), placement ); in addComment()
Djson_value.cpp163 Value::CommentInfo::setComment( const char *text ) in setComment() function in Json::Value::CommentInfo
508 comments_[comment].setComment( otherComment.comment_ ); in Value()
1534 Value::setComment( const char *comment, in setComment() function in Json::Value
1539 comments_[placement].setComment( comment ); in setComment()
1544 Value::setComment( const std::string &comment, in setComment() function in Json::Value
1547 setComment( comment.c_str(), placement ); in setComment()
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
Dvalue.h421 void setComment( const char *comment,
424 void setComment( const std::string &comment,
470 void setComment( const char *text );
/external/jsoncpp/include/json/
Dvalue.h421 void setComment( const char *comment,
424 void setComment( const std::string &comment,
470 void setComment( const char *text );
/external/jsoncpp/chromium-overrides/src/lib_json/
Djson_value.cpp157 Value::CommentInfo::setComment( const char *text ) in setComment() function in Json::Value::CommentInfo
502 comments_[comment].setComment( otherComment.comment_ ); in Value()
1528 Value::setComment( const char *comment, in setComment() function in Json::Value
1533 comments_[placement].setComment( comment ); in setComment()
1538 Value::setComment( const std::string &comment, in setComment() function in Json::Value
1541 setComment( comment.c_str(), placement ); in setComment()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
DAbstractTransformTask.java165 outEntry.setComment(entry.getComment()); in processJarFile()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DBuildResults.java434 void setComment(String comment) { in setComment() method in BuildResults