HomeSort by relevance Sort by last modified time
    Searched full:num_attempts (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
pdata.h 122 unsigned int num_attempts:4; /* up to 15 attempts */ member in struct:wcd9xxx_ocp_setting
  /external/chromium_org/google_apis/gcm/engine/
connection_factory_impl_unittest.cc 55 double CalculateBackoff(int num_attempts) {
57 for (int i = 1; i < num_attempts; ++i) {
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 211 for (int num_attempts = 0; num_attempts < kMaxInitAttempts; ++num_attempts) {
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
pdata.h 107 unsigned int num_attempts:4; member in struct:wcd9xxx_ocp_setting
  /external/chromium_org/net/dns/
dns_transaction_unittest.cc 432 void CheckServerOrder(const unsigned* servers, size_t num_attempts) {
433 ASSERT_EQ(num_attempts, socket_factory_->remote_endpoints_.size());
434 for (size_t i = 0; i < num_attempts; ++i) {
    [all...]
  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 355 int num_attempts() const { return num_attempts_; } function in class:net::__anon9593::RequesterResults

Completed in 223 milliseconds