HomeSort by relevance Sort by last modified time
    Searched refs:cookie (Results 376 - 400 of 709) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-3/include/linux/nfsd/
xdr.h 89 __u32 cookie; member in struct:nfsd_readdirargs
  /development/ndk/platforms/android-3/include/
thread_db.h 134 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
  /development/scripts/
stack 48 """Creates a cookie file so we can download files from the build server."""
50 def __init__(self, cookiename=".sso.cookie", keep=False):
63 "--cookie", self.name,
64 "--cookie-jar", self.name,
105 def DownloadSymbols(fingerprint, cookie):
112 cookie: SSOCookie
153 "--cookie", cookie.name,
386 cookie = SSOCookie(".symbols.cookie")
    [all...]
  /external/chromium/chrome/browser/printing/
print_job_unittest.cc 58 virtual int cookie() const { function in class:__anon2964::TestOwner
123 job->cookie();
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 53 const net::CookieMonster::CanonicalCookie& cookie,
60 cookie,
114 const net::CookieMonster::CanonicalCookie& cookie,
118 ChromeCookieDetails cookie_details(&cookie, removed, cause);
  /external/chromium/chrome/common/
print_messages.h 43 // Cookie for the document to ensure correctness.
80 // Cookie for the document to ensure correctness.
96 // Cookie for the document to ensure correctness.
119 IPC_STRUCT_MEMBER(int, cookie)
166 int /* rendered document cookie */,
  /external/kernel-headers/original/asm-arm/
signal.h 161 #define ptrace_signal_deliver(regs, cookie) do { } while (0)
  /external/openssl/include/openssl/
dtls1.h 176 unsigned char cookie[DTLS1_COOKIE_LENGTH]; member in struct:dtls1_state_st
  /external/openssl/ssl/
dtls1.h 176 unsigned char cookie[DTLS1_COOKIE_LENGTH]; member in struct:dtls1_state_st
  /external/sonivox/arm-wt-22k/host_src/
eas_host.h 51 extern EAS_RESULT EAS_HWUnRegisterSignalHandler(void *cookie);
  /frameworks/base/core/java/android/net/http/
RequestHandle.java 184 // update the "Cookie" header based on the redirected url
185 mHeaders.remove("Cookie");
186 String cookie = CookieManager.getInstance().getCookie(mUri); local
187 if (cookie != null && cookie.length() > 0) {
188 mHeaders.put("Cookie", 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);
  /ndk/sources/android/libthread_db/gdb-6.6/
thread_db.h 134 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/Contacts/src/com/android/contacts/
CallDetailActivityQueryHandler.java 66 protected synchronized void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /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/
nfs_prot.x 257 nfscookie cookie;
264 nfscookie cookie;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/nfsd/
xdr.h 89 __u32 cookie; member in struct:nfsd_readdirargs
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
thread_db.h 134 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/nfsd/
xdr.h 89 __u32 cookie; member in struct:nfsd_readdirargs
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
thread_db.h 134 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/nfsd/
xdr.h 89 __u32 cookie; member in struct:nfsd_readdirargs
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
thread_db.h 134 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/nfsd/
xdr.h 89 __u32 cookie; member in struct:nfsd_readdirargs
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
thread_db.h 134 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,

Completed in 599 milliseconds

<<11121314151617181920>>