Home
last modified time | relevance | path

Searched refs:log_file (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/scripts/
H A 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
[all...]
/third_party/node/deps/v8/tools/
H A Ddump-cpp.py28 log_file = 'v8.log'
36 log_file = arg
41 with open(log_file, 'r') as f:
48 print('d8 binary path found in {} is not executable.'.format(log_file))
51 print('No d8 binary path found in {}.'.format(log_file))
56 with open(log_file) as f:
70 with open(log_file, 'w') as f:
H A Dll_prof.py350 self.log_file = open(log_name, "r")
351 self.log = mmap.mmap(self.log_file.fileno(), 0, mmap.MAP_PRIVATE)
432 self.log_file.close()
/third_party/node/deps/cares/config/
H A 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"
102 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
111 : >"$log_file"
112 "$@" >>"$log_file" 2>&1
134 echo "$res $test_name (exit status: $estatus)" >>"$log_file"
/third_party/libevdev/build-aux/
H A 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"
102 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
111 : >"$log_file"
112 "$@" >>"$log_file" 2>&1
134 echo "$res $test_name (exit status: $estatus)" >>"$log_file"
/third_party/eudev/
H A 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"
100 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
107 "$@" >$log_file 2>&1
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
/third_party/skia/third_party/externals/libpng/
H A 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"
100 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
107 "$@" >$log_file 2>&1
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
/third_party/libbpf/ci/managers/
H A Dtravis_wait.bash34 local log_file="travis_wait_${$}.log"
36 "${cmd[@]}" &>"${log_file}" &
58 cat "${log_file}"
/third_party/mbedtls/tests/scripts/
H A Dpsa_collect_statuses.py77 if not options.use_existing_log and os.path.exists(options.log_file):
78 os.remove(options.log_file)
79 if not os.path.exists(options.log_file):
94 data.collect_log(options.log_file)
H A Dcheck_files.py452 def __init__(self, log_file):
455 Write a report of issues to log_file."""
458 self.setup_logger(log_file)
472 def setup_logger(self, log_file, level=logging.INFO):
473 """Log to log_file if provided, or to stderr if None."""
476 if log_file:
477 handler = logging.FileHandler(log_file)
527 "-l", "--log_file", type=str, help="path to optional output log",
530 integrity_check = IntegrityChecker(check_args.log_file)
/third_party/skia/third_party/externals/microhttpd/
H A 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"
100 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
107 "$@" >$log_file 2>&1
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/
H A Ditt_refcol_impl.c48 char* log_file = log_file_name_generate(); in ref_col_init() local
53 sprintf(file_name_buffer,"%s\\%s", log_dir, log_file); in ref_col_init()
55 sprintf(file_name_buffer,"%s/%s", log_dir, log_file); in ref_col_init()
64 sprintf(file_name_buffer,"%s\\%s", temp_dir, log_file); in ref_col_init()
67 sprintf(file_name_buffer,"/tmp/%s", log_file); in ref_col_init()
/third_party/ltp/testcases/realtime/scripts/
H A Dparser.py35 log_file=filename
37 self.__log_file = open(log_file, "r")
/third_party/skia/infra/bots/recipes/
H A 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/func/pi-tests/
H A Dparse-testpi2.py63 log_file=sys.argv[1]
64 log = TestPi2(log_file)
H A Dparse-testpi1.py55 log_file = sys.argv[1]
56 log = TestPi1(log_file)
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
H A 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/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_main.c655 const char *log_file = NULL; in ap_main() local
723 log_file = optarg; in ap_main()
790 if (log_file) in ap_main()
791 wpa_debug_open_file(log_file); in ap_main()
792 if (!log_file && !wpa_debug_syslog) in ap_main()
943 if (log_file) in ap_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A 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/ffmpeg/
H A Dconfigure526 log_file(){ function
1036 log_file $TMPC
1043 log_file $TMPCPP
1050 log_file $TMPM
1057 log_file $TMPCU
1080 log_file $TMPC
1087 log_file $TMPS
1094 log_file $TMPASM
1143 log_file $TMPC
1639 log_file
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc2067 FILE* log_file = i_isolate->logger()->TearDownAndGetLogFile(); in LogGetAndStop() local
2068 if (!log_file) { in LogGetAndStop()
2074 raw_log = i::ReadFile(log_file, &exists, true); in LogGetAndStop()
2075 base::Fclose(log_file); in LogGetAndStop()

Completed in 20 milliseconds