Home
last modified time | relevance | path

Searched refs:kMaxAttempts (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/video/end_to_end_tests/
Dprobing_tests.cc102 const int kMaxAttempts = 3; local
103 for (int i = 0; i < kMaxAttempts; ++i) {
110 << kMaxAttempts << " attempts).";
182 const int kMaxAttempts = 3; local
183 for (int i = 0; i < kMaxAttempts; ++i) {
189 EXPECT_TRUE(success) << "Failed to perform mid call probing (" << kMaxAttempts
314 const int kMaxAttempts = 3; local
315 for (int i = 0; i < kMaxAttempts; ++i) {
322 EXPECT_TRUE(success) << "Failed to perform mid call probing (" << kMaxAttempts
/external/libchrome/base/
Drand_util_unittest.cc99 const int kMaxAttempts = 1000000; in TEST() local
103 while (count < kMaxAttempts) { in TEST()
118 ASSERT_LT(count, kMaxAttempts) << "Expected average was " << in TEST()
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan_debugger.cc830 constexpr int kMaxAttempts = 10; in Connect() local
832 for (int attempt = 0; attempt < kMaxAttempts; attempt++) { in Connect()
/external/libchrome/base/debug/
Dactivity_tracker.cc920 const int kMaxAttempts = 10; in CreateSnapshot() local
932 for (int attempt = 0; attempt < kMaxAttempts; ++attempt) { in CreateSnapshot()