/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/acloud/internal/lib/ |
D | ota_tools.py | 169 def _RewriteMiscInfo(output_file, input_file, lpmake_path, get_image): argument 203 output_file.write(b("lpmake=%s\n" % lpmake_path)) 207 output_file.write(b(line)) 213 output_file.write(b("%s_image=%s\n" % 262 def _RewriteSystemQemuConfig(output_file, input_file, get_image): argument 285 output_file.write(b("%s %s %s\n" % (get_image(split_line[1]), 289 output_file.write(b(line))
|
/tools/test/connectivity/acts_tests/acts_contrib/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_tests/acts_contrib/test_utils/power/ |
D | plot_utils.py | 26 from bokeh.plotting import figure, output_file, save 81 output_file(os.path.join(dest_path, plot_title + '.html')) 154 output_file(os.path.join(dest_path, plot_title + '.html')) 186 output_file(os.path.join(dest_path, plot_title + '.html'))
|
D | PowerGnssBaseTest.py | 30 from bokeh.plotting import figure, output_file, save 103 output_file(os.path.join(dest_path, plot_title + '.html'))
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 336 def generate_figure(self, output_file=None, save_json=True): argument 408 if output_file is not None: 409 self.save_figure(output_file, save_json) 418 def _save_figure_json(self, output_file): argument 422 output_file = output_file.replace('.html', '_plot_data.json') 423 with open(output_file, 'w') as outfile: 426 def save_figure(self, output_file, save_json=True): argument 434 self._save_figure_json(output_file) 435 bokeh.io.output_file(output_file) 455 bokeh.plotting.output_file(output_file_path)
|
/tools/asuite/atest/ |
D | module_info.py | 464 output_file = self.get_atest_merged_info_path() 465 if not os.path.isdir(os.path.dirname(output_file)): 466 os.makedirs(os.path.dirname(output_file)) 473 shutil.copy(temp_file.name, output_file)
|
/tools/acloud/public/actions/ |
D | common_operations.py | 153 def CollectSerialPortLogs(self, output_file, argument 167 device.instance_name, port, output_file) 175 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/performance/ |
D | WlanRvrTest.py | 35 from bokeh.plotting import output_file 55 output_file('%srvr_throughput_vs_attn_%s.html' % (graph_path, test_name), 202 output_file(f'{output_path}/{test_class_name}/rvr_summary.html',
|
D | WlanWmmTest.py | 21 from bokeh.plotting import ColumnDataSource, figure, output_file, save 406 output_file(output_file_name)
|
D | ChannelSweepTest.py | 26 from bokeh.plotting import output_file 406 output_file(output_file_name)
|
/tools/test/connectivity/acts_tests/acts_contrib/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,
|