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

1 2 3 4 5 6 7 891011>>

  /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/net/websockets/
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/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 */
  /external/oprofile/daemon/
opd_anon.h 38 /** cookie of the app */
  /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
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/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-8/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-8/arch-x86/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-r5/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-r6/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-r6/platforms/android-3/arch-x86/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
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 102 * cookie that will be used when the image will be retrieved.
106 * @param cookie A cookie String that will be used by the http connection.
108 public void download(String url, ImageView imageView, String cookie) {
113 forceDownload(url, imageView, cookie);
132 private void forceDownload(String url, ImageView imageView, String cookie) {
143 task.execute(url, cookie);
251 String cookie = params[1]; local
252 if (cookie != null) {
253 getRequest.setHeader("cookie", cookie)
    [all...]
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 60 Callback(E callback, Object cookie) {
62 mCookie = cookie;
75 * that does not take a cookie object.
96 * @param cookie Optional additional data to be associated with this
107 public boolean register(E callback, Object cookie) {
114 Callback cb = new Callback(callback, cookie);
172 * does not provide a cookie.
186 * @param cookie The cookie object original provided to
191 public void onCallbackDied(E callback, Object cookie) {
    [all...]
  /frameworks/base/include/utils/
AssetManager.h 90 * Returns "true" on success, "false" on failure. If 'cookie' is non-NULL,
91 * then on success, *cookie is set to the value corresponding to the
94 bool addAssetPath(const String8& path, void** cookie);
105 * 'cookie' must be NULL, resulting in the first cookie being returned.
106 * Each next cookie will be returned there-after, until NULL indicating
109 void* nextAssetPath(void* cookie) const;
115 String8 getAssetPath(void* cookie) const;
158 * Explicit non-asset file. The file explicitly named by the cookie (the
161 Asset* openNonAsset(void* cookie, const char* fileName, AccessMode mode)
    [all...]
  /bootable/bootloader/legacy/include/boot/
tags.h 37 void (*func)(unsigned type, void *data, unsigned bytes, void *cookie);
38 void *cookie; member in struct:tag_handler
  /bootable/bootloader/legacy/libc/
sprintf.c 40 static void snprintf_putc(unsigned n, void *cookie)
42 struct snprintf_ctxt *ctxt = cookie;
  /external/clang/include/clang/AST/
ASTDiagnostic.h 34 /// \c DiagnosticsEngine::SetArgToStringFn(), where the cookie is an \c
46 void *Cookie,

Completed in 2213 milliseconds

1 2 3 4 5 6 7 891011>>