/external/qemu/hw/ |
goldfish_device.h | 19 void *cookie; member in struct:goldfish_device
|
/frameworks/base/tools/aapt/ |
printapk.cpp | 34 void* cookie; local 80 cookie = NULL; 81 while ((entry = iterate_zipfile(zip, &cookie))) {
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2109Spec.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/RFC2109Spec.java $ 32 package org.apache.http.impl.cookie; 40 import org.apache.http.cookie.ClientCookie; 41 import org.apache.http.cookie.Cookie; 42 import org.apache.http.cookie.CookieOrigin; 43 import org.apache.http.cookie.CookiePathComparator; 44 import org.apache.http.cookie.MalformedCookieException; 45 import org.apache.http.cookie.SM; 50 * RFC 2109 compliant cookie polic 165 Cookie cookie = cooky; local [all...] |
BasicClientCookie2.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/BasicClientCookie2.java $ 32 package org.apache.http.impl.cookie; 36 import org.apache.http.cookie.SetCookie2; 39 * HTTP "magic-cookie" represents a piece of state information
|
RFC2965PortAttributeHandler.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965PortAttributeHandler.java $ 32 package org.apache.http.impl.cookie; 36 import org.apache.http.cookie.ClientCookie; 37 import org.apache.http.cookie.Cookie; 38 import org.apache.http.cookie.CookieAttributeHandler; 39 import org.apache.http.cookie.CookieOrigin; 40 import org.apache.http.cookie.MalformedCookieException; 41 import org.apache.http.cookie.SetCookie; 42 import org.apache.http.cookie.SetCookie2 [all...] |
/art/runtime/ |
indirect_reference_table_test.cc | 61 const uint32_t cookie = IRT_FIRST_SEGMENT; local 66 EXPECT_FALSE(irt.Remove(cookie, iref0)) << "unexpectedly successful removal"; 69 iref0 = irt.Add(cookie, obj0); 72 IndirectRef iref1 = irt.Add(cookie, obj1); 75 IndirectRef iref2 = irt.Add(cookie, obj2); 83 EXPECT_TRUE(irt.Remove(cookie, iref0)); 85 EXPECT_TRUE(irt.Remove(cookie, iref1)); 87 EXPECT_TRUE(irt.Remove(cookie, iref2)); 97 iref0 = irt.Add(cookie, obj0); 99 iref1 = irt.Add(cookie, obj1) [all...] |
scoped_thread_state_change.h | 174 uint32_t cookie = Env()->local_ref_cookie; local 175 IndirectRef ref = locals.Add(cookie, obj);
|
/external/apache-http/src/org/apache/http/cookie/ |
ClientCookie.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/ClientCookie.java $ 32 package org.apache.http.cookie; 35 * ClientCookie extends the standard {@link Cookie} interface with 37 * original cookie attributes exactly as they were specified by the 38 * origin server. This is important for generating the <tt>Cookie</tt> 39 * header because some cookie specifications require that the 40 * <tt>Cookie</tt> header should include certain attributes only if 41 * they were specified in the <tt>Set-Cookie</tt> header. 47 public interface ClientCookie extends Cookie {
|
Cookie.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/Cookie.java $ 32 package org.apache.http.cookie; 37 * HTTP "magic-cookie" represents a piece of state information 45 public interface Cookie { 62 * Returns the comment describing the purpose of this cookie, or 70 * If a user agent (web browser) presents this cookie to a user, the 71 * cookie's purpose will be described by the information at this URL. 76 * Returns the expiration {@link Date} of the cookie, or <tt>null</tt> 86 * Returns <tt>false</tt> if the cookie should be discarded at the en [all...] |
CookieOrigin.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/CookieOrigin.java $ 31 package org.apache.http.cookie;
|
CookieSpecRegistry.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/CookieSpecRegistry.java $ 32 package org.apache.http.cookie; 43 * Cookie specification registry that can be used to obtain the corresponding 44 * cookie specification implementation for a given type of type or version of 45 * cookie. 77 throw new IllegalArgumentException("Cookie spec factory may not be null"); 85 * @param id the identifier of the {@link CookieSpec cookie specification} to unregister 95 * Gets the {@link CookieSpec cookie specification} with the given ID. 97 * @param name the {@link CookieSpec cookie specification} identifier 98 * @param params the {@link HttpParams HTTP parameters} for the cookie [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_cookie_helper_unittest.cc | 51 // Correct because fetching cookies will get a sorted cookie list. 68 // Correct because fetching cookies will get a sorted cookie list. 211 net::CanonicalCookie cookie = cookie_list_[0]; local 212 cookie_helper->DeleteCookie(cookie); 222 net::CookieList cookie; local 242 cookie = cookie_list_; 247 helper->AddReadCookies(origin, origin, cookie); 255 net::CookieList cookie; local 268 cookie = cookie_list_; 272 helper->AddReadCookies(origin, origin, cookie); 281 net::CookieList cookie; local [all...] |
/external/chromium_org/chrome/browser/printing/ |
printer_query.cc | 68 int PrinterQuery::cookie() const { function in class:printing::PrinterQuery
|
/external/chromium_org/content/browser/android/ |
download_controller_android_impl.h | 66 std::string cookie; member in struct:content::DownloadControllerAndroidImpl::DownloadInfoAndroid 103 const std::string& cookie);
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
EventDispatcher.cpp | 113 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEvent(&m_node->document(), *m_event, windowEventContext.window(), m_node.get(), m_event->eventPath()); local 126 InspectorInstrumentation::didDispatchEvent(cookie);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InjectedScriptBase.cpp | 78 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willCallFunction(executionContext, name(), 1); local 94 InspectorInstrumentation::didCallFunction(cookie);
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmppengine_unittest.cc | 265 XmppIqCookie cookie; local 275 engine()->SendIq(&roster_get, &iq_response, &cookie); 294 EXPECT_EQ(XMPP_RETURN_BADARGUMENT, engine()->RemoveIqHandler(cookie, NULL)); 298 engine()->SendIq(&roster_get, &iq_response, &cookie); 306 EXPECT_EQ(XMPP_RETURN_OK, engine()->RemoveIqHandler(cookie, NULL));
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/ |
KexParameters.java | 15 public byte[] cookie; field in class:KexParameters
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_ec.h | 21 unsigned long cookie; member in struct:sockaddr_ec
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/neteconet/ |
ec.h | 39 unsigned long cookie; member in struct:sockaddr_ec
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_ec.h | 21 unsigned long cookie; member in struct:sockaddr_ec
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/neteconet/ |
ec.h | 39 unsigned long cookie; member in struct:sockaddr_ec
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_ec.h | 21 unsigned long cookie; member in struct:sockaddr_ec
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/neteconet/ |
ec.h | 39 unsigned long cookie; member in struct:sockaddr_ec
|
/bootable/recovery/edify/ |
expr.h | 35 void* cookie; member in struct:__anon782
|