| /external/chromium/chrome/browser/resources/options/ |
| cookies_view.js | 46 * Search cookie using text in cookiesSearchBox.
|
| /external/chromium/chrome/browser/sync/engine/net/ |
| syncapi_server_connection_manager.cc | 43 // Must be octet-stream, or the payload may be parsed for a cookie.
|
| /external/chromium/third_party/libjingle/source/talk/examples/login/ |
| login_main.cc | 36 std::cout << "Auth Cookie: ";
|
| /external/chromium/third_party/libjingle/source/talk/xmpp/ |
| xmppengineimpl.h | 160 //! Returns the cookie passed to the result handler. 163 XmppIqCookie* cookie); 165 //! Unregisters an iq callback handler given its cookie. 167 virtual XmppReturnStatus RemoveIqHandler(XmppIqCookie cookie,
|
| /external/dhcpcd/ |
| arp.c | 82 /* If we failed without a magic cookie then we need to try 85 iface->state->offer->cookie != htonl(MAGIC_COOKIE)) || 87 iface->state->new->cookie != htonl(MAGIC_COOKIE))) 227 if (state->new->cookie != htonl(MAGIC_COOKIE)) {
|
| /external/kernel-headers/original/linux/nfsd/ |
| xdr.h | 84 __u32 cookie; member in struct:nfsd_readdirargs
|
| /external/mtpd/ |
| pptp.c | 93 uint32_t cookie; member in struct:packet::__anon8796::__anon8797::__anon8798 141 outgoing.header.cookie = MAGIC_COOKIE; 187 /* If incoming.header is valid, check cookie and update incoming.expect. */ 189 if (incoming.header.cookie != MAGIC_COOKIE) {
|
| /external/qemu/ |
| cpu-common.h | 91 void cpu_unregister_map_client(void *cookie);
|
| /external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
| SDL_mintaudio_mcsn.c | 36 #include <mint/cookie.h> 98 /* Cookie _MCH present ? if not, assume ST machine */ 103 /* Cookie _SND present ? if not, assume ST machine */ 114 /* Cookie MCSN present ? */
|
| /external/qemu/distrib/sdl-1.2.12/src/timer/mint/ |
| SDL_systimer.c | 40 #include <mint/cookie.h>
|
| /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
| SDL_biosevents.c | 32 #include <mint/cookie.h>
|
| SDL_gemdosevents.c | 32 #include <mint/cookie.h>
|
| /external/qemu/hw/ |
| goldfish_device.h | 19 void *cookie; member in struct:goldfish_device
|
| /external/webkit/Source/WebKit/android/WebCoreSupport/ |
| WebCookieJar.h | 58 // Instead of this it would probably be better to add the cookie methods
|
| /external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
| httpread.c | 69 void (*cb)(struct httpread *handle, void *cookie, 71 void *cookie; /* pass to callback */ member in struct:httpread 186 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_TIMEOUT); 693 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_ERROR); 721 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_FILE_READY); 740 void (*cb)(struct httpread *handle, void *cookie, 742 void *cookie, /* pass to callback */ 754 h->cookie = cookie;
|
| /external/wpa_supplicant_8/src/wps/ |
| http_client.c | 50 static void http_client_got_response(struct httpread *handle, void *cookie, 53 struct http_client *c = cookie; 55 wpa_printf(MSG_DEBUG, "HTTP: httpread callback: handle=%p cookie=%p " 56 "e=%d", handle, cookie, e);
|
| httpread.c | 69 void (*cb)(struct httpread *handle, void *cookie, 71 void *cookie; /* pass to callback */ member in struct:httpread 186 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_TIMEOUT); 693 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_ERROR); 721 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_FILE_READY); 740 void (*cb)(struct httpread *handle, void *cookie, 742 void *cookie, /* pass to callback */ 754 h->cookie = cookie;
|
| /frameworks/base/include/media/ |
| JetPlayer.h | 30 typedef void (*jetevent_callback)(int eventType, int val1, int val2, void *cookie);
|
| /frameworks/base/services/camera/libcameraservice/ |
| CameraHardwareStub.cpp | 248 int CameraHardwareStub::beginAutoFocusThread(void *cookie) 250 CameraHardwareStub *c = (CameraHardwareStub *)cookie; 274 /*static*/ int CameraHardwareStub::beginPictureThread(void *cookie) 276 CameraHardwareStub *c = (CameraHardwareStub *)cookie;
|
| /frameworks/media/libvideoeditor/lvpp/ |
| VideoEditorPlayer.cpp | 383 AudioCallback cb, void *cookie) { 386 mCallbackCookie = cookie; 517 int event, void *cookie, void *info) { 523 VeAudioOutput *me = (VeAudioOutput *)cookie;
|
| /libcore/luni/src/main/java/java/net/ |
| HttpURLConnection.java | 186 * and server, {@code HttpURLConnection} includes an extensible cookie manager. 187 * Enable VM-wide cookie management using {@link CookieHandler} and {@link 200 * define a custom cookie store. 210 * with the most web servers, set the cookie version to 0. 213 * HttpCookie cookie = new HttpCookie("lang", "fr"); 214 * cookie.setDomain("twitter.com"); 215 * cookie.setPath("/"); 216 * cookie.setVersion(0); 217 * cookieManager.getCookieStore().add(new URI("http://twitter.com/"), cookie);
|
| /ndk/sources/android/libthread_db/gdb-7.1.x/ |
| thread_db.h | 154 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
|
| /packages/apps/Calendar/src/com/android/calendar/alerts/ |
| AlertActivity.java | 124 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { 140 protected void onInsertComplete(int token, Object cookie, Uri uri) { 142 Long alarmTime = (Long) cookie; 156 protected void onUpdateComplete(int token, Object cookie, int result) {
|
| /packages/apps/Phone/src/com/android/phone/ |
| EditFdnContactScreen.java | 414 protected void onQueryComplete(int token, Object cookie, Cursor c) { 418 protected void onInsertComplete(int token, Object cookie, 426 protected void onUpdateComplete(int token, Object cookie, int result) { 433 protected void onDeleteComplete(int token, Object cookie, int result) {
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
| nislib.h | 108 * nis_next_entry (table_name, cookie) retrieves the "next" entry from a 111 * const netobj *cookie: The value of cookie from the nis_result structure 130 const netobj *cookie) __THROW;
|