Searched defs:commit_upto (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/tools/buildman/ |
D | builder.py | 468 def _GetOutputDir(self, commit_upto): argument 488 def GetBuildDir(self, commit_upto, target): argument 500 def GetDoneFile(self, commit_upto, target): argument 509 def GetSizesFile(self, commit_upto, target): argument 518 def GetFuncSizesFile(self, commit_upto, target, elf_fname): argument 529 def GetObjdumpFile(self, commit_upto, target, elf_fname): argument 540 def GetErrFile(self, commit_upto, target): argument 653 def GetBuildOutcome(self, commit_upto, target, read_func_sizes, argument 732 def GetResultSummary(self, boards_selected, commit_upto, read_func_sizes, argument 1404 def ProduceResultSummary(self, commit_upto, commits, board_selected): argument
|
D | builderthread.py | 116 def RunCommit(self, commit_upto, brd, work_dir, do_config, config_only, argument
|