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

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
inotify.h 20 __u32 cookie; member in struct:inotify_event
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
if_arcnet.h 65 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
inotify.h 20 __u32 cookie; member in struct:inotify_event
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
if_arcnet.h 65 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
inotify.h 20 __u32 cookie; member in struct:inotify_event
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
if_arcnet.h 65 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
inotify.h 20 __u32 cookie; member in struct:inotify_event
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
if_arcnet.h 65 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
inotify.h 20 __u32 cookie; member in struct:inotify_event
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
if_arcnet.h 65 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
inotify.h 20 __u32 cookie; member in struct:inotify_event
  /external/tcpdump/
print-juniper.c 79 u_int8_t cookie_len; /* cookie len */
128 u_int8_t cookie[8]; member in struct:juniper_l2info_t
468 * best indicator if the cookie looks like a proto */
470 EXTRACT_16BITS(&l2info.cookie) != PPP_OSI &&
471 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL))
479 /* IP traffic going to the RE would not have a cookie
482 if (l2info.cookie[4] == (JUNIPER_LSQ_COOKIE_RE|JUNIPER_LSQ_COOKIE_DIR))
502 /* zero length cookie ? */
503 switch (EXTRACT_16BITS(&l2info.cookie)) {
560 if (eflag && EXTRACT_32BITS(l2info.cookie) != 1) printf("Bundle-ID %u, ",l2info.bundle)
    [all...]
  /external/chromium/chrome/browser/
cookies_tree_model.h 73 const net::CookieMonster::CanonicalCookie* cookie,
83 cookie(cookie),
97 const net::CookieMonster::CanonicalCookie* cookie,
107 cookie(cookie),
123 const net::CookieMonster::CanonicalCookie* cookie; member in struct:CookieTreeNode::DetailedInfo
138 // the cookie from CookieMonster, clear the database, and so forth.)
232 // Does not take ownership of cookie, and cookie should remain valid at leas
    [all...]
  /external/chromium/chrome/browser/tab_contents/
view_source_uitest.cc 38 // This test renders a page in view-source and then checks to see if a cookie
45 std::string cookie = "viewsource_cookie"; local
55 // Try to retrieve the cookie that the page sets. It should not be there
58 ASSERT_TRUE(tab->GetCookieByName(url, cookie, &cookie_found));
  /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/linux/lockd/
xdr.h 51 struct nlm_cookie cookie; member in struct:nlm_args
67 struct nlm_cookie cookie; member in struct:nlm_res
  /external/openssl/apps/
s_apps.h 175 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len);
176 int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len);
  /external/webkit/LayoutTests/http/tests/cookies/resources/
resetCookies.js 7 var url = "http://" + window.location.hostname +":8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies";
  /frameworks/base/cmds/servicemanager/
binder.h 17 void *cookie; member in struct:binder_object
23 void *cookie; member in struct:binder_txn
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareStub.h 92 static int beginAutoFocusThread(void *cookie);
95 static int beginPictureThread(void *cookie);
  /frameworks/base/tools/localize/
XLIFFFile.h 54 void Filter(bool (*func)(const string&,const TransUnit&,void*), void* cookie);
55 void Map(void (*func)(const string&,TransUnit*,void*), void* cookie);
  /frameworks/base/core/java/android/pim/
ContactsAsyncHelper.java 54 public void onImageLoadComplete(int token, Object cookie, ImageView iView,
76 public Object cookie; field in class:ContactsAsyncHelper.WorkerArgs
231 // Added additional Cookie field in the callee.
242 // Added additional Cookie field in the callee.
255 OnImageLoadCompleteListener listener, Object cookie, Context context,
267 // Added additional Cookie field in the callee to handle arguments
272 args.cookie = cookie;
335 args.listener.onImageLoadComplete(msg.what, args.cookie, args.view,
  /system/core/libcutils/
open_memstream.c 123 static int write_memstream(void* cookie, const char* buf, int size)
125 MemStream* stream = (MemStream*) cookie;
164 static fpos_t seek_memstream(void* cookie, fpos_t offset, int whence)
166 MemStream* stream = (MemStream*) cookie;
216 static int close_memstream(void* cookie)
218 free(cookie);
  /external/oprofile/daemon/
opd_ibs_trans.c 583 old_app_cookie = trans->cookie;
592 || old_cookie != trans->cookie) {
593 mod = find_cookie(trans->cookie);
594 old_cookie = trans->cookie;
599 trans->app_cookie, trans->cookie, trans->cpu, trans->tgid, trans->tid, (unsigned int)trans->pc,
620 old_app_cookie = trans->cookie;
629 || old_cookie != trans->cookie) {
630 mod = find_cookie(trans->cookie);
631 old_cookie = trans->cookie;
637 trans->cookie,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 647 Object cookie = root.getCookie(); local
648 if (cookie == null) {
649 // Special case: If the root-most view does not have a view cookie,
746 Object cookie = root.getCookie(); local
748 if (cookie instanceof UiViewElementNode) {
749 node = (UiViewElementNode) cookie;
750 } else if (cookie instanceof MergeCookie) {
751 cookie = ((MergeCookie) cookie).getCookie();
752 if (cookie instanceof UiViewElementNode)
836 Object cookie = child.getCookie(); local
856 Object cookie = child.getCookie(); local
905 Object cookie = child.getCookie(); local
    [all...]

Completed in 253 milliseconds

<<11121314151617181920>>