HomeSort by relevance Sort by last modified time
    Searched full:log_file (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/v8/tools/
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...]
linux-tick-processor 4 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 \
  /external/chromium/base/
perftimer.cc 17 bool InitPerfLog(const FilePath& log_file) {
24 perf_log_file = file_util::OpenFile(log_file, "w");
logging.cc 98 FileHandle log_file = NULL; member in namespace:logging
186 PathString log_file = module_name; local
188 log_file.rfind('\\', log_file.size());
190 log_file.erase(last_backslash + 1);
191 log_file += L"debug.log";
192 return log_file;
316 if (log_file)
328 log_file = CreateFile(log_file_name->c_str(), GENERIC_WRITE,
331 if (log_file == INVALID_HANDLE_VALUE || log_file == NULL)
    [all...]
  /external/chromium/googleurl/base/
logging.cc 56 HANDLE log_file = NULL; member in namespace:logging
82 if (log_file)
95 log_file = CreateFile(log_file_name, GENERIC_WRITE,
98 if (log_file == INVALID_HANDLE_VALUE || log_file == NULL) {
100 log_file = CreateFile(_T(".\\debug.log"), GENERIC_WRITE,
103 if (log_file == INVALID_HANDLE_VALUE || log_file == NULL) {
104 log_file = NULL;
108 SetFilePointer(log_file, 0, 0, FILE_END)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
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):
71 self._files_for_output.remove(log_file)
73 log_file.close()
  /bionic/libc/unistd/
syslog.c 252 if ((error = send(data->log_file, tbuf, cnt, 0)) < 0) {
259 if ((error = send(data->log_file, tbuf, cnt, 0)) >= 0)
294 if (data->log_file != -1) {
295 close(data->log_file);
296 data->log_file = -1;
311 if (data->log_file == -1) {
312 if ((data->log_file = socket(AF_UNIX, SOCK_DGRAM, 0)) == -1)
314 (void)fcntl(data->log_file, F_SETFD, 1);
316 if (data->log_file != -1 && !data->connected) {
325 if (connect(data->log_file, &u.syslogAddr
    [all...]
  /system/security/keystore/
test-keystore 20 log_file=$prefix.log
24 rm -f $log_file
30 append $log_file \# "$@"
47 "$@" | tr --delete '\r' | sed -E 's/[0-9]{4}-[0-9]{2}-[0-9]{2} +[0-9]{1,2}:[0-9]{2} //' >> $log_file
61 log "comparing $baseline_file and $log_file"
62 diff $baseline_file $log_file || (log $tag FAILED && exit 1)
  /external/grub/util/
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...]
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...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 59 sConfig->log_file = NULL;
82 if (sConfig->log_file)
84 free(sConfig->log_file);
85 sConfig->log_file = NULL;
148 assign_string_if_matches(line, "log_file", &cfg->log_file) ||
perf_custom.c 367 if (config->log_file) free(config->log_file);
368 config->log_file = config->replay_file;
378 if (config->log_file || config->debug || config->detailed_debug)
perf_print.c 221 if (config->log_file)
224 if (!strcasecmp(config->log_file, "STDOUT")) fOut = stdout;
225 else if (!strcasecmp(config->log_file, "STDERR")) fOut = stderr;
229 fOutFile = (char *) malloc (strlen(config->log_file) + 32);
233 config->log_file, perf->ulPID, (unsigned long) perf,
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 275 /* no trace_file, debug or log_file is specified (e.g. only replay_file) */
304 /* log_file cannot be created (e.g. invalid directory), it will be printed to STDOUT */
305 create_config_file("log_file = " INVALID_PATH "log\nmask = 0xFFFFFFFF\n");
336 create_config_file("log_file = string1\n"
337 "log_file = string1 string2 \n"
354 assert(!strcmp(config.log_file, "string1 string2"));
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPowerEvent.java 36 private static final String LOG_FILE = "/sdcard/autotester.log";
119 writer = new FileWriter(LOG_FILE, true); // true = append
MonkeyGetAppFrameRateEvent.java 51 private static final String LOG_FILE = new File(Environment.getExternalStorageDirectory(),
91 Log.w(TAG, "file: " +LOG_FILE);
92 writer = new FileWriter(LOG_FILE, true); // true = append
MonkeyGetFrameRateEvent.java 50 private static final String LOG_FILE = "/sdcard/avgFrameRateOut.txt";
83 writer = new FileWriter(LOG_FILE, true); // true = append
  /packages/apps/Mms/tests/SmsAutoReply/src/com/android/smsautoreply/
AutoReplyActivity.java 44 private static final String LOG_FILE = "received_sms_log.txt";
76 File logFile = new File(Environment.getExternalStorageDirectory(), LOG_FILE);
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 84 local log_file="$2"
86 echo "=> $message; log in $log_file"
89 # e.g.: xterm -e /bin/bash -c "$* >| tee $log_file"
90 $* &> $log_file
  /external/dnsmasq/src/
log.c 70 if (daemon->log_file)
78 if (!log_reopen(daemon->log_file))
104 int log_reopen(char *log_file)
111 if (log_file)
113 log_fd = open(log_file, O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP);
  /external/chromium/chrome/common/
logging_chrome.cc 424 std::ifstream log_file; local
425 log_file.open(GetLogFileName().value().c_str());
426 if (!log_file.is_open())
431 while (!log_file.eof()) {
432 getline(log_file, utf8_line);
440 log_file.close();
  /external/webrtc/src/system_wrappers/source/
data_log_unittest.cc 45 // Verifies that the log table stored in the file "log_file" corresponds to
47 static int VerifyTable(FILE* log_file, const ExpectedValuesMap& columns) {
50 char* ret = fgets(line_buffer, kMaxLineLength, log_file);
57 while (fgets(line_buffer, kMaxLineLength, log_file) != NULL) {
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 64 char *log_file; /* file to save all event logs */ member in struct:PERF_Config
  /ndk/build/tools/
build-mingw64-toolchain.sh 26 LOG_FILE=/dev/null
61 echo "COMMAND: >>>> $@" > $LOG_FILE
69 &>$LOG_FILE "$@"
75 if [ "$LOG_FILE" ]; then
76 echo "$@" > $LOG_FILE
250 LOG_FILE=$TEMP_DIR/build.log
251 rm -f $LOG_FILE && touch $LOG_FILE
253 echo "To follow build, use in another terminal: tail -F $LOG_FILE"
  /external/wpa_supplicant_8/hostapd/
main.c 556 const char *log_file = NULL; local
582 log_file = optarg;
610 if (log_file)
611 wpa_debug_open_file(log_file);
647 if (log_file)

Completed in 1592 milliseconds

1 2 3 4 5