Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/tests/
Dtest_suite.py32 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/
Dbokeh_figure.py238 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/
Dota_tools.py132 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/
Dcheck_quality.py325 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/
Dplot_utils.py27 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'))
DPowerGnssBaseTest.py30 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/
Dbits_client_test.py168 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/
Dlib.rs55 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/
Dbits_client.py126 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/
Dcommon_operations.py151 def CollectSerialPortLogs(self, output_file, argument
165 device.instance_name, port, output_file)
173 utils.MakeTarFile(src_dict, output_file)
/tools/acloud/public/
Ddevice_driver.py313 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/
Dshannon_log_parser.py752 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/
DREADME.md8 …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/
Daudio_test_utils.py161 output_file=analysis_path,
Dcoex_test_utils.py66 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/
DWlanRvrTest.py35 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',
DWlanWmmTest.py21 from bokeh.plotting import ColumnDataSource, figure, output_file, save
410 output_file(output_file_name)
DChannelSweepTest.py24 from bokeh.plotting import output_file
407 output_file(output_file_name)
/tools/test/connectivity/acts_tests/tests/google/bt/audio_lab/
DBtChameleonTest.py88 output_file=analysis_path,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_test_utils.py825 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/
Dcommand_input.py2321 output_file=analysis_path,