Searched refs:pref (Results 1 – 1 of 1) sorted by relevance
/sof-2.7.6/tools/sof_ri_info/ |
D | sof_ri_info.py | 1021 def dump_info(self, pref, comp_filter): argument 1024 print(pref + self.name) 1026 print("{:} {:<{:}} {:}".format(pref, attrib.name, 1028 self.dump_comp_info(pref, comp_filter) 1030 def dump_attrib_info(self, pref, attr_name): argument 1034 print("{:} {:<{:}} {:}".format(pref, attrib.name, 1037 def dump_comp_info(self, pref, comp_filter=''): argument 1044 comp.dump_info(pref + ' ', comp_filter) 1057 def dump_info(self, pref, comp_filter): argument 1061 out = '{}{}'.format(pref, self.name) [all …]
|