Home | History | Annotate | Download | only in timezone

Lines Matching refs:attempts

128   size_t attempts() const { return attempts_; }
161 size_t attempts() const { return url_callback_->attempts(); }
222 EXPECT_EQ(1U, url_factory.attempts());
245 EXPECT_EQ(4U, url_factory.attempts());
277 EXPECT_GE(url_factory.attempts(), 2U);
278 if (url_factory.attempts() > expected_retries + 1) {
279 LOG(WARNING) << "TimeZoneTest::InvalidResponse: Too many attempts ("
280 << url_factory.attempts() << "), no more then "
283 if (url_factory.attempts() < expected_retries - 1) {
284 LOG(WARNING) << "TimeZoneTest::InvalidResponse: Too less attempts ("
285 << url_factory.attempts() << "), greater then "