/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
D | ZipEntryTest.java | 103 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/ |
D | HttpCookieTest.java | 362 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/ |
D | Cookie.java | 67 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/apache-http/src/org/apache/http/impl/cookie/ |
D | BasicClientCookie.java | 113 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 | ScenarioStatusTable.java | 150 String comment = currentBuildResults.getComment(); in printConfigStats()
|
D | FingerPrint.java | 138 configResults.getCurrentBuildResults().getComment(), in print()
|
D | ScenarioData.java | 261 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/ |
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/jdiff/src/jdiff/ |
D | Comments.java | 195 public static String getComment(Comments comments, String id) { in getComment() method in Comments
|
D | HTMLReportGenerator.java | 2020 String comment = Comments.getComment(existingComments_, commentID); in emitComment()
|
/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()
|