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

  /external/chromium_org/chrome/browser/chromeos/
customization_wallpaper_downloader_browsertest.cc 118 const int retry = num_attempts() - 1;
153 size_t num_attempts() const { return attempts_.size(); } function in class:chromeos::TestWallpaperImageURLFetcherCallback
186 size_t num_attempts() const { return url_callback_->num_attempts(); } function in class:chromeos::WallpaperImageFetcherFactory
287 EXPECT_EQ(1U, url_factory.num_attempts());
317 EXPECT_EQ(2U, url_factory.num_attempts());
  /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
  /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/google_apis/gcm/engine/
connection_factory_impl_unittest.cc 66 double CalculateBackoff(int num_attempts) {
68 for (int i = 1; i < num_attempts; ++i) {
  /external/chromium_org/net/dns/
dns_transaction_unittest.cc 431 void CheckServerOrder(const unsigned* servers, size_t num_attempts) {
432 ASSERT_EQ(num_attempts, socket_factory_->remote_endpoints_.size());
433 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::__anon13812::RequesterResults

Completed in 123 milliseconds