HomeSort by relevance Sort by last modified time
    Searched full:retries (Results 76 - 100 of 560) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/wifi/java/android/net/wifi/
SupplicantStateTracker.java 54 /* Maximum retries on a authentication failure notification */
57 /* Maximum retries on assoc rejection events */
229 * exceeds maximum retries, disable the network
  /external/chromium/chrome/browser/policy/
file_based_policy_loader.h 17 // policy periodically in case the watcher fails and retries policy loads when
  /external/chromium_org/base/test/
test_switches.cc 15 // test execution and test retries.
  /external/chromium_org/build/android/pylib/utils/
test_options_parser.py 40 help='Number of retries for a test before '
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_updater.cc 79 // served at that URL are out of sync). This essentially retries every 12 hours,
106 // Maximum number of retries for requests that aren't likely to get a
147 // Some errors should trigger a limited number of retries, even with backoff.
148 // This counts down the number of such retries to stop retrying once the limit
  /external/chromium_org/net/url_request/
url_fetcher_core.h 289 // number of retries specified by the owner URLFetcher instance,
292 // Maximum retries allowed when 5xx responses are received.
297 // The number of retries that have been attempted due to ERR_NETWORK_CHANGED.
299 // Maximum retries allowed when the request fails with ERR_NETWORK_CHANGED.
  /external/chromium_org/sync/internal_api/public/
internal_components_factory.h 50 // polling_constants.h) for all initial retries.
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiWatcher.java 34 * the framework will perform retries for a predetermined time, waiting for the display
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 139 * Number of unsynchronized retries in size and containsValue
141 * unbounded retries if tables undergo continuous modification
285 * number of retries maintains cache acquired while locating
457 int retries = -1; // negative while locating node local
460 if (retries < 0) {
464 retries = 0;
467 retries = 0;
471 else if (++retries > MAX_SCAN_RETRIES) {
475 else if ((retries & 1) == 0 &&
478 retries = -1
495 int retries = -1; local
    [all...]
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.h 56 // response. This is invoked when the maximum number of retries have been
70 // the input arguments). Setting |max_retries| to -1 implies infinite retries.
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.h 84 // number of retries and VALID Leniency.
183 // The maximum number of retries after matching an invalid number.
  /external/libppp/src/
defs.h 71 #define DEF_FSMTRIES 5 /* Default max retries */
72 #define DEF_FSMAUTHTRIES 3 /* Default max auth retries */
fsm.h 65 u_int maxreq; /* Max Config REQ retries */
66 u_int maxtrm; /* Max Term REQ retries */
  /external/chromium_org/chrome/test/functional/gtalk/
test_basic.py 274 """Run tests for basic functionality in GTalk with retries."""
278 RETRIES = 5
279 for tries in range(RETRIES):
281 % (version, tries + 1, RETRIES))
292 if tries < RETRIES - 1:
  /external/kernel-headers/original/linux/
hdreg.h 206 #define WIN_READ_ONCE 0x21 /* 28-Bit without retries */
208 #define WIN_READ_LONG_ONCE 0x23 /* 28-Bit without retries */
221 #define WIN_WRITE_ONCE 0x31 /* 28-Bit without retries */
223 #define WIN_WRITE_LONG_ONCE 0x33 /* 28-Bit without retries */
238 #define WIN_VERIFY_ONCE 0x41 /* 28-Bit - without retries */
275 #define WIN_READDMA_ONCE 0xC9 /* 28-Bit - without retries */
277 #define WIN_WRITEDMA_ONCE 0xCB /* 28-Bit - without retries */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdreg.h 148 #define WIN_READ_ONCE 0x21 /* 28-Bit without retries */
150 #define WIN_READ_LONG_ONCE 0x23 /* 28-Bit without retries */
163 #define WIN_WRITE_ONCE 0x31 /* 28-Bit without retries */
165 #define WIN_WRITE_LONG_ONCE 0x33 /* 28-Bit without retries */
180 #define WIN_VERIFY_ONCE 0x41 /* 28-Bit - without retries */
217 #define WIN_READDMA_ONCE 0xC9 /* 28-Bit - without retries */
219 #define WIN_WRITEDMA_ONCE 0xCB /* 28-Bit - without retries */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdreg.h 148 #define WIN_READ_ONCE 0x21 /* 28-Bit without retries */
150 #define WIN_READ_LONG_ONCE 0x23 /* 28-Bit without retries */
163 #define WIN_WRITE_ONCE 0x31 /* 28-Bit without retries */
165 #define WIN_WRITE_LONG_ONCE 0x33 /* 28-Bit without retries */
180 #define WIN_VERIFY_ONCE 0x41 /* 28-Bit - without retries */
217 #define WIN_READDMA_ONCE 0xC9 /* 28-Bit - without retries */
219 #define WIN_WRITEDMA_ONCE 0xCB /* 28-Bit - without retries */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdreg.h 148 #define WIN_READ_ONCE 0x21 /* 28-Bit without retries */
150 #define WIN_READ_LONG_ONCE 0x23 /* 28-Bit without retries */
163 #define WIN_WRITE_ONCE 0x31 /* 28-Bit without retries */
165 #define WIN_WRITE_LONG_ONCE 0x33 /* 28-Bit without retries */
180 #define WIN_VERIFY_ONCE 0x41 /* 28-Bit - without retries */
217 #define WIN_READDMA_ONCE 0xC9 /* 28-Bit - without retries */
219 #define WIN_WRITEDMA_ONCE 0xCB /* 28-Bit - without retries */
  /docs/source.android.com/src/devices/
audio_avoiding_pi.jd 166 SMP barriers. The disadvantage is they can require unbounded retries.
167 In practice, we've found that the retries are not a problem.
206 without retries.
  /external/chromium_org/build/android/pylib/perf/
surface_stats_collector.py 162 retries = 0
169 retries += 1
170 if retries < 3:
  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client_unittest.cc 253 // Network changes don't trigger retries after obtaining a response from
266 // Network changes don't trigger retries after obtaining a response from
370 // Subsequent network changes don't trigger retries.
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 300 int retries = MAX_WRITE_RETRIES; local
301 while (remaining > 0 && retries) {
308 retries--;
  /bionic/libc/kernel/common/linux/mmc/
mmc.h 57 unsigned int retries; member in struct:mmc_command
  /development/ndk/platforms/android-3/include/linux/mtd/
mtd.h 41 u_long retries; member in struct:erase_info
  /external/chromium/third_party/libevent/
http-internal.h 76 int retry_max; /* maximum number of retries */

Completed in 1117 milliseconds

1 2 34 5 6 7 8 91011>>