Home
last modified time | relevance | path

Searched refs:getComment (Results 1 – 18 of 18) sorted by relevance

/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DZipEntryTest.java103 assertNull("Incorrect Comment Returned.", zipEntry.getComment()); in test_getComment()
106 "This Is A Comment", zipEntry.getComment()); in test_getComment()
201 "Set comment using api", zentry.getComment()); in test_setCommentLjava_lang_String()
204 assertNull("Comment not correctly set", zentry.getComment()); in test_setCommentLjava_lang_String()
413 .getComment()); in test_ConstructorLjava_util_zip_ZipEntry()
474 orgComment = zentry.getComment(); in setUp()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DHttpCookieTest.java362 assertNull(cookie.getComment()); in test_Get_SetComment()
365 assertEquals("", cookie.getComment()); in test_Get_SetComment()
369 assertEquals("cookie''s @#$!&*()", cookie.getComment()); in test_Get_SetComment()
444 assertEquals("test comment", cloneCookie.getComment()); in test_Clone()
634 assertNull(cookie.getComment()); in test_Parse()
669 assertEquals("version1-cookie", cookie.getComment()); in test_Parse()
686 assertNull(cookie.getComment()); in test_Parse()
691 assertEquals("sentence", cookie.getComment()); in test_Parse()
773 assertEquals("c234", cookie.getComment()); in test_Parse()
878 assertEquals("mycomment", cookie.getComment());
/external/apache-http/src/org/apache/http/cookie/
DCookie.java67 String getComment(); in getComment() method
/external/nist-sip/java/javax/sip/header/
DRetryAfterHeader.java9 String getComment(); in getComment() method
/external/nist-sip/java/gov/nist/javax/sip/header/
DRetryAfter.java145 public String getComment() { in getComment() method in RetryAfter
DVia.java175 public String getComment() { in getComment() method in Via
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DACommentCommand.java67 public TComment getComment() in getComment() method in ACommentCommand
/external/apache-http/src/org/apache/http/impl/cookie/
DBasicClientCookie.java113 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/
DFingerPrintGraph.java236 boolean isCommented = currentBuildResults.getComment() != null; in drawBars()
298 tooltip += ". " + currentBuildResults.getComment(); in drawBars()
322 tooltip.append(currentBuildResults.getComment()); in drawBars()
DScenarioStatusTable.java150 String comment = currentBuildResults.getComment(); in printConfigStats()
DFingerPrint.java138 configResults.getCurrentBuildResults().getComment(), in print()
DScenarioData.java261 String comment = currentBuildResults.getComment(); in printSummary()
/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/
DBuildResultsElement.java215 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/
DBuildResults.java123 public String getComment() { in getComment() method in BuildResults
/external/jdiff/src/jdiff/
DComments.java195 public static String getComment(Comments comments, String id) { in getComment() method in Comments
DHTMLReportGenerator.java2020 String comment = Comments.getComment(existingComments_, commentID); in emitComment()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DDepthFirstAdapter.java81 if(node.getComment() != null) in caseACommentCommand()
83 node.getComment().apply(this); in caseACommentCommand()
DReversedDepthFirstAdapter.java78 if(node.getComment() != null) in caseACommentCommand()
80 node.getComment().apply(this); in caseACommentCommand()