/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
|
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/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
|
/prebuilt/ndk/android-ndk-r7/platforms/android-14/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
|
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/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
|
/prebuilt/ndk/android-ndk-r7/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
|
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/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
|
/prebuilt/ndk/android-ndk-r7/platforms/android-4/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
|
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/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
|
/prebuilt/ndk/android-ndk-r7/platforms/android-5/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
|
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/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
|
/prebuilt/ndk/android-ndk-r7/platforms/android-8/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
|
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/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
|
/prebuilt/ndk/android-ndk-r7/platforms/android-9/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;
|