Searched refs:quiet (Results 1 – 8 of 8) sorted by relevance
/tools/ |
A D | imagetool.c | 68 if (!params->quiet) in imagetool_verify_print_header() 105 if (!params->quiet) in imagetool_verify_print_header_by_type()
|
A D | imagetool.h | 96 bool quiet; /* Don't output text in normal operation */ member
|
A D | mkimage.c | 332 params.quiet = 1; in process_args()
|
/tools/buildman/ |
A D | boards.py | 874 def ensure_board_list(self, output, jobs=1, force=False, quiet=False): argument 890 if not quiet: 895 if not quiet: 898 if not quiet:
|
A D | control.py | 424 quiet=not verbose)
|
/tools/patman/ |
A D | cser_helper.py | 702 def _prepare_process(self, name, count, new_name=None, quiet=False): argument 746 if not quiet: 820 switch=False, dry_run=False, quiet=False): argument 841 if not quiet: 902 name, count, quiet=True) 910 self._finish_process(repo, branch, name, cur, None, quiet=True)
|
A D | cseries.py | 615 def project_set(self, pwork, name, quiet=False): argument 634 if not quiet:
|
A D | test_cseries.py | 1025 cser.project_set(pwork, 'U-Boot', quiet=True) 1121 cser.project_set(pwork, 'U-Boot', quiet=True) 1146 cser.project_set(pwork, 'U-Boot', quiet=True) 1217 cser.project_set(pwork, 'U-Boot', quiet=True) 2526 cser.project_set(pwork, 'U-Boot', quiet=True)
|
Completed in 17 milliseconds