Searched refs:output_file (Results 1 – 9 of 9) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 155 def generate_figure(self, output_file=None): argument 216 if output_file is not None: 217 bokeh.plotting.output_file(output_file) 221 def save_figure(self, output_file): argument 222 bokeh.plotting.output_file(output_file) 287 bokeh.plotting.output_file(output_file_path) 294 bokeh.plotting.output_file(output_file_path)
|
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)) 336 output_file(output_file_path) 343 output_file(output_file_path)
|
/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/acloud/public/actions/ |
D | common_operations.py | 185 def CollectSerialPortLogs(self, output_file, argument 199 device.instance_name, port, output_file) 207 utils.MakeTarFile(src_dict, output_file) 209 def CollectLogcats(self, output_file, ssh_user, ssh_rsa_path): argument 227 utils.MakeTarFile(file_dict, output_file)
|
/tools/acloud/public/ |
D | device_driver.py | 314 def _FetchSerialLogsFromDevices(compute_client, instance_names, output_file, argument 335 utils.MakeTarFile(src_dict, output_file) 429 output_file=serial_log_file) 435 output_file=logcat_file)
|
/tools/test/connectivity/tools/lab/ |
D | main.py | 112 output_file = arg_dict.pop('output', 'output.json') 127 output_file)
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | audio_test_utils.py | 180 output_file=analysis_path,
|
D | coex_test_utils.py | 67 from bokeh.plotting import figure, output_file, save 1226 output_file(output_file_path)
|
/tools/test/connectivity/acts/tests/google/bt/audio_lab/ |
D | BtChameleonTest.py | 90 output_file=analysis_path,
|