/third_party/vk-gl-cts/scripts/ |
D | check_swiftshader_runtime.py | 344 with open(result_file, "w") as log_file: 345 log_file.write("New passes:\n") 347 log_file.write(line + "\n") 348 log_file.write("\n") 350 log_file.write("New fails:\n") 352 log_file.write(line + "\n") 353 log_file.write("\n") 355 log_file.write("New crashes:\n") 357 log_file.write(line + "\n") 358 log_file.write("\n") [all …]
|
/third_party/flutter/flutter/dev/bots/ |
D | codelabs_build_test.sh | 15 log_file="build_log_for_104_complete.txt" 25 $build_command 2>&1 | tee "$log_file" 27 if [ ${PIPESTATUS[0]} -eq 0 ] || is_expected_failure "$log_file"; then 28 rm "$log_file" 31 …flutter/blob/master/dev/bots/README.md for steps to resolve this failed build test." >> ${log_file} 33 echo "Log left in $log_file."
|
/third_party/mindspore/tests/st/model_zoo_tests/resnet50/ |
D | test_resnet50_cifar10.py | 43 log_file = os.path.join(cur_model_path, "scripts/train_parallel{}/log") 45 per_step_time = utils.get_perf_data(log_file.format(i)) 49 loss = utils.get_loss_data_list(log_file.format(i)) 79 log_file = os.path.join(cur_model_path, "scripts/train_parallel/log") 81 step_time_list = utils.parse_log_file(pattern, log_file)[8:] 85 loss_list = utils.get_loss_data_list(log_file)[-8:]
|
/third_party/cef/libcef/common/alloy/ |
D | alloy_main_delegate.cc | 167 base::FilePath log_file; in BasicStartupComplete() local 169 if (settings_->log_file.length > 0) in BasicStartupComplete() 170 log_file = base::FilePath(CefString(&settings_->log_file)); in BasicStartupComplete() 171 if (log_file.empty() && command_line->HasSwitch(switches::kLogFile)) { in BasicStartupComplete() 172 log_file = command_line->GetSwitchValuePath(switches::kLogFile); in BasicStartupComplete() 173 if (!log_file.empty()) in BasicStartupComplete() 176 if (log_file.empty()) in BasicStartupComplete() 177 log_file = resource_util::GetDefaultLogFilePath(); in BasicStartupComplete() 178 DCHECK(!log_file.empty()); in BasicStartupComplete() 180 command_line->AppendSwitchPath(switches::kLogFile, log_file); in BasicStartupComplete() [all …]
|
/third_party/wayland_standard/ |
D | test-driver | 54 log_file= # Where to save the output of the test script. 64 --log-file) log_file=$2; shift;; 78 test x"$log_file" = x && missing_opts="$missing_opts --log-file" 107 "$@" >$log_file 2>&1 129 echo "$res $test_name (exit status: $estatus)" >>$log_file
|
/third_party/libpng/ |
D | test-driver | 54 log_file= # Where to save the output of the test script. 64 --log-file) log_file=$2; shift;; 78 test x"$log_file" = x && missing_opts="$missing_opts --log-file" 107 "$@" >$log_file 2>&1 129 echo "$res $test_name (exit status: $estatus)" >>$log_file
|
/third_party/skia/third_party/externals/libpng/ |
D | test-driver | 54 log_file= # Where to save the output of the test script. 64 --log-file) log_file=$2; shift;; 78 test x"$log_file" = x && missing_opts="$missing_opts --log-file" 107 "$@" >$log_file 2>&1 129 echo "$res $test_name (exit status: $estatus)" >>$log_file
|
/third_party/eudev/ |
D | test-driver | 54 log_file= # Where to save the output of the test script. 64 --log-file) log_file=$2; shift;; 78 test x"$log_file" = x && missing_opts="$missing_opts --log-file" 107 "$@" >$log_file 2>&1 129 echo "$res $test_name (exit status: $estatus)" >>$log_file
|
/third_party/libevdev/build-aux/ |
D | test-driver | 54 log_file= # Where to save the output of the test script. 64 --log-file) log_file=$2; shift;; 78 test x"$log_file" = x && missing_opts="$missing_opts --log-file" 107 "$@" >$log_file 2>&1 129 echo "$res $test_name (exit status: $estatus)" >>$log_file
|
/third_party/wayland-protocols_standard/ |
D | test-driver | 54 log_file= # Where to save the output of the test script. 64 --log-file) log_file=$2; shift;; 78 test x"$log_file" = x && missing_opts="$missing_opts --log-file" 107 "$@" >$log_file 2>&1 129 echo "$res $test_name (exit status: $estatus)" >>$log_file
|
/third_party/elfio/ |
D | test-driver | 54 log_file= # Where to save the output of the test script. 64 --log-file) log_file=$2; shift;; 78 test x"$log_file" = x && missing_opts="$missing_opts --log-file" 107 "$@" >$log_file 2>&1 129 echo "$res $test_name (exit status: $estatus)" >>$log_file
|
/third_party/mindspore/tests/st/model_zoo_tests/centernet/ |
D | test_centernet.py | 52 log_file = os.path.join(cur_model_path, "LOG{}/training_log.txt") 54 per_step_time = utils.get_perf_data(log_file.format(i)) 59 .format(log_file.format(i)) 60 loss = utils.get_loss_data_list(log_file.format(i), cmd=loss_cmd)
|
/third_party/skia/third_party/externals/microhttpd/ |
D | test-driver | 54 log_file= # Where to save the output of the test script. 64 --log-file) log_file=$2; shift;; 78 test x"$log_file" = x && missing_opts="$missing_opts --log-file" 107 "$@" >$log_file 2>&1
|
/third_party/iptables/ |
D | iptables-test.py | 33 log_file = None variable 165 global log_file 169 print("command: {}".format(cmd), file=log_file) 171 stderr=subprocess.STDOUT, stdout=log_file) 172 log_file.flush() 354 global log_file 356 log_file = open(LOGFILE, 'w')
|
/third_party/mbedtls/tests/scripts/ |
D | psa_collect_statuses.py | 89 if not options.use_existing_log and os.path.exists(options.log_file): 90 os.remove(options.log_file) 91 if not os.path.exists(options.log_file): 106 data.collect_log(options.log_file)
|
D | check_files.py | 337 def __init__(self, log_file): argument 343 self.setup_logger(log_file) 361 def setup_logger(self, log_file, level=logging.INFO): argument 364 if log_file: 365 handler = logging.FileHandler(log_file) 403 integrity_check = IntegrityChecker(check_args.log_file)
|
/third_party/mindspore/tests/st/model_zoo_tests/face_detection/ |
D | test_FaceDetection_WIDER.py | 45 log_file = os.path.join(cur_model_path, "scripts/device{}/train.log".format(device_id)) 47 loss_list = utils.parse_log_file(pattern1, log_file) 52 imgs_sec_list = utils.parse_log_file(pattern1, log_file)
|
/third_party/mindspore/tests/st/model_zoo_tests/ssd_mobilenet_fpn/ |
D | test_ssd_modelnet_fpn.py | 48 log_file = os.path.join(cur_model_path, "LOG{}/log.txt") 50 per_step_time = utils.get_perf_data(log_file.format(i)) 55 loss = utils.get_loss_data_list(log_file.format(i))
|
/third_party/mindspore/tests/st/model_zoo_tests/deeplabv3/ |
D | test_DeeplabV3_voc2007.py | 53 log_file = os.path.join(cur_model_path, "scripts/s16_aug_train/device{}/log") 55 per_step_time = utils.get_perf_data(log_file.format(i)) 60 loss = utils.get_loss_data_list(log_file.format(i))
|
/third_party/mindspore/tests/st/model_zoo_tests/retinaface_resnet50/ |
D | test_retinaface_resnet50.py | 62 log_file = os.path.join(cur_model_path, "train.log") 64 per_step_time_list = utils.parse_log_file(pattern, log_file)[4:] 67 loss_list = utils.get_loss_data_list(log_file)[-4:]
|
/third_party/mindspore/tests/st/model_zoo_tests/bgcf/ |
D | test_BGCF_amazon_beauty.py | 49 log_file = os.path.join(cur_model_path, "log") 51 loss_list = utils.parse_log_file(pattern1, log_file) 57 epoch_time_list = utils.parse_log_file(pattern1, log_file)[1:]
|
/third_party/ltp/testcases/realtime/scripts/ |
D | parser.py | 35 log_file=filename 37 self.__log_file = open(log_file, "r")
|
/third_party/boost/tools/build/test/ |
D | flags.py | 57 log_file = t.read('bin/config.log') variable 58 BoostBuild.annotation("config.log", log_file)
|
/third_party/skia/infra/bots/recipes/ |
D | upload_dm_results.py | 72 log_file = results_dir.join(VERBOSE_LOG) 79 if log_file in files: 80 api.gsutil.cp('verbose.log', log_file,
|
/third_party/flutter/skia/infra/bots/recipes/ |
D | upload_dm_results.py | 72 log_file = results_dir.join(VERBOSE_LOG) 79 if log_file in files: 80 api.gsutil.cp('verbose.log', log_file,
|