HomeSort by relevance Sort by last modified time
    Searched refs:retry (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/kernel/common/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /development/ndk/platforms/android-3/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /external/chromium/crypto/
crypto_module_blocking_password_delegate.h 23 // request. |retry| is true if this is a request for the retry
28 virtual std::string RequestPassword(const std::string& slot_name, bool retry,
  /bionic/libstdc++/src/
one_time_construction.cpp 22 retry:
31 goto retry;
  /external/kernel-headers/original/linux/
smp.h 54 int smp_call_function(void(*func)(void *info), void *info, int retry, int wait);
59 int on_each_cpu(void (*func) (void *info), void *info, int retry, int wait);
88 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
89 #define on_each_cpu(func,info,retry,wait) \
  /external/bluetooth/bluez/compat/
msdun.c 48 static int retry; variable
110 retry = 4;
114 timeout /= retry;
121 if (r == MS_TIMEOUT && !server && --retry)
  /external/chromium/chrome/browser/ui/gtk/
crypto_module_password_dialog.cc 40 virtual std::string RequestPassword(const std::string& slot_name, bool retry,
50 retry))) {
58 void ShowDialog(const std::string& slot_name, bool retry) {
61 slot_name, retry, reason_, server_,
84 bool retry,
105 bool retry,
215 bool retry,
219 (new CryptoModulePasswordDialog(slot_name, retry, reason, server,
  /external/grub/netboot/
fsys_tftp.c 37 static int retry; variable
63 timeout = rfc2131_sleep_interval (block ? TFTP_REXMT : TIMEOUT, retry);
65 timeout = rfc2131_sleep_interval (TIMEOUT, retry);
73 if (! block && retry++ < MAX_TFTP_RETRIES)
87 if (block && ((retry += TFTP_REXMT) < TFTP_TIMEOUT))
239 retry = 0;
262 retry = 0;
480 /* Retry the open instruction. */
main.c 205 int retry; local
272 for (retry = 1; retry <= MAX_ARP_RETRIES; retry++)
277 timeout = rfc2131_sleep_interval (TIMEOUT, retry);
302 int retry = 0; local
333 timeout = rfc2131_sleep_interval (block ? TFTP_REXMT : TIMEOUT, retry);
335 timeout = rfc2131_sleep_interval (TIMEOUT, retry);
340 if (! block && retry++ < MAX_TFTP_RETRIES)
351 if (block && ((retry += TFTP_REXMT) < TFTP_TIMEOUT)
479 int retry; local
534 int retry; local
    [all...]
  /external/chromium/chrome/browser/ui/
crypto_module_password_dialog.h 44 bool retry,
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_sign_hash.c 64 retry:
77 if (mp_cmp_d(k, 1) != LTC_MP_GT) { goto retry; }
90 if (mp_iszero(r) == LTC_MP_YES) { goto retry; }
98 if (mp_iszero(s) == LTC_MP_YES) { goto retry; }
  /system/core/libcutils/
ashmem-host.c 46 retry:
62 /* unlikely, but if we failed because `name' exists, retry */
64 goto retry;
  /external/wpa_supplicant_8/src/wps/
wps_upnp_event.c 52 unsigned int retry; /* which retry */ member in struct:wps_event_
60 * Leaves data, retry count etc. alone.
122 wpa_printf(MSG_DEBUG, "WPS UPnP: Retry event %p for subscription %p",
128 e->retry++;
129 wpa_printf(MSG_DEBUG, "WPS UPnP: Try address %d", e->retry);
131 if (e->retry >= dl_list_len(&s->addr_list)) {
291 if (itry++ == e->retry)
293 if (itry < e->retry)
  /bionic/libc/netbsd/resolv/
res_data.c 112 if (ores->retry != 0)
113 _nres.retry = ores->retry;
137 if (!_nres.retry)
138 _nres.retry = 4;
  /external/chromium/android/autofill/
url_fetcher_proxy.h 86 virtual void set_automatically_retry_on_5xx(bool retry)
88 retry_ = retry;
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 451 for (int retry = 0; retry < 2; retry++) {
460 if (retry == 0) getPhoneService(true);
531 for (int retry = 0; retry < 2; retry++) {
544 if (retry == 0) getPhoneService(true);

Completed in 466 milliseconds

1 2 3 4 5 6 7