Searched refs:getComment (Results 1 – 11 of 11) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | HttpCookieTest.java | 355 assertNull(cookie.getComment()); in test_Get_SetComment() 358 assertEquals("", cookie.getComment()); in test_Get_SetComment() 362 assertEquals("cookie''s @#$!&*()", cookie.getComment()); in test_Get_SetComment() 476 assertEquals("test comment", cloneCookie.getComment()); in test_Clone() 654 assertNull(cookie.getComment()); in test_Parse() 689 assertEquals("version1-cookie", cookie.getComment()); in test_Parse() 706 assertNull(cookie.getComment()); in test_Parse() 711 assertEquals("sentence", cookie.getComment()); in test_Parse() 802 assertEquals("c234", cookie.getComment()); in test_Parse() 929 assertEquals("mycomment", cookie.getComment());
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | ZipEntryTest.java | 88 assertNull("Incorrect Comment Returned.", zipEntry.getComment()); in test_getComment() 91 "This Is A Comment", zipEntry.getComment()); in test_getComment() 207 "Set comment using api", zentry.getComment()); in test_setCommentLjava_lang_String() 210 assertNull("Comment not correctly set", zentry.getComment()); in test_setCommentLjava_lang_String() 460 .getComment()); in test_ConstructorLjava_util_zip_ZipEntry()
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | ZipEntryTest.java | 251 assertEquals(maxLengthComment, zipFile.getEntry("x").getComment()); in testMaxLengthComment() 283 assertEquals(comment, zipFile.getEntry("x").getComment()); in testCommentAndExtraInSameOrder() 286 assertEquals(comment, zipFile.getEntry("y").getComment()); in testCommentAndExtraInSameOrder()
|
D | AbstractZipFileTest.java | 421 assertEquals(expectedFileComment, zipFile.getComment()); in testComments() 422 assertEquals(expectedEntryComment, zipFile.getEntry("a").getComment()); in testComments() 435 assertEquals(null, zipFile.getComment()); in test_getComment_unset()
|
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | ZipEntry.java | 148 public java.lang.String getComment() { in getComment() method in ZipEntry
|
/libcore/ojluni/annotations/mmodule/java/util/zip/ |
D | ZipEntry.annotated.java | 85 public java.lang.String getComment() { throw new RuntimeException("Stub!"); } in getComment() method in ZipEntry
|
/libcore/ojluni/src/main/java/java/net/ |
D | HttpCookie.java | 290 public String getComment() { in getComment() method in HttpCookie 910 if (cookie.getComment() == null)
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | ZipEntry.java | 597 public String getComment() { in getComment() method in ZipEntry
|
D | ZipFile.java | 334 public String getComment() { in getComment() method in ZipFile
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | HttpCookie.java | 59 public java.lang.String getComment() { in getComment() method in HttpCookie
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | AbstractCookiesTest.java | 109 assertEquals(null, cookie.getComment()); in testNetscapeResponse() 139 assertEquals("this cookie is delicious", cookie.getComment()); in testRfc2109Response() 172 assertEquals("this cookie is delicious", cookie.getComment()); in testRfc2965Response() 207 assertEquals("this cookie is delicious", cookie.getComment()); in testQuotedAttributeValues()
|