OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxAttempts
(Results
1 - 3
of
3
) sorted by null
/external/libweave/third_party/chromium/base/
rand_util_unittest.cc
95
const int
kMaxAttempts
= 1000000;
99
while (count <
kMaxAttempts
) {
114
ASSERT_LT(count,
kMaxAttempts
) << "Expected average was " <<
/system/extras/tests/sdcard/
sysutil.cpp
44
const int
kMaxAttempts
= 8;
101
while (size > 0 && !error && !eof && attempts <
kMaxAttempts
)
165
while (size > 0 && !error && attempts <
kMaxAttempts
)
451
while (size > 0 && !error && attempts <
kMaxAttempts
)
482
while (size > 0 && !error && !eof && attempts <
kMaxAttempts
)
537
while (size > 0 && !error && !eof && attempts <
kMaxAttempts
)
577
while (size > 0 && !error && attempts <
kMaxAttempts
)
/external/libchrome/base/
rand_util_unittest.cc
94
const int
kMaxAttempts
= 1000000;
98
while (count <
kMaxAttempts
) {
113
ASSERT_LT(count,
kMaxAttempts
) << "Expected average was " <<
Completed in 82 milliseconds