Searched refs:kMaxIterationCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/variations/
H A Dentropy_provider_unittest.cc140 const size_t kMaxIterationCount = 100000; local
151 for (size_t i = 1; i <= kMaxIterationCount; ++i) {
165 // if the distribution will converge, up to |kMaxIterationCount|.
174 // If |i == kMaxIterationCount|, the Chi-Square statistic did not
175 // converge after |kMaxIterationCount|.
176 EXPECT_NE(i, kMaxIterationCount) << "Failed for trial " <<
178 " after " << kMaxIterationCount << " iterations."; local
/external/chromium_org/chromeos/network/onc/
H A Donc_utils.cc61 const int kMaxIterationCount = 500000; local
102 if (iterations < 0 || iterations > kMaxIterationCount) {

Completed in 83 milliseconds