Searched refs:out_file (Results 1 – 12 of 12) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | latency.py | 158 'wb') as out_file: 159 csv_writer = csv.writer(out_file) 172 'wb') as out_file: 173 csv_writer = csv.writer(out_file) 182 file=out_file) 183 print('Min = {}'.format(summary['min_lat']), file=out_file) 184 print('Max = {}'.format(summary['max_lat']), file=out_file) 185 print('Average = {}'.format(summary['average_lat']), file=out_file) 186 print('Median = {}'.format(summary['median_lat']), file=out_file) 187 print('90 %ile = {}'.format(summary['90pctile']), file=out_file) [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | iperf_client.py | 168 with open(full_out_path, 'w') as out_file: 169 subprocess.call(iperf_cmd, stdout=out_file) 238 with open(full_out_path, 'w') as out_file: 239 out_file.write(iperf_output) 330 with open(full_out_path, 'w') as out_file: 331 out_file.write('\n'.join(clean_out))
|
/tools/test/connectivity/acts/framework/tests/ |
D | test_suite.py | 75 with open(result.output_file, 'r') as out_file: 76 print(out_file.read(), file=sys.stderr) 82 with open(result.output_file, 'r') as out_file: 83 print(out_file.read(), file=sys.stderr)
|
/tools/dexter/dexter/ |
D | dexter.cc | 297 FILE* out_file = fopen(out_dex_filename_, "wb"); in CreateNewImage() local 298 if (out_file == nullptr) { in CreateNewImage() 304 fclose(out_file); in CreateNewImage() 308 SLICER_CHECK(fwrite(new_image, 1, new_image_size, out_file) == new_image_size); in CreateNewImage()
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiIOTTwPkg1Test.py | 143 with open(client_output_path, 'w') as out_file: 144 out_file.write("\n".join(data)) 187 with open(client_output_path, 'w') as out_file: 188 out_file.write("\n".join(data))
|
D | WifiRvrTwTest.py | 348 with open(client_output_path, 'w') as out_file: 349 out_file.write("\n".join(data)) 397 with open(client_output_path, 'w') as out_file: 398 out_file.write("\n".join(data))
|
/tools/asuite/atest-py2/test_finders/ |
D | test_finder_utils.py | 362 for out_file in out_files: 363 if out_file: 364 out_dirs.append(os.path.dirname(out_file.strip()))
|
/tools/asuite/atest/test_finders/ |
D | test_finder_utils.py | 421 for out_file in out_files: 422 if out_file: 423 out_dirs.append(os.path.dirname(out_file.strip()))
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | coex_test_utils.py | 158 out_file = "bluetooth_dumpsys_%s.txt" % dump_counter 160 pri_ad.serial, dumpsys_path, out_file) 162 file_path = os.path.join(dumpsys_path, out_file)
|
/tools/carrier_settings/ |
D | main.sh | 80 --out_file="$INNER_TMP_DIR"/apns.textpb
|
/tools/carrier_settings/python/ |
D | update_apn.py | 255 with open(FLAGS.out_file, 'w', encoding='utf-8') as apnout:
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_test_utils.py | 2000 def convert_pem_key_to_pkcs8(in_file, out_file): argument 2013 asserts.assert_true(out_file.endswith(".der"), 2016 " -topk8").format(in_file, out_file)
|