HomeSort by relevance Sort by last modified time
    Searched full:cookie (Results 201 - 225 of 1182) sorted by null

1 2 3 4 5 6 7 891011>>

  /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.
websocket_handshake_handler_unittest.cc 22 "cookie", "cookie2"
26 "set-cookie", "set-cookie2"
68 "Cookie: WK-websocket-test=1\r\n"
77 handler.AppendHeaderIfMissing("Cookie",
90 "Cookie: WK-websocket-test=1; WK-websocket-test-httponly=1\r\n"
130 "Set-Cookie: WK-websocket-test-1\r\n"
131 "Set-Cookie: WK-websocket-test-httponly=1; HttpOnly\r\n"
344 "Cookie: WK-websocket-test=1; WK-websocket-test-httponly=1\r\n"
369 headers["cookie"]);
380 std::string cookie = "WK-websocket-test=1" local
    [all...]
  /external/oprofile/daemon/
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...]
opd_anon.h 38 /** cookie of the app */
  /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
  /development/ndk/platforms/android-3/include/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
  /external/apache-http/src/org/apache/http/impl/cookie/
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
  /external/chromium/chrome/browser/tab_contents/
view_source_uitest.cc 38 // This test renders a page in view-source and then checks to see if a cookie
45 std::string cookie = "viewsource_cookie"; local
55 // Try to retrieve the cookie that the page sets. It should not be there
58 ASSERT_TRUE(tab->GetCookieByName(url, cookie, &cookie_found));
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_util.h 20 // Populate given |dict| with cookie tree node properties.
  /external/chromium/net/http/
http_atom_list.h 25 HTTP_ATOM(COOKIE)
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppauth.cc 63 // a cookie is the next weakest - 14 days
64 it = std::find(mechanisms.begin(), mechanisms.end(), "X-GOOGLE-COOKIE");
66 return "X-GOOGLE-COOKIE";
80 //} else if (mechanism == "X-GOOGLE-COOKIE") {
  /external/kernel-headers/original/linux/
errno.h 18 #define EBADCOOKIE 523 /* Cookie is stale */
  /frameworks/base/tools/localize/
localize.h 29 bool keep_this_trans_unit(const string& file, const TransUnit& unit, void* cookie);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/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
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/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
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/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

Completed in 456 milliseconds

1 2 3 4 5 6 7 891011>>