/prebuilt/ndk/android-ndk-r4/platforms/android-5/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-r4/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-r4/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-r4/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-r5/platforms/android-3/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-r6/platforms/android-3/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-r6/platforms/android-3/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/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);
|