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

1 2 3 4 5

  /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 \
plot-timer-events 4 log_file="v8.log"
8 log_file=${arg}
30 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
79 cat $log_file |
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py 49 def trace_enable(log_file=None):
50 _trace_enable(log_file)
53 def _trace_enable(log_file=None):
61 if log_file == None:
66 log_file = open("%s.json" % n, "ab", False)
68 elif isinstance(log_file, basestring):
69 _note("trace_event: tracelog name is %s" % log_file)
70 log_file = open("%s" % log_file, "ab", False)
71 elif not hasattr(log_file, 'fileno')
    [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
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 64 char *log_file; /* file to save all event logs */ member in struct:PERF_Config
  /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/pcre/dist/
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
  /system/update_engine/
main.cc 80 string log_file; local
87 log_settings.log_file = nullptr;
90 log_file = SetupLogFile("/var/log");
91 log_settings.log_file = log_file.c_str();
  /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)
  /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/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/protobuf/gtest/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
  /external/protobuf/
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/autotest/client/site_tests/graphics_KhronosGLCTSChrome/
graphics_KhronosGLCTSChrome.py 40 log_file = os.path.join(self.resultsdir, self.BINARY + ".xml")
41 bin_args = '--gtest_output=xml:%s %s' % (log_file, self.resultsdir)
  /external/autotest/client/cros/faft/utils/
os_interface.py 59 self.log_file = None
70 def init(self, state_dir=None, log_file=None):
77 log_file - a string, the name of the log file kept in the state
91 if log_file:
92 if log_file[0] == '/':
93 self.log_file = log_file
95 self.log_file = os.path.join(state_dir, log_file)
223 self.log_file
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
sonofmmm.py 32 self.log_file = '%s.log' % self.instance_id
33 self.log_path = os.path.join(self.working_dir, self.log_file)
79 key = self.output_bucket.new_key(self.log_file)
  /external/webrtc/webrtc/call/
rtc_event_log.h 52 virtual bool StartLogging(rtc::PlatformFile log_file) = 0;
  /external/dnsmasq/src/
log.c 70 if (daemon->log_file)
78 if (!log_reopen(daemon->log_file))
104 int log_reopen(char *log_file)
111 if (log_file)
113 log_fd = open(log_file, O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 59 sConfig->log_file = NULL;
82 if (sConfig->log_file)
84 free(sConfig->log_file);
85 sConfig->log_file = NULL;
148 assign_string_if_matches(line, "log_file", &cfg->log_file) ||
  /external/autotest/server/site_tests/platform_GCC/
platform_GCC.py 22 log_file = open(log, 'rb')
23 for line in log_file:
34 log_file.close()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
copybot.py 31 self.log_file = '%s.log' % self.instance_id
32 self.log_path = os.path.join(self.wdir, self.log_file)
81 key = self.dst.new_key(self.log_file)
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 84 local log_file="$2"
86 echo "=> $message; log in $log_file"
89 # e.g.: xterm -e /bin/bash -c "$* >| tee $log_file"
90 $* &> $log_file

Completed in 672 milliseconds

1 2 3 4 5