/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_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ |
D | bokeh_figure.py | 238 def generate_figure(self, output_file=None, save_json=True): argument 316 if output_file is not None: 317 self.save_figure(output_file, save_json) 326 def _save_figure_json(self, output_file): argument 330 output_file = output_file.replace('.html', '_plot_data.json') 331 with open(output_file, 'w') as outfile: 334 def save_figure(self, output_file, save_json=True): argument 342 self._save_figure_json(output_file) 343 bokeh.io.output_file(output_file) 363 bokeh.plotting.output_file(output_file_path)
|
/tools/acloud/internal/lib/ |
D | ota_tools.py | 132 def _RewriteMiscInfo(output_file, input_file, lpmake_path, get_image): argument 166 output_file.write("lpmake=%s\n" % lpmake_path) 170 output_file.write(line) 176 output_file.write("%s_image=%s\n" % 224 def _RewriteSystemQemuConfig(output_file, input_file, get_image): argument 247 output_file.write("%s %s %s\n" % (get_image(split_line[1]), 251 output_file.write(line)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/ |
D | check_quality.py | 325 def dump(self, output_file): argument 337 with open(output_file, 'w') as f: 400 def dump(self, output_file): argument 412 with open(output_file, 'w') as f: 488 output_file, argument 541 checker.dump(output_file)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | plot_utils.py | 27 from bokeh.plotting import figure, output_file, save 84 output_file(os.path.join(dest_path, plot_title + '.html')) 165 output_file(os.path.join(dest_path, plot_title + '.html')) 197 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/framework/tests/controllers/bits_lib/ |
D | bits_client_test.py | 168 output_file = '/path/to/csv' 171 client.export_as_csv([':mW', ':mV'], collection, output_file) 176 self.assertIn(output_file, cmd) 183 output_file = '/path/to/csv' 188 client.export_as_csv([':mW', ':mV'], collection, output_file)
|
/tools/netsim/rust/cli/src/ |
D | lib.rs | 55 let output_file = dir.join(filename); in perform_streaming_request() localVariable 56 cmd.current_file = output_file.display().to_string(); in perform_streaming_request() 61 file: File::create(&output_file).unwrap_or_else(|_| { in perform_streaming_request() 62 panic!("Failed to create file: {}", &output_file.display()) in perform_streaming_request() 64 path: output_file, in perform_streaming_request()
|
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/ |
D | bits_client.py | 126 def export_as_csv(self, channels, collection_name, output_file): argument 142 output_file, 153 collection_name, output_file, channels_arg)
|
/tools/acloud/public/actions/ |
D | common_operations.py | 151 def CollectSerialPortLogs(self, output_file, argument 165 device.instance_name, port, output_file) 173 utils.MakeTarFile(src_dict, output_file)
|
/tools/acloud/public/ |
D | device_driver.py | 313 def _FetchSerialLogsFromDevices(compute_client, instance_names, output_file, argument 334 utils.MakeTarFile(src_dict, output_file) 437 output_file=serial_log_file)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | shannon_log_parser.py | 752 with open(output_filename, 'a') as output_file: 760 output_file.write(header_line) 762 output_file.write(input_file.readline()) 769 output_file.write(line)
|
/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/acts_contrib/test_utils/coex/ |
D | audio_test_utils.py | 161 output_file=analysis_path,
|
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)
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/ |
D | WlanRvrTest.py | 35 from bokeh.plotting import output_file 56 output_file('%srvr_throughput_vs_attn_%s.html' % (graph_path, test_name), 207 output_file(f'{output_path}/{test_class_name}/rvr_summary.html',
|
D | WlanWmmTest.py | 21 from bokeh.plotting import ColumnDataSource, figure, output_file, save 410 output_file(output_file_name)
|
D | ChannelSweepTest.py | 24 from bokeh.plotting import output_file 407 output_file(output_file_name)
|
/tools/test/connectivity/acts_tests/tests/google/bt/audio_lab/ |
D | BtChameleonTest.py | 88 output_file=analysis_path,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_test_utils.py | 825 output_file = os.path.join(log_path, output_file_name) 831 MetricsDict_df.to_csv(output_file)
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/ |
D | command_input.py | 2321 output_file=analysis_path,
|