| /development/scripts/app_engine_server/ |
| memcache_zipserve.py | 120 # Try to retrieve the user's lang pref from the cookie. If there is no 121 # lang pref cookie in the request, add set-cookie to the response with the 127 #logging.info('==========================EXCEPTION: NO LANG COOKIE FOUND, USING [%s]', langName) 149 # the cookie, or if the target lang is en, strip the 266 for an intl (localized) url, also resets the language cookie 273 language cookie in the response. 277 language cookie to 'langName' 314 logging.info(' Resetting android_developer_pref_lang cookie to [%s]', 317 self.response.headers.add_header('Set-Cookie', [all...] |
| /external/chromium/chrome/browser/net/ |
| sqlite_persistent_cookie_store_unittest.cc | 100 // Now delete the cookie and check persistence again. 110 // Reload and check if the cookie has been removed. 126 // Each cookie needs a unique timestamp for creation_utc (see DB schema).
|
| /external/dhcpcd/ |
| dhcp.h | 153 uint32_t cookie; member in struct:dhcp_message 154 uint8_t options[DHCP_OPTION_LEN]; /* message options - cookie */ 168 uint32_t cookie; member in struct:dhcp_lease
|
| /external/dnsmasq/contrib/wrt/ |
| dhcp_lease_time.c | 67 u32 cookie; member in struct:dhcp_packet 100 /* skip over DHCP cookie; */ 164 packet.cookie = htonl(DHCP_COOKIE);
|
| /external/ppp/pppd/plugins/rp-pppoe/ |
| discovery.c | 140 printf("Got a cookie:"); 141 /* Print first 20 bytes of cookie */ 148 conn->cookie.type = htons(type); 149 conn->cookie.length = htons(len); 150 memcpy(conn->cookie.payload, data, len); 458 /* Copy cookie and relay-ID if needed */ 459 if (conn->cookie.type) { 461 ntohs(conn->cookie.length) + TAG_HDR_SIZE); 462 memcpy(cursor, &conn->cookie, ntohs(conn->cookie.length) + TAG_HDR_SIZE) [all...] |
| common.c | 446 /* Copy cookie and relay-ID if needed */ 447 if (conn->cookie.type) { 449 ntohs(conn->cookie.length) + TAG_HDR_SIZE); 450 memcpy(cursor, &conn->cookie, ntohs(conn->cookie.length) + TAG_HDR_SIZE); 451 cursor += ntohs(conn->cookie.length) + TAG_HDR_SIZE; 452 plen += ntohs(conn->cookie.length) + TAG_HDR_SIZE;
|
| /external/tcpdump/ |
| sctpHeader.h | 140 /* wire structure of my cookie */ 144 int32_t cookieLife; /* life I will award this cookie */ 145 struct sctpTimeStamp timeEnteringState; /* the time I built cookie */
|
| /external/webkit/Source/WebCore/page/ |
| DOMTimer.cpp | 123 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireTimer(context, m_timeoutId); local 137 InspectorInstrumentation::didFireTimer(cookie); 150 InspectorInstrumentation::didFireTimer(cookie);
|
| /external/webkit/Source/WebCore/websockets/ |
| WebSocketHandshake.cpp | 38 #include "Cookie.h" 247 String cookie = cookieRequestHeaderFieldValue(document, url); local 248 if (!cookie.isEmpty()) 249 fields.append("Cookie: " + cookie); 250 // Set "Cookie2: <cookie>" if cookies 2 exists for url? 291 String cookie = cookieRequestHeaderFieldValue(document, url); local 292 if (!cookie.isEmpty()) 293 request.addHeaderField("Cookie", cookie); [all...] |
| /frameworks/base/libs/binder/ |
| IPCThreadState.cpp | 147 out << " (cookie " << btd->cookie << ")" << endl 190 out << ": target=" << (void*)b << " (cookie " << (void*)c << ")"; 197 out << ": target=" << (void*)b << " (cookie " << (void*)c 204 out << ": death cookie " << (void*)c; 260 out << ": target=" << (void*)b << " (cookie " << (void*)c << ")"; 273 out << ": handle=" << h << " (death cookie " << (void*)c << ")"; 278 out << ": death cookie " << (void*)c; 857 tr.cookie = 0; 909 "BR_ACQUIRE: object %p does not match cookie %p (expected %p)" [all...] |
| Parcel.cpp | 78 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie); 79 static_cast<IBinder*>(obj.cookie)->incStrong(who); 115 LOG_REFS("Parcel %p releasing reference on local %p", who, obj.cookie); 116 static_cast<IBinder*>(obj.cookie)->decStrong(who); 137 if (obj.cookie != (void*)0) close(obj.handle); 167 obj.cookie = NULL; 171 obj.cookie = local; 176 obj.cookie = NULL; 200 obj.cookie = NULL; 204 obj.cookie = binder.unsafe_get() [all...] |
| /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);
|
| /frameworks/base/media/libmediaplayerservice/ |
| MediaPlayerService.h | 53 static int callbackThread(void* cookie); 87 AudioCallback cb, void *cookie); 144 AudioCallback cb = NULL, void *cookie = NULL); 161 static void notify(void* cookie, int msg, 285 static void notify(void* cookie, int msg,
|
| /build/tools/droiddoc/templates-sdk/assets/ |
| android-developer-docs.js | 103 function readCookie(cookie) { 104 var myCookie = cookie_namespace+"_"+cookie+"="; 105 if (document.cookie) { 106 var index = document.cookie.indexOf(myCookie); 109 var valEnd = document.cookie.indexOf(";", valStart); 111 valEnd = document.cookie.length; 113 var val = document.cookie.substring(valStart, valEnd); 120 function writeCookie(cookie, val, section, expiration) { 128 document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; path=/" [all...] |
| /external/doclava/res/assets/templates/assets/ |
| doclava-developer-docs.js | 103 function readCookie(cookie) { 104 var myCookie = cookie_namespace+"_"+cookie+"="; 105 if (document.cookie) { 106 var index = document.cookie.indexOf(myCookie); 109 var valEnd = document.cookie.indexOf(";", valStart); 111 valEnd = document.cookie.length; 113 var val = document.cookie.substring(valStart, valEnd); 120 function writeCookie(cookie, val, section, expiration) { 128 document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; path=/" [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/common/ |
| wpa_ctrl.c | 58 char *cookie; member in struct:wpa_ctrl 270 ctrl->cookie = os_strdup(buf); 280 os_free(ctrl->cookie); 300 if (ctrl->cookie) { 302 _cmd_len = os_strlen(ctrl->cookie) + 1 + cmd_len; 308 os_strlcpy(pos, ctrl->cookie, _cmd_len); 309 pos += os_strlen(ctrl->cookie);
|
| /frameworks/base/cmds/servicemanager/ |
| binder.c | 47 fprintf(stderr," target %p cookie %p code %08x flags %08x\n", 48 txn->target, txn->cookie, txn->code, txn->flags); 54 fprintf(stderr," - type %08x flags %08x ptr %p cookie %p\n", 55 obj->type, obj->flags, obj->pointer, obj->cookie); 176 data.txn.cookie = 0; 483 obj->cookie = 0; 501 obj->cookie = 0;
|
| /dalvik/vm/ |
| IndirectRefTable.h | 124 /* use as initial value for "cookie", and when table has only one segment */ 160 * Instead of a "bottom" argument we take a "cookie", which includes the 164 * "cookie" externally, on the interpreted call stack, the VM can handle 274 IndirectRef add(u4 cookie, Object* obj); 292 * specified by the cookie, we don't remove anything. This is the behavior 297 bool remove(u4 cookie, IndirectRef iref);
|
| /external/ipsec-tools/src/racoon/ |
| isakmp.h | 52 ! Cookie ! 55 ! Cookie ! 65 cookie_t i_ck; /* Initiator Cookie */ 66 cookie_t r_ck; /* Responder Cookie */ 420 cookie_t i_ck; /* Initiator Cookie */ 421 cookie_t r_ck; /* Responder cookie*/
|
| /frameworks/base/core/java/android/webkit/ |
| FrameLoader.java | 414 // Set cookie header 415 String cookie = CookieManager.getInstance().getCookie( local 417 if (cookie != null && cookie.length() > 0) { 418 mHeaders.put("Cookie", cookie);
|
| HTML5Audio.java | 75 private static final String COOKIE = "Cookie"; 220 headers.put(COOKIE, cookieValue);
|
| /bionic/libc/kernel/common/linux/ |
| nfs_xdr.h | 228 __u64 cookie, member in struct:nfs_entry 309 __u32 cookie; member in struct:nfs_readdirargs 410 __u64 cookie; member in struct:nfs3_readdirargs
|
| /development/ndk/platforms/android-3/include/linux/ |
| nfs_xdr.h | 228 __u64 cookie, member in struct:nfs_entry 309 __u32 cookie; member in struct:nfs_readdirargs 410 __u64 cookie; member in struct:nfs3_readdirargs
|
| /external/chromium/net/tools/dump_cache/ |
| cache_dumper.cc | 119 // DANGER: For some headers (e.g., "Set-Cookie"), the normalized form can be 121 // Set-Cookie headers that contain unquoted commas (usually as part of the 123 // not expect to be able to re-parse Set-Cookie headers from this output.
|
| /external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
| SDL_mintaudio_dma8.c | 34 #include <mint/cookie.h> 87 /* Cookie _MCH present ? if not, assume ST machine */ 92 /* Cookie _SND present ? if not, assume ST machine */
|