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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/7/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/7/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/7/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
  /prebuilts/ndk/8/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
  /prebuilts/ndk/8/platforms/android-14/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-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
  /prebuilts/ndk/8/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
  /prebuilts/ndk/8/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
  /prebuilts/ndk/8/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
  /prebuilts/ndk/8/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
  /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;
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /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 386 * @param cookie Identifier of the package to be opened.
389 public final InputStream openNonAsset(int cookie, String fileName)
391 return openNonAsset(cookie, fileName, ACCESS_STREAMING);
398 * @param cookie Identifier of the package to be opened.
402 public final InputStream openNonAsset(int cookie, String fileName, int accessMode)
408 int asset = openNonAssetNative(cookie, fileName, accessMode);
423 public final AssetFileDescriptor openNonAssetFd(int cookie,
429 ParcelFileDescriptor pfd = openNonAssetFdNative(cookie,
451 * @param cookie Identifier of the package to be opened.
454 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;

Completed in 1382 milliseconds

1 2 3 4 5 6 7 891011>>