Home
last modified time | relevance | path

Searched refs:log_file (Results 1 – 25 of 40) sorted by relevance

12

/third_party/vk-gl-cts/scripts/
Dcheck_swiftshader_runtime.py344 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/
Dcodelabs_build_test.sh15 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/
Dtest_resnet50_cifar10.py43 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/
Dalloy_main_delegate.cc167 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/
Dtest-driver54 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/
Dtest-driver54 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/
Dtest-driver54 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/
Dtest-driver54 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/
Dtest-driver54 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/
Dtest-driver54 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/
Dtest-driver54 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/
Dtest_centernet.py52 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/
Dtest-driver54 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/
Diptables-test.py33 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/
Dpsa_collect_statuses.py89 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)
Dcheck_files.py337 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/
Dtest_FaceDetection_WIDER.py45 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/
Dtest_ssd_modelnet_fpn.py48 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/
Dtest_DeeplabV3_voc2007.py53 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/
Dtest_retinaface_resnet50.py62 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/
Dtest_BGCF_amazon_beauty.py49 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/
Dparser.py35 log_file=filename
37 self.__log_file = open(log_file, "r")
/third_party/boost/tools/build/test/
Dflags.py57 log_file = t.read('bin/config.log') variable
58 BoostBuild.annotation("config.log", log_file)
/third_party/skia/infra/bots/recipes/
Dupload_dm_results.py72 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/
Dupload_dm_results.py72 log_file = results_dir.join(VERBOSE_LOG)
79 if log_file in files:
80 api.gsutil.cp('verbose.log', log_file,

12