/external/zlib/src/ |
D | configure | 39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log 53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 85 echo "** $0 aborting." | tee -a configure.log 99 echo 'usage:' | tee -a configure.log 100 …echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configur… 101 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log 102 … echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log 121 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;; [all …]
|
/external/netperf/doc/examples/ |
D | runemomniaggdemo.sh | 17 echo "Starting netperfs at $NOW for $TEST" | tee $TESTLOG 27 echo "Starting netperfs on localhost targeting ${TARGET} for $TEST" | tee -a $TESTLOG 39 … echo "Pausing for $DURATION seconds at $NOW with $i netperfs running for $TEST" | tee -a $TESTLOG 43 echo "Resuming at $NOW for $TEST" | tee -a $TESTLOG 48 echo "Netperfs started by $NOW for $TEST" | tee -a $TESTLOG 58 echo "Netperfs stopping $NOW for $TEST" | tee -a $TESTLOG 62 echo "Netperfs stopped $NOW for $TEST" | tee -a $TESTLOG 74 echo "Starting netperfs at $NOW for $TEST" | tee $TESTLOG 84 echo "Starting netperfs on localhost targeting ${TARGET} for $TEST" | tee -a $TESTLOG 94 echo "Pausing for $DURATION seconds at $NOW with $i netperfs running for $TEST" | tee -a $TESTLOG [all …]
|
D | bloat.sh | 17 echo "Starting netperf TCP_RR at $RR_START" | tee bloat.log 31 echo "Starting netperf TCP_STREAM test at $STREAM_START" | tee -a bloat.log 34 echo "Netperf TCP_STREAM test stopped at $STREAM_STOP" | tee -a bloat.log 41 echo "Netperf TCP_RR test stopped at $RR_STOP" | tee -a bloat.log
|
/external/guice/core/test/com/google/inject/ |
D | PerformanceComparison.java | 76 RootBeanDefinition tee = new RootBeanDefinition(TeeImpl.class, true); 77 tee.setLazyInit(true); 80 tee.setConstructorArgumentValues(teeValues); 98 beanFactory.registerBeanDefinition("tee", tee); 132 final Tee tee = new TeeImpl("test"); 137 Bar bar = new BarImpl(tee, 5); 138 Bar copy = new BarImpl(tee, 5); 256 final Tee tee; field in PerformanceComparison.BarImpl 259 public BarImpl(Tee tee, @I int i) { in BarImpl() argument 260 this.tee = tee; in BarImpl() [all …]
|
D | InjectorTest.java | 164 Tee tee; 167 void initialize(Tee tee) { 168 this.tee = tee; 172 return tee;
|
/external/vogar/src/vogar/commands/ |
D | Command.java | 54 private final PrintStream tee; field in Command 66 this.tee = null; in Command() 75 this.tee = builder.tee; in Command() 125 if (tee != null) { in gatherOutput() 126 tee.println(outputLine); in gatherOutput() 253 private PrintStream tee = null; field in Command.Builder 267 this.tee = other.tee; in Builder() 296 public Builder tee(PrintStream printStream) { in tee() method in Command.Builder 297 tee = printStream; in tee()
|
/external/llvm/utils/release/ |
D | test-release.sh | 234 echo "[${Flavor} Phase${Phase}] ${Msg}" | tee -a $LogDir/deferred_errors.log 350 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log 354 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log 361 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log 367 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log 383 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log 389 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log 400 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log ) ; then 407 tee $LogDir/llvm.unittests-Phase$Phase-$Flavor.log ) ; then 560 ) 2>&1 | tee $LogDir/testing.$Release-$RC.log
|
/external/bison/tests/ |
D | testsuite | 2864 echo stderr:; tee stderr <"$at_stderr" 3268 echo stderr:; tee stderr <"$at_stderr" 3688 echo stderr:; tee stderr <"$at_stderr" 4095 echo stderr:; tee stderr <"$at_stderr" 4570 echo stderr:; tee stderr <"$at_stderr" 4791 echo stderr:; tee stderr <"$at_stderr" 5025 echo stderr:; tee stderr <"$at_stderr" 5558 echo stderr:; tee stderr <"$at_stderr" 6288 echo stderr:; tee stderr <"$at_stderr" 7016 echo stderr:; tee stderr <"$at_stderr" [all …]
|
/external/vboot_reference/scripts/image_signing/ |
D | set_chronos_password.sh | 21 | sudo tee "$temp_shadow" > /dev/null 23 | sudo tee -a "$temp_shadow" > /dev/null
|
D | set_lsb_release.sh | 17 echo "$key=$value" | sudo tee "$temp_lsb_release" > /dev/null 19 | sudo tee -a "$temp_lsb_release" > /dev/null
|
/external/icu/icu4c/source/samples/udata/ |
D | Makefile | 66 $(INVOKE) ./$(TARGET2) | tee $(TARGET2).out 67 $(INVOKE) ./$(TARGET1) | tee $(TARGET1).out
|
/external/iproute2/testsuite/lib/ |
D | generic.sh | 11 ts_log "$@" | tee >> $ERRF 21 ts_cat "$@" | tee >> $ERRF
|
/external/icu/icu4c/source/data/ |
D | cldr-icu-readme.txt | 150 make all 2>&1 | tee /tmp/icu4c-oldData-makeAll.txt 151 make check 2>&1 | tee /tmp/icu4c-oldData-makeCheck.txt 163 ant all 2>&1 | tee /tmp/cldrNN-buildLog.txt 189 make check 2>&1 | tee /tmp/icu4c-newData-makeCheck.txt 208 make check 2>&1 | tee /tmp/icu4c-newData-makeCheckEx.txt 218 ant all 2>&1 | tee /tmp/icu4j-oldData-antAll.txt 219 ant check 2>&1 | tee /tmp/icu4j-oldData-antCheck.txt 230 ant check 2>&1 | tee /tmp/icu4j-newData-antCheck.txt
|
/external/bison/runtime-po/ |
D | el.po | 5 # Lefteris Dimitroulakis <edimitro@tee.gr>, 2008. 12 "Last-Translator: Lefteris Dimitroulakis <edimitro@tee.gr>\n"
|
/external/webrtc/webrtc/build/ |
D | adb_shell.sh | 18 adb "$1" "$2" shell "$3" "$4" ";" echo \$? | tee "$ADB_LOG"
|
/external/clang/test/SemaTemplate/ |
D | temp_arg.cpp | 18 …bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifie… in bar()
|
/external/strace/qemu_multiarch_testing/hdc.dir/ |
D | init2 | 14 ) 2>&1 | tee strace_build.log
|
/external/clang/test/SemaObjCXX/Inputs/ |
D | nullability-pragmas-generics-1.h | 12 - (T)tee;
|
/external/gemmlowp/scripts/ |
D | test-android.sh | 83 adb shell "/data/local/tmp/$EXE $TESTARGS" | tee "log-$EXE"
|
/external/valgrind/drd/tests/ |
D | verify-xml-output | 20 xmllint --noout --schema ../docs/drd-xml-output.xsd $b-${USER}.xml 2>&1 | tee $b.xmllint
|
/external/autotest/contrib/ |
D | run-stable-update | 50 site_utils/assign_stable_images.py "${OPTIONS[@]}" | tee ${TMPFILE}
|
/external/shflags/bin/ |
D | gen_test_results.sh | 64 ./${FLAGS_suite} |tee "${output}"
|
/external/icu/icu4c/source/samples/ |
D | rules.mk | 25 $(INVOKE) $(CHECK_VARS) ./$(TARGET) $(CHECK_ARGS) | tee $(TARGET).out
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | lightRoutingUpdate.sh | 56 tee /dev/stderr | tail -2 | sed '1{s/\r//;q}' |
|
/external/icu/icu4c/source/samples/legacy/ |
D | Makefile | 61 $(INVOKE) ./$(TARGET) | tee $(TARGET).out
|