Searched refs:output_excel_path (Results 1 – 3 of 3) sorted by relevance
| /developtools/integration_verification/tools/opensource_tools/src/ |
| D | spdx_license_matcher.py | 69 def save_to_excel(self, output_excel_path): argument 71 self.df.to_excel(output_excel_path, index=False) 76 def main(input_excel_path, input_json_path, output_excel_path): argument 80 matcher.save_to_excel(output_excel_path) 85 output_excel_path = sys.argv[3] variable 86 main(input_excel_path, input_json_path, output_excel_path)
|
| /developtools/integration_verification/tools/opensource_tools/test/ |
| D | test_spdx_license_matcher.py | 28 cls.output_excel_path = 'test_output.xlsx' 51 os.remove(cls.output_excel_path) 80 self.matcher.save_to_excel(self.output_excel_path) 81 self.assertTrue(os.path.exists(self.output_excel_path)) 83 df_saved = pd.read_excel(self.output_excel_path)
|
| /developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
| D | ram_analyzer.py | 645 output_excel_path = args.excel variable 648 … device_num=device, output_file=output_filename, ss="Pss", output_excel=output_excel_path,
|