HomeSort by relevance Sort by last modified time
    Searched refs:log_file (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/ltp/testcases/realtime/scripts/
parser.py 34 log_file=filename
36 self.__log_file = open(log_file, "r")
  /external/v8/tools/
linux-tick-processor 4 log_file="v8.log"
8 log_file=${arg}
26 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
36 cat $log_file | $d8_exec $tools_path/splaytree.js $tools_path/codemap.js \
dump-cpp.py 27 log_file = 'v8.log'
35 log_file = arg
40 with open(log_file, 'r') as f:
47 print 'd8 binary path found in {} is not executable.'.format(log_file)
50 print 'No d8 binary path found in {}.'.format(log_file)
55 with open(log_file) as f:
69 with open(log_file, 'w') as f:
ic-processor 4 log_file="v8.log"
8 log_file=${arg}
26 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
36 cat $log_file | $d8_exec $tools_path/splaytree.js $tools_path/codemap.js \
  /external/toolchain-utils/deprecated/
summarize_results.py 26 def Matches(self, log_file):
27 for log_line in log_file:
32 def Summarize(self, log_file, filename):
37 for line in log_file:
59 def Matches(self, log_file):
61 for log_line in log_file:
66 def Summarize(self, log_file, filename):
69 log_file_lines = '\n'.join(log_file)
84 def Matches(self, log_file):
85 for log_line in log_file
    [all...]
  /external/oj-libjdwp/src/share/back/
log_messages.c 49 static FILE * log_file; variable
156 if ( log_file == NULL && open_count == 0 && logging_filename[0] != 0 ) {
158 log_file = fopen(logging_filename, "w");
159 if ( log_file!=NULL ) {
160 (void)setvbuf(log_file, NULL, _IOLBF, BUFSIZ);
166 if ( log_file != NULL ) {
188 standard_logging_format(log_file,
239 if ( log_file != NULL ) {
240 (void)fflush(log_file);
241 (void)fclose(log_file);
    [all...]
  /external/ImageMagick/config/
tap-driver.sh 61 # TODO: $log_file, $trs_file and $test_name are defined).
63 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"
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"
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
  /external/ltp/testcases/realtime/func/pi-tests/
parse-testpi1.py 57 log_file = sys.argv[1]
58 log = TestPi1(log_file)
parse-testpi2.py 64 log_file=sys.argv[1]
65 log = TestPi2(log_file)
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
host_replay.sh 98 read log_dir log_file <<< `echo $file | awk -F/ 'BEGIN{OFS=" ";} \
100 cp "${HOST_TMP_LOG_DIR}/${log_file}" "${board}/${log_dir}/${log_file}"
  /external/curl/
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"
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
  /external/libevent/
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"
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
  /external/libpng/
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"
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
  /external/pcre/dist2/
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"
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
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py 51 def trace_enable(log_file=None):
52 _trace_enable(log_file)
55 def _trace_enable(log_file=None):
63 if log_file == None:
68 log_file = open("%s.json" % n, "ab", False)
70 elif isinstance(log_file, basestring):
71 _note("trace_event: tracelog name is %s" % log_file)
72 log_file = open("%s" % log_file, "ab", False)
73 elif not hasattr(log_file, 'fileno')
    [all...]
  /external/autotest/server/cros/chaos_lib/
chaos_log_analyzer.py 27 def _find_line_in_log(self, search_pattern, log_file):
29 log_file.seek(0)
30 for line in log_file:
51 def _extract_log_lines(self, log_file, start_pattern=None, end_pattern=None,
71 log_file.seek(0)
72 for line in log_file:
  /system/security/keystore/
test-keystore 20 log_file=$prefix.log
24 rm -f $log_file
30 append $log_file \# "$@"
47 "$@" | tr --delete '\r' | sed -E 's/[0-9]{4}-[0-9]{2}-[0-9]{2} +[0-9]{1,2}:[0-9]{2} //' >> $log_file
61 log "comparing $baseline_file and $log_file"
62 diff $baseline_file $log_file || (log $tag FAILED && exit 1)
  /system/update_engine/
main.cc 141 log_settings.log_file = nullptr;
143 string log_file; local
145 log_file = SetupLogFile(kSystemLogsRoot);
147 log_settings.log_file = log_file.c_str();
154 chmod(log_file.c_str(), 0640);
  /external/google-breakpad/android/
test-driver 55 # TODO: $log_file, $trs_file and $test_name are defined).
57 log_file= # Where to save the output of the test script.
67 --log-file) log_file=$2; shift;;
90 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
97 # ANDROID: old line was: "$@" > $log_file 2>&1
99 "$progdir/test-shell.sh" "$@" > $log_file 2>&1
  /external/arm-neon-tests/
compute_ref.c 36 FILE* log_file = NULL; variable
44 if (log_file) fclose (log_file);
204 log_file = fopen (LOGFILE, "w");
205 if (log_file == NULL) {
212 fprintf (log_file, "Error opening ref file %s\n", REFFILE);
218 fprintf (log_file, "Error opening GCC ref file %s\n", GCCTESTS_FILE);
222 fprintf (log_file, "Computing refs....\n");
367 fprintf (log_file, "Finished\n");
  /external/autotest/client/site_tests/camera_HAL3Perf/
camera_HAL3Perf.py 38 def _analyze_log(self, log_file):
42 @param log_file: path of the log file. Sample lines of the log file are
50 with open(log_file, 'r') as f:
62 msg = 'Error in parsing the log file (%s)' % log_file
65 msg = 'Error in reading the log file (%s): %s' % (log_file, err)
  /external/google-breakpad/autotools/
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"
100 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
107 "$@" >$log_file 2>&1
  /external/libmicrohttpd/
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"
100 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
107 "$@" >$log_file 2>&1
  /external/libxkbcommon/xkbcommon/build-aux/
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"
100 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
107 "$@" >$log_file 2>&1

Completed in 817 milliseconds

1 2 3 4 5