Home
last modified time | relevance | path

Searched refs:total (Results 1 – 9 of 9) sorted by relevance

/scripts/pylib/twister/twisterlib/
A Dreports.py175 total = 0
193 total = errors + passes + fails + skips
248 total = 0
283 total = errors + passes + fails + skips
647 if results.total and results.total != results.filtered_configs:
648 pass_rate = (float(results.passed) / float(results.total - results.filtered_configs))
657 unfiltered_configs = results.total - results.filtered_configs
737 built_only = results.total - run - results.filtered_configs - results.skipped
A Drunner.py67 def __init__(self, total=0): argument
114 self._total = Value('i', total)
494 def total(self): member in ExecutionCounter
498 @total.setter
499 def total(self, value): member in ExecutionCounter
1526 total_to_do = results.total - results.filtered_static
1831 self.results = ExecutionCounter(total=len(self.instances))
1865 self.results.done = self.results.total - self.results.failed
A Dtestplan.py340 total = len(to_run)
341 per_set = int(total / sets)
342 num_extra_sets = total - (per_set * sets)
/scripts/tests/twister_blackbox/
A Dtest_coverage.py359 total = int(match.group(1))
360 return total
/scripts/build/
A Dgen_syscalls.py336 def mrsh_rval(mrsh_num, total): argument
337 if mrsh_num < 5 or total <= 6:
/scripts/west_commands/
A Drun_common.py104 total: int = 0 variable in ImagesFlashed
271 board_image_count[board].total += 1
416 … if board_image_count[match].flashed == board_image_count[match].total:
471 … if board_image_count[match].flashed != board_image_count[match].total:
A Dsdk.py341 total=total_length,
/scripts/west_commands/runners/
A Dcanopen_program.py287 progress = tqdm(total=size, unit='B', unit_scale=True)
/scripts/tests/twister/
A Dtest_runner.py190 ec = ExecutionCounter(total=12)
2091 total = 25,
2533 results_mock().total = 9
2609 total = 0,

Completed in 31 milliseconds