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

<<21222324252627282930>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libthread_db.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libthread_db.so 
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libthread_db.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libthread_db.so 
  /system/core/toolbox/
notify.c 98 printf("%s: %08x %08x \"%s\"\n", file_names[event->wd + id_offset], event->mask, event->cookie, event->len ? event->name : "");
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details_unittest.mm 29 net::CookieMonster::CanonicalCookie cookie(url, pc);
31 details.reset([[CocoaCookieDetails alloc] initWithCookie:&cookie
  /external/chromium/net/url_request/
url_request_context.h 132 // Gets the cookie store for this context (may be null, in which case
137 // Gets the cookie policy for this context (may be null, in which case
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 72 u32 cookie; member in struct:dhcp_packet
298 packet.cookie = htonl(DHCP_COOKIE);
  /external/tcpdump/
print-mobility.c 216 printf(" %s Init Cookie=%08x:%08x",
232 printf(" %s Init Cookie=%08x:%08x",
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 89 m_forbiddenRequestHeaders.add("cookie");
136 return equalIgnoringCase(name, "set-cookie") || equalIgnoringCase(name, "set-cookie2");
355 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willChangeXHRReadyState(scriptExecutionContext(), this);
360 InspectorInstrumentation::didChangeXHRReadyState(cookie);
363 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willLoadXHR(scriptExecutionContext(), this); local
365 InspectorInstrumentation::didLoadXHR(cookie);
864 // Hide Set-Cookie header fields from the XMLHttpRequest client for these reasons:
867 // 2) There's no known harm in hiding Set-Cookie header fields entirely; we don't
    [all...]
  /frameworks/base/libs/binder/
Binder.cpp 119 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags)
125 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 40 virtual void enableMsgType(int32_t msgs, frame_callback callback=NULL, event_callback eventCb=NULL, void* cookie=NULL);
41 virtual void disableMsgType(int32_t msgs, void* cookie);
CameraHal.h 414 virtual void enableMsgType(int32_t msgs, frame_callback frameCb=NULL, event_callback eventCb=NULL, void* cookie=NULL) = 0;
415 virtual void disableMsgType(int32_t msgs, void* cookie) = 0;
452 FrameProvider(FrameNotifier *fn, void* cookie, frame_callback frameCallback)
453 :mFrameNotifier(fn), mCookie(cookie),mFrameCallback(frameCallback) { }
473 EventProvider(MessageNotifier *mn, void* cookie, event_callback eventCallback)
474 :mEventNotifier(mn), mCookie(cookie), mEventCallback(eventCallback) {}
800 void *cookie = NULL) = 0;
801 virtual void disableMsgType(int32_t msgs, void* cookie) = 0;
    [all...]
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 298 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
319 err = func(&handle, cookie);
  /ndk/sources/android/libthread_db/gdb-7.1.x/
libthread_db.c 334 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
355 if (func(&handle, cookie) != 0) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.h 218 nfscookie cookie; member in struct:readdirargs
226 nfscookie cookie; member in struct:entry
nfs_prot.x 257 nfscookie cookie;
264 nfscookie cookie;
  /external/chromium/chrome/browser/
cookies_tree_model_unittest.cc 92 // Get the cookie names in the cookie list, as a comma seperated string.
93 // (Note that the CookieMonster cookie list is sorted by domain.)
125 return node->GetDetailedInfo().cookie->Name() + ",";
281 SCOPED_TRACE("First cookie origin removed");
570 SCOPED_TRACE("Middle cookie in third origin removed");
  /external/openssl/apps/
s_cb.c 695 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)
712 BIO_printf(bio_err,"error setting random cookie secret\n");
777 memcpy(cookie, result, resultlength);
783 int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len)
795 /* If secret isn't initialized yet, the cookie can't be valid */
858 if (cookie_len == resultlength && memcmp(result, cookie, resultlength) == 0)
  /packages/apps/Browser/res/values-el/
strings.xml 191 <string name="pref_privacy_cookies_title" msgid="6763274282214830526">"Cookie"</string>
192 <string name="pref_privacy_clear_cookies" msgid="3095583579133780331">"?????????? ???? ??? ????????? cookie"</string>
193 <string name="pref_privacy_clear_cookies_summary" msgid="6962742063990677520">"?????????? ???? ??? cookie ??? ???????????? ??????????"</string>
194 <string name="pref_privacy_clear_cookies_dlg" msgid="1493252163164621278">"?? ?????????? ??? ?? cookie;"</string>
218 <string name="pref_security_accept_cookies" msgid="3201367661925047989">"??????? cookie"</string>
219 <string name="pref_security_accept_cookies_summary" msgid="1907951236154433751">"?? ??????????? ? ?????????? ??? ? ???????? ????????? cookie ??? ??????????"</string>
    [all...]
  /packages/apps/Browser/res/values-iw/
strings.xml 191 <string name="pref_privacy_cookies_title" msgid="6763274282214830526">"????? Cookie"</string>
192 <string name="pref_privacy_clear_cookies" msgid="3095583579133780331">"??? ?? ?? ??????? ?? ????? Cookie"</string>
193 <string name="pref_privacy_clear_cookies_summary" msgid="6962742063990677520">"??? ?? ?? ????? ?-Cookie ?? ??????"</string>
194 <string name="pref_privacy_clear_cookies_dlg" msgid="1493252163164621278">"????? ?? ?? ????? ?-Cookie?"</string>
218 <string name="pref_security_accept_cookies" msgid="3201367661925047989">"??? ????? Cookie"</string>
219 <string name="pref_security_accept_cookies_summary" msgid="1907951236154433751">"???? ?????? ????? ?????? ????? Cookie"</string>
    [all...]
  /packages/apps/Browser/res/values-ja/
strings.xml 191 <string name="pref_privacy_cookies_title" msgid="6763274282214830526">"Cookie"</string>
192 <string name="pref_privacy_clear_cookies" msgid="3095583579133780331">"Cookie??????"</string>
193 <string name="pref_privacy_clear_cookies_summary" msgid="6962742063990677520">"????????Cookie?????"</string>
194 <string name="pref_privacy_clear_cookies_dlg" msgid="1493252163164621278">"????Cookie????????"</string>
218 <string name="pref_security_accept_cookies" msgid="3201367661925047989">"Cookie??????"</string>
219 <string name="pref_security_accept_cookies_summary" msgid="1907951236154433751">"??????Cookie?????????????"</string>
    [all...]
  /packages/apps/Browser/res/values-ru/
strings.xml 191 <string name="pref_privacy_cookies_title" msgid="6763274282214830526">"????? cookie"</string>
192 <string name="pref_privacy_clear_cookies" msgid="3095583579133780331">"??????? cookie"</string>
193 <string name="pref_privacy_clear_cookies_summary" msgid="6962742063990677520">"??????? ??? ????? cookie ????????"</string>
194 <string name="pref_privacy_clear_cookies_dlg" msgid="1493252163164621278">"??????? ??? ????? cookie?"</string>
218 <string name="pref_security_accept_cookies" msgid="3201367661925047989">"????????? cookie"</string>
219 <string name="pref_security_accept_cookies_summary" msgid="1907951236154433751">"????????? ?????? ????????? ? ?????? ????? cookie"</string>
    [all...]
  /packages/apps/Browser/res/values-zh-rCN/
strings.xml 191 <string name="pref_privacy_cookies_title" msgid="6763274282214830526">"Cookie"</string>
192 <string name="pref_privacy_clear_cookies" msgid="3095583579133780331">"???? Cookie ??"</string>
193 <string name="pref_privacy_clear_cookies_summary" msgid="6962742063990677520">"??????? Cookie"</string>
194 <string name="pref_privacy_clear_cookies_dlg" msgid="1493252163164621278">"????? Cookie ??"</string>
218 <string name="pref_security_accept_cookies" msgid="3201367661925047989">"?? Cookie"</string>
219 <string name="pref_security_accept_cookies_summary" msgid="1907951236154433751">"????????? Cookie ??"</string>
    [all...]
  /packages/apps/Browser/res/values-zh-rTW/
strings.xml 191 <string name="pref_privacy_cookies_title" msgid="6763274282214830526">"Cookie"</string>
192 <string name="pref_privacy_clear_cookies" msgid="3095583579133780331">"???? Cookie"</string>
193 <string name="pref_privacy_clear_cookies_summary" msgid="6962742063990677520">"???????? Cookie"</string>
194 <string name="pref_privacy_clear_cookies_dlg" msgid="1493252163164621278">"???? Cookie?"</string>
218 <string name="pref_security_accept_cookies" msgid="3201367661925047989">"?? Cookie"</string>
219 <string name="pref_security_accept_cookies_summary" msgid="1907951236154433751">"????????? Cookie ??"</string>
    [all...]

Completed in 963 milliseconds

<<21222324252627282930>>