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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACfault.txt 4 LOGFILE=logfault.txt
5 echo "START FAULT TEST" > $LOGFILE
28 $ISAC 32000 -F $testnr $INDIR/"$file" $OUTDIR/ft$testnr"$file" >> $LOGFILE
32 $ISAC 32000 -F 10 $INDIR/"$file" $OUTDIR/ft10_"$file" >> $LOGFILE
33 $ISAC 32000 -F 10 -PL 10 $INDIR/"$file" $OUTDIR/ft10plc_"$file" >> $LOGFILE
34 $ISAC 32000 -F 10 -NB 1 $INDIR/"$file" $OUTDIR/ft10nb1_"$file" >> $LOGFILE
35 $ISAC 32000 -F 10 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/ft10nb2_"$file" >> $LOGFILE
runiSACLongtest.txt 4 LOGFILE=logNormal.txt
5 echo "START ISAC TEST" > $LOGFILE
6 echo >> $LOGFILE
31 $ISAC -I $rate -FL 30 $INDIR/"$file" $OUTDIR/i30_$index1"$file" >> $LOGFILE
32 $ISAC -I $rate -FL 60 $INDIR/"$file" $OUTDIR/i60_$index1"$file" >> $LOGFILE
37 $ISAC $INDIR/$channel $INDIR/"$file" $OUTDIR/a$index2"$file" >> $LOGFILE
47 $ISAC $INDIR/${CHANNELLIST[0]} -FL 30 -FIXED_FL $INDIR/"$file" $OUTDIR/a30_$index1"$file" >> $LOGFILE
48 $ISAC $INDIR/${CHANNELLIST[0]} -FL 60 -FIXED_FL $INDIR/"$file" $OUTDIR/a60_$index1"$file" >> $LOGFILE
52 $ISAC $INDIR/${CHANNELLIST[0]} -INITRATE 25000 -FL 30 $INDIR/"$file" $OUTDIR/a60_$index1"$file" >> $LOGFILE
runiSACNB.txt 4 LOGFILE=logNB.txt
5 echo "START NARROWBAND TEST" > $LOGFILE
6 echo >> $LOGFILE
32 $ISAC $rate -FL 30 -NB 1 $INDIR/"$file" $OUTDIR/nb130_$index1"$file" >> $LOGFILE
33 $ISAC $rate -FL 60 -NB 1 $INDIR/"$file" $OUTDIR/nb160_$index1"$file" >> $LOGFILE
34 $ISAC $rate -FL 30 -NB 2 $INDIR/"$file" $OUTDIR/nb230_$index1"$file" >> $LOGFILE
35 $ISAC $rate -FL 60 -NB 2 $INDIR/"$file" $OUTDIR/nb260_$index1"$file" >> $LOGFILE
36 $ISAC $rate -FL 30 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/nb2plc30_$index1"$file" >> $LOGFILE
37 $ISAC $rate -FL 60 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/nb2plc60_$index1"$file" >> $LOGFILE
runiSACfixfloat.txt 4 LOGFILE=logfxfl.txt
5 echo "START FIX-FLOAT TEST" > $LOGFILE
27 $ISACFIXFLOAT $INDIR/$channel -m 1 -PLC $INDIR/"$file" $OUTDIR/flfx$index1"$file" >> $LOGFILE
28 $ISACFIXFLOAT $INDIR/$channel -m 2 -PLC $INDIR/"$file" $OUTDIR/fxfl$index1"$file" >> $LOGFILE
38 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 1 $INDIR/"$file" $OUTDIR/flfxnb1_$index1"$file" >> $LOGFILE
39 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 1 $INDIR/"$file" $OUTDIR/fxflnb1_$index1"$file" >> $LOGFILE
40 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 2 -PLC $INDIR/"$file" $OUTDIR/flfxnb2_$index1"$file" >> $LOGFILE
41 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 2 -PLC $INDIR/"$file" $OUTDIR/fxflnb2_$index1"$file" >> $LOGFILE
diffiSACPLC.txt 4 LOGFILE=logplc.txt
5 echo "START PLC TEST" > $LOGFILE
runiSACPLC.txt 4 LOGFILE=logplc.txt
5 echo "START PLC TEST" > $LOGFILE
  /frameworks/base/tests/backup/
backup_stress_test.sh 21 LOGFILE="$LOGDIR/backup_stress.`date +%s`.log"
27 echo "logfile is $LOGFILE"
63 done) > "$LOGFILE"
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 6 # It logs to $LOGFILE, if it exists, and maintains port-forwards using
15 # To enable logging, touch $LOGFILE
19 LOGFILE=/var/log/dhcp.log
26 if [ -f ${LOGFILE} ] ; then
27 date +"%D %T $*" >>${LOGFILE}
60 if [ -f ${LOGFILE} ] ; then
61 echo " DNAT $protocol $src to ${3}:$dst ${verb}." >>${LOGFILE}
  /external/chromium_org/tools/memory_watcher/scripts/
finditem.pl 19 open (LOGFILE, "$file") or die("could not open $file");
20 while(<LOGFILE>) {
memprof.pl 6 # Given a memwatcher logfile, group memory allocations by callstack.
10 # memprof.pl <logfile>
12 # logfile -- The memwatcher.logXXXX file to summarize.
45 open (LOGFILE, "$file") or die("could not open $file");
46 while(<LOGFILE>) {
memtrace.pl 12 # memtrace.pl <logfile>
14 # logfile -- The memwatcher.logXXXX file to summarize.
41 open (LOGFILE, "$file") or die("could not open $file");
42 while(<LOGFILE>) {
  /ndk/tests/standalone/
run.sh 147 LOGFILE=$TMPDIR/log.txt
148 echo -n "" > $LOGFILE
157 echo "# COMMAND: $@" >> $LOGFILE
162 echo "# COMMAND[$@]" >> $LOGFILE
163 "$@" >> $LOGFILE 2>&1
173 $SHELL "$@" >> $LOGFILE 2>&1
  /external/android-mock/src/com/google/android/testing/mocking/
UsesMocksProcessor.java 54 UsesMocksProcessor.LOGFILE,
58 public static final String LOGFILE = "logfile";
122 logger = new ProcessorLogger(processingEnv.getOptions().get(LOGFILE), processingEnv);
  /ndk/build/tools/
ndk-common.sh 885 local LOGFILE="$1"
899 if [ ! -f "${LOGFILE}" ] ; then
915 if [ -f "${LOGFILE}${old}" ] ; then
916 mv -f "${LOGFILE}${old}" "${LOGFILE}-${ver}"
  /external/clang/www/demo/
index.cgi 19 my $LOGFILE = "$ROOT/log.txt";
69 open( LOG, ">>$LOGFILE" );
  /external/chromium_org/third_party/libxml/src/
runsuite.c 37 #define LOGFILE "runsuite.log"
38 static FILE *logfile = NULL; variable
180 if (logfile != NULL) {
181 fprintf(logfile, "\n------------\n");
183 vfprintf(logfile, msg, args);
185 fprintf(logfile, "%s", testErrors);
1065 logfile = fopen(LOGFILE, "w");
1066 if (logfile == NULL) {
1175 if (logfile != NULL
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_osinst.c     [all...]

Completed in 747 milliseconds