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

1 2 3 4 5 67 8 91011>>

  /external/webkit/LayoutTests/http/tests/cookies/resources/
resetCookies.js 7 var url = "http://" + window.location.hostname +":8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies";
  /libcore/luni/src/main/java/java/net/
CookieHandler.java 31 * Returns the system-wide cookie handler or {@code null} if not set.
38 * Sets the system-wide cookie handler.
45 * Gets all cookies for a specific URI from the cookie cache.
60 * the cookie cache.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ec.h 21 unsigned long cookie; member in struct:sockaddr_ec
  /external/tcpdump/
print-juniper.c 79 u_int8_t cookie_len; /* cookie len */
128 u_int8_t cookie[8]; member in struct:juniper_l2info_t
468 * best indicator if the cookie looks like a proto */
470 EXTRACT_16BITS(&l2info.cookie) != PPP_OSI &&
471 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL))
479 /* IP traffic going to the RE would not have a cookie
482 if (l2info.cookie[4] == (JUNIPER_LSQ_COOKIE_RE|JUNIPER_LSQ_COOKIE_DIR))
502 /* zero length cookie ? */
503 switch (EXTRACT_16BITS(&l2info.cookie)) {
560 if (eflag && EXTRACT_32BITS(l2info.cookie) != 1) printf("Bundle-ID %u, ",l2info.bundle)
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorInstrumentation.cpp 220 void InspectorInstrumentation::didCallFunctionImpl(const InspectorInstrumentationCookie& cookie)
222 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(cookie))
237 void InspectorInstrumentation::didChangeXHRReadyStateImpl(const InspectorInstrumentationCookie& cookie)
239 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(cookie))
256 void InspectorInstrumentation::didDispatchEventImpl(const InspectorInstrumentationCookie& cookie)
258 cancelPauseOnNativeEvent(cookie.first);
260 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(cookie))
277 void InspectorInstrumentation::didDispatchEventOnWindowImpl(const InspectorInstrumentationCookie& cookie)
279 cancelPauseOnNativeEvent(cookie.first);
281 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(cookie))
462 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceResponse(frame, identifier, r); local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details.mm 14 #pragma mark Cocoa Cookie Details
118 - (id)initWithCookie:(const net::CookieMonster::CanonicalCookie*)cookie
123 hasExpiration_ = cookie->DoesExpire();
125 name_.reset([base::SysUTF8ToNSString(cookie->Name()) retain]);
126 content_.reset([base::SysUTF8ToNSString(cookie->Value()) retain]);
127 path_.reset([base::SysUTF8ToNSString(cookie->Path()) retain]);
130 if (cookie->DoesExpire()) {
132 base::TimeFormatFriendlyDateAndTime(cookie->ExpiryDate())) retain]);
139 base::TimeFormatFriendlyDateAndTime(cookie->CreationDate())) retain]);
141 if (cookie->IsSecure())
    [all...]
  /external/chromium/chrome/browser/ui/views/
cookie_info_view.cc 60 const net::CookieMonster::CanonicalCookie& cookie) {
61 name_value_field_->SetText(UTF8ToWide(cookie.Name()));
62 content_value_field_->SetText(UTF8ToWide(cookie.Value()));
64 path_value_field_->SetText(UTF8ToWide(cookie.Path()));
66 base::TimeFormatFriendlyDateAndTime(cookie.CreationDate()));
68 std::wstring expire_text = cookie.DoesExpire() ?
69 base::TimeFormatFriendlyDateAndTime(cookie.ExpiryDate()) :
75 if (cookie.DoesExpire())
87 send_for_value_field_->SetText(cookie.IsSecure() ?
99 net::CookieMonster::CanonicalCookie cookie(url, pc)
    [all...]
  /external/oprofile/daemon/
opd_trans.c 105 if (!trans->in_kernel && trans->cookie == NO_COOKIE)
162 printf("CTX_SWITCH to tid %lu, tgid %lu, cookie %llx(%s)\n",
192 trans->cookie = pop_buffer_value(trans);
195 char const * name = verbose_cookie(trans->cookie);
196 verbprintf(vmisc, "COOKIE_SWITCH to cookie %s(%llx)\n",
197 name, trans->cookie);
207 /* subtlety: we must keep trans->cookie cached,
209 * we won't necessarily get a cookie switch on
249 /* subtlety: we must keep trans->cookie cached, even though it's
250 * meaningless for Xen - we won't necessarily get a cookie switc
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 67 public void onQueryComplete(int token, Object cookie, CallerInfo ci);
72 * Wrap the cookie from the WorkerArgs with additional information needed by our
77 public Object cookie; field in class:CallerInfoAsyncQuery.CookieWrapper
132 CookieWrapper cw = (CookieWrapper) args.cookie;
201 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
204 //get the cookie and notify the listener.
205 CookieWrapper cw = (CookieWrapper) cookie;
211 if (DBG) Log.d(LOG_TAG, "Cookie is null, ignoring onQueryComplete() request.");
294 cw.listener.onQueryComplete(token, cw.cookie, mCallerInfo);
310 OnQueryCompleteListener listener, Object cookie) {
    [all...]
  /system/core/adb/
services.c 42 void (*func)(int fd, void *cookie);
44 void *cookie; member in struct:stinfo
51 sti->func(sti->fd, sti->cookie);
59 static void dns_service(int fd, void *cookie)
61 char *hostname = cookie;
67 free(cookie);
79 static void recover_service(int s, void *cookie)
82 unsigned count = (unsigned) cookie;
110 void restart_root_service(int fd, void *cookie)
137 void restart_tcp_service(int fd, void *cookie)
    [all...]
  /bionic/libc/kernel/common/linux/lockd/
xdr.h 44 struct nlm_cookie cookie; member in struct:nlm_args
57 struct nlm_cookie cookie; member in struct:nlm_res
  /bootable/bootloader/legacy/libc/
libc_private.h 33 void (*xputc)(unsigned n, void *cookie),
34 void *cookie);
  /development/ndk/platforms/android-3/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
  /external/chromium/chrome/browser/printing/
print_job_worker_owner.h 37 // Cookie uniquely identifying the PrintedDocument and/or loaded settings.
38 virtual int cookie() const = 0;
  /external/chromium/net/base/
cookie_policy.h 17 // Alternative success codes for CookiePolicy::Can{Get,Set}Cookie(s).
19 OK_FOR_SESSION_ONLY = 1, // The cookie may be set but not persisted.
  /external/chromium/net/http/
http_vary_data_unittest.cc 38 "HTTP/1.1 200 OK\nVary: cookie, *, bar\n\n",
39 "HTTP/1.1 200 OK\nVary: cookie\nFoo: 1\nVary: *\n\n",
123 a.Init("Cookie: 1", "HTTP/1.1 301 Moved\nLocation: x\n\n");
126 b.Init("Cookie: 2", "HTTP/1.1 301 Moved\nLocation: x\n\n");
138 a.Init("Cookie: 1", "HTTP/1.1 301 Moved\nLocation: x\nVary: coOkie\n\n");
141 b.Init("Cookie: 2", "HTTP/1.1 301 Moved\nLocation: x\nVary: cooKie\n\n");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nlm_prot.h 51 netobj cookie; member in struct:nlm_res
57 netobj cookie; member in struct:nlm_testres
73 netobj cookie; member in struct:nlm_lockargs
83 netobj cookie; member in struct:nlm_cancargs
91 netobj cookie; member in struct:nlm_testargs
98 netobj cookie; member in struct:nlm_unlockargs
133 netobj cookie; member in struct:nlm_shareargs
140 netobj cookie; member in struct:nlm_shareres
  /prebuilt/ndk/android-ndk-r4/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-r4/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-r4/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-r4/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-r4/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-r4/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-r5/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-r6/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

Completed in 732 milliseconds

1 2 3 4 5 67 8 91011>>