HomeSort by relevance Sort by last modified time
    Searched refs:retry (Results 126 - 150 of 247) sorted by null

1 2 3 4 56 7 8 910

  /hardware/msm7k/libgralloc/
gralloc.cpp 407 int retry = 8; // roughly 5 seconds local
424 } while ((err == -ENOMEM) && (retry-- > 0));
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 617 retry:
650 /* Otherwise, the command has not yet reached the secure world or has already finished and we must retry */
655 goto retry;
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 581 retry:
596 } // advance and retry
614 continue retry; // lost race vs opposite mode local
649 (s = t.next) != null && // advance and retry
    [all...]
  /system/core/libusbhost/
usbhost.c 309 retry:
319 goto retry;
  /bionic/libc/private/
resolv_private.h 145 int retry; /* number of times to retransmit */ member in struct:__res_state
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 34 retry
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 106 int retry; /* number of times to retransmit */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 106 int retry; /* number of times to retransmit */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 106 int retry; /* number of times to retransmit */ member in struct:__res_state
  /dalvik/vm/analysis/
DexPrepare.cpp 138 retry:
204 goto retry;
300 goto retry;
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java     [all...]
  /external/dnsmasq/src/
forward.c 97 retry:
106 goto retry;
109 goto retry;
221 /* retry on existing query, send to all available servers */
  /external/mksh/src/
histrap.c 721 retry:
796 goto retry;
803 /* nuke the bogus file then retry, at most once */
806 goto retry;
    [all...]
  /external/openssl/ssl/
ssl_sess.c 252 unsigned int retry = 0; local
257 (++retry < MAX_SESS_ID_ATTEMPTS));
258 if(retry < MAX_SESS_ID_ATTEMPTS)
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 767 retry:
827 goto retry;
834 goto retry;
850 goto retry;
855 goto retry;
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_inf.c     [all...]
  /bionic/libc/kernel/common/linux/
wireless.h 434 struct iw_param retry; member in union:iwreq_data
  /development/ndk/platforms/android-3/include/linux/
wireless.h 428 struct iw_param retry; member in union:iwreq_data
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 945 this.actions['retry with throw'] = function() { test.run(true) };
    [all...]
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 68 extern void * __jbd_kmalloc (char *where, size_t size, int flags, int retry);
  /external/kernel-headers/original/linux/
jbd.h 74 extern void * __jbd_kmalloc (const char *where, size_t size, gfp_t flags, int retry);
    [all...]
wireless.h 135 * - Add retry ioctls (work like PM)
141 * - Add new statistics (frag, retry, beacon)
275 #define SIOCSIWRETRY 0x8B28 /* set retry limits and lifetime */
276 #define SIOCGIWRETRY 0x8B29 /* get retry limits and lifetime */
346 #define IWEVTXDROP 0x8C00 /* Packet dropped to excessive retry */
498 /* Retry limits and lifetime flags available */
885 struct iw_param retry; \/* Retry limits & lifetime *\/ member in union:iwreq_data
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 1069 int retry = 3; local
1110 int retry = 4; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 135 * - Add retry ioctls (work like PM)
141 * - Add new statistics (frag, retry, beacon)
216 * - Add IW_RETRY_SHORT/IW_RETRY_LONG retry modifiers
217 * - Power/Retry relative values no longer * 100000
287 #define SIOCSIWRETRY 0x8B28 /* set retry limits and lifetime */
288 #define SIOCGIWRETRY 0x8B29 /* get retry limits and lifetime */
358 #define IWEVTXDROP 0x8C00 /* Packet dropped to excessive retry */
511 /* Retry limits and lifetime flags available */
912 struct iw_param retry; \/* Retry limits & lifetime *\/ member in union:iwreq_data
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 135 * - Add retry ioctls (work like PM)
141 * - Add new statistics (frag, retry, beacon)
216 * - Add IW_RETRY_SHORT/IW_RETRY_LONG retry modifiers
217 * - Power/Retry relative values no longer * 100000
287 #define SIOCSIWRETRY 0x8B28 /* set retry limits and lifetime */
288 #define SIOCGIWRETRY 0x8B29 /* get retry limits and lifetime */
358 #define IWEVTXDROP 0x8C00 /* Packet dropped to excessive retry */
511 /* Retry limits and lifetime flags available */
912 struct iw_param retry; \/* Retry limits & lifetime *\/ member in union:iwreq_data
    [all...]

Completed in 903 milliseconds

1 2 3 4 56 7 8 910