/external/e2fsprogs/intl/ |
log.c | 58 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_plural ") [all...] |
/external/valgrind/main/nightly/bin/ |
nightly | 30 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.shor [all...] |
/external/chromium_org/base/win/ |
event_trace_consumer.h | 89 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.BufferCallback = &ProcessBufferCallback [all...] |
/ndk/build/tools/ |
dev-rebuild-ndk.sh | 156 logfile="$TOP/download-toolchain-sources.log" 157 rotate_log $logfile 159 > $logfile 2>&1 168 logfile="$TOP/gen-platforms.log" 169 rotate_log $logfile 174 --fast-copy > $logfile 2>&1 175 fail_panic "gen-platforms.sh failed. Logfile in $logfile" 177 logfile="$TOP/rebuild-all.log" 178 rotate_log $logfile [all...] |
/external/chromium_org/v8/tools/ |
process-heap-prof.py | 55 logfile = open(filename, 'rb') 57 logreader = csv.reader(logfile) 83 logfile.close() 113 print "Missing logfile"
|
plot-timer-events | 54 $d8_exec --nocrankshaft --prof --logfile $calibration_log \ 62 $d8_exec --nocrankshaft --prof --logfile $calibration_log \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
stones.py | 7 def main(logfile): 8 p = hotshot.Profile(logfile) 16 stats = hotshot.stats.load(logfile)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
stones.py | 7 def main(logfile): 8 p = hotshot.Profile(logfile) 16 stats = hotshot.stats.load(logfile)
|
/external/ipsec-tools/src/racoon/ |
plog.c | 79 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/build/android/pylib/gtest/ |
test_package_apk.py | 61 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/ |
fdpexpect.py | 34 def __init__ (self, fd, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None): 56 spawn.__init__(self, None, args, timeout, maxread, searchwindowsize, logfile)
|
pexpect.py | 152 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 is flushed after each write [all...] |
pxssh.py | 90 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/ |
ClangUtilityFunction.cpp | 143 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/ |
fdpexpect.py | 18 def __init__ (self, fd, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None): 40 spawn.__init__(self, None, args, timeout, maxread, searchwindowsize, logfile)
|
pexpect.py | 145 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 is flushed after each write [all...] |
/external/ltrace/testsuite/lib/ |
ltrace.exp | 539 # 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 The name of file where to look for patterns [all...] |
/external/chromium_org/build/android/pylib/ |
cmd_helper.py | 116 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/ |
analyze_stress_test | 13 # 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/ |
testserver_base.py | 187 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/ |
asan_symbolize.py | 53 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/ |
complete-ant-cmd.pl | 63 qw(-buildfile -debug -emacs -f -find -help -listener -logfile
|
/external/ltrace/testsuite/ltrace.main/ |
system_calls.exp | 71 proc Calls {logfile} { 72 set fp [open $logfile]
|
/external/chromium_org/build/android/pylib/perf/ |
test_runner.py | 232 logfile = sys.stdout 236 logfile = _HeartBeatLogger() 242 full_cmd, timeout, cwd=cwd, shell=True, logfile=logfile) 248 logfile.stop()
|
/external/lldb/test/pexpect-2.4/examples/ |
script.py | 71 p.logfile = fout
|