Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 16 of 16) sorted by relevance

/tools/
A Dfit_common.c186 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 Dfit_common.h64 void summary_show(struct image_summary *summary, const char *imagefile,
A Dimage-host.c1146 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 Dimagetool.h101 struct image_summary summary; /* results of signing process */ member
A Dmkimage.c603 summary_show(&params.summary, params.imagefile, in main()
A Dfit_image.c142 &params->summary); in fit_add_file_data()
/tools/buildman/
A Dcontrol.py484 if not args.summary:
556 tprint(get_action_summary(args.summary, commit_count, board_selected,
563 if args.summary:
A Dbuilder.py1496 summary = {}
1560 summary[target] = '\n'.join(lines)
1563 for target, lines in summary.items():
A DREADME.rst30 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 Dbuildman.rst30 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 Dtest.py481 options.summary = False
/tools/patman/
A Dcseries.py349 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 Dtest_cseries.py1229 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 Dcontrol.py207 cser.summary(args.series)
A Dpatman.rst796 summary
797 Shows a quick summary of series with their status and description.
A DREADME.rst796 summary
797 Shows a quick summary of series with their status and description.

Completed in 30 milliseconds