Searched refs:kMaxAttempts (Results 1 – 4 of 4) sorted by relevance
102 const int kMaxAttempts = 3; local103 for (int i = 0; i < kMaxAttempts; ++i) {110 << kMaxAttempts << " attempts).";182 const int kMaxAttempts = 3; local183 for (int i = 0; i < kMaxAttempts; ++i) {189 EXPECT_TRUE(success) << "Failed to perform mid call probing (" << kMaxAttempts314 const int kMaxAttempts = 3; local315 for (int i = 0; i < kMaxAttempts; ++i) {322 EXPECT_TRUE(success) << "Failed to perform mid call probing (" << kMaxAttempts
99 const int kMaxAttempts = 1000000; in TEST() local103 while (count < kMaxAttempts) { in TEST()118 ASSERT_LT(count, kMaxAttempts) << "Expected average was " << in TEST()
830 constexpr int kMaxAttempts = 10; in Connect() local832 for (int attempt = 0; attempt < kMaxAttempts; attempt++) { in Connect()
920 const int kMaxAttempts = 10; in CreateSnapshot() local932 for (int attempt = 0; attempt < kMaxAttempts; ++attempt) { in CreateSnapshot()