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

<<21222324252627282930>>

  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 173 void SensorListener::setCallbacks(orientation_callback_t orientation_cb, void *cookie) {
179 mCbCookie = cookie;
  /libcore/luni/src/test/java/libcore/net/http/
ParsedHeadersTest.java 60 headers.add("Cache-Control", "private=\"Set-Cookie\", no-store");
67 headers.add("Cache-Control", "private=Set-Cookie, no-store");
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
IProjectCallback.java 116 * @param adapterCookie the view cookie for this particular view.
147 * @param adapterCookie the view cookie for this particular view.
  /external/chromium/net/http/
http_response_headers_unittest.cc 74 "Set-Cookie: a \n"
75 "Set-Cookie: b \n",
79 "Set-Cookie: a, b\n",
95 "Set-Cookie: a \n"
96 "Set-Cookie: b \n",
99 "Set-Cookie: a, b\n",
260 "Set-Cookie: x=1\n"
261 "Set-Cookie: y=2\n",
264 "Set-Cookie: x=1, y=2\n",
411 // Test filtering of cookie headers
    [all...]
http_response_headers.h 90 // DANGER: For some headers (e.g., "Set-Cookie"), the normalized form can be
92 // Set-Cookie headers that contain unquoted commas (usually as part of the
94 // not expect to be able to re-parse Set-Cookie headers from this output.
309 // Adds the set of header names that contain cookie values.
318 // Adds the set of cookie response headers.
  /bionic/libc/include/
stdio.h 129 void *_cookie; /* cookie passed to io functions */
367 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
368 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /development/ndk/platforms/android-3/include/
stdio.h 129 void *_cookie; /* cookie passed to io functions */
366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /development/ndk/platforms/android-8/include/
stdio.h 129 void *_cookie; /* cookie passed to io functions */
366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 276 * Removes a cookie or unencrypted login information from a single HTTP header
282 // Cookie patterns
283 /^set-cookie:/i,
285 /^cookie:/i,
300 * Removes all cookie and unencrypted login text from a list of HTTP
  /external/chromium/chrome/common/
automation_messages.cc 150 : cookie(0),
162 : cookie(in_cookie),
643 WriteParam(m, p.cookie);
655 return ReadParam(m, iter, &p->cookie) &&
667 LogParam(p.cookie, l);
  /external/chromium/net/websockets/
websocket_job_unittest.cc 358 "Cookie: WK-test=1\r\n"
371 "Cookie: CR-test=1; CR-test-httponly=1\r\n"
391 "Set-Cookie: CR-set-test=1\r\n"
446 "Cookie: WK-test=1\r\n"
478 "Set-Cookie: CR-set-test=1\r\n"
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengine.h 134 virtual void IqResponse(XmppIqCookie cookie, const XmlElement * pelStanza) = 0;
281 //! Returns the cookie passed to the result handler.
284 XmppIqCookie* cookie) = 0;
286 //! Unregisters an iq callback handler given its cookie.
288 virtual XmppReturnStatus RemoveIqHandler(XmppIqCookie cookie,
  /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/Calendar/src/com/android/calendar/event/
AttendeesView.java 368 protected void onQueryComplete(int queryIndex, Object cookie, Cursor cursor) {
369 if (cursor == null || cookie == null) {
371 Log.d(TAG, "onQueryComplete: cursor=" + cursor + ", cookie=" + cookie);
376 final AttendeeItem item = (AttendeeItem)cookie;
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 129 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
134 Cursor currentCursor = mChildrenCursors.get(cookie);
148 mChildrenCursors.put((String)cookie, newCursor);
357 public RefreshCalendars(int token, String cookie, String accountType) {
359 mAccount = cookie;
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 138 void *_cookie; /* cookie passed to io functions */
375 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
376 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 138 void *_cookie; /* cookie passed to io functions */
375 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
376 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 362 /* Read NBYTES bytes from COOKIE into a buffer pointed to by BUF.
366 /* Write N bytes pointed to by BUF to COOKIE. Write all N bytes
375 /* Move COOKIE's file position to *POS bytes from the
383 /* Close COOKIE. */
394 /* The structure with the cookie function pointers. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 129 void *_cookie; /* cookie passed to io functions */
364 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
365 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h 129 void *_cookie; /* cookie passed to io functions */
364 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
365 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h 129 void *_cookie; /* cookie passed to io functions */
364 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
365 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h 129 void *_cookie; /* cookie passed to io functions */
364 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
365 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdio.h 129 void *_cookie; /* cookie passed to io functions */
364 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
365 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdio.h 129 void *_cookie; /* cookie passed to io functions */
364 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
365 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdio.h 129 void *_cookie; /* cookie passed to io functions */
366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)

Completed in 1865 milliseconds

<<21222324252627282930>>