HomeSort by relevance Sort by last modified time
    Searched full:getcomment (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /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/lldb/scripts/Python/interface/
SBInstruction.i 43 GetComment (lldb::SBTarget target);
75 return self.GetComment (target)
79 return self.GetComment (target)
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ACommentCommand.java 67 public TComment getComment()
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipEntryTest.java 75 * java.util.zip.ZipEntry#getComment()
78 // Test for method java.lang.String java.util.zip.ZipEntry.getComment()
80 assertNull("Incorrect Comment Returned.", zipEntry.getComment());
83 "This Is A Comment", zipEntry.getComment());
178 "Set comment using api", zentry.getComment());
181 assertNull("Comment not correctly set", zentry.getComment());
390 .getComment());
  /external/jsoncpp/src/lib_json/
json_writer.cpp 499 document_ += normalizeEOL( root.getComment( commentBefore ) );
508 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) );
513 document_ += normalizeEOL( root.getComment( commentAfter ) );
780 *document_ << normalizeEOL( root.getComment( commentBefore ) );
789 *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) );
794 *document_ << normalizeEOL( root.getComment( commentAfter ) );
  /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/lldb/include/lldb/API/
SBInstruction.h 52 GetComment (lldb::SBTarget target);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
CookiesTest.java 81 assertEquals(null, cookie.getComment());
111 assertEquals("this cookie is delicious", cookie.getComment());
144 assertEquals("this cookie is delicious", cookie.getComment());
178 assertEquals("this cookie is delicious", cookie.getComment());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
HttpCookieTest.java 340 * java.net.HttpCookie#getComment(), setComment(String)
346 assertNull(cookie.getComment());
349 assertEquals("", cookie.getComment());
353 assertEquals("cookie''s @#$!&*()", cookie.getComment());
425 assertEquals("test comment", cloneCookie.getComment());
603 assertNull(cookie.getComment());
638 assertEquals("version1-cookie", cookie.getComment());
655 assertNull(cookie.getComment());
660 assertEquals("sentence", cookie.getComment());
751 assertEquals("c234", cookie.getComment());
    [all...]
  /external/lldb/source/API/
SBInstruction.cpp 111 SBInstruction::GetComment(SBTarget target)
124 return m_opaque_sp->GetComment(&exe_ctx);
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
java.util.zip.ZipFile.html 88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/java/util/zip/ZipFile.html#getComment()" target="_top"><code>getComment</code></A>()</nobr>
  /frameworks/multidex/library/test/src/android/support/multidex/
ZipUtilTest.java 100 Assert.assertEquals(refEntry.getComment(), checkEntry.getComment());
  /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 419 assertEquals(expectedFileComment, zipFile.getComment());
420 assertEquals(expectedEntryComment, zipFile.getEntry("a").getComment());
433 assertEquals(null, zipFile.getComment());
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java 118 public String getComment() {
128 * @see #getComment()
  /external/apache-http/src/org/apache/http/cookie/
Cookie.java 72 String getComment();
SetCookie.java 59 * @see #getComment()
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractTransformTask.java 165 outEntry.setComment(entry.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() {
  /frameworks/base/tools/aapt/
XMLNode.h 103 const String16& getComment() const;
  /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());

Completed in 1488 milliseconds

1 2 3 4 5