HomeSort by relevance Sort by last modified time
    Searched defs:COOKIE (Results 1 - 13 of 13) sorted by null

  /external/apache-http/src/org/apache/http/cookie/
SM.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/SM.java $
32 package org.apache.http.cookie;
48 public static final String COOKIE = "Cookie";
50 public static final String SET_COOKIE = "Set-Cookie";
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
SerializedGrammar.java 39 public static final String COOKIE = "$ANTLR";
99 String cookie = readString(in); // get $ANTLR local
100 if ( !cookie.equals(COOKIE) ) throw new IOException("not a serialized grammar file");
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 75 /** The HTTP Cookie header field name. */
76 public static final String COOKIE = "Cookie";
164 /** The HTTP Set-Cookie header field name. */
165 public static final String SET_COOKIE = "Set-Cookie";
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 75 public static final String COOKIE = "cookie";
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.h 109 DetailedInfo& InitCookie(const net::CanonicalCookie* cookie);
134 const net::CanonicalCookie* cookie; member in struct:CookieTreeNode::DetailedInfo
154 // the cookie from CookieMonster, clear the database, and so forth.)
259 // The cookie should remain valid at least as long as the
262 std::list<net::CanonicalCookie>::iterator cookie);
639 // Because non-cookie nodes are fetched in a background thread, they are not
725 COOKIE = 1,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 49 private static final String COOKIE = "Cookie"; //$NON-NLS-1$
510 // trap for invalid login cookie
572 private HttpsURLConnection getConn(String url, String method, boolean in, boolean out, String cookie)
610 if (!cookie.equals(EMPTY))
612 sconn.setRequestProperty(COOKIE, cookie);
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 94 milliseconds