Home
last modified time | relevance | path

Searched refs:log_file (Results 1 – 25 of 38) sorted by relevance

12

/external/lldb/examples/python/
Ddisasm-stress-test.py56 def ResetLogFile(log_file): argument
57 if log_file != sys.stdout:
58 log_file.seek(0)
60 def PrintByteArray(log_file, byte_array): argument
62 print >>log_file, hex(byte) + " ",
63 print >>log_file
66 def __init__(self, byte_width, log_file, start=0, skip=1): argument
68 self.m_log_file = log_file
97 def __init__(self, byte_width, log_file): argument
99 self.m_log_file = log_file
[all …]
Ddelta.py30 global log_file
31 if log_file:
32 result.PutCString ('error: logging is already in progress with file "%s"', log_file)
36 log_file = tempfile.mktemp()
38 log_file = args[0]
40 if log_file:
41 …ger.HandleCommand('log enable --threadsafe --timestamp --file "%s" gdb-remote packets' % log_file);
42 … file '%s'\nUse the 'stop_gdb_log' command to stop logging and show packet statistics." % log_file)
63 for log_file in args:
64 parse_log_file (log_file, options)
/external/v8/tools/
Dwindows-tick-processor.bat6 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 …]
Dlinux-tick-processor4 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 \
Dplot-timer-events4 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/lldb/test/logging/
DTestLogging.py30 log_file = os.path.join (os.getcwd(), "lldb-commands-log-%s-%s-%s.txt" % (type,
34 if (os.path.exists (log_file)):
35 os.remove (log_file)
40 self.runCmd ("log enable -t -f '%s' lldb commands" % (log_file))
69 self.assertTrue (os.path.isfile (log_file))
73 f = open (log_file)
77 os.remove (log_file)
/external/lldb/source/Commands/
DCommandObjectLog.cpp122 log_file (), in CommandOptions()
141 case 'f': log_file.SetFile(option_arg, true); break; in SetOptionValue()
161 log_file.Clear(); in OptionParsingStarting()
177 FileSpec log_file; member in CommandObjectLogEnable::CommandOptions
194 char log_file[PATH_MAX]; in DoExecute() local
195 if (m_options.log_file) in DoExecute()
196 m_options.log_file.GetPath(log_file, sizeof(log_file)); in DoExecute()
198 log_file[0] = '\0'; in DoExecute()
201 log_file, in DoExecute()
/external/protobuf/gtest/build-aux/
Dtest-driver54 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"
107 "$@" >$log_file 2>&1
/external/elfutils/src/config/
Dtest-driver54 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"
107 "$@" >$log_file 2>&1
/external/google-breakpad/autotools/
Dtest-driver54 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"
107 "$@" >$log_file 2>&1
/external/lldb/tools/lldb-platform/
Dlldb-platform.cpp145 FILE *log_file = fopen(optarg, "w"); in main() local
146 if (log_file) in main()
148 setlinebuf(log_file); in main()
149 log_stream_sp.reset (new StreamFile (log_file, true)); in main()
/external/protobuf/
Dtest-driver54 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"
107 "$@" >$log_file 2>&1
/external/libpng/
Dtest-driver54 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"
107 "$@" >$log_file 2>&1
/external/pcre/dist/
Dtest-driver54 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"
107 "$@" >$log_file 2>&1
/external/google-breakpad/android/
Dtest-driver57 log_file= # Where to save the output of the test script.
67 --log-file) log_file=$2; shift;;
99 "$progdir/test-shell.sh" "$@" > $log_file 2>&1
/external/dnsmasq/src/
Dlog.c70 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()
Ddnsmasq.c482 daemon->log_file, strerror(log_err)); in main()
799 die(_("cannot open %s: %s"), daemon->log_file ? daemon->log_file : "log", EC_FILE); in fatal_event()
876 if (daemon->log_file != NULL) in async_event()
877 log_reopen(daemon->log_file); in async_event()
/external/llvm/utils/crosstool/ARM/
Dbuild-install-linux.sh84 local log_file="$2"
86 echo "=> $message; log in $log_file"
90 $* &> $log_file
/external/lldb/test/functionalities/register/
DTestRegisters.py80 if os.path.exists(self.log_file):
81 os.remove(self.log_file)
92 self.log_file = os.path.join(os.getcwd(), 'TestRegisters.log')
93 …nable " + self.platform + " " + str(category) + " registers -v -f " + self.log_file, RUN_SUCCEEDED)
/external/fio/os/windows/
Dposix.c326 static HANDLE log_file = INVALID_HANDLE_VALUE; variable
330 if (log_file == INVALID_HANDLE_VALUE) in openlog()
331log_file = CreateFileA("syslog.txt", GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN… in openlog()
336 CloseHandle(log_file); in closelog()
337 log_file = INVALID_HANDLE_VALUE; in closelog()
347 if (log_file == INVALID_HANDLE_VALUE) { in syslog()
348log_file = CreateFileA("syslog.txt", GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN… in syslog()
351 if (log_file == INVALID_HANDLE_VALUE) { in syslog()
360 WriteFile(log_file, output, len, &bytes_written, NULL); in syslog()
/external/lldb/tools/debugserver/source/
Ddebugserver.cpp830 FILE* log_file = NULL; in main() local
993 log_file = stdout; in main()
995 log_file = stderr; in main()
998 log_file = fopen(optarg, "w"); in main()
999 if (log_file != NULL) in main()
1000 setlinebuf(log_file); in main()
1003 if (log_file == NULL) in main()
1121 if (log_file != NULL) in main()
1123 DNBLogSetLogCallback(FileLogCallback, log_file); in main()
/external/wpa_supplicant_8/hostapd/
Dmain.c543 const char *log_file = NULL; in main() local
585 log_file = optarg; in main()
639 if (log_file) in main()
640 wpa_debug_open_file(log_file); in main()
755 if (log_file) in main()
/external/webrtc/src/system_wrappers/source/
Ddata_log_unittest.cc47 static int VerifyTable(FILE* log_file, const ExpectedValuesMap& columns) { in VerifyTable() argument
50 char* ret = fgets(line_buffer, kMaxLineLength, log_file); in VerifyTable()
57 while (fgets(line_buffer, kMaxLineLength, log_file) != NULL) { in VerifyTable()
/external/libvpx/libvpx/build/make/
Dconfigure.sh42 log_file(){ function
292 log_file ${TMP_C}
299 log_file ${TMP_CC}
306 log_file ${TMP_C}
373 log_file ${TMP_ASM}
376 log_file ${TMP_X}
/external/fio/
Diolog.h178 extern void log_file(struct thread_data *, struct fio_file *, enum file_log_act);

12