/external/v8/tools/ |
D | windows-tick-processor.bat | 6 SET log_file=v8.log 12 IF NOT %arg1:~0,2% == 1 (IF NOT %arg1:~0,2% == 1- SET log_file=%1) 14 IF NOT %arg2:~0,2% == 2 (IF NOT %arg2:~0,2% == 2- SET log_file=%2) 16 IF NOT %arg3:~0,2% == 3 (IF NOT %arg3:~0,2% == 3- SET log_file=%3) 18 IF NOT %arg4:~0,2% == 4 (IF NOT %arg4:~0,2% == 4- SET log_file=%4) 20 IF NOT %arg5:~0,2% == 5 (IF NOT %arg5:~0,2% == 5- SET log_file=%5) 22 IF NOT %arg6:~0,2% == 6 (IF NOT %arg6:~0,2% == 6- SET log_file=%6) 24 IF NOT %arg7:~0,2% == 7 (IF NOT %arg7:~0,2% == 7- SET log_file=%7) 26 IF NOT %arg8:~0,2% == 8 (IF NOT %arg8:~0,2% == 8- SET log_file=%8) 28 IF NOT %arg9:~0,2% == 9 (IF NOT %arg9:~0,2% == 9- SET log_file=%9) [all …]
|
D | linux-tick-processor | 21 log_file="v8.log" 25 log_file=${arg} 31 cat $log_file | $d8_exec $tools_path/splaytree.js $tools_path/codemap.js \
|
/external/chromium/googleurl/base/ |
D | logging.cc | 56 HANDLE log_file = NULL; variable 82 if (log_file) in InitializeLogFileHandle() 95 log_file = CreateFile(log_file_name, GENERIC_WRITE, in InitializeLogFileHandle() 98 if (log_file == INVALID_HANDLE_VALUE || log_file == NULL) { in InitializeLogFileHandle() 100 log_file = CreateFile(_T(".\\debug.log"), GENERIC_WRITE, in InitializeLogFileHandle() 103 if (log_file == INVALID_HANDLE_VALUE || log_file == NULL) { in InitializeLogFileHandle() 104 log_file = NULL; in InitializeLogFileHandle() 108 SetFilePointer(log_file, 0, 0, FILE_END); in InitializeLogFileHandle() 125 if (log_file) { in InitLogging() 128 CloseHandle(log_file); in InitLogging() [all …]
|
D | logging.h | 115 void InitLogging(const TCHAR* log_file, LoggingDestination logging_dest,
|
/external/chromium/base/ |
D | logging.cc | 95 FileHandle log_file = NULL; variable 183 PathString log_file = module_name; in GetDefaultLogFile() local 185 log_file.rfind('\\', log_file.size()); in GetDefaultLogFile() 187 log_file.erase(last_backslash + 1); in GetDefaultLogFile() 188 log_file += L"debug.log"; in GetDefaultLogFile() 189 return log_file; in GetDefaultLogFile() 313 if (log_file) in InitializeLogFileHandle() 325 log_file = CreateFile(log_file_name->c_str(), GENERIC_WRITE, in InitializeLogFileHandle() 328 if (log_file == INVALID_HANDLE_VALUE || log_file == NULL) { in InitializeLogFileHandle() 330 log_file = CreateFile(L".\\debug.log", GENERIC_WRITE, in InitializeLogFileHandle() [all …]
|
D | perftimer.cc | 17 bool InitPerfLog(const FilePath& log_file) { in InitPerfLog() argument 24 perf_log_file = file_util::OpenFile(log_file, "w"); in InitPerfLog()
|
D | logging.h | 195 BASE_API bool BaseInitLoggingImpl(const PathChar* log_file, 211 inline bool InitLogging(const PathChar* log_file, in InitLogging() argument 216 return BaseInitLoggingImpl(log_file, logging_dest, lock_log, in InitLogging()
|
/external/grub/util/ |
D | grub-install | 34 log_file=/tmp/grub-install.log.$$ 337 test -n "$mklog" && log_file=`$mklog` 339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file 342 if grep "Error [0-9]*: " $log_file >/dev/null; then 343 cat $log_file 1>&2 347 rm -f $log_file 423 test -n "$mklog" && log_file=`$mklog` 429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file 433 if grep "Error [0-9]*: " $log_file >/dev/null; then 448 rm -f $log_file [all …]
|
D | grub-install.in | 34 log_file=/tmp/grub-install.log.$$ 337 test -n "$mklog" && log_file=`$mklog` 339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file 342 if grep "Error [0-9]*: " $log_file >/dev/null; then 343 cat $log_file 1>&2 347 rm -f $log_file 423 test -n "$mklog" && log_file=`$mklog` 429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file 433 if grep "Error [0-9]*: " $log_file >/dev/null; then 448 rm -f $log_file [all …]
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
D | deprecated_logging.py | 65 log_file = self._open_log_file(path) 66 self._files_for_output.append(log_file) 68 return log_file 70 def remove_log(self, log_file): argument 71 self._files_for_output.remove(log_file) 73 log_file.close()
|
/external/chromium/chrome/common/ |
D | logging_chrome.cc | 424 std::ifstream log_file; in GetFatalAssertions() local 425 log_file.open(GetLogFileName().value().c_str()); in GetFatalAssertions() 426 if (!log_file.is_open()) in GetFatalAssertions() 431 while (!log_file.eof()) { in GetFatalAssertions() 432 getline(log_file, utf8_line); in GetFatalAssertions() 440 log_file.close(); in GetFatalAssertions()
|
/external/dnsmasq/src/ |
D | log.c | 70 if (daemon->log_file) in log_start() 78 if (!log_reopen(daemon->log_file)) in log_start() 104 int log_reopen(char *log_file) in log_reopen() argument 111 if (log_file) in log_reopen() 113 log_fd = open(log_file, O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP); in log_reopen()
|
D | dnsmasq.c | 476 daemon->log_file, strerror(log_err)); in main() 793 die(_("cannot open %s: %s"), daemon->log_file ? daemon->log_file : "log", EC_FILE); in fatal_event() 870 if (daemon->log_file != NULL) in async_event() 871 log_reopen(daemon->log_file); in async_event()
|
D | dnsmasq.h | 622 char *log_file; /* optional log file */ member 757 int log_reopen(char *log_file);
|
D | option.c | 1111 daemon->log_file = opt_string_alloc(arg); in one_opt()
|
/external/llvm/utils/crosstool/ARM/ |
D | build-install-linux.sh | 84 local log_file="$2" 86 echo "=> $message; log in $log_file" 90 $* &> $log_file
|
/external/wpa_supplicant_8/hostapd/ |
D | main.c | 508 const char *log_file = NULL; in main() local 534 log_file = optarg; in main() 562 if (log_file) in main() 563 wpa_debug_open_file(log_file); in main() 599 if (log_file) in main()
|
/external/chromium/chrome/browser/chromeos/ |
D | boot_times_loader.cc | 111 FilePath log_file = log_dir.Append(log); in GetTime() local 114 if (file_util::ReadFileToString(log_file, &contents)) { in GetTime() 187 FilePath log_file = log_dir.Append(kFirmwareBootTime); in GetBootTimes() local 188 if (!file_util::PathExists(log_file)) { in GetBootTimes()
|
/external/libvpx/build/make/ |
D | configure.sh | 42 log_file(){ function 276 log_file ${TMP_C} 283 log_file ${TMP_C} 333 log_file ${TMP_ASM} 336 log_file ${TMP_X}
|
/external/valgrind/tsan/ |
D | ts_offline.cc | 365 if (G_flags->log_file.size() > 0) { in main() 366 output = fopen(G_flags->log_file.c_str(), "w"); in main()
|
D | thread_sanitizer.h | 65 string log_file; member
|
D | ts_pin.cc | 334 static FILE *log_file = NULL; in DumpEventPlainText() 335 if (log_file == NULL) { in DumpEventPlainText() 336 log_file = popen(("gzip > " + G_flags->dump_events).c_str(), "w"); in DumpEventPlainText() 346 fprintf(log_file, "#PC %lx %s %s %s %d\n", in DumpEventPlainText() 350 fprintf(log_file, "%s %x %lx %lx %lx\n", kEventNames[type], tid, in DumpEventPlainText() 3623 FILE *socket_output = OpenSocketForWriting(G_flags->log_file); in main() 3626 } else if (!G_flags->log_file.empty()) { in main() 3628 string fname = G_flags->log_file; in main()
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 106 die(_("cannot open %s: %s"), daemon->log_file ? daemon->log_file : "log", EC_FILE); 511 if (!log_reopen(daemon->log_file))
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetFile.py | 750 parser.set_defaults(log_level=logging.INFO, log_file=None) 765 if options.log_file is not None: 766 file_logger = logging.FileHandler(options.log_file, 'w')
|
D | eas.py | 551 def __init__ (self, handle=None, dll_path=None, log_file=None): argument 554 if log_file is not None: 555 eas_logger.addHandler(log_file)
|