| /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...] |
| dhcp.c | 854 iface->state->new->cookie == htonl(MAGIC_COOKIE))))) 885 dhcp->cookie = htonl(MAGIC_COOKIE); 897 if (lease->addr.s_addr && lease->cookie == htonl(MAGIC_COOKIE)) { 1392 lease->cookie = dhcp->cookie;
|
| /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 | 916 public void onCallbackDied(ITextToSpeechCallback callback, Object cookie) { 917 String packageName = (String) cookie;
|
| /frameworks/base/libs/gui/ |
| SurfaceComposerClient.cpp | 325 void* cookie, uint32_t flags) { 327 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;
|
| 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:__anon9162::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...] |
| /external/chromium/chrome/browser/ |
| cookies_tree_model.cc | 49 net::CookieMonster::CanonicalCookie* cookie) 50 : CookieTreeNode(UTF8ToUTF16(cookie->Name())), 51 cookie_(cookie) { 57 // notify CookieMonster that we should delete this cookie 579 return COOKIE;
|
| /frameworks/base/libs/utils/ |
| ResourceTypes.cpp | 70 static void printToLogFunc(void* cookie, const char* txt) 1386 void* cookie; member in struct:android::ResTable::Header [all...] |
| /frameworks/base/media/libstagefright/ |
| MPEG2TSWriter.cpp | 490 void *cookie, 491 ssize_t (*write)(void *cookie, const void *data, size_t size)) 493 mWriteCookie(cookie),
|