Searched refs:summary (Results 1 – 16 of 16) sorted by relevance
/tools/ |
A D | fit_common.c | 186 void summary_show(struct image_summary *summary, const char *imagefile, in summary_show() argument 189 if (summary->sig_offset) { in summary_show() 191 summary->sig_path); in summary_show() 194 keydest, summary->keydest_path); in summary_show()
|
A D | fit_common.h | 64 void summary_show(struct image_summary *summary, const char *imagefile,
|
A D | image-host.c | 1146 struct image_summary *summary) in fit_config_add_verification_data() argument 1169 summary->sig_offset = noffset; in fit_config_add_verification_data() 1170 fdt_get_path(fit, noffset, summary->sig_path, in fit_config_add_verification_data() 1171 sizeof(summary->sig_path)); in fit_config_add_verification_data() 1174 summary->keydest_offset = ret; in fit_config_add_verification_data() 1176 summary->keydest_path, in fit_config_add_verification_data() 1177 sizeof(summary->keydest_path)); in fit_config_add_verification_data() 1335 struct image_summary *summary) in fit_add_verification_data() argument 1388 algo_name, summary); in fit_add_verification_data()
|
A D | imagetool.h | 101 struct image_summary summary; /* results of signing process */ member
|
A D | mkimage.c | 603 summary_show(¶ms.summary, params.imagefile, in main()
|
A D | fit_image.c | 142 ¶ms->summary); in fit_add_file_data()
|
/tools/buildman/ |
A D | control.py | 484 if not args.summary: 556 tprint(get_action_summary(args.summary, commit_count, board_selected, 563 if args.summary:
|
A D | builder.py | 1496 summary = {} 1560 summary[target] = '\n'.join(lines) 1563 for target, lines in summary.items():
|
A D | README.rst | 30 A key feature of buildman is its output summary, which allows warnings, 70 Buildman produces a concise summary of which boards succeeded and failed. 561 To find out how the build went, ask for a summary with -s. You can do this 871 Shown below the summary lines are the sizes for each board. Below each board 1074 summary for 'arm' showing all the changes detected for that architecture. 1196 along with a summary at the end. 1344 Build summary 1347 When buildman finishes it shows a summary, something like this::
|
A D | buildman.rst | 30 A key feature of buildman is its output summary, which allows warnings, 70 Buildman produces a concise summary of which boards succeeded and failed. 561 To find out how the build went, ask for a summary with -s. You can do this 871 Shown below the summary lines are the sizes for each board. Below each board 1074 summary for 'arm' showing all the changes detected for that architecture. 1196 along with a summary at the end. 1344 Build summary 1347 When buildman finishes it shows a summary, something like this::
|
A D | test.py | 481 options.summary = False
|
/tools/patman/ |
A D | cseries.py | 349 summary = OrderedDict() 352 summary[svid] = AUTOLINK(name, version, link, ser.desc, 371 for name, version, link, desc, state in summary.values(): 387 return summary 948 def summary(self, series): member in Cseries
|
A D | test_cseries.py | 1229 summary = cser.link_auto_all(pwork, update_commit=True, 1233 self.assertEqual(3, len(summary)) 1234 items = iter(summary.values()) 1253 self.assertEqual(summary, summary2) 1257 summary = cser.link_auto_all(pwork, update_commit=True, 1264 svid = list(summary)[0] 1274 summary = cser.link_auto_all(pwork, update_commit=True, 1278 self.assertEqual(2, len(summary)) 1279 items = iter(summary.values()) 1307 self.assertEqual(3, len(summary)) [all …]
|
A D | control.py | 207 cser.summary(args.series)
|
A D | patman.rst | 796 summary 797 Shows a quick summary of series with their status and description.
|
A D | README.rst | 796 summary 797 Shows a quick summary of series with their status and description.
|
Completed in 30 milliseconds