Searched refs:logfile (Results 1 - 25 of 50) sorted by relevance

12

/external/e2fsprogs/intl/
H A Dlog.c58 FILE *logfile; local
60 /* Can we reuse the last opened logfile? */
63 /* Close the last used logfile. */
74 /* Open the logfile. */
83 logfile = last_logfile;
85 fprintf (logfile, "domain ");
86 print_escaped (logfile, domainname);
87 fprintf (logfile, "\nmsgid ");
88 print_escaped (logfile, msgid1);
91 fprintf (logfile, "\nmsgid_plura
[all...]
/external/valgrind/main/nightly/bin/
H A Dnightly30 logfile=$1
34 # Header in short logfile.
37 printf " $str ... " >> $logfile.short
39 # Header and command in verbose logfile
40 printf " $str ... " >> $logfile.verbose
41 echo "$*" >> $logfile.verbose
44 ("${ABT_EVAL}" "$*") >> $logfile.verbose 2>&1
47 # Write result to the short logfile
50 echo "done" >> $logfile.short
52 echo "failed" >> $logfile
[all...]
/external/chromium_org/base/win/
H A Devent_trace_consumer.h89 EVENT_TRACE_LOGFILE logfile = {}; local
90 logfile.LoggerName = const_cast<wchar_t*>(session_name);
91 logfile.LogFileMode = EVENT_TRACE_REAL_TIME_MODE;
92 logfile.BufferCallback = &ProcessBufferCallback;
93 logfile.EventCallback = &ProcessEventCallback;
94 logfile.Context = this;
95 TRACEHANDLE trace_handle = ::OpenTrace(&logfile);
106 EVENT_TRACE_LOGFILE logfile = {}; local
107 logfile.LogFileName = const_cast<wchar_t*>(file_name);
108 logfile
[all...]
/external/ipsec-tools/src/racoon/
H A Dplog.c79 static char *logfile = NULL; variable
108 if (logfile || f_foreground) {
167 if (logfile)
222 if (logfile) {
223 logp = log_open(250, logfile);
225 errx(1, "ERROR: failed to open log file %s.", logfile);
236 if (logfile != NULL)
237 racoon_free(logfile);
238 logfile = racoon_strdup(file);
239 STRDUP_FATAL(logfile);
[all...]
/external/chromium_org/v8/tools/
H A Dprocess-heap-prof.py55 logfile = open(filename, 'rb')
57 logreader = csv.reader(logfile)
83 logfile.close()
113 print "Missing logfile"
H A Dplot-timer-events54 $d8_exec --nocrankshaft --prof --logfile $calibration_log \
62 $d8_exec --nocrankshaft --prof --logfile $calibration_log \
/external/chromium_org/build/android/pylib/gtest/
H A Dtest_package_apk.py61 def _WatchFifo(self, device, timeout, logfile=None):
72 return pexpect.spawn('adb', args, timeout=timeout, logfile=logfile)
129 logfile = android_commands.NewLineNormalizer(sys.stdout)
130 return self._WatchFifo(device, timeout=10, logfile=logfile)
/external/chromium_org/third_party/pexpect/
H A Dfdpexpect.py34 def __init__ (self, fd, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None):
56 spawn.__init__(self, None, args, timeout, maxread, searchwindowsize, logfile)
H A Dpexpect.py152 extra_args=None, logfile=None, cwd=None, env=None):
229 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env)
231 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile,
283 searchwindowsize=None, logfile=None, cwd=None, env=None):
335 The logfile member turns on or off logging. All input and output will
336 be copied to the given file object. Set logfile to None to stop
337 logging. This is the default. Set logfile to sys.stdout to echo
338 everything to standard output. The logfile i
[all...]
H A Dpxssh.py90 def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=None):
92 spawn.__init__(self, None, timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize, logfile=logfile, cwd=cwd, env=env)
/external/lldb/source/Expression/
H A DClangUtilityFunction.cpp143 StreamFile logfile ("/tmp/exprs.txt", "a");
144 logfile.Printf ("0x%16.16" PRIx64 ": func = %s, source =\n%s\n",
/external/lldb/test/pexpect-2.4/
H A Dfdpexpect.py18 def __init__ (self, fd, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None):
40 spawn.__init__(self, None, args, timeout, maxread, searchwindowsize, logfile)
H A Dpxssh.py73 def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=None):
74 spawn.__init__(self, None, timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize, logfile=logfile, cwd=cwd, env=env)
H A Dpexpect.py145 def run (command, timeout=-1, withexitstatus=False, events=None, extra_args=None, logfile=None, cwd=None, env=None):
220 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env)
222 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile, cwd=cwd, env=env)
268 def __init__(self, command, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=None):
320 The logfile member turns on or off logging. All input and output will
321 be copied to the given file object. Set logfile to None to stop
322 logging. This is the default. Set logfile to sys.stdout to echo
323 everything to standard output. The logfile i
[all...]
/external/ltrace/testsuite/lib/
H A Dltrace.exp539 # ARGS. A logfile redirection is automatically ordered by
546 # Returns name of logfile. The "exec" command that it uses
556 set logfile [ltraceSource ltrace {}]
562 set command "exec env LD_LIBRARY_PATH=$LdPath $LTRACE -o $logfile $args"
570 return $logfile
607 # logfile File to search through.
614 proc Grep {logfile re} {
616 set fp [open $logfile]
628 # Look for a pattern in a given logfile, comparing number of
632 # logfile Th
[all...]
/external/chromium_org/build/android/pylib/perf/
H A Dtest_runner.py232 logfile = sys.stdout
236 logfile = _HeartBeatLogger()
242 full_cmd, timeout, cwd=cwd, shell=True, logfile=logfile)
248 logfile.stop()
/external/chromium_org/build/android/pylib/
H A Dcmd_helper.py116 logfile=None):
126 logfile: Optional file-like object that will receive output from the
154 if logfile:
155 logfile.write(data)
/external/chromium_org/courgette/
H A Danalyze_stress_test13 # Given a token, search for and compute the percentiles from logfile.
35 USAGE: $(basename ${0}) logfile
37 Analyze the logfile of a stress test and produce metrics.
/external/chromium_org/net/tools/testserver/
H A Dtestserver_base.py187 logfile = open(self.options.log_file, 'w')
188 sys.stderr = MultiplexerHack(sys.stderr, logfile)
190 sys.stdout = MultiplexerHack(sys.stdout, logfile)
192 sys.stdout = logfile
/external/chromium_org/tools/valgrind/asan/
H A Dasan_symbolize.py53 asan_symbolize.logfile = sys.stdin
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dcomplete-ant-cmd.pl63 qw(-buildfile -debug -emacs -f -find -help -listener -logfile
/external/lldb/test/pexpect-2.4/examples/
H A Dscript.py71 p.logfile = fout
/external/ltrace/testsuite/ltrace.main/
H A Dsystem_calls.exp71 proc Calls {logfile} {
72 set fp [open $logfile]
/external/chromium_org/tools/valgrind/asan/third_party/
H A Dasan_symbolize.py27 logfile = sys.stdin variable
381 line = logfile.readline()
424 parser.add_argument('-l','--logfile', default=sys.stdin, type=argparse.FileType('r'),
436 if args.logfile:
437 logfile = args.logfile
439 logfile = sys.stdin
/external/chromium_org/third_party/libxml/src/
H A Drunsuite.c38 static FILE *logfile = NULL; variable
180 if (logfile != NULL) {
181 fprintf(logfile, "\n------------\n");
183 vfprintf(logfile, msg, args);
185 fprintf(logfile, "%s", testErrors);
1065 logfile = fopen(LOGFILE, "w");
1066 if (logfile == NULL) {
1175 if (logfile != NULL)
1176 fclose(logfile);

Completed in 1043 milliseconds

12