OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_executed
(Results
1 - 2
of
2
) sorted by null
/external/autotest/contrib/
coverage.py
836
total_executed
= 0
852
total_executed
=
total_executed
+ m
862
pc = 100.0 *
total_executed
/ total_statements
865
args = ("TOTAL", total_statements,
total_executed
, pc)
[
all
...]
/external/autotest/scheduler/
scheduler_models.py
710
if int(job_stats['
total_executed
']) > 0:
711
body += "User tests executed: %s\n" % job_stats['
total_executed
']
[
all
...]
Completed in 803 milliseconds