HomeSort by relevance Sort by last modified time
    Searched refs:cookie (Results 226 - 250 of 928) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/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
  /prebuilts/ndk/8/platforms/android-9/arch-mips/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
  /prebuilts/ndk/8/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;
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /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 44 u8 cookie[COOKIE_LEN]; member in struct:ctrl_iface_priv
137 os_memcpy(reply, "COOKIE=", 7);
139 priv->cookie, COOKIE_LEN);
158 u8 cookie[COOKIE_LEN]; local
189 * Require that the client includes a prefix with the 'cookie' value
195 if (os_strncmp(buf, "COOKIE=", 7) != 0) {
196 wpa_printf(MSG_DEBUG, "CTLR: No cookie in the request - "
201 if (hexstr2bin(buf + 7, cookie, COOKIE_LEN) < 0) {
202 wpa_printf(MSG_DEBUG, "CTLR: Invalid cookie format in the "
207 if (os_memcmp(cookie, priv->cookie, COOKIE_LEN) != 0)
419 u8 cookie[COOKIE_LEN]; member in struct:ctrl_iface_global_priv
454 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...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketKexInit.java 27 kp.cookie = new byte[16];
28 rnd.nextBytes(kp.cookie);
56 kp.cookie = tr.readBytes(16);
80 tw.writeBytes(kp.cookie, 0, 16);
115 return kp.cookie;
  /frameworks/av/include/media/
MediaPlayerInterface.h 67 typedef void (*notify_callback_f)(void* cookie,
79 AudioSink *audioSink, void *buffer, size_t size, void *cookie);
101 void *cookie = NULL,
186 void* cookie, notify_callback_f notifyFunc) {
188 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;
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 103 * cookie that will be used when the image will be retrieved.
107 * @param cookie A cookie String that will be used by the http connection.
109 public void download(String url, ImageView imageView, String cookie) {
114 forceDownload(url, imageView, cookie);
133 private void forceDownload(String url, ImageView imageView, String cookie) {
144 task.execute(url, cookie);
252 String cookie = params[1]; local
253 if (cookie != null) {
254 getRequest.setHeader("cookie", cookie)
    [all...]
  /system/core/libcutils/
properties.c 55 int property_list(void (*propfn)(const char *key, const char *value, void *cookie),
56 void *cookie)
65 propfn(name, value, cookie);
241 int property_list(void (*propfn)(const char *key, const char *value, void *cookie),
242 void *cookie)
324 int property_list(void (*propfn)(const char *key, const char *value, void *cookie),
325 void *cookie)
  /bootable/recovery/minzip/
Zip.h 148 int dataLen, void *cookie);
152 * passing cookie to it each time it gets called. processFunction
162 void *cookie);
222 void (*callback)(const char *fn, void*), void *cookie,
  /external/webkit/Source/WebCore/page/
DOMTimer.cpp 123 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireTimer(context, m_timeoutId); local
137 InspectorInstrumentation::didFireTimer(cookie);
150 InspectorInstrumentation::didFireTimer(cookie);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h 26 typedef void (*jni_progress_callback_fct)(void* cookie, M4OSA_UInt32 msgType, void *argc);
60 void* cookie,
135 static void notify(void* cookie, int msg, int ext1, int ext2);
  /frameworks/base/tools/aapt/
printapk.cpp 34 void* cookie; local
80 cookie = NULL;
81 while ((entry = iterate_zipfile(zip, &cookie))) {
  /libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 81 //System.out.println("DEX FILE cookie is " + mCookie);
112 //System.out.println("DEX FILE cookie is " + mCookie);
214 private native static Class defineClass(String name, ClassLoader loader, int cookie);
248 native private static String[] getClassNameList(int cookie);
269 * Open a DEX file. The value returned is a magic VM cookie. On
277 * is a magic VM cookie. On failure, a RuntimeException is thrown.
284 native private static void closeDexFile(int cookie);
  /bionic/libc/kernel/common/linux/
if_arcnet.h 72 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
inotify.h 26 __u32 cookie; member in struct:inotify_event
  /bionic/libc/kernel/common/media/
msm_gestures.h 54 uint32_t cookie; member in struct:msm_ges_ctrl_cmd
  /bionic/libc/stdio/
sscanf.c 41 eofread(void *cookie, char *buf, int len)
  /bootable/recovery/
ui.h 109 static void* input_thread(void* cookie);
  /development/ndk/platforms/android-3/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

Completed in 1005 milliseconds

1 2 3 4 5 6 7 8 91011>>