Searched refs:output_file (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/ |
D | check_quality.py | 333 def dump(self, output_file): argument 345 with open(output_file, 'w') as f: 408 def dump(self, output_file): argument 420 with open(output_file, 'w') as f: 495 output_file, argument 549 checker.dump(output_file)
|
/tools/test/connectivity/tools/lab/ |
D | main.py | 112 output_file = arg_dict.pop('output', 'output.json') 127 output_file)
|
/tools/acloud/public/ |
D | device_driver.py | 301 def _FetchSerialLogsFromDevices(compute_client, instance_names, output_file, argument 322 utils.MakeTarFile(src_dict, output_file) 423 output_file=serial_log_file) 429 output_file=logcat_file)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 28 from bokeh.plotting import figure, output_file, save 103 output_file("%s/%s.html" % (mon_info.data_path, plot_title)) 327 output_file(output_file_path)
|
/tools/test/connectivity/acts/tests/google/bt/audio_lab/ |
D | BtChameleonTest.py | 90 output_file=analysis_path,
|