/external/nist-sip/java/javax/sip/header/ |
RetryAfterHeader.java | 9 String getComment();
|
/cts/tests/tests/text/src/android/text/util/cts/ |
Rfc822TokenTest.java | 34 assertEquals(comment, rfc822Token1.getComment()); 39 assertEquals(comment, rfc822Token2.getComment()); 44 assertEquals(comment, rfc822Token3.getComment()); 49 assertNull(rfc822Token4.getComment()); 89 assertEquals(comment, rfc822Token.getComment()); 93 assertEquals(comment, rfc822Token.getComment()); 97 assertEquals(comment, rfc822Token.getComment()); 100 assertNull(rfc822Token.getComment());
|
Rfc822TokenizerTest.java | 148 assertEquals(comment, token.getComment());
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipEntryTest.java | 98 * @tests java.util.zip.ZipEntry#getComment() 101 // Test for method java.lang.String java.util.zip.ZipEntry.getComment() 103 assertNull("Incorrect Comment Returned.", zipEntry.getComment()); 106 "This Is A Comment", zipEntry.getComment()); 201 "Set comment using api", zentry.getComment()); 204 assertNull("Comment not correctly set", zentry.getComment()); 413 .getComment()); 474 orgComment = zentry.getComment();
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
ACommentCommand.java | 67 public TComment getComment()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 207 self.commentlist.append(self.getcomment()) 348 self.commentlist.append(self.getcomment()) 387 slist.append(self.getcomment()) 388 continue # have already advanced pos from getcomment 401 def getcomment(self): member in class:AddrlistClass 444 self.commentlist.append(self.getcomment())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 207 self.commentlist.append(self.getcomment()) 348 self.commentlist.append(self.getcomment()) 387 slist.append(self.getcomment()) 388 continue # have already advanced pos from getcomment 401 def getcomment(self): member in class:AddrlistClass 444 self.commentlist.append(self.getcomment())
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
HttpCookieTest.java | 355 * @tests java.net.HttpCookie#getComment(), setComment(String) 362 assertNull(cookie.getComment()); 365 assertEquals("", cookie.getComment()); 369 assertEquals("cookie''s @#$!&*()", cookie.getComment()); 444 assertEquals("test comment", cloneCookie.getComment()); 634 assertNull(cookie.getComment()); 669 assertEquals("version1-cookie", cookie.getComment()); 686 assertNull(cookie.getComment()); 691 assertEquals("sentence", cookie.getComment()); 773 assertEquals("c234", cookie.getComment()); [all...] |
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
java.util.zip.ZipFile.html | 88 <nobr><code>String</code> <A HREF="../../../../reference/java/util/zip/ZipFile.html#getComment()" target="_top"><code>getComment</code></A>()</nobr>
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
ZipEntryTest.java | 169 assertEquals(maxLengthComment, zipFile.getEntry("x").getComment()); 189 assertEquals(comment, zipFile.getEntry("x").getComment());
|
ZipFileTest.java | 409 assertEquals(expectedFileComment, zipFile.getComment()); 410 assertEquals(expectedEntryComment, zipFile.getEntry("a").getComment()); 423 assertEquals(null, zipFile.getComment());
|
/external/apache-http/src/org/apache/http/cookie/ |
SetCookie.java | 54 * @see #getComment()
|
Cookie.java | 67 String getComment();
|
/frameworks/base/tools/aapt/ |
XMLNode.h | 103 const String16& getComment() const;
|
ResourceTable.cpp | 330 block.getComment(&len) ? block.getComment(&len) : nulStr); 515 if (block.getComment(&len)) { 516 enumOrFlagsComment.append(String16(block.getComment(&len))); [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie.java | 113 public String getComment() { 123 * @see #getComment()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
RetryAfter.java | 145 public String getComment() {
|
/frameworks/base/core/java/android/text/util/ |
Rfc822Token.java | 53 public String getComment() {
|
/libcore/luni/src/test/java/libcore/java/net/ |
CookiesTest.java | 65 assertEquals(null, cookie.getComment()); 95 assertEquals("this cookie is delicious", cookie.getComment()); 128 assertEquals("this cookie is delicious", cookie.getComment()); 162 assertEquals("this cookie is delicious", cookie.getComment());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rfc822.py | 532 self.commentlist.append(self.getcomment()) 668 self.commentlist.append(self.getcomment()) 706 slist.append(self.getcomment()) 707 continue # have already advanced pos from getcomment 720 def getcomment(self): member in class:AddrlistClass 762 self.commentlist.append(self.getcomment()) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rfc822.py | 532 self.commentlist.append(self.getcomment()) 668 self.commentlist.append(self.getcomment()) 706 slist.append(self.getcomment()) 707 continue # have already advanced pos from getcomment 720 def getcomment(self): member in class:AddrlistClass 762 self.commentlist.append(self.getcomment()) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-nodeps.jar | |
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFFileFormat.h | 258 LDSection& getComment() { 264 const LDSection& getComment() const {
|
/libcore/luni/src/main/java/java/util/zip/ |
ZipOutputStream.java | 182 String comment = currentEntry.getComment(); 347 * Sets the comment associated with the file being written. See {@link ZipFile#getComment}.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrint.java | 138 configResults.getCurrentBuildResults().getComment(),
|