OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_attempts
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/results/
progress_reporter.py
26
def WillAttemptPageRun(self, page_test_results, attempt_count,
max_attempts
):
32
max_attempts
: Maximum number of page run attempts before failing.
gtest_progress_reporter.py
65
def WillAttemptPageRun(self, page_test_results, attempt_count,
max_attempts
):
67
page_test_results, attempt_count,
max_attempts
)
72
attempt_count,
max_attempts
))
page_test_results.py
129
def WillAttemptPageRun(self, attempt_count,
max_attempts
):
139
max_attempts
: Maximum number of page run attempts before failing.
142
self, attempt_count,
max_attempts
)
/external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py
52
def _WaitUntil(predicate,
max_attempts
=5):
59
for _ in xrange(1,
max_attempts
):
251
_WaitUntil(lambda: self.stop_flag,
max_attempts
=sys.maxint)
/external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py
244
max_attempts
= test.attempts
246
while attempt_num <
max_attempts
:
249
results.WillAttemptPageRun(attempt_num,
max_attempts
)
290
if attempt_num ==
max_attempts
:
/external/lldb/test/pexpect-2.4/examples/
hive.py
379
def resync (hive, hive_names, timeout=2,
max_attempts
=5):
392
for attempts in xrange(0,
max_attempts
):
/external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc
565
int
max_attempts
= 10;
local
566
while (
max_attempts
--) {
[
all
...]
Completed in 276 milliseconds