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

<<11121314151617181920>>

  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 609 int retries = 1, delay = 30000; local
688 } while (kIOReturnSuccess != ret && retries--);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 174 * maintenance retries only after these points.
263 * a loop retries advancing head by two steps until either
    [all...]
ThreadPoolExecutor.java     [all...]
  /art/compiler/dex/quick/
codegen_util.cc 762 LOG(FATAL) << "Assembler error - too many retries";
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 919 LOG(WARNING) << "AsyncHttpsProxySocket::Authenticate(Negotiate) too many retries";
  /external/chromium_org/base/message_loop/
message_loop_unittest.cc 224 // This SEH filter fixes the problem and retries execution. Fixing requires
    [all...]
  /external/chromium_org/base/test/launcher/
test_launcher.cc 363 // Enable test retries by default for bots. This can be still overridden
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_impl.cc 65 // Interval betweeen retries to update user's profile data.
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 777 // A dismissal doesn't require further retries if it was successful or
    [all...]
  /external/chromium_org/google_update/
google_update_idl.idl 165 // frequency of retries. Use values from the InstallPriority enum.
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 426 /* If there have been no retries this time, reset the
    [all...]
  /external/chromium_org/sql/
connection.h 536 // Like |Execute()|, but retries if the database is locked.
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationServiceTest.java     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 927 LOG(WARNING) << "AsyncHttpsProxySocket::Authenticate(Negotiate) too many retries";
  /external/chromium_org/third_party/sqlite/src/test/
pragma.test 723 # because the TCL API accounts for SCHEMA_ERROR and retries the query.
    [all...]
  /external/chromium_org/tools/win/toolchain/
toolchain.py 156 raise SystemExit("After multiple retries, couldn't download Win8 SDK")
  /frameworks/base/core/java/android/os/
Process.java 421 * don't pause for retries.
    [all...]
  /frameworks/base/packages/Keyguard/res/values/
strings.xml 344 <!-- Instructions telling the user that they have exhausted SIM PUK retries and the SIM is now unusable.
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 66 // Number of retries before we start delaying between
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job_unittest.cc     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ChangeLog 42 * avoid excessive Probe Response retries for broadcast Probe Request
83 - more retries for some P2P frames
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 95 * If this extra is set to true then any backoffs for the initial attempt (e.g. due to retries)
97 * retries will still honor the backoff.
219 "too-many-retries",
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 96 // Default value of the SIM unlock retries count. It is updated to the real
97 // retries count once cellular device with SIM card is initialized.
98 // If cellular device doesn't have SIM card, then retries are never used.
    [all...]
  /external/oprofile/events/ppc64/power5++/
events     [all...]

Completed in 901 milliseconds

<<11121314151617181920>>