HomeSort by relevance Sort by last modified time
    Searched refs:LOGFILE (Results 26 - 42 of 42) sorted by null

12

  /external/ltp/tools/pounder21/test_scripts/
nfs 40 LOGFILE=/proc/$$/fd/1
41 OLD_ERRORS=`egrep -ic "(err|fail|cannot|invalid|denied)" $LOGFILE`
82 NEW_ERRORS=`egrep -ic "(err|fail|cannot|invalid|denied)" $LOGFILE`
cpufreq 53 LOGFILE=/proc/$$/fd/1
54 OLD_ERRORS=`egrep -ic "(error|fail|invalid|denied|cannot)" $LOGFILE`
103 NEW_ERRORS=`egrep -ic "(error|fail|invalid|denied|cannot)" $LOGFILE`
  /external/vboot_reference/utility/
dev_debug_vboot 28 LOGFILE=/dev/stdout
67 if cp -f "${LOGFILE}" "${PUBLOGFILE}" 2>/dev/null; then
84 echo "#" "$@" >> "$LOGFILE"
89 echo "#" "$@" >> "$LOGFILE"
93 echo "#" "$@" >> "$LOGFILE"
97 echo "+" "$@" >> "$LOGFILE"
98 "$@" >> "$LOGFILE" 2>&1
102 echo "+" "$@" "| head" >> "$LOGFILE"
103 "$@" | head >> "$LOGFILE" 2>&1
107 echo "+ERROR:" "$@" >> "$LOGFILE"
    [all...]
  /external/ltp/
runltplite.sh 78 [ -l LOGFILE ] [ -o OUTPUTFILE ] [ -m # (in Mb)] -N -q
85 -l LOGFILE Log results of test in a logfile.
118 local LOGFILE=""
160 LOGFILE="-l $OPTARG" ;;
162 LOGFILE="-l $LTPROOT/results/$OPTARG"
340 -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE $OUTPUTFILE"
351 -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE $OUTPUTFILE
runltp 112 [ -g HTMLFILE] [ -i NUM_PROCS ] [ -l LOGFILE ] [ -m NUM_PROCS,CHUNKS,BYTES,HANGUP_FLAG ]
139 -l LOGFILE Log results of test in a logfile.
208 local LOGFILE=""
348 LOGFILE="-l $OPTARG" ;;
350 LOGFILE="-l $LTPROOT/results/$OPTARG"
454 if [ ! "$LOGFILE" ]; then ## User has not mentioned about Log File name
456 LOGFILE="-l $LTPROOT/results/LTP_RUN_ON-$LOGFILE_NAME.log"
466 if [ ! "$LOGFILE" ]; then ## User has not mentioned about Log File name either
482 if [ ! "$LOGFILE" ]; the
    [all...]
  /external/ltp/testcases/open_posix_testsuite/
Makefile 11 # The default logfile for the tests.
12 LOGFILE?= logfile
16 MAKE_ENV= LOGFILE=`if echo "$(LOGFILE)" | grep -q '^/'; then echo "$(LOGFILE)"; else echo "\`pwd\`/$(LOGFILE)"; fi`.$@
42 @rm -f $(LOGFILE)*
65 @rm -f `if echo "$(LOGFILE)" | grep -q '^/'; then echo "$(LOGFILE)"; else echo "\`pwd\`/$(LOGFILE)"; fi`.$
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACLongtest.txt 21 LOGFILE=logNormal"$PLATFORM".txt
22 echo "START ISAC WB TEST" > $LOGFILE
23 echo >> $LOGFILE
45 $ISAC -I -B $RATE -FL $FRAMESIZE -FS 16 $INDIR/"$file" $OUTDIR/i_"$FRAMESIZE"_"$RATE"_"$file" >> $LOGFILE
51 $ISAC -B $INDIR/${CHANNELLIST[$idx]} -FS 16 $INDIR/"$file" $OUTDIR/a_${name%.*}_"$file" >> $LOGFILE
88 $ISAC -B $INDIR/${CHANNELLIST[0]} -FL 30 -FIXED_FL -FS 16 $INDIR/"$file" $OUTDIR/a30_"$file" >> $LOGFILE
91 $ISAC -B $INDIR/${CHANNELLIST[0]} -FL 60 -FIXED_FL -FS 16 $INDIR/"$file" $OUTDIR/a60_"$file" >> $LOGFILE
96 $ISAC -B $INDIR/${CHANNELLIST[0]} -INITRATE 25000 -FL 30 -FS 16 $INDIR/"$file" $OUTDIR/a60_Init25kbps_"$file" >> $LOGFILE
107 LOGFILE=logNormal_SWB"$PLATFORM".txt
108 echo "START ISAC SWB TEST" > $LOGFILE
    [all...]
  /external/ltp/testcases/kernel/fs/mongo/
mongo.pl 84 $LOGFILE = "${RESDIR}/${ARGV[3]}";
85 $LOGFILE2 = "${LOGFILE}_table";
86 $LOGFILE3 = "${LOGFILE}.tbl";
383 open LOG, ">>$LOGFILE" or die "Can not open log file $LOGFILE\n";
398 print "Results in file : $LOGFILE \n";
  /external/vboot_reference/futility/
futility.c 25 #define LOGFILE "/tmp/futility.log"
27 /* Normally logging will only happen if the logfile already exists. Uncomment
92 log_fd = open(LOGFILE, O_WRONLY | O_APPEND | O_CREAT, 0666);
94 log_fd = open(LOGFILE, O_WRONLY | O_APPEND);
103 log_fd = open(LOGFILE, O_WRONLY | O_APPEND | O_CREAT, 0666);
  /external/lisa/src/shell/
lisa_shell 192 LOGFILE="$PYDIR/server.log"
213 echo ' Logfile : ' $LOGFILE
226 >$LOGFILE 2>&1 &
  /external/arm-neon-tests/
compute_ref.c 40 #define LOGFILE "stm-arm-neon-ref.log"
204 log_file = fopen (LOGFILE, "w");
206 fprintf (stderr, "Error opening log file " LOGFILE "\n");
  /external/iptables/
iptables-test.py 29 LOGFILE="/tmp/iptables-test.log"
290 log_file = open(LOGFILE, 'w')
292 print "Couldn't open log file %s" % LOGFILE
  /external/ltp/testcases/open_posix_testsuite/scripts/
generate-makefiles.sh 114 LOGFILE?= logfile
161 rm -f \$(MAKE_TARGETS) logfile* run.sh *.core
217 @if $COMPILE_STR > logfile.\$\$\$\$ 2>&1; then \\
218 cat logfile.\$\$\$\$; \\
220 echo "\$(subdir)/$test_name compile PASSED" >> \$(LOGFILE); \\
222 cat logfile.\$\$\$\$; \\
224 (echo "\$(subdir)/$test_name compile FAILED; SKIPPING"; cat logfile.\$\$\$\$) >> \$(LOGFILE); \\
226 rm -f logfile.\$\$\$\
    [all...]
  /external/libxml2/
runxmlconf.c 31 #define LOGFILE "runxmlconf.log"
32 static FILE *logfile = NULL; variable
113 if (logfile != NULL) {
114 fprintf(logfile, "\n------------\n");
116 vfprintf(logfile, msg, args);
118 fprintf(logfile, "%s", testErrors);
414 xmlMemDisplayLast(logfile, final - mem);
555 logfile = fopen(LOGFILE, "w");
556 if (logfile == NULL)
    [all...]
runsuite.c 34 #define LOGFILE "runsuite.log"
35 static FILE *logfile = NULL; variable
168 if (logfile != NULL) {
169 fprintf(logfile, "\n------------\n");
171 vfprintf(logfile, msg, args);
173 fprintf(logfile, "%s", testErrors);
1053 logfile = fopen(LOGFILE, "w");
1054 if (logfile == NULL) {
1163 if (logfile != NULL
    [all...]
  /external/clang/www/demo/
index.cgi 19 my $LOGFILE = "$ROOT/log.txt";
69 open( LOG, ">>$LOGFILE" );
  /external/autotest/contrib/
log_distiller.py 22 # logfile name format: scheduler.log.2014-02-14-18.10.56
364 logfile = sys.argv[2]
366 logfile = LOGFILE
369 log_crawler = SchedulerLogCrawler(logfile, job_id=job['id'])

Completed in 1889 milliseconds

12