Searched defs:commit_upto (Results 1 – 2 of 2) sorted by relevance
/tools/buildman/ |
A D | builderthread.py | 191 def _build_args(self, brd, out_dir, out_rel_dir, work_dir, commit_upto): argument 302 def _read_done_file(self, commit_upto, brd, force_build, argument 371 def _checkout(self, commit_upto, work_dir): argument 390 def _config_and_build(self, commit_upto, brd, work_dir, do_config, mrproper, argument 459 def run_commit(self, commit_upto, brd, work_dir, do_config, mrproper, argument
|
A D | builder.py | 602 def get_output_dir(self, commit_upto): argument 626 def get_build_dir(self, commit_upto, target): argument 643 def get_done_file(self, commit_upto, target): argument 652 def get_sizes_file(self, commit_upto, target): argument 661 def get_func_sizes_file(self, commit_upto, target, elf_fname): argument 672 def get_objdump_file(self, commit_upto, target, elf_fname): argument 683 def get_err_file(self, commit_upto, target): argument 802 def get_build_outcome(self, commit_upto, target, read_func_sizes, argument 886 def get_result_summary(self, boards_selected, commit_upto, read_func_sizes, argument 1612 def produce_result_summary(self, commit_upto, commits, board_selected): argument
|
Completed in 24 milliseconds