/external/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 499 document_ += normalizeEOL( root.getComment( commentBefore ) ); in writeCommentBeforeValue() 508 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine() 513 document_ += normalizeEOL( root.getComment( commentAfter ) ); in writeCommentAfterValueOnSameLine() 780 *document_ << normalizeEOL( root.getComment( commentBefore ) ); in writeCommentBeforeValue() 789 *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine() 794 *document_ << normalizeEOL( root.getComment( commentAfter ) ); in writeCommentAfterValueOnSameLine()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
D | CookiesTest.java | 81 assertEquals(null, cookie.getComment()); in testNetscapeResponse() 111 assertEquals("this cookie is delicious", cookie.getComment()); in testRfc2109Response() 144 assertEquals("this cookie is delicious", cookie.getComment()); in testRfc2965Response() 178 assertEquals("this cookie is delicious", cookie.getComment()); in testQuotedAttributeValues()
|
/external/apache-http/src/org/apache/http/cookie/ |
D | Cookie.java | 72 String getComment(); in getComment() method
|
/external/nist-sip/java/javax/sip/header/ |
D | RetryAfterHeader.java | 9 String getComment(); in getComment() method
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | RetryAfter.java | 145 public String getComment() { in getComment() method in RetryAfter
|
D | Via.java | 175 public String getComment() { in getComment() method in Via
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | ACommentCommand.java | 67 public TComment getComment() in getComment() method in ACommentCommand
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | HttpCookie.java | 131 public String getComment() in getComment() method in HttpCookie
|
D | HttpFields.java | 937 cookie.getComment(),
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | BasicClientCookie.java | 118 public String getComment() { in getComment() method in BasicClientCookie
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | FingerPrintGraph.java | 236 boolean isCommented = currentBuildResults.getComment() != null; in drawBars() 298 tooltip += ". " + currentBuildResults.getComment(); in drawBars() 322 tooltip.append(currentBuildResults.getComment()); in drawBars()
|
D | FingerPrint.java | 138 configResults.getCurrentBuildResults().getComment(), in print()
|
D | ScenarioStatusTable.java | 150 String comment = currentBuildResults.getComment(); in printConfigStats()
|
D | ScenarioData.java | 261 String comment = currentBuildResults.getComment(); in printSummary()
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/ |
D | AbstractTransformTask.java | 165 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/model/ |
D | BuildResultsElement.java | 215 return buildResults.getComment(); in getPropertyValue()
|
/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/ |
D | BuildResults.java | 123 public String getComment() { in getComment() method in BuildResults
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/ |
D | DepthFirstAdapter.java | 81 if(node.getComment() != null) in caseACommentCommand() 83 node.getComment().apply(this); in caseACommentCommand()
|
D | ReversedDepthFirstAdapter.java | 78 if(node.getComment() != null) in caseACommentCommand() 80 node.getComment().apply(this); in caseACommentCommand()
|
/external/jdiff/src/jdiff/ |
D | Comments.java | 193 public static String getComment(Comments comments, String id) { in getComment() method in Comments
|
/external/jetty/src/java/org/eclipse/jetty/server/session/ |
D | AbstractSessionManager.java | 865 public String getComment()
|
/external/jsoncpp/include/json/ |
D | value.h | 428 std::string getComment( CommentPlacement placement ) const;
|
/external/jsoncpp/chromium-overrides/include/json/ |
D | value.h | 428 std::string getComment( CommentPlacement placement ) const;
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
D | Response.java | 150 String comment=cookie.getComment(); in addCookie()
|
/external/jsoncpp/chromium-overrides/src/lib_json/ |
D | json_value.cpp | 1552 Value::getComment( CommentPlacement placement ) const in getComment() function in Json::Value
|