HomeSort by relevance Sort by last modified time
    Searched refs:tee (Results 1 - 25 of 31) sorted by null

1 2

  /system/extras/tests/sdcard/
profile_sdcard.sh 34 echo "# Scalability tests" | tee -a ${file}
35 echo "# Kernel: $(print_kernel)" | tee -a ${file}
36 echo "# Sched features: $(print_sched_features)" | tee -a ${file}
37 echo "# StopWatch scalability total/cumulative duration 0.0 Samples: 1" | tee -a ${file}
38 echo "# Process Time" | tee -a ${file}
42 echo "$p $t" | tee -a ${file}
  /external/tcpdump/tests/
print-flags.sh 6 if (../tcpdump -$i -s0 -nr print-flags.pcap | tee print-$i.new | diff - print-$i.out)
  /external/clang/test/SemaTemplate/
temp_arg.cpp 18 bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}
  /external/zlib/
configure 32 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
35 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
40 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
46 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
75 echo 'usage:' | tee -a configure.log
76 echo ' configure [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
77 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log
78 echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
97 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;;
98 --localstatedir=*) echo "ignored option: --localstatedir" | tee -a configure.log; shift ;
    [all...]
  /frameworks/base/core/tests/overlaytests/
runtests.sh 28 ONE_SHOT_MAKEFILE="$android_mk" make -C "../../../../../" files | tee -a $log
59 $adb shell am instrument -w -e class $class com.android.overlaytest/android.test.InstrumentationTestRunner | tee -a $log
65 $adb remount | tee -a $log
66 $adb sync data | tee -a $log
  /external/webkit/Tools/Scripts/webkitpy/common/system/
deprecated_logging.py 48 class tee: class in inherits:
87 sys.stdout = tee(self._original_stdout, *files)
88 sys.stderr = tee(self._original_stderr, *files)
executive.py 47 from webkitpy.common.system.deprecated_logging import tee namespace
124 # Use our own custom wait loop because Popen ignores a tee'd
149 child_stdout = tee(child_out_file, tee_stdout)
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 51 private final PrintStream tee; field in class:Command
64 this.tee = null;
73 this.tee = builder.tee;
126 if (tee != null) {
127 tee.println(outputLine);
230 private PrintStream tee = null; field in class:Command.Builder
271 public Builder tee(PrintStream printStream) { method in class:Command.Builder
272 tee = printStream;
  /external/icu4c/samples/udata/
Makefile 66 $(INVOKE) ./$(TARGET2) | tee $(TARGET2).out
67 $(INVOKE) ./$(TARGET1) | tee $(TARGET1).out
  /external/iproute2/testsuite/lib/
generic.sh 11 ts_log "$@" | tee >> $ERRF
21 ts_cat "$@" | tee >> $ERRF
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
GStreamerGWorld.cpp 88 // Get video sink bin and the tee inside.
91 GstElement* tee = gst_bin_get_by_name(GST_BIN(videoSink.get()), "videoTee"); local
107 // Link a new src pad from tee to queue.
108 GstPad* srcPad = gst_element_get_request_pad(tee, "src%d");
121 gst_object_unref(tee);
124 // the new tee branch downstream.
167 GstElement* tee = gst_bin_get_by_name(GST_BIN(videoSink.get()), "videoTee"); local
178 GstPad* srcPad = gst_element_get_static_pad(tee, m_dynamicPadName);
183 gst_element_release_request_pad(tee, srcPad);
199 gst_object_unref(tee);
    [all...]
  /development/tools/
make_key 52 ( openssl genrsa -3 2048 | tee ${one} > ${two} ) &
  /external/icu4c/samples/legacy/
Makefile 61 $(INVOKE) ./$(TARGET) | tee $(TARGET).out
  /external/icu4c/samples/uresb/
Makefile 68 $(INVOKE) ./$(TARGET) en | tee $(TARGET).out
  /external/llvm/utils/release/
test-release.sh 262 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
280 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
285 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
307 2>&1 | tee $LogDir/dragonegg-Phase$Phase-$Flavor.log
318 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log
320 2>&1 | tee $LogDir/llvm.unittests-Phase$Phase-$Flavor.log
512 ) 2>&1 | tee $LogDir/testing.$Release-$RC.log
  /system/extras/tests/bionic/libc/
run-test.sh 137 $ADB_CMD shell $@ "&&" echo OK "||" echo KO | tee $ADB_CMD_LOG
  /external/bison/tests/
testsuite 927 at_tee_pipe="tee -a $at_group_log"
    [all...]
  /external/v8/tools/
common-includes.sh 180 tee < "$PATCH_OUTPUT_FILE" >(awk '{print $NF}' >> "$TOUCHED_FILES_FILE")
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 248 /* In-kernel implementation of tee for pipe buffers. */
249 extern ssize_t tee (int __fdin, int __fdout, size_t __len,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 248 /* In-kernel implementation of tee for pipe buffers. */
249 extern ssize_t tee (int __fdin, int __fdout, size_t __len,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 248 /* In-kernel implementation of tee for pipe buffers. */
249 extern ssize_t tee (int __fdin, int __fdout, size_t __len,
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
  /external/icu4c/test/hdrtst/
Makefile.in 103 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ | tee ht_dep.junk | fgrep -v "$$incfile.h header is obsolete" ; \
120 @for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/cxxfiles.txt | tee cfiles.txt`; do \
  /sdk/monitor/
Android.mk 41 | tee ../../$(RCP_LOG_FILE) \
  /external/iproute2/examples/
cbq.init-v0.7.3 674 $IP "$@" 2>&1 | tee -a $CBQ_DEBUG
680 $TC "$@" 2>&1 | tee -a $CBQ_DEBUG
    [all...]

Completed in 1014 milliseconds

1 2