/tools/test/connectivity/acts/framework/tests/ |
D | test_suite.py | 32 def __init__(self, test_result, output_file, test_suite, test_filename): argument 34 self.output_file = output_file 60 output_file = os.path.join(output_dir, 'test_%s.output' % index) 63 stdout=open(output_file, 'w+'), 66 TestResult(test_result, output_file, test, test_files[index])) 75 with open(result.output_file, 'r') as out_file: 82 with open(result.output_file, 'r') as out_file:
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 409 def generate_figure(self, output_file=None, save_json=True): argument 481 if output_file is not None: 482 self.save_figure(output_file, save_json) 491 def _save_figure_json(self, output_file): argument 495 output_file = output_file.replace('.html', '_plot_data.json') 496 with open(output_file, 'w') as outfile: 499 def save_figure(self, output_file, save_json=True): argument 506 bokeh.plotting.output_file(output_file) 509 self._save_figure_json(output_file) 528 bokeh.plotting.output_file(output_file_path)
|
/tools/acloud/internal/lib/ |
D | ota_tools.py | 144 def _RewriteMiscInfo(output_file, input_file, lpmake_path, get_image): argument 178 output_file.write(b("lpmake=%s\n" % lpmake_path)) 182 output_file.write(b(line)) 188 output_file.write(b("%s_image=%s\n" % 237 def _RewriteSystemQemuConfig(output_file, input_file, get_image): argument 260 output_file.write(b("%s %s %s\n" % (get_image(split_line[1]), 264 output_file.write(b(line))
|
/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 548 checker.dump(output_file)
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | plot_utils.py | 26 from bokeh.plotting import figure, output_file, save 102 output_file(os.path.join(mon_info.data_path, plot_title + '.html')) 182 output_file(os.path.join(mon_info.data_path, plot_title + '.html')) 213 output_file(os.path.join(mon_info.data_path, plot_title + '.html'))
|
D | PowerGnssBaseTest.py | 30 from bokeh.plotting import figure, output_file, save 118 output_file(os.path.join(mon_info.data_path, plot_title + '.html'))
|
/tools/acloud/public/actions/ |
D | common_operations.py | 137 def CollectSerialPortLogs(self, output_file, argument 151 device.instance_name, port, output_file) 159 utils.MakeTarFile(src_dict, output_file)
|
/tools/acloud/public/ |
D | device_driver.py | 312 def _FetchSerialLogsFromDevices(compute_client, instance_names, output_file, argument 333 utils.MakeTarFile(src_dict, output_file) 429 output_file=serial_log_file)
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/ |
D | WlanRvrTest.py | 36 from bokeh.plotting import output_file 56 output_file('%srvr_throughput_vs_attn_%s.html' % (graph_path, test_name), 203 output_file(f'{output_path}/{test_class_name}/rvr_summary.html',
|
D | ChannelSweepTest.py | 26 from bokeh.plotting import output_file 369 output_file(output_file_name)
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 66 from bokeh.plotting import figure, output_file, save 1123 output_file(output_file_path) 1279 output_file(output_file_path)
|
D | audio_test_utils.py | 161 output_file=analysis_path,
|
/tools/trebuchet/trebuchet/system-server-analyzer/ |
D | README.md | 8 …ew :trebuchet:system-server-analyzer:run --args="<trace_file> [-t threshold_ms] [-o output_file]"`.
|
/tools/test/connectivity/acts_tests/tests/google/bt/audio_lab/ |
D | BtChameleonTest.py | 88 output_file=analysis_path,
|