Home
last modified time | relevance | path

Searched refs:LOG_FILE (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/tools/cldr/lib/
Dinstall-cldr-jars.sh35 echo >> "${LOG_FILE}"
36 echo "Running: ${@}" >> "${LOG_FILE}"
37 echo -- "----------------------------------------------------------------" >> "${LOG_FILE}"
38 "${@}" >> "${LOG_FILE}" 2>&1
40 echo -- "---- Previous command failed ----" >> "${LOG_FILE}"
45 less -X "${LOG_FILE}"
47 echo "Log file: ${LOG_FILE}"
50 echo -- "---- Previous command succeeded ----" >> "${LOG_FILE}"
70 LOG_FILE="${TMPDIR:-/tmp}/cldr2icu_log_$(date '+%m%d_%H%M%S').txt"
71 touch $LOG_FILE || die "Cannot create temporary file: ${LOG_FILE}"
[all …]
/third_party/ltp/testcases/realtime/func/pi-tests/
Drun_auto.sh16 export LOG_FILE="$LOG_DIR/$LOG_FORMAT-testpi-1.log"
18 PYTHONPATH=../../ python3 parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
20 export LOG_FILE="$LOG_DIR/$LOG_FORMAT-testpi-2.log"
22 PYTHONPATH=../../ python3 parse-testpi2.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
24 export LOG_FILE="$LOG_DIR/$LOG_FORMAT-testpi-4.log"
26 PYTHONPATH=../../ python3 parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
29 export LOG_FILE=""
/third_party/ltp/testcases/realtime/perf/latency/
Drun_auto.sh9 LOG_FILE="$LOG_DIR/$LOG_FORMAT-pthread_cond_many.log"
11 echo "Logging to: " | tee -a $LOG_FILE
12 echo "$LOG_FILE " | tee -a $LOG_FILE
13 echo "and to local individual .out files " | tee -a $LOG_FILE
29 echo "pthread_cond_many configuration:" | tee -a $LOG_FILE
30 echo "number of threads = $nthread " | tee -a $LOG_FILE
31 echo "number of iterations = $iter " | tee -a $LOG_FILE
32 echo "number of processes = $nproc " | tee -a $LOG_FILE
/third_party/ltp/testcases/realtime/scripts/
Drun_c_files.sh42 if [ "$LOG_FILE" = "" ]; then
43 LOG_FILE="$LOG_DIR/$LOG_FORMAT-${cmd}${params// /}.log"
50 echo "Logging to $LOG_FILE"
55 ) | tee -a $LOG_FILE
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug05.sh90 LOG_FILE="$TMP/log_$$"
101 sar -P "$CPU_TO_TEST" 1 0 > "$LOG_FILE" &
103 sar -P "$CPU_TO_TEST" 1 > "$LOG_FILE" &
110 offline_status=$(tail -n 1 "$LOG_FILE")
136 online_status=$(tail -n 1 "$LOG_FILE")
/third_party/node/test/tick-processor/
Dtick-processor-base.js10 const LOG_FILE = path.join(tmpdir.path, 'tick-processor.log'); constant
34 fs.writeFileSync(LOG_FILE, ticks());
40 LOG_FILE,
50 fs.unlinkSync(LOG_FILE);
Dtest-tick-processor-polyfill-brokenfile.js24 const LOG_FILE = path.join(tmpdir.path, 'tick-processor.log'); constant
52 writeFileSync(LOG_FILE, content);
56 '--prof-process', LOG_FILE,
/third_party/ltp/testcases/realtime/func/measurement/
Drun_auto.sh17 LOG_FILE="$LOG_DIR/$LOG_FORMAT-rdtsc-latency.log"
20 LOG_FILE="$LOG_DIR/$LOG_FORMAT-preempt_timing.log"