Home
last modified time | relevance | path

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

12345

/external/deqp/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 …]
/external/OpenCL-CTS/test_conformance/
Drun_conformance.py46 global log_file
48 log_file.write(text + "\n")
81 def run_test_checking_output(current_directory, test_dir, log_file): argument
175 log_file.write(" " + line + "\n")
176 log_file.flush()
201 log_file.write(read_output.read(1))
221log_file.write("==================================================================================…
222log_file.write("==================================================================================…
223 log_file.write("(" + get_time() + ") Running Tests: " + test_dir + "\n")
224log_file.write("==================================================================================…
[all …]
/external/oj-libjdwp/src/share/back/
Dlog_messages.c49 static FILE * log_file; variable
156 if ( log_file == NULL && open_count == 0 && logging_filename[0] != 0 ) { in log_message_end()
158 log_file = fopen(logging_filename, "w"); in log_message_end()
159 if ( log_file!=NULL ) { in log_message_end()
160 (void)setvbuf(log_file, NULL, _IOLBF, BUFSIZ); in log_message_end()
166 if ( log_file != NULL ) { in log_message_end()
188 standard_logging_format(log_file, in log_message_end()
245 if ( log_file != NULL ) { in finish_logging()
246 (void)fflush(log_file); in finish_logging()
247 (void)fclose(log_file); in finish_logging()
[all …]
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py92 def trace_enable(log_file=None, format=None): argument
108 _trace_enable(log_file, format)
154 def _trace_enable(log_file=None, format=None): argument
164 if log_file == None:
170 log_file = open("%s.pb" % n, "ab", False)
172 log_file = open("%s.json" % n, "ab", False)
173 elif isinstance(log_file, basestring):
174 log_file = open("%s" % log_file, "ab", False)
175 elif not hasattr(log_file, 'fileno'):
179 _note("trace_event: tracelog name is %s" % log_file)
[all …]
/external/arm-neon-tests/
Dcompute_ref.c36 FILE* log_file = NULL; variable
44 if (log_file) fclose (log_file); in cleanup()
204 log_file = fopen (LOGFILE, "w"); in main()
205 if (log_file == NULL) { in main()
212 fprintf (log_file, "Error opening ref file %s\n", REFFILE); in main()
218 fprintf (log_file, "Error opening GCC ref file %s\n", GCCTESTS_FILE); in main()
222 fprintf (log_file, "Computing refs....\n"); in main()
367 fprintf (log_file, "Finished\n"); in main()
/external/cronet/testing/chromoting/
Dchromoting_test_utilities.py146 log_file = results[start_of_host_log:].rstrip()
152 with open(log_file, 'r') as f:
156 return log_file
207 for log_file in sorted(host_log_files):
208 with open(log_file, 'r') as log:
210 log_file, log.read())
254 with open(host_log_file, 'r') as log_file:
255 for line in log_file:
/external/libpng/
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"
/external/pcre/
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"
/external/curl/
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"
/external/ImageMagick/config/
Dtap-driver.sh63 log_file= # Where to save the result and output of the test script.
76 --log-file) log_file=$2; shift;;
148 -v log_file="$log_file" \
639 } 3>"$log_file"
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
/external/autotest/server/cros/chaos_lib/
Dchaos_log_analyzer.py29 def _find_line_in_log(self, search_pattern, log_file): argument
31 log_file.seek(0)
32 for line in log_file:
53 def _extract_log_lines(self, log_file, start_pattern=None, end_pattern=None, argument
73 log_file.seek(0)
74 for line in log_file:
/external/libevent/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
/external/google-breakpad/autotools/
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
/external/zstd/tests/gzip/
Dtest-driver.sh54 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
/external/ComputeLibrary/tests/framework/command_line/
DCommonOptions.cpp45 log_file(parser.add_option<SimpleOption<std::string>>("log-file")), in CommonOptions()
94 log_file->set_help("Write output to file instead of to the console (affected by log-format)"); in CommonOptions()
106 if(pretty_console->value() && (log_file->is_set() || log_format->value() != LogFormat::PRETTY)) in create_printers()
125 pretty_printer->set_color_output((!log_file->is_set()) && color_output->value()); in create_printers()
130 if(log_file->is_set()) in create_printers()
132 log_streams.push_back(std::make_shared<std::ofstream>(log_file->value())); in create_printers()
/external/rappor/tests/
Dmake_summary.py169 def ParseMetrics(metrics_file, log_file, num_additional): argument
227 elapsed_time = ExtractTime(log_file)
237 def FormatCell1(test_case, test_instance, metrics_file, log_file, plot_file, argument
256 external_file = log_file
347 log_file = os.path.join(report_dir, 'log.txt')
350 cell1_html = FormatCell1(test_case, test_instance, metrics_file, log_file,
354 metrics_dict, metrics_html = ParseMetrics(metrics_file, log_file,
375 if os.path.isfile(log_file):
/external/autotest/server/
Dsite_linux_router.py288 log_file = os.path.join(self.logdir,
307 self.router.run('rm %s' % log_file, ignore_status=True)
313 self.cmd_hostapd, conf_file, log_file, stderr_log_file))
318 log_file,
327 condition=lambda: self._has_hostapd_started(log_file, pid),
340 def _has_hostapd_started(self, log_file, pid): argument
347 'grep "Setup of interface done" %s' % log_file,
355 'grep "Interface initialization failed" %s' % log_file,
434 files_to_copy = [(instance.log_file,
924 log_file = self.hostapd_instances[instance].log_file
[all …]
/external/openthread/third_party/openthread-test-driver/
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"
119 TEST_NAME="${test_name}" PORT_OFFSET=$OFFSET python3 "$@" >$log_file 2>&1
146 echo "$res $test_name (exit status: $estatus)" >>$log_file
/external/libbpf/travis-ci/managers/
Dtravis_wait.bash34 local log_file="travis_wait_${$}.log"
36 "${cmd[@]}" &>"${log_file}" &
58 cat "${log_file}"
/external/strace/
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
/external/libconfig/aux-build/
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
/external/autotest/client/site_tests/camera_HAL3Perf/
Dcamera_HAL3Perf.py47 def _analyze_log(self, log_file): argument
59 with open(log_file, 'r') as f:
71 msg = 'Error in parsing the log file (%s)' % log_file
74 msg = 'Error in reading the log file (%s): %s' % (log_file, err)
/external/iperf3/config/
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
/external/openthread/third_party/nlbuild-autotools/repo/third_party/autoconf/
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

12345