/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 | 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 \
|
D | plot-timer-events | 4 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/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | log.py | 49 def trace_enable(log_file=None): argument 50 _trace_enable(log_file) 53 def _trace_enable(log_file=None): argument 61 if log_file == None: 66 log_file = open("%s.json" % n, "ab", False) 68 elif isinstance(log_file, basestring): 69 _note("trace_event: tracelog name is %s" % log_file) 70 log_file = open("%s" % log_file, "ab", False) 71 elif not hasattr(log_file, 'fileno'): 75 _log_file = log_file
|
/external/autotest/client/cros/faft/utils/ |
D | os_interface.py | 59 self.log_file = None 70 def init(self, state_dir=None, log_file=None): argument 91 if log_file: 92 if log_file[0] == '/': 93 self.log_file = log_file 95 self.log_file = os.path.join(state_dir, log_file) 225 if not self.log_file or not os.path.exists(self.state_dir): 232 with open(self.log_file, 'a') as log_f:
|
/external/ImageMagick/config/ |
D | tap-driver.sh | 63 log_file= # Where to save the result and output of the test script. 76 --log-file) log_file=$2; shift;; 148 -v log_file="$log_file" \ 639 } 3>"$log_file"
|
D | test-driver | 54 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 129 echo "$res $test_name (exit status: $estatus)" >>$log_file
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_log_analyzer.py | 27 def _find_line_in_log(self, search_pattern, log_file): argument 29 log_file.seek(0) 30 for line in log_file: 51 def _extract_log_lines(self, log_file, start_pattern=None, end_pattern=None, argument 71 log_file.seek(0) 72 for line in log_file:
|
/external/pcre/dist/ |
D | test-driver | 54 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 129 echo "$res $test_name (exit status: $estatus)" >>$log_file
|
/external/autotest/server/ |
D | site_linux_router.py | 260 log_file = self.HOSTAPD_LOG_FILE_PATTERN % interface 277 self.router.run('rm %s' % log_file, ignore_status=True) 280 self.cmd_hostapd, conf_file, log_file, stderr_log_file) 285 log_file, 296 'grep "Setup of interface done" %s' % log_file, 304 'grep "Interface initialization failed" %s' % log_file, 381 files_to_copy = [(instance.log_file, 810 log_file = self.hostapd_instances[instance].log_file 812 result = self.router.run('grep -q "%s" %s' % (pmksa_match, log_file), 952 log_file = self.hostapd_instances[instance].log_file [all …]
|
/external/google-breakpad/autotools/ |
D | test-driver | 54 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/protobuf/ |
D | test-driver | 54 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/libmicrohttpd/ |
D | test-driver | 54 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/protobuf/gtest/build-aux/ |
D | test-driver | 54 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/autotest/client/site_tests/firmware_TouchMTB/tools/ |
D | host_replay.sh | 98 read log_dir log_file <<< `echo $file | awk -F/ 'BEGIN{OFS=" ";} \ 100 cp "${HOST_TMP_LOG_DIR}/${log_file}" "${board}/${log_dir}/${log_file}"
|
/external/google-breakpad/android/ |
D | test-driver | 57 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/ |
D | sonofmmm.py | 32 self.log_file = '%s.log' % self.instance_id 33 self.log_path = os.path.join(self.working_dir, self.log_file) 79 key = self.output_bucket.new_key(self.log_file)
|
/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()
|
/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/autotest/client/site_tests/graphics_KhronosGLCTSChrome/ |
D | graphics_KhronosGLCTSChrome.py | 40 log_file = os.path.join(self.resultsdir, self.BINARY + ".xml") 41 bin_args = '--gtest_output=xml:%s %s' % (log_file, self.resultsdir)
|
/external/autotest/client/site_tests/graphics_dEQP/ |
D | graphics_dEQP.py | 248 log_file = '%s.log' % os.path.join(log_path, test_case) 257 (executable, test_case, width, height, log_file)) 267 result_counts = self._parse_test_results(log_file) 338 log_file = os.path.join(log_path, 341 command += '--deqp-log-filename=' + log_file 356 results = self._parse_test_results(log_file, results)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/ |
D | copybot.py | 31 self.log_file = '%s.log' % self.instance_id 32 self.log_path = os.path.join(self.wdir, self.log_file) 81 key = self.dst.new_key(self.log_file)
|
/external/autotest/server/site_tests/platform_GCC/ |
D | platform_GCC.py | 22 log_file = open(log, 'rb') 23 for line in log_file: 34 log_file.close()
|
/external/autotest/client/site_tests/video_VEAPerf/ |
D | video_VEAPerf.py | 89 def _analyze_fps(self, test_name, log_file): argument 93 with open(log_file, 'r') as f: 103 def _analyze_encode_latency(self, test_name, log_file): argument 107 with open(log_file, 'r') as f:
|
/external/webrtc/webrtc/call/ |
D | rtc_event_log.cc | 44 bool StartLogging(rtc::PlatformFile log_file) override { return false; } in StartLogging() argument 72 bool StartLogging(rtc::PlatformFile log_file) override; 204 bool RtcEventLogImpl::StartLogging(rtc::PlatformFile log_file) { 212 FILE* file_stream = rtc::FdopenPlatformFileForWriting(log_file); 214 rtc::ClosePlatformFile(log_file); 219 rtc::ClosePlatformFile(log_file); 222 platform_file_ = log_file;
|