/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'}}
|
/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
|
/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...] |
/prebuilt/linux-x86/toolchain/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,
|
/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 \
|
/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...] |
/external/llvm/utils/release/ |
test-release.sh | 393 ) 2>&1 | tee $LogDir/testing.$Release-rc$RC.log
|
/ndk/tests/ |
run-tests.sh | 161 $ADB_CMD shell $@ ";" echo \$? | tee $ADB_CMD_LOG
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |