Searched refs:tee (Results 1 - 25 of 102) sorted by relevance

12345

/external/ltp/testcases/realtime/perf/latency/
H A Drun_auto.sh11 echo -e "Logging to: " | tee -a $LOG_FILE
12 echo -e "$LOG_FILE " | tee -a $LOG_FILE
13 echo -e "and to local individual .out files " | tee -a $LOG_FILE
29 echo -e "pthread_cond_many configuration:" | tee -a $LOG_FILE
30 echo -e "number of threads = $nthread " | tee -a $LOG_FILE
31 echo -e "number of iterations = $iter " | tee -a $LOG_FILE
32 echo -e "number of processes = $nproc " | tee -a $LOG_FILE
/external/ltp/include/lapi/
H A Dtee.h27 ssize_t tee(int fd_in, int fd_out, size_t len, unsigned int flags) function
/external/ltp/testcases/realtime/func/pi-tests/
H A Drun_auto.sh18 PYTHONPATH=../../ python parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
22 PYTHONPATH=../../ python parse-testpi2.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
26 PYTHONPATH=../../ python parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
/external/ltp/tools/pounder21/test_scripts/
H A Dcopy_large_tree32 diff -Naur /usr "$TREE_DEST/usr/" | tee "$POUNDER_TMPDIR/copytree.diff"
/external/vboot_reference/scripts/image_signing/
H A Dset_chronos_password.sh21 | sudo tee "$temp_shadow" > /dev/null
23 | sudo tee -a "$temp_shadow" > /dev/null
H A Dset_lsb_release.sh17 echo "$key=$value" | sudo tee "$temp_lsb_release" > /dev/null
19 | sudo tee -a "$temp_lsb_release" > /dev/null
/external/zlib/src/
H A Dconfigure39 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 configure.log
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
[all...]
/external/clang/test/SemaTemplate/
H A Dtemp_arg.cpp18 bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}
/external/webrtc/webrtc/build/
H A Dadb_shell.sh18 adb "$1" "$2" shell "$3" "$4" ";" echo \$? | tee "$ADB_LOG"
/external/netperf/doc/examples/
H A Drunemomniaggdemo.sh17 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
[all...]
H A Dbloat.sh17 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/v8/tools/
H A Drun-perf.sh39 echo $MAXIMUM_SAMPLE_RATE | sudo tee $SAMPLE_RATE_CONFIG_FILE
45 echo 0 | sudo tee $KERNEL_MAP_CONFIG_FILE
/external/clang/test/SemaObjCXX/Inputs/
H A Dnullability-pragmas-generics-1.h12 - (T)tee;
/external/guice/core/test/com/google/inject/
H A DPerformanceComparison.java76 RootBeanDefinition tee = new RootBeanDefinition(TeeImpl.class, true);
77 tee.setLazyInit(true);
80 tee.setConstructorArgumentValues(teeValues);
84 barValues.addGenericArgumentValue(new RuntimeBeanReference("tee"));
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 class:PerformanceComparison.BarImpl
259 BarImpl(Tee tee, @I int i) argument
[all...]
/external/vogar/src/vogar/commands/
H A DCommand.java54 private final PrintStream tee; field in class:Command
66 this.tee = null;
75 this.tee = builder.tee;
125 if (tee != null) {
126 tee.println(outputLine);
253 private PrintStream tee = null; field in class:Command.Builder
267 this.tee = other.tee;
296 public Builder tee(PrintStrea method in class:Command.Builder
[all...]
/external/protobuf/jenkins/
H A Dpull_request_in_docker.sh46 $TIME_CMD $TEST_SCRIPT cpp > >(tee $CPP_STDOUT) 2> >(tee $CPP_STDERR >&2)
/external/gemmlowp/scripts/
H A Dtest-android.sh83 adb shell "/data/local/tmp/$EXE $TESTARGS" | tee "log-$EXE"
/external/icu/icu4c/source/samples/udata/
H A DMakefile69 $(INVOKE) ./$(TARGET2) | tee $(TARGET2).out
70 $(INVOKE) ./$(TARGET1) | tee $(TARGET1).out
/external/iproute2/testsuite/lib/
H A Dgeneric.sh11 ts_log "$@" | tee >> $ERRF
21 ts_cat "$@" | tee >> $ERRF
/external/ltp/testcases/realtime/scripts/
H A Drun_c_files.sh55 ) | tee -a $LOG_FILE
/external/valgrind/drd/tests/
H A Dverify-xml-output20 xmllint --noout --schema ../docs/drd-xml-output.xsd $b-${USER}.xml 2>&1 | tee $b.xmllint
/external/autotest/contrib/
H A Drun-stable-update51 $ASSIGN_STABLE "${OPTIONS[@]}" 2>&1 | tee ${TMPFILE}
/external/swiftshader/third_party/LLVM/utils/release/
H A Dtest-release.sh221 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
239 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
244 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
255 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log
257 2>&1 | tee $LogDir/llvm.unittests-Phase$Phase-$Flavor.log
357 ) 2>&1 | tee $LogDir/testing.$Release-rc$RC.log
/external/llvm/utils/release/
H A Dtest-release.sh253 echo "[${Flavor} Phase${Phase}] ${Msg}" | tee -a $LogDir/deferred_errors.log
369 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
373 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
380 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
386 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
402 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
408 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
419 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log ) ; then
426 tee $LogDir/llvm.unittests-Phase$Phase-$Flavor.log ) ; then
470 # a pipe (i.e. it changes the output of ``false | tee /de
[all...]
/external/linux-kselftest/tools/testing/selftests/ftrace/
H A Dftracetest119 echo "$@" | tee -a $LOG_FILE
122 cat $1 | tee -a $LOG_FILE
243 __run_test $1 2>> $testlog | tee -a $testlog

Completed in 3721 milliseconds

12345