HomeSort by relevance Sort by last modified time
    Searched refs:cookie (Results 501 - 525 of 604) sorted by null

<<2122232425

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
sched.h 146 unsigned long cookie; member in struct:rpc_wait_queue
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
sched.h 146 unsigned long cookie; member in struct:rpc_wait_queue
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
sched.h 146 unsigned long cookie; member in struct:rpc_wait_queue
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/sunrpc/
sched.h 146 unsigned long cookie; member in struct:rpc_wait_queue
  /external/chromium/net/base/
cookie_monster.cc 6 // (netwerk/cookie/src/nsCookieService.cpp)
81 // Default minimum delay after updating a cookie's LastAccessDate before we
126 // (2) For each list with more than 1 entry, keep the cookie having the
174 // Determine the actual cookie domain based on the domain string passed
175 // (if any) and the URL from which the cookie came.
177 // -host cookie domain (ex: "google.com")
178 // -domain cookie domain (ex: ".google.com")
184 // If no domain was specified in the domain string, default to a host cookie.
186 // ip address hostname exactly. It should be treated as a host cookie.
194 // Get the normalized domain specified in cookie line
    [all...]
  /external/dbus/dbus/
dbus-auth.c 51 * @todo the cookie keyring needs to be cached globally not just
176 DBusString context; /**< Cookie scope */
177 DBusKeyring *keyring; /**< Keyring for cookie mechanism. */
178 int cookie_id; /**< ID of cookie to use */
456 DBusString cookie; local
464 if (!_dbus_string_init (&cookie))
468 &cookie))
471 if (_dbus_string_get_length (&cookie) == 0)
494 if (!_dbus_string_copy (&cookie, 0,
507 _dbus_string_zero (&cookie);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java     [all...]
  /external/dhcpcd/
dhcpcd.c 550 lease->cookie = dhcp->cookie;
690 if (dhcp->cookie != htonl(MAGIC_COOKIE)) {
691 syslog(LOG_DEBUG, "%s: bogus cookie from %s",
726 iface->state->new->cookie == htonl(MAGIC_COOKIE))
1073 } else if (iface->state->offer->cookie == 0) {
1150 if (iface->state->offer->cookie == 0) {
1181 else if (iface->state->offer->cookie == 0 &&
1295 ifp->state->new->cookie == htonl(MAGIC_COOKIE))
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 206 const u8 *buf, size_t buf_len, u64 *cookie);
842 struct nlattr *cookie, const u8 *frame,
850 if (!cookie)
853 cookie_val = nla_get_u64(cookie);
854 wpa_printf(MSG_DEBUG, "nl80211: Action TX status: cookie=0%llx%s "
981 struct nlattr *cookie)
1017 mlme_event_action_tx_status(drv, cookie, nla_data(frame),
1092 u64 cookie; local
1110 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
1112 cookie = 0
6142 u64 *cookie = arg; local
6157 u64 cookie; local
6270 u64 cookie; local
    [all...]
  /bootable/recovery/
ui.c 249 static void *progress_thread(void *cookie)
370 static void *input_thread(void *cookie)
  /external/chromium/chrome/browser/ui/gtk/
collected_cookies_gtk.cc 20 // Width and height of the cookie tree view.
120 // Cookie info view.
331 // Check if one "cookie" node is selected. Don't allow more than one.
345 detailed_info.cookie->Domain(),
346 *detailed_info.cookie);
  /external/oprofile/daemon/
opd_ibs.c 132 if (trans->cookie == INVALID_COOKIE
145 if (!trans->in_kernel && trans->cookie == NO_COOKIE)
652 fprintf (memaccess_log, "# Format: app_cookie,cookie,cpu,tgid,tid,pc,branch-target-address,\n");
667 fprintf (bta_log, "# Format: app_cookie,cookie,cpu,tgid,tid,pc,branch-target-address\n\n");
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 849 public void onCallbackDied(ITextToSpeechCallback callback, Object cookie) {
850 String packageName = (String) cookie;
  /frameworks/base/libs/gui/
SurfaceComposerClient.cpp 308 void* cookie, uint32_t flags) {
310 return sm->asBinder()->linkToDeath(recipient, cookie, flags);
  /frameworks/base/media/libeffects/testlibs/
EffectEqualizer.cpp 309 pContext->config.inputCfg.bufferProvider.cookie = NULL;
317 pContext->config.outputCfg.bufferProvider.cookie = NULL;
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 398 void *buffer, size_t size, void *cookie) {
399 VideoEditorAudioPlayer *me = (VideoEditorAudioPlayer *)cookie;
PreviewPlayerBase.cpp 1130 void PreviewPlayerBase::OnRTSPSeekDoneWrapper(void *cookie)
    [all...]
VideoEditorPreviewController.cpp     [all...]
  /external/openssl/ssl/
d1_clnt.c 279 if ( s->d1->send_cookie) /* start again, with a cookie */
669 /* cookie stuff */
670 if ( s->d1->cookie_len > sizeof(s->d1->cookie))
676 memcpy(p, s->d1->cookie, s->d1->cookie_len);
764 if ( cookie_len > sizeof(s->d1->cookie))
770 memcpy(s->d1->cookie, data, cookie_len);
    [all...]
  /external/oprofile/pp/
opgprof.cpp 38 char cookie[4]; member in struct:__anon8971::gmon_hdr
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_xbios.c 37 #include <mint/cookie.h>
99 /* Cookie _SND present ? if not, assume ST machine */
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 125 int token, Object cookie, Cursor cursor) {
  /system/core/adb/
file_sync_service.c 359 void file_sync_service(int fd, void *cookie)
  /cts/tests/src/android/webkit/cts/
CtsTestServer.java 34 import org.apache.http.impl.cookie.DateUtils;
104 public static final String COOKIE_PREFIX = "/cookie";
510 * separated by '|' characters. If a numeric 'count' value is passed in a cookie,
511 * return a cookie with the value incremented by 1. Otherwise, return a cookie
515 Header[] cookies = request.getHeaders("Cookie");
519 for (Header cookie : cookies) {
520 String value = cookie.getValue();
531 response.addHeader("Set-Cookie", "count=" + count + "; path=" + COOKIE_PREFIX);
    [all...]

Completed in 3899 milliseconds

<<2122232425