|   /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/lockd/ | 
| xdr.h  | 44  struct nlm_cookie cookie;  member in struct:nlm_args  57  struct nlm_cookie cookie;  member in struct:nlm_res 
  | 
|   /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ | 
| ILayoutPullParser.java  | 28      * Returns a cookie for the current XML node. 29      * <p/>This cookie will be passed back in the {@link ViewInfo} objects, allowing association
  | 
|   /external/chromium/net/base/ | 
| cookie_monster_perftest.cc  | 28   std::string cookie(kCookieLine); 31     CookieMonster::ParsedCookie pc(cookie); 38   std::string cookie(3800, 'z'); 39   cookie += kCookieLine; 42     CookieMonster::ParsedCookie pc(cookie); 79   std::string cookie(kCookieLine); 85   // Add a cookie on a bunch of host 89     EXPECT_TRUE(cm->SetCookie(*it, cookie)); 116   // Create a balanced binary tree of domains on which the cookie is set. 144     const std::string cookie = base::StringPrintf(domain_cookie_format_tree  local  186  const std::string cookie = base::StringPrintf(domain_cookie_format_line,  local      [all...] | 
|   /dalvik/vm/native/ | 
| dalvik_system_DexFile.cpp  | 75  * Verify that the "cookie" is a DEX file we opened. 79  * If the cookie is invalid, we throw an exception and return "false". 81 static bool validateCookie(int cookie) 83     DexOrJar* pDexOrJar = (DexOrJar*) cookie; 85     LOGVV("+++ dex verifying cookie %p", pDexOrJar); 90     u4 hash = cookie; 96         dvmThrowRuntimeException("invalid DexFile cookie"); 292  * private static void closeDexFile(int cookie) 299     int cookie = args[0];  local  300     DexOrJar* pDexOrJar = (DexOrJar*) cookie; 353  int cookie = args[2];  local  409  int cookie = args[0];  local      [all...] | 
|   /external/apache-http/src/org/apache/http/impl/cookie/ | 
| 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;
  | 
| 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;
  | 
|   /external/chromium/net/http/ | 
| http_vary_data.cc  | 44   // Add an implicit 'Vary: cookie' header to any redirect to avoid redirect 47   // redirects that result from requests containing a cookie header.  We are 51   // If there is an explicit 'Vary: cookie' header, then we will just end up 52   // digesting the cookie header twice.  Not a problem. 56     AddField(request_info, "cookie", &ctx);
  | 
|   /system/core/libzipfile/ | 
| zipfile.c  | 148 iterate_zipfile(zipfile_t file, void** cookie) 150     Zipentry* entry = (Zipentry*)*cookie; 153         *cookie = zip->entries; 154         return *cookie; 157         *cookie = entry;
  | 
|   /external/chromium/chrome/browser/resources/options/ | 
| cookies_list.js  | 11   // This structure maps the various cookie type names from C++ (hence the 15     'cookie': [ ['name', 'label_cookie_name'], 65    * @param {Object} origin Data used to create a cookie list item. 98       this.siteChild.className = 'cookie-site'; 100       this.dataChild.className = 'cookie-data'; 102       this.itemsChild.className = 'cookie-items'; 104       this.infoChild.className = 'cookie-details hidden'; 149      * Requests that the currently selected cookie be removed. 161      * Disable animation within this cookie list item, in preparation for making 172      * Enable animation after changing the contents of this cookie list item     [all...] | 
|   /external/chromium/chrome/browser/tab_contents/ | 
| tab_specific_content_settings.cc  | 115   for (cookie_iterator cookie = cookie_list.begin(); 116        cookie != cookie_list.end(); ++cookie) { 118                                               cookie->Name(), 119                                               cookie->Value(), 120                                               cookie->Domain(), 121                                               cookie->Path(), 122                                               cookie->ExpiryDate(), 123                                               cookie->IsSecure(), 124                                               cookie->IsHttpOnly())     [all...] | 
|   /external/chromium/chrome/browser/extensions/ | 
| extension_cookies_unittest.cc  | 114           cookie1, "some cookie store")); 134   EXPECT_EQ("some cookie store", string_value); 142           cookie2, "some cookie store")); 181   net::CookieMonster::CanonicalCookie cookie;  local  183   EXPECT_TRUE(filter.MatchesCookie(cookie)); 201     net::CookieMonster::CanonicalCookie cookie(GURL(), "", "", tests[i].domain, 205     EXPECT_EQ(tests[i].matches, filter.MatchesCookie(cookie));
  | 
|   /external/oprofile/daemon/ | 
| opd_spu.c  | 74 		printf("SPU_CTX_SWITCH to tid %lu, tgid %lu, cookie %llx(%s)\n", 79 	/* The trans->cookie will point to the binary file where the SPU ELF 82 	 * library, then trans->cookie will differ from the previously obtained 83 	 * trans->app_cookie.  For the non-embedded case, trans->cookie always 86 	trans->cookie = pop_buffer_value(trans); 98 	spu_context_cache[i].spu_cookie = trans->cookie; 108 	trans->cookie = spu_context_cache[i].spu_cookie;
  | 
| opd_sfile.h  | 40 	/** cookie value for the binary profiled */ 41 	cookie_t cookie;  member in struct:sfile  42 	/** cookie value for the application owner, INVALID_COOKIE if not set */
  | 
| opd_sfile.c  | 57 	/* cookie meaningless for kernel, shouldn't hash */ 64 	if (trans->cookie != NO_COOKIE) { 65 		val ^= trans->cookie >> DCOOKIE_SHIFT; 82 do_match(struct sfile const * sf, cookie_t cookie, cookie_t app_cookie, 108 	/* ignore the cached trans->cookie for kernel images, 117 	return sf->cookie == cookie; 125 	return do_match(sfile, trans->cookie, trans->app_cookie, ki, 133 	return do_match(sf, sf2->cookie, sf2->app_cookie, sf2->kernel, 154 	if (sf->anon || is_cookie_ignored(sf->cookie))     [all...] | 
|   /frameworks/base/core/java/android/webkit/ | 
| WebViewDatabase.java  | 34 import android.webkit.CookieManager.Cookie; 523      * Get cookies in the format of CookieManager.Cookie inside an ArrayList for 526      * @return ArrayList<Cookie> If nothing is found, return an empty list. 528     ArrayList<Cookie> getCookiesForDomain(String domain) { 529         ArrayList<Cookie> list = new ArrayList<Cookie>(); 555                         Cookie cookie = new Cookie();  local  556                         cookie.domain = cursor.getString(domainCol)     [all...] | 
|   /bionic/libc/stdio/ | 
| funopen.c  | 39 funopen(const void *cookie, int (*readfn)(void *, char *, int), 62 	fp->_cookie = (void *)cookie;		/* SAFE: cookie not modified */
  | 
|   /external/chromium/chrome/browser/ui/gtk/ | 
| collected_cookies_gtk.h  | 65   // Show information about selected cookie in the cookie info view. 111   // Displays information about selected cookie.
  | 
|   /external/chromium/net/websockets/ | 
| websocket_job.h  | 27 // It captures WebSocket handshake message and handles cookie operations. 29 // see HttpOnly cookies, so it injects cookie header in handshake request and 30 // strips set-cookie headers in handshake response.
  | 
|   /external/webkit/LayoutTests/dom/html/level2/html/ | 
| HTMLDocument12.js  | 78     The cookie attribute returns the cookies associated with this document. 80     Retrieve the cookie attribute and examine its value. 98       vcookie = doc.cookie;
  | 
|   /external/webkit/LayoutTests/dom/xhtml/level2/html/ | 
| HTMLDocument12.js  | 78     The cookie attribute returns the cookies associated with this document. 80     Retrieve the cookie attribute and examine its value. 98       vcookie = doc.cookie;
  | 
|   /external/webkit/Source/WebCore/platform/network/win/ | 
| CookieJarWin.cpp  | 29 #include "Cookie.h" 68     // FIXME: include HttpOnly cookie 77 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>& rawCookies)
  | 
|   /frameworks/base/tools/aapt/ | 
| printapk.cpp  | 34     void* cookie;  local  80     cookie = NULL; 81     while ((entry = iterate_zipfile(zip, &cookie))) {
  | 
|   /external/bluetooth/glib/gio/inotify/ | 
| inotify-kernel.c  | 242   event->cookie = kevent->cookie; 260   event->cookie = 0; 503   /* We should only be pairing events that have the same cookie */ 504   g_assert (event1->event->cookie == event2->event->cookie); 536    * it has no cookie -- there is nothing to be gained by holding it 541     event->event->cookie == 0 || 556   if (event->event->cookie != 0) 563 	  g_hash_table_insert (cookie_hash, GINT_TO_POINTER (event->event->cookie), event)     [all...] | 
|   /bionic/libc/kernel/common/linux/ | 
| binder.h  | 43  void *cookie;  member in struct:flat_binder_object  83  void *cookie;  member in struct:binder_transaction_data  105  void *cookie;  member in struct:binder_ptr_cookie  116  void *cookie;  member in struct:binder_pri_ptr_cookie 
  |