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

  /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/webkit/WebKitTools/Scripts/webkitpy/
webkit_logging.py 44 class tee: class in inherits:
81 sys.stdout = tee(self._original_stdout, *files)
82 sys.stderr = tee(self._original_stderr, *files)
executive.py 35 from webkitpy.webkit_logging import tee namespace
87 # Use our own custom wait loop because Popen ignores a tee'd
101 child_stdout = tee(child_out_file, dev_null if quiet else sys.stdout)
  /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
  /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/bison/tests/
testsuite 927 at_tee_pipe="tee -a $at_group_log"
    [all...]
  /external/icu4c/test/hdrtst/
Makefile 85 $(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" ; \
101 @for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/cxxfiles.txt | tee cfiles.txt`; do \
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 \
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
ObjectStreamClassTest.java 231 abstract void tee(); method in class:ObjectStreamClassTest.Foo
  /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/icu4c/test/testdata/
Makefile 196 @ICU_DATA=$(BUILDDIR) $(INVOKE) $(BINDIR)/genrb $(GENRBOPTS) -s $(TESTSRCDATADIR) -eISCII,version=0 -d $(TESTBUILDDIR) $(<F) >/dev/null || ( echo "WARNING: could not open ISCII - it may have been disabled." | tee $@ )
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 296 milliseconds