|   /external/apache-http/src/org/apache/http/client/protocol/ | 
| ClientContext.java  | 43     public static final String COOKIE_STORE          = "http.cookie-store";  44     public static final String COOKIE_SPEC           = "http.cookie-spec";  45     public static final String COOKIE_ORIGIN         = "http.cookie-origin"; 
  | 
|   /external/apache-http/src/org/apache/http/cookie/ | 
| MalformedCookieException.java  | 2  * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/MalformedCookieException.java $ 32 package org.apache.http.cookie; 37  * Signals that a cookie is in some way invalid or illegal in a given
  | 
| 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;
  | 
|   /external/chromium/chrome/browser/extensions/ | 
| extension_cookies_api.cc  | 64       extension_cookies_helpers::CreateCookieValue(*details->cookie, 100       extension_cookies_helpers::GetURLFromCanonicalCookie(*details->cookie); 143     // Retrieve its corresponding cookie store. 157     // cookie store by default. 190   // Get the cookie name string or return false. 217     // Return the first matching cookie. Relies on the fact that the 227   // The cookie doesn't exist; return null. 376   // Pull the newly set cookie. 381     // Return the first matching cookie. Relies on the fact that the 422   // Get the cookie name string or return false     [all...] | 
|   /external/chromium/net/spdy/ | 
| spdy_http_utils.cc  | 51     //    Set-Cookie "foo\0bar" 53     //    Set-Cookie: foo\0 54     //    Set-Cookie: bar\0
  | 
|   /external/webkit/Source/WebCore/inspector/ | 
| InspectorState.cpp  | 48     RefPtr<InspectorValue> cookie = InspectorValue::parseJSON(inspectorStateCookie);  local  49     if (cookie) 50         m_properties = cookie->asObject();
  | 
|   /frameworks/base/include/binder/ | 
| BpBinder.h  | 45                                     void* cookie = NULL, 48                                         void* cookie = NULL, 104         void* cookie;  member in struct:android::BpBinder::Obituary 
  | 
|   /frameworks/base/include/utils/ | 
| Debug.h  | 53 typedef void (*debugPrintFunc)(void* cookie, const char* txt); 56     debugPrintFunc func = 0, void* cookie = 0); 61     debugPrintFunc func = 0, void* cookie = 0);
  | 
|   /frameworks/media/libvideoeditor/lvpp/ | 
| VideoEditorPreviewController.h  | 60 typedef void (*jni_progress_callback_fct)(void* cookie, M4OSA_UInt32 msgType, void *argc); 86     M4OSA_Void setJniCallback(void* cookie, 142     static void notify(void* cookie, int msg, int ext1, int ext2);
  | 
|   /external/apache-http/src/org/apache/http/client/params/ | 
| CookiePolicy.java  | 38      * with common cookie management of popular HTTP agents. 43      * The Netscape cookie draft compliant policy. 
  | 
|   /external/apache-http/src/org/apache/http/cookie/params/ | 
| CookieSpecParamBean.java  | 2  * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/params/CookieSpecParamBean.java $ 32 package org.apache.http.cookie.params;
  | 
|   /external/apache-http/src/org/apache/http/impl/cookie/ | 
| 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;
  | 
|   /external/chromium/chrome/browser/printing/ | 
| printer_query.h  | 42   virtual int cookie() const; 92   // Cookie that make this instance unique.
  | 
|   /external/chromium/chrome/browser/ui/cocoa/content_settings/ | 
| cookie_details_view_controller_unittest.mm  | 20   net::CookieMonster::CanonicalCookie cookie(url, pc); 23   [details initWithCookie:&cookie
  | 
|   /external/kernel-headers/original/linux/lockd/ | 
| xdr.h  | 51 	struct nlm_cookie	cookie;  member in struct:nlm_args  67 	struct nlm_cookie	cookie;  member in struct:nlm_res 
  | 
|   /external/qemu/distrib/sdl-1.2.12/src/audio/mint/ | 
| SDL_mintaudio_gsxb.h  | 35 /* GSXB Cookie */ 39 /* Bit 5 in cookie _SND */
  | 
|   /external/webkit/Source/WebCore/platform/haiku/ | 
| CookieJarHaiku.cpp  | 32 #include "Cookie.h" 66 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>& rawCookies)
  | 
|   /external/webkit/Source/WebCore/platform/network/chromium/ | 
| CookieJarChromium.cpp  | 34 #include "Cookie.h" 60 bool getRawCookies(const Document* document, const KURL& url, Vector<Cookie>& rawCookies)
  | 
|   /external/webkit/Source/WebCore/platform/network/soup/ | 
| CookieJarSoup.cpp  | 24 #include "Cookie.h" 113 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>& rawCookies)
  | 
|   /frameworks/base/cmds/servicemanager/ | 
| binder.h  | 17     void *cookie;  member in struct:binder_object  23     void *cookie;  member in struct:binder_txn 
  | 
|   /frameworks/base/services/camera/libcameraservice/ | 
| CameraHardwareStub.h  | 92     static int beginAutoFocusThread(void *cookie); 95     static int beginPictureThread(void *cookie);
  | 
|   /frameworks/base/tools/localize/ | 
| XLIFFFile.h  | 54     void Filter(bool (*func)(const string&,const TransUnit&,void*), void* cookie); 55     void Map(void (*func)(const string&,TransUnit*,void*), void* cookie);
  | 
|   /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ | 
| inotify.h  | 21 	__u32		cookie;		/* cookie to synchronize two events */  member in struct:inotify_event 
  | 
|   /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ | 
| gmon_out.h  | 33 #define	GMON_MAGIC	"gmon"	/* magic cookie */ 48     char cookie[4];  member in struct:gmon_hdr 
  | 
|   /system/core/adb/ | 
| log_service.c  | 33 void log_service(int fd, void *cookie) 36     char * log_filepath = cookie;
  |