HomeSort by relevance Sort by last modified time
    Searched refs:cookie (Results 201 - 225 of 413) sorted by null

1 2 3 4 5 6 7 891011>>

  /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)
  /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)
  /dalvik/vm/
IndirectRefTable.c 64 * by "cookie" becomes the new top-most entry.
66 * Returns false if "cookie" is invalid or the table has only one segment.
68 bool dvmPopIndirectRefTableSegmentCheck(IndirectRefTable* pRef, u4 cookie)
76 sst.all = cookie;
83 LOGE("Absurd numHoles in cookie (%d bi=%d)\n",
141 IndirectRef dvmAddToIndirectRefTable(IndirectRefTable* pRef, u4 cookie,
145 prevState.all = cookie;
258 * specified by the cookie, we don't remove anything. This is the behavior
266 bool dvmRemoveFromIndirectRefTable(IndirectRefTable* pRef, u4 cookie,
270 prevState.all = cookie;
    [all...]
  /external/wpa_supplicant/
wpa_ctrl.c 56 char *cookie; member in struct:wpa_ctrl
242 ctrl->cookie = strdup(buf);
252 os_free(ctrl->cookie);
272 if (ctrl->cookie) {
274 _cmd_len = strlen(ctrl->cookie) + 1 + cmd_len;
280 strcpy(pos, ctrl->cookie);
281 pos += strlen(ctrl->cookie);
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c 58 char *cookie; member in struct:wpa_ctrl
270 ctrl->cookie = os_strdup(buf);
280 os_free(ctrl->cookie);
300 if (ctrl->cookie) {
302 _cmd_len = os_strlen(ctrl->cookie) + 1 + cmd_len;
308 os_strlcpy(pos, ctrl->cookie, _cmd_len);
309 pos += os_strlen(ctrl->cookie);
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.h 51 static int callbackThread(void* cookie);
85 AudioCallback cb, void *cookie);
142 AudioCallback cb = NULL, void *cookie = NULL);
159 static void notify(void* cookie, int msg, int ext1, int ext2);
239 static void notify(void* cookie, int msg, int ext1, int ext2);
  /system/extras/sound/
playwav.c 37 int (*fill)(void *buf, unsigned sz, void *cookie),
38 void *cookie)
71 if (fill(buf, sz, cookie))
85 if (fill(buf, sz, cookie))
125 int fill_buffer(void *buf, unsigned sz, void *cookie)
  /frameworks/base/libs/binder/
Parcel.cpp 73 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie);
74 static_cast<IBinder*>(obj.cookie)->incStrong(who);
110 LOG_REFS("Parcel %p releasing reference on local %p", who, obj.cookie);
111 static_cast<IBinder*>(obj.cookie)->decStrong(who);
132 if (obj.cookie != (void*)0) close(obj.handle);
162 obj.cookie = NULL;
166 obj.cookie = local;
171 obj.cookie = NULL;
195 obj.cookie = NULL;
199 obj.cookie = binder.unsafe_get()
    [all...]
Binder.cpp 119 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags)
125 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
  /external/ppp/pppd/plugins/rp-pppoe/
discovery.c 140 printf("Got a cookie:");
141 /* Print first 20 bytes of cookie */
148 conn->cookie.type = htons(type);
149 conn->cookie.length = htons(len);
150 memcpy(conn->cookie.payload, data, len);
458 /* Copy cookie and relay-ID if needed */
459 if (conn->cookie.type) {
461 ntohs(conn->cookie.length) + TAG_HDR_SIZE);
462 memcpy(cursor, &conn->cookie, ntohs(conn->cookie.length) + TAG_HDR_SIZE)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ContactHeaderWidget.java 239 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
261 if (cookie != null && cookie instanceof Uri) {
262 mPhotoView.assignContactUri((Uri) cookie);
277 if (cookie != null && cookie instanceof Uri) {
278 mPhotoView.assignContactUri((Uri) cookie);
301 String phoneNumber = (String) cookie;
317 String emailAddress = (String) cookie;
  /bionic/libthread_db/
libthread_db.c 187 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
208 if (func(&handle, cookie) != 0) {
  /bootable/recovery/edify/
main.c 44 state.cookie = NULL;
204 state.cookie = NULL;
  /device/htc/common/updater/
recovery_updater.c 58 ZipArchive* za = ((UpdaterInfo*)(state->cookie))->package_zip;
60 ((UpdaterInfo*)(state->cookie))->package_zip = NULL;
  /external/bluetooth/glib/gmodule/
gmodule-beos.c 88 int32 cookie = 0; local
92 status = get_next_image_info (0, &cookie, &info);
  /external/chromium/base/
iat_patch.cc 41 IMAGE_THUNK_DATA* iat, void* cookie) {
43 reinterpret_cast<InterceptFunctionInformation*>(cookie);
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 67 u32 cookie; member in struct:dhcp_packet
100 /* skip over DHCP cookie; */
164 packet.cookie = htonl(DHCP_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)
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 103 function readCookie(cookie) {
104 var myCookie = cookie_namespace+"_"+cookie+"=";
105 if (document.cookie) {
106 var index = document.cookie.indexOf(myCookie);
109 var valEnd = document.cookie.indexOf(";", valStart);
111 valEnd = document.cookie.length;
113 var val = document.cookie.substring(valStart, valEnd);
120 function writeCookie(cookie, val, section, expiration) {
128 document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; path=/"
    [all...]
  /bionic/libc/kernel/common/linux/nfsd/
xdr.h 89 __u32 cookie; member in struct:nfsd_readdirargs
  /bootable/recovery/updater/
updater.c 114 state.cookie = &updater_info;

Completed in 326 milliseconds

1 2 3 4 5 6 7 891011>>