OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_run_times
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/cheets_StartAndroid/
cheets_StartAndroid.py
25
if hasattr(self, '
_run_times
'):
27
self.
_run_times
)
29
for index in [0, 1, len(self.
_run_times
) - 1]:
30
if index >= len(self.
_run_times
):
35
value=self.
_run_times
[index],
46
self.
_run_times
= []
61
self.
_run_times
.append(elapsed_time)
/external/autotest/server/cros/cfm/configurable_test/
actions.py
224
self.
_run_times
= run_times
229
for _ in xrange(self.
_run_times
):
234
% (self._random_seed, self.
_run_times
, self._scenarios))
Completed in 158 milliseconds