Home
last modified time | relevance | path

Searched refs:output_file (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py155 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)
Dwifi_power_test_utils.py28 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/
Dcheck_quality.py333 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/
Dcommon_operations.py185 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/
Ddevice_driver.py314 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/
Dmain.py112 output_file = arg_dict.pop('output', 'output.json')
127 output_file)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Daudio_test_utils.py180 output_file=analysis_path,
Dcoex_test_utils.py67 from bokeh.plotting import figure, output_file, save
1226 output_file(output_file_path)
/tools/test/connectivity/acts/tests/google/bt/audio_lab/
DBtChameleonTest.py90 output_file=analysis_path,