/external/valgrind/nightly/bin/ |
D | nightly | 30 logfile=$1 37 printf " $str ... " >> $logfile.short 40 printf " $str ... " >> $logfile.verbose 41 echo "$*" >> $logfile.verbose 44 ("${ABT_EVAL}" "$*") >> $logfile.verbose 2>&1 50 echo "done" >> $logfile.short 52 echo "failed" >> $logfile.short 144 for logfile in old new ; do 148 echo > $logfile.$ext 152 if [ $logfile = "old" ] ; then [all …]
|
/external/e2fsprogs/intl/ |
D | log.c | 58 FILE *logfile; in _nl_log_untranslated() local 83 logfile = last_logfile; in _nl_log_untranslated() 85 fprintf (logfile, "domain "); in _nl_log_untranslated() 86 print_escaped (logfile, domainname); in _nl_log_untranslated() 87 fprintf (logfile, "\nmsgid "); in _nl_log_untranslated() 88 print_escaped (logfile, msgid1); in _nl_log_untranslated() 91 fprintf (logfile, "\nmsgid_plural "); in _nl_log_untranslated() 92 print_escaped (logfile, msgid2); in _nl_log_untranslated() 93 fprintf (logfile, "\nmsgstr[0] \"\"\n"); in _nl_log_untranslated() 96 fprintf (logfile, "\nmsgstr \"\"\n"); in _nl_log_untranslated() [all …]
|
/external/libchrome/base/win/ |
D | event_trace_consumer.h | 91 EVENT_TRACE_LOGFILE logfile = {}; in OpenRealtimeSession() local 92 logfile.LoggerName = const_cast<wchar_t*>(session_name); in OpenRealtimeSession() 93 logfile.LogFileMode = EVENT_TRACE_REAL_TIME_MODE; in OpenRealtimeSession() 94 logfile.BufferCallback = &ProcessBufferCallback; in OpenRealtimeSession() 95 logfile.EventCallback = &ProcessEventCallback; in OpenRealtimeSession() 96 logfile.Context = this; in OpenRealtimeSession() 97 TRACEHANDLE trace_handle = ::OpenTrace(&logfile); in OpenRealtimeSession() 108 EVENT_TRACE_LOGFILE logfile = {}; in OpenFileSession() local 109 logfile.LogFileName = const_cast<wchar_t*>(file_name); in OpenFileSession() 110 logfile.BufferCallback = &ProcessBufferCallback; in OpenFileSession() [all …]
|
/external/autotest/client/site_tests/platform_CheckErrorsInLog/ |
D | platform_CheckErrorsInLog.py | 21 def search_log(self, logfile): argument 31 f = open(logfile, 'r') 37 logging.error('%s found in %s' ,line, logfile) 48 logfile = os.path.join('/var/log', log) 49 if os.path.isfile(logfile): 50 errors += self.search_log(logfile) 52 logging.warning('%s does not exist' % logfile)
|
/external/curl/tests/libtest/ |
D | test613.pl | 48 my $logfile = $ARGV[2]; 57 if ($logfile) { 73 open(IN, "<$logfile") || die "$!"; 93 my $newfile = $logfile . ".new"; 98 unlink $logfile; 99 rename $newfile, $logfile;
|
/external/ipsec-tools/src/racoon/ |
D | plog.c | 79 static char *logfile = NULL; variable 108 if (logfile || f_foreground) { 167 if (logfile) in plogv() 222 if (logfile) { in ploginit() 223 logp = log_open(250, logfile); in ploginit() 225 errx(1, "ERROR: failed to open log file %s.", logfile); in ploginit() 236 if (logfile != NULL) 237 racoon_free(logfile); 238 logfile = racoon_strdup(file); 239 STRDUP_FATAL(logfile);
|
/external/curl/tests/ |
D | secureserver.pl | 61 my $logfile; # stunnel log file 162 $logfile = "$path/". $ARGV[1]; 178 if(!$logfile) { 179 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum); 247 $cmd .= ">$logfile 2>&1"; 253 print "log file: $logfile\n"; 266 $cmd .= ">$logfile 2>&1"; 282 print STUNCONF "output = $logfile\n"; 311 print "output = $logfile\n";
|
D | rtspserver.pl | 43 my $logfile; # rtsp server log file 59 $logfile = $ARGV[1]; 102 if(!$logfile) { 103 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum); 106 $flags .= "--pidfile \"$pidfile\" --logfile \"$logfile\" ";
|
D | tftpserver.pl | 43 my $logfile; # tftp server log file 60 $logfile = $ARGV[1]; 103 if(!$logfile) { 104 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum); 107 $flags .= "--pidfile \"$pidfile\" --logfile \"$logfile\" ";
|
D | httpserver.pl | 44 my $logfile; # http server log file 62 $logfile = $ARGV[1]; 121 if(!$logfile) { 122 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum); 125 $flags .= "--pidfile \"$pidfile\" --logfile \"$logfile\" ";
|
/external/autotest/client/profilers/kvm_modload/ |
D | kvm_modload.py | 34 self.logfile = open(os.path.join(test.profdir, "kvm_modload"), 'w') 35 self.logfile.write("Loaded KVM module with status %s.\n" % 37 self.log_lsmod(self.logfile) 42 self.logfile.write("Unloaded KVM module with status %s.\n" % 44 self.log_lsmod(self.logfile) 45 self.logfile.close()
|
/external/autotest/client/profilers/perf/ |
D | perf.py | 37 self.logfile = os.path.join(test.profdir, "perf") 39 (self.perf_bin, self.logfile)) 59 self.logfile, 68 cmd = ("%s script -i %s" % (self.perf_bin, self.logfile,)) 76 perf_log_size = os.stat(self.logfile)[stat.ST_SIZE] 78 self.logfile, perf_log_size) 79 os.unlink(self.logfile)
|
/external/autotest/client/profilers/cmdprofile/ |
D | cmdprofile.py | 45 logfile = open(os.path.join(test.profdir, outputfile), 'a') 46 utils.run(cmd, stdout_tee=logfile, stderr_tee=logfile) 47 logfile.write('\n') 48 logfile.close()
|
/external/toybox/toys/pending/ |
D | syslogd.c | 48 struct logfile { struct 49 struct logfile *next; argument 61 char *logfile; argument 69 struct logfile *lfiles; // list of write logfiles 99 static int resolve_config(struct logfile *file, char *config) in resolve_config() 155 struct logfile *file; in parse_config_file() 166 file = xzalloc(sizeof(struct logfile)); in parse_config_file() 178 file = xzalloc(sizeof(struct logfile)); in parse_config_file() 210 file = xzalloc(sizeof(struct logfile)); in parse_config_file() 227 file = xzalloc(sizeof(struct logfile)); in parse_config_file() [all …]
|
/external/ltrace/testsuite/lib/ |
D | ltrace.exp | 556 set logfile [ltraceSource ltrace {}] 562 set command "exec env LD_LIBRARY_PATH=$LdPath $LTRACE -o $logfile $args" 570 return $logfile 614 proc Grep {logfile re} { 616 set fp [open $logfile] 645 proc ltraceMatch1 {logfile pattern {op ==} {expect 1}} { 646 set count [Grep $logfile $pattern] 647 set msgMain "$pattern appears in $logfile $count times" 674 proc ltraceMatch {logfile patterns} { 676 eval ltraceMatch1 [linsert $pat 0 $logfile]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/functional/ |
D | test_proxies.py | 42 self.logfile = tempfile.mktemp() 48 'logfile': self.logfile} 68 print open(self.logfile).read() 72 self.logfile, 84 lf = open(self.logfile).read()
|
/external/autotest/client/tests/systemtap/ |
D | systemtap.py | 73 logfile = 'systemtap.log.%d' % self.iteration 76 logfile = 'systemtap.log.profile' 79 self.logfile = os.path.join(self.resultsdir, logfile) 82 shutil.move(log, self.logfile)
|
/external/autotest/client/tests/kernbench/ |
D | kernbench.py | 53 logfile = os.path.join(self.debugdir, 'build_log') 55 self.kernel.build_timed(self.threads, output=logfile) # warmup run 57 if os.path.exists(logfile): 58 utils.system("gzip -9 '%s'" % logfile, ignore_status=True)
|
/external/libxml2/ |
D | runxmlconf.c | 32 static FILE *logfile = NULL; variable 113 if (logfile != NULL) { in test_log() 114 fprintf(logfile, "\n------------\n"); in test_log() 116 vfprintf(logfile, msg, args); in test_log() 118 fprintf(logfile, "%s", testErrors); in test_log() 414 xmlMemDisplayLast(logfile, final - mem); in xmlconfTestItem() 555 logfile = fopen(LOGFILE, "w"); in main() 556 if (logfile == NULL) { in main() 596 if (logfile != NULL) in main() 597 fclose(logfile); in main()
|
/external/autotest/client/tests/kvmtest/ |
D | kvmtest.py | 39 logfile = replaydir + "/%s.log" %(os.path.basename(d)) 42 rv = utils.system("kvm-test-replay > %s" %(logfile), 1) 46 screenshot = self.__get_expected_file(logfile) 74 def __get_expected_file(self, logfile): argument 77 open(logfile, 'r').readlines())\
|
/external/curl/lib/ |
D | memdebug.c | 105 #define logfile curl_debuglogfile macro 113 if(!logfile) { in curl_memdebug() 115 logfile = fopen(logname, FOPEN_WRITETEXT); in curl_memdebug() 117 logfile = stderr; in curl_memdebug() 120 setvbuf(logfile, (char *)NULL, _IOLBF, 0); in curl_memdebug() 469 if(!logfile) in curl_memlog() 484 fwrite(buf, 1, nchars, logfile); in curl_memlog()
|
/external/v8/tools/ |
D | process-heap-prof.py | 55 logfile = open(filename, 'rb') 57 logreader = csv.reader(logfile) 83 logfile.close()
|
/external/autotest/client/bin/ |
D | base_sysinfo.py | 52 class logfile(loggable): class 57 super(logfile, self).__init__(logf, log_in_keyval) 68 if isinstance(other, logfile): 162 self.test_loggables.add(logfile(filename)) 169 self.boot_loggables.add(logfile(filename)) 178 logfile(fname, logf=os.path.basename(fname) + '.before')) 187 logfile(fname, logf=os.path.basename(fname) + '.after')) 198 self.boot_loggables.add(logfile("/proc/cmdline", 202 self.boot_loggables.add(logfile('/proc/mounts', logf='proc_mounts'))
|
D | xen.py | 13 self.logfile.write('%s\n' % msg) 28 def build(self, make_opts = '', logfile = '', extraversion='autotest'): argument 38 if logfile == '': 39 logfile = os.path.join(self.log_dir, 'xen_build') 42 self.job.logging.tee_redirect_debug_dir(self.log_dir, log_name=logfile)
|
/external/autotest/client/bin/self-test/ |
D | test_logfile.stdout | 1 This should go into the stdout logfile 2 3 t logfile 2
|