/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
mtd.h | 41 u_long retries; member in struct:erase_info
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
mtd.h | 41 u_long retries; member in struct:erase_info
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
mtd.h | 41 u_long retries; member in struct:erase_info
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
mtd.h | 41 u_long retries; member in struct:erase_info
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mtd/ |
mtd.h | 41 u_long retries; member in struct:erase_info
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mtd/ |
mtd.h | 41 u_long retries; member in struct:erase_info
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mtd/ |
mtd.h | 41 u_long retries; member in struct:erase_info
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbutils.py | 48 """DeadlockWrap(function, *_args, **_kwargs) - automatically retries
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbutils.py | 48 """DeadlockWrap(function, *_args, **_kwargs) - automatically retries
|
/external/chromium/base/ |
time_unittest.cc | 152 int retries = 100; // Arbitrary. local 154 while (!success && retries--) {
|
/external/chromium_org/base/process/ |
process_metrics_win.cc | 131 int retries = 5; local 162 if (--retries == 0) {
|
/external/chromium_org/base/test/launcher/ |
test_launcher.h | 167 // Number of retries in this iteration. 170 // Maximum number of retries per iteration.
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_auth_test.cc | 73 // trying to reach Gaia. In practice, OA2TS retries a fixed number of times, 77 // left off (in terms of retries).
|
/external/kernel-headers/original/linux/sunrpc/ |
xprt.h | 50 unsigned int to_retries; /* max # of retries */ 91 unsigned int rq_retries; /* # of retries */
|
/external/grub/netboot/ |
3c90x.c | 488 unsigned i, retries; local 490 for (retries=0; retries < XMIT_RETRIES ; retries++) 591 printf("Failed to send after %d retries\n", retries);
|
/system/vold/ |
Volume.cpp | 500 int retries = 10; local 506 while (retries--) { 515 if (retries == 1) { 517 } else if (retries == 2) { 522 SLOGW("Failed to unmount %s (%s, retries %d, action %d)", 523 path, strerror(errno), retries, action);
|
/external/chromium/chrome/browser/chromeos/ |
user_cros_settings_provider.cc | 243 // upper bound for number of retries to fetch a signed setting. 349 LOG(ERROR) << "No retries left"; 411 // we allow for some number of retries.
|
customization_document.cc | 68 // Maximum number of retries to fetch file if network is not available. 71 // Delay between file fetch retries if network is not available.
|
/external/chromium_org/build/android/buildbot/ |
bb_device_status_check.py | 307 retries = 5 308 while retries: 313 retries -= 1
|
/external/chromium_org/tools/android/forwarder2/ |
host_forwarder_main.cc | 254 int retries = 3; local 255 while (retries) { 261 --retries;
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
android_browser_backend.py | 155 retries = 0 164 retries += 1 166 if retries == 4:
|
/frameworks/av/media/libstagefright/ |
NuCachedSource2.cpp | 307 ALOGI("The attempt to reconnect failed, %d retries remaining", 329 ALOGE("source returned error %ld, %d retries left", n, mNumRetriesLeft); 521 // Pretend that everything is fine until we're out of retries.
|
/build/tools/atree/ |
files.cpp | 145 int retries = 1000; local 159 if (did_replace && --retries == 0) {
|
/external/chromium/chrome/browser/policy/ |
cloud_policy_controller.cc | 323 // token update. Subsequent retries will respect the back-off strategy. 330 // will ensure the server won't get overloaded with retries in case of
|
/external/chromium_org/chrome/browser/chromeos/ |
customization_document.cc | 62 // Maximum number of retries to fetch file if network is not available. 65 // Delay between file fetch retries if network is not available.
|