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

<<21222324252627282930>>

  /system/core/adb/
file_sync_service.h 79 void file_sync_service(int fd, void *cookie);
remount_service.c 97 void remount_service(int fd, void *cookie)
  /system/core/libnetutils/
dhcpmsg.h 62 /* first four bytes of options are a cookie to indicate that
  /external/chromium/net/url_request/
url_request.h 35 // This stores the values of the Set-Cookie headers received during the request.
36 // Each item in the vector corresponds to a Set-Cookie: line received,
37 // excluding the "Set-Cookie:" part.
197 // Called when a cookie is set. |blocked_by_policy| is true if the cookie
282 // The URL that should be consulted for the third-party cookie blocking
380 // comma can be used in cookie values.
434 // Returns the cookie values included in the response, if the request is one
435 // that can have cookies. Returns true if the request is a cookie-bearing
544 // Used to specify the context (cookie store, cache) for this request
    [all...]
  /bionic/libc/stdio/
findfp.c 51 /* p r w flags file _bf z cookie close read seek write
136 /* fp->_cookie = <any>; */ /* caller sets cookie, _read/_write etc */
  /bionic/libthread_db/
libthread_db.c 207 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
228 if (func(&handle, cookie) != 0) {
  /bootable/recovery/edify/
main.c 44 state.cookie = NULL;
204 state.cookie = NULL;
  /external/apache-http/src/org/apache/http/client/params/
ClientPNames.java 105 * Defines the name of the cookie specification to be used for HTTP state management.
110 public static final String COOKIE_POLICY = "http.protocol.cookie-policy";
  /external/bluetooth/glib/gmodule/
gmodule-beos.c 88 int32 cookie = 0; local
92 status = get_next_image_info (0, &cookie, &info);
  /external/chromium/chrome/browser/extensions/
extension_cookies_api.h 85 // the cookie store context and the store ID associated with it. If the
87 // context's cookie store context is retrieved. Returns false on error and
  /external/chromium/chrome/browser/
external_tab_container_win.cc 435 uintptr_t cookie = reinterpret_cast<uintptr_t>(new_container.get()); local
436 pending_tabs_.Get()[cookie] = new_container;
440 attach_params_.cookie = static_cast<uint64>(cookie);
899 uintptr_t cookie) {
901 PendingTabs::iterator index = pending_tabs.find(cookie);
908 NOTREACHED() << "Failed to find ExternalTabContainer for cookie: "
909 << cookie;
    [all...]
  /external/chromium/chrome/browser/printing/
print_view_manager.h 63 void OnDidGetPrintedPagesCount(int cookie, int number_pages);
112 bool OpportunisticallyCreatePrintJob(int cookie);
  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.cc 161 // Strip any Set-Cookie headers.
162 if (LowerCaseEqualsASCII(name, "set-cookie")) {
  /external/chromium/chrome/browser/ui/webui/
new_tab_page_sync_handler.cc 39 // The id of the cookie this filter is selecting,
58 options.set_include_httponly(); // The SID cookie might be httponly.
  /external/chromium/net/http/
http_request_headers_unittest.cc 34 headers.SetHeader("Cookie-Monster", "Nom nom nom");
36 EXPECT_EQ("Cookie-Monster: Nom nom nom\r\nDomo-Kun: Loves Chrome\r\n\r\n",
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 154 ErrorUnsupportedABI(CGF, "array cookie initialization");
162 ErrorUnsupportedABI(CGF, "array cookie reading");
  /external/dbus/bus/
dir-watch-inotify.c 83 _dbus_verbose ("inotify event: wd=%d mask=%u cookie=%u len=%u\n", ev->wd, ev->mask, ev->cookie, ev->len);
  /external/harfbuzz/src/
harfbuzz-shape.h 56 HB_Boolean (*getSFontTable)(HB_Font *font, void **cookie, char **start, int *len);
57 HB_Boolean (*freeSFontTable)(void **cookie);
  /external/kernel-headers/original/asm-x86/
signal.h 248 #define ptrace_signal_deliver(regs, cookie) \
260 #define ptrace_signal_deliver(regs, cookie) do { } while (0)
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 75 public static final String COOKIE = "cookie";
  /external/tcpdump/
bootp.h 51 * Vendor magic cookie (v_magic) for CMU
56 * Vendor magic cookie (v_magic) for RFC1048
  /external/webkit/Source/WebCore/loader/
ResourceLoadNotifier.cpp 128 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceResponse(m_frame, identifier, r); local
130 InspectorInstrumentation::didReceiveResourceResponse(cookie, identifier, loader, r);
  /external/webkit/Source/WebKit/android/jni/
CookieManager.cpp 44 // This is a static method which gets the cookie policy for all WebViews. We
132 // This is a static method which configures the cookie policy for all
  /external/wpa_supplicant_8/src/wps/
http_server.c 47 static void http_request_cb(struct httpread *handle, void *cookie,
50 struct http_request *req = cookie;
  /frameworks/base/libs/utils/
TextOutput.cpp 122 static void textOutputPrinter(void* cookie, const char* txt)
124 ((TextOutput*)cookie)->print(txt, strlen(txt));

Completed in 2590 milliseconds

<<21222324252627282930>>