Home
last modified time | relevance | path

Searched refs:log_file (Results 1 – 25 of 27) 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/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/libevdev/build-aux/
Dtest-driver56 log_file= # Where to save the output of the test script.
66 --log-file) log_file=$2; shift;;
80 test x"$log_file" = x && missing_opts="$missing_opts --log-file"
111 : >"$log_file"
112 "$@" >>"$log_file" 2>&1
134 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/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/libbpf/ci/managers/
Dtravis_wait.bash34 local log_file="travis_wait_${$}.log"
36 "${cmd[@]}" &>"${log_file}" &
58 cat "${log_file}"
/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/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,
/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/ltp/testcases/realtime/scripts/
Dparser.py35 log_file=filename
37 self.__log_file = open(log_file, "r")
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
Dpage-poisoning.c86 static char log_file[PATH_MAX]; variable
770 log_fd = fopen(log_file, "w"); in setup_log()
772 log_fd = fopen(log_file, "a"); in setup_log()
774 err("cannot open log file: %s\n", log_file); in setup_log()
835 snprintf(log_file, sizeof(log_file), "page-poisoning.log"); in main()
855 snprintf(log_file, sizeof(log_file), "%s", optarg); in main()
/third_party/ltp/testcases/realtime/func/pi-tests/
Dparse-testpi1.py55 log_file = sys.argv[1]
56 log = TestPi1(log_file)
Dparse-testpi2.py63 log_file=sys.argv[1]
64 log = TestPi2(log_file)
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c363 FILE *log_file; in _priv_gst_debug_init() local
369 log_file = stdout; in _priv_gst_debug_init()
372 log_file = g_fopen (name, "w"); in _priv_gst_debug_init()
374 if (log_file == NULL) { in _priv_gst_debug_init()
377 log_file = stderr; in _priv_gst_debug_init()
381 log_file = stderr; in _priv_gst_debug_init()
384 gst_debug_add_log_function (gst_debug_log_default, log_file, NULL); in _priv_gst_debug_init()
1327 FILE *log_file = user_data ? user_data : stderr; in gst_debug_log_default() local
1367 FPRINTF_DEBUG (log_file, "%" GST_TIME_FORMAT PRINT_FMT, in gst_debug_log_default()
1372 FFLUSH_DEBUG (log_file); in gst_debug_log_default()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_main.c645 const char *log_file = NULL; in ap_main() local
710 log_file = optarg; in ap_main()
777 if (log_file) in ap_main()
778 wpa_debug_open_file(log_file); in ap_main()
779 if (!log_file && !wpa_debug_syslog) in ap_main()
929 if (log_file) in ap_main()
/third_party/selinux/secilc/docs/
Dcil_container_statements.md169 (type log_file)
170 (typeattributeset file_type (log_file))
171 (typeattributeset data_file_type (log_file))
172 (allow process log_file (dir (write search create setattr add_name)))
173 (allow process log_file (file (create open append getattr setattr)))
174 (roletype object_r log_file)
175 (context log_file_context (u object_r log_file low_low))
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_main.c647 const char *log_file = NULL; in ap_main() local
709 log_file = optarg; in ap_main()
776 if (log_file) in ap_main()
777 wpa_debug_open_file(log_file); in ap_main()
925 if (log_file) in ap_main()
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc133 void LogProtocolMessage(const base::FilePath& log_file, in LogProtocolMessage() argument
141 if (storage::NativeFileUtil::EnsureFileExists(log_file, nullptr) != in LogProtocolMessage()
143 LOG(ERROR) << "Failed to create file " << log_file.value(); in LogProtocolMessage()
165 if (!base::AppendToFile(log_file, base::StringPiece(str))) { in LogProtocolMessage()
166 LOG(ERROR) << "Failed to write file " << log_file.value(); in LogProtocolMessage()
/third_party/cef/include/internal/
Dcef_types_wrappers.h543 cef_string_clear(&s->log_file); in clear()
584 cef_string_set(src->log_file.str, src->log_file.length, &target->log_file, in set()
Dcef_types.h329 cef_string_t log_file; member
/third_party/rust/crates/tracing/tracing-log/src/
Dlib.rs202 let log_file = record.file(); in dispatch_record() localVariable
206 let file = log_file.as_ref().map(|s| s as &dyn field::Value); in dispatch_record()
/third_party/ffmpeg/
Dconfigure517 log_file(){ function
1027 log_file $TMPC
1034 log_file $TMPCPP
1041 log_file $TMPM
1048 log_file $TMPCU
1071 log_file $TMPC
1078 log_file $TMPS
1085 log_file $TMPASM
1134 log_file $TMPC
1588 log_file $TMPC
[all …]
/third_party/libevdev/
Dthird_party_libevdev.diff6506 -"$@" >$log_file 2>&1
6510 +: >"$log_file"
6511 +"$@" >>"$log_file" 2>&1
6519 -echo "$res $test_name (exit status: $estatus)" >>$log_file
6520 +echo "$res $test_name (exit status: $estatus)" >>"$log_file"

12