/dalvik/vm/test/ |
TestIndirectRefTable.cpp | 42 const u4 cookie = IRT_FIRST_SEGMENT; local 50 if (irt.remove(cookie, iref0)) { 59 iref0 = irt.add(cookie, obj0); 60 iref1 = irt.add(cookie, obj1); 61 iref2 = irt.add(cookie, obj2); 78 if (!irt.remove(cookie, iref0) || 79 !irt.remove(cookie, iref1) || 80 !irt.remove(cookie, iref2)) 102 iref0 = irt.add(cookie, obj0); 103 iref1 = irt.add(cookie, obj1) [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicDomainHandler.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/BasicDomainHandler.java $ 31 package org.apache.http.impl.cookie; 33 import org.apache.http.cookie.Cookie; 34 import org.apache.http.cookie.CookieAttributeHandler; 35 import org.apache.http.cookie.CookieOrigin; 36 import org.apache.http.cookie.MalformedCookieException; 37 import org.apache.http.cookie.SetCookie; 45 public void parse(final SetCookie cookie, final String value) 47 if (cookie == null) [all...] |
RFC2109DomainHandler.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/RFC2109DomainHandler.java $ 31 package org.apache.http.impl.cookie; 35 import org.apache.http.cookie.Cookie; 36 import org.apache.http.cookie.CookieAttributeHandler; 37 import org.apache.http.cookie.CookieOrigin; 38 import org.apache.http.cookie.MalformedCookieException; 39 import org.apache.http.cookie.SetCookie; 47 public void parse(final SetCookie cookie, final String value) 49 if (cookie == null) [all...] |
BestMatchSpec.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/BestMatchSpec.java $ 32 package org.apache.http.impl.cookie; 38 import org.apache.http.cookie.Cookie; 39 import org.apache.http.cookie.CookieOrigin; 40 import org.apache.http.cookie.CookieSpec; 41 import org.apache.http.cookie.MalformedCookieException; 44 * 'Meta' cookie specification that selects a cookie policy depending 45 * on the format of the cookie(s [all...] |
NetscapeDomainHandler.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/NetscapeDomainHandler.java $ 31 package org.apache.http.impl.cookie; 36 import org.apache.http.cookie.Cookie; 37 import org.apache.http.cookie.CookieOrigin; 38 import org.apache.http.cookie.MalformedCookieException; 47 public void validate(final Cookie cookie, final CookieOrigin origin) 49 super.validate(cookie, origin); 50 // Perform Netscape Cookie draft specific validatio [all...] |
CookieSpecBase.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/CookieSpecBase.java $ 32 package org.apache.http.impl.cookie; 40 import org.apache.http.cookie.Cookie; 41 import org.apache.http.cookie.CookieAttributeHandler; 42 import org.apache.http.cookie.CookieOrigin; 43 import org.apache.http.cookie.MalformedCookieException; 46 * Cookie management functions shared by all specification. 71 protected List<Cookie> parse(final HeaderElement[] elems, final CookieOrigin origin) 73 List<Cookie> cookies = new ArrayList<Cookie>(elems.length) 81 BasicClientCookie cookie = new BasicClientCookie(name, value); local [all...] |
BestMatchSpecFactory.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/BestMatchSpecFactory.java $ 32 package org.apache.http.impl.cookie; 34 import org.apache.http.cookie.CookieSpec; 35 import org.apache.http.cookie.CookieSpecFactory; 36 import org.apache.http.cookie.params.CookieSpecPNames;
|
DateParseException.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/DateParseException.java $ 32 package org.apache.http.impl.cookie;
|
RFC2109SpecFactory.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/RFC2109SpecFactory.java $ 32 package org.apache.http.impl.cookie; 34 import org.apache.http.cookie.CookieSpec; 35 import org.apache.http.cookie.CookieSpecFactory; 36 import org.apache.http.cookie.params.CookieSpecPNames;
|
RFC2965SpecFactory.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965SpecFactory.java $ 32 package org.apache.http.impl.cookie; 34 import org.apache.http.cookie.CookieSpec; 35 import org.apache.http.cookie.CookieSpecFactory; 36 import org.apache.http.cookie.params.CookieSpecPNames;
|
RFC2965Spec.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965Spec.java $ 31 package org.apache.http.impl.cookie; 42 import org.apache.http.cookie.ClientCookie; 43 import org.apache.http.cookie.Cookie; 44 import org.apache.http.cookie.CookieAttributeHandler; 45 import org.apache.http.cookie.CookieOrigin; 46 import org.apache.http.cookie.MalformedCookieException; 47 import org.apache.http.cookie.SM; 52 * <p>RFC 2965 specific cookie management functions.</p 80 BasicClientCookie cookie = new BasicClientCookie(name, value); local 88 BasicClientCookie2 cookie = new BasicClientCookie2(name, value); local 118 BasicClientCookie cookie; local [all...] |
/external/chromium/chrome/browser/resources/options/ |
cookies_view.css | 53 list.cookie-list .deletable-item { 58 list.cookie-list .deletable-item > :first-child { 63 list.cookie-list > .deletable-item > .close-button { 69 html[dir=rtl] list.cookie-list > .deletable-item > .close-button { 76 .cookie-site { 86 list.cookie-list > .deletable-item[selected] .cookie-site { 90 .cookie-data { 94 list.cookie-list > .deletable-item[selected] .cookie-data [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
CookiePolicyTest.java | 35 HttpCookie cookie = new HttpCookie("Harmony_6", "ongoing"); local 38 CookiePolicy.ACCEPT_ORIGINAL_SERVER.shouldAccept(null, cookie); 59 boolean accept = CookiePolicy.ACCEPT_ALL.shouldAccept(null, cookie); 69 accept = CookiePolicy.ACCEPT_NONE.shouldAccept(null, cookie); 79 accept = CookiePolicy.ACCEPT_ORIGINAL_SERVER.shouldAccept(uri, cookie); 82 cookie.setDomain(".b.c"); 84 "schema://a.b.c"), cookie); 87 cookie.setDomain(".b.c"); 89 "s://a.b.c.d"), cookie); 92 cookie.setDomain("b.c") [all...] |
/external/apache-http/src/org/apache/http/client/protocol/ |
ResponseProcessCookies.java | 45 import org.apache.http.cookie.Cookie; 46 import org.apache.http.cookie.CookieOrigin; 47 import org.apache.http.cookie.CookieSpec; 48 import org.apache.http.cookie.MalformedCookieException; 49 import org.apache.http.cookie.SM; 79 // Obtain cookie store 83 this.log.info("Cookie store not available in HTTP context"); 103 // see if the cookie spec supports cookie versioning [all...] |
/bootable/bootloader/legacy/libboot/ |
tags_cmdline.c | 33 static void tag_cmdline(unsigned tag, void *data, unsigned bytes, void *cookie) 35 *((const char **) cookie) = data; 45 h.cookie = &cmdline;
|
tags_revision.c | 33 static void tag_revision(unsigned tag, void *data, unsigned bytes, void *cookie) 36 memcpy(cookie, data, 4); 47 h.cookie = &n;
|
tags_serialno.c | 33 static void tag_serialno(unsigned tag, void *data, unsigned bytes, void *cookie) 36 memcpy(cookie, data, 8); 46 h.cookie = sn;
|
/external/apache-http/src/org/apache/http/cookie/ |
CookieSpec.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/CookieSpec.java $ 32 package org.apache.http.cookie; 39 * Defines the cookie management specification. 40 * <p>Cookie management specification must define 42 * <li> rules of parsing "Set-Cookie" header 44 * <li> formatting of "Cookie" header 56 * Returns version of the state management this cookie specification 64 * Parse the <tt>"Set-Cookie"</tt> Header into an array of Cookies. 67 * {@link Cookie}s</p> 71 * @param header the <tt>Set-Cookie</tt> received from the serve [all...] |
CookieSpecFactory.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/CookieSpecFactory.java $ 32 package 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; 43 public static final String COOKIE = "Cookie"; 45 public static final String SET_COOKIE = "Set-Cookie";
|
SetCookie2.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/SetCookie2.java $ 32 package org.apache.http.cookie; 45 * If a user agent (web browser) presents this cookie to a user, the 46 * cookie's purpose will be described by the information at this URL. 51 * Sets the Port attribute. It restricts the ports to which a cookie 52 * may be returned in a Cookie request header.
|
/external/chromium/net/base/ |
cookie_monster_store_test.h | 27 const CookieMonster::CanonicalCookie& cookie) 29 cookie(cookie) {} 32 CookieMonster::CanonicalCookie cookie; member in struct:net::CookieStoreCommand 57 virtual void AddCookie(const CookieMonster::CanonicalCookie& cookie); 60 const CookieMonster::CanonicalCookie& cookie); 63 const CookieMonster::CanonicalCookie& cookie); 93 const CookieMonster::CanonicalCookie& cookie, 112 // Just act like a backing database. Keep cookie information from 124 const CookieMonster::CanonicalCookie& cookie); [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_cookies.cpp | 45 * @return @c EINA_FALSE if it wasn't possible to create the cookie jar, 77 * Clears all the cookies from the cookie jar. 95 * Returns a list of cookies in the cookie jar. 97 * @return an @c Eina_List with all the cookies in the cookie jar. 109 SoupCookie* cookie = static_cast<SoupCookie*>(p->data); local 111 c->name = strdup(cookie->name); 112 c->value = strdup(cookie->value); 113 c->domain = strdup(cookie->domain); 114 c->path = strdup(cookie->path); 115 c->expires = soup_date_to_time_t(cookie->expires) [all...] |
/libcore/luni/src/main/java/java/net/ |
CookieManager.java | 29 * CookiePolicy. The former is in charge of cookie storage and the latter makes 32 * CookieHandler is in the center of cookie management. User can make use of 36 * some cookies into a cookie store. Three built-in CookiePolicy is defined: 38 * the policy by implementing CookiePolicy. Any accepted HTTP cookie is stored 44 * There are many ways to customize user's own HTTP cookie management: 60 private static final String VERSION_ZERO_HEADER = "Set-cookie"; 65 * Constructs a new cookie manager. 76 * Constructs a new cookie manager using a specified cookie store and a 77 * cookie policy [all...] |
/bionic/libc/stdio/ |
stdio.c | 44 __sread(void *cookie, char *buf, int n) 46 FILE *fp = cookie; 59 __swrite(void *cookie, const char *buf, int n) 61 FILE *fp = cookie; 70 __sseek(void *cookie, fpos_t offset, int whence) 72 FILE *fp = cookie; 86 __sclose(void *cookie) 88 return (close(((FILE *)cookie)->_file));
|