Lines Matching refs:item
65 for item in features:
66 if component_name == item['name']:
67 component = item
215 for item in self.maintainers_file:
218 tests = self.maintainers_file[item].get('tests', [])
224 for path in self.maintainers_file[item]['files']:
363 for item in json_report['components']:
364 worksheet.write(row, col, item['name'],cell_format)
365 … testsuites,runnable,build_only,sim_only,hw_only, mixed= self._component_calculate_stats(item)
377 for i_file in item['files']:
389 worksheet.write(row,col+10,item["Comment"],cell_format)
430 for item in json_report['components']:
431 worksheet = self.report_book.add_worksheet(item['name'])
442 for i_file in item['files']:
466 for i_file in item['files']:
484 worksheet.write(row,col,item['name'],cell_format)
485 for i_sub_component in item['sub_components']: