/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/lockd/ |
xdr.h | 44 struct nlm_cookie cookie; member in struct:nlm_args 57 struct nlm_cookie cookie; member in struct:nlm_res
|
/system/core/adb/ |
log_service.c | 33 void log_service(int fd, void *cookie) 36 char * log_filepath = cookie;
|
/prebuilt/common/http-client/ |
httpclient-4.1.1.jar | |
/external/bluetooth/glib/gio/inotify/ |
inotify-kernel.c | 242 event->cookie = kevent->cookie; 260 event->cookie = 0; 503 /* We should only be pairing events that have the same cookie */ 504 g_assert (event1->event->cookie == event2->event->cookie); 536 * it has no cookie -- there is nothing to be gained by holding it 541 event->event->cookie == 0 || 556 if (event->event->cookie != 0) 563 g_hash_table_insert (cookie_hash, GINT_TO_POINTER (event->event->cookie), event) [all...] |
/external/wpa_supplicant/ |
ctrl_iface_udp.c | 50 u8 cookie[COOKIE_LEN]; member in struct:ctrl_iface_priv 143 os_memcpy(reply, "COOKIE=", 7); 145 priv->cookie, COOKIE_LEN); 164 u8 cookie[COOKIE_LEN]; local 191 * Require that the client includes a prefix with the 'cookie' value 197 if (os_strncmp(buf, "COOKIE=", 7) != 0) { 198 wpa_printf(MSG_DEBUG, "CTLR: No cookie in the request - " 203 if (hexstr2bin(buf + 7, cookie, COOKIE_LEN) < 0) { 204 wpa_printf(MSG_DEBUG, "CTLR: Invalid cookie format in the " 209 if (os_memcmp(cookie, priv->cookie, COOKIE_LEN) != 0) 408 u8 cookie[COOKIE_LEN]; member in struct:ctrl_iface_global_priv 443 u8 cookie[COOKIE_LEN]; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_udp.c | 50 u8 cookie[COOKIE_LEN]; member in struct:ctrl_iface_priv 143 os_memcpy(reply, "COOKIE=", 7); 145 priv->cookie, COOKIE_LEN); 164 u8 cookie[COOKIE_LEN]; local 191 * Require that the client includes a prefix with the 'cookie' value 197 if (os_strncmp(buf, "COOKIE=", 7) != 0) { 198 wpa_printf(MSG_DEBUG, "CTLR: No cookie in the request - " 203 if (hexstr2bin(buf + 7, cookie, COOKIE_LEN) < 0) { 204 wpa_printf(MSG_DEBUG, "CTLR: Invalid cookie format in the " 209 if (os_memcmp(cookie, priv->cookie, COOKIE_LEN) != 0) 408 u8 cookie[COOKIE_LEN]; member in struct:ctrl_iface_global_priv 443 u8 cookie[COOKIE_LEN]; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_udp.c | 50 u8 cookie[COOKIE_LEN]; member in struct:ctrl_iface_priv 143 os_memcpy(reply, "COOKIE=", 7); 145 priv->cookie, COOKIE_LEN); 164 u8 cookie[COOKIE_LEN]; local 191 * Require that the client includes a prefix with the 'cookie' value 197 if (os_strncmp(buf, "COOKIE=", 7) != 0) { 198 wpa_printf(MSG_DEBUG, "CTLR: No cookie in the request - " 203 if (hexstr2bin(buf + 7, cookie, COOKIE_LEN) < 0) { 204 wpa_printf(MSG_DEBUG, "CTLR: Invalid cookie format in the " 209 if (os_memcmp(cookie, priv->cookie, COOKIE_LEN) != 0) 408 u8 cookie[COOKIE_LEN]; member in struct:ctrl_iface_global_priv 443 u8 cookie[COOKIE_LEN]; local [all...] |
/frameworks/base/core/java/android/content/res/ |
AssetManager.java | 385 * @param cookie Identifier of the package to be opened. 388 public final InputStream openNonAsset(int cookie, String fileName) 390 return openNonAsset(cookie, fileName, ACCESS_STREAMING); 397 * @param cookie Identifier of the package to be opened. 401 public final InputStream openNonAsset(int cookie, String fileName, int accessMode) 407 int asset = openNonAssetNative(cookie, fileName, accessMode); 422 public final AssetFileDescriptor openNonAssetFd(int cookie, 428 ParcelFileDescriptor pfd = openNonAssetFdNative(cookie, 450 * @param cookie Identifier of the package to be opened. 453 public final XmlResourceParser openXmlResourceParser(int cookie, [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
AsyncQueryHandlerTest.java | 54 private static final Object INSERT_COOKIE = "insert cookie"; 55 private static final Object QUERY_COOKIE = "query cookie"; 56 private static final Object DELETE_COOKIE = "delete cookie"; 57 private static final Object UPDATE_COOKIE = "update cookie"; 385 private void startQuery(int token, Object cookie, Uri uri, String[] projection, 390 mAsyncHandler.startQuery(token, cookie, uri, projection, 394 private void startInsert(int token, Object cookie, Uri uri, 399 mAsyncHandler.startInsert(token, cookie, uri, initialValues); 402 private void startUpdate(int token, Object cookie, Uri uri, ContentValues values, 407 mAsyncHandler.startUpdate(token, cookie, uri, values, selection, selectionArgs) [all...] |
/frameworks/base/include/media/ |
MediaPlayerInterface.h | 58 typedef void (*notify_callback_f)(void* cookie, 70 AudioSink *audioSink, void *buffer, size_t size, void *cookie); 91 void *cookie = NULL) = 0; 161 void* cookie, notify_callback_f notifyFunc) { 163 mCookie = cookie; mNotify = notifyFunc;
|
/system/core/libzipfile/ |
zipfile.c | 148 iterate_zipfile(zipfile_t file, void** cookie) 150 Zipentry* entry = (Zipentry*)*cookie; 153 *cookie = zip->entries; 154 return *cookie; 157 *cookie = entry;
|