HomeSort by relevance Sort by last modified time
    Searched refs:tee (Results 26 - 50 of 75) sorted by null

12 3

  /external/icu/icu4c/source/samples/uresb/
Makefile 68 $(INVOKE) ./$(TARGET) en | tee $(TARGET).out
  /external/llvm/utils/release/
test-release.sh 305 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
323 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
328 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
350 2>&1 | tee $LogDir/dragonegg-Phase$Phase-$Flavor.log
361 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log
363 2>&1 | tee $LogDir/llvm.unittests-Phase$Phase-$Flavor.log
592 ) 2>&1 | tee $LogDir/testing.$Release-$RC.log
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
Makefile.in 72 set -o pipefail && ( ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) $(INVOCATION) | tee current.out )
  /external/icu/icu4c/source/test/perf/leperf/
Makefile.in 72 set -o pipefail && ( ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) $(INVOCATION) | tee current.out )
  /bionic/libc/include/
fcntl.h 80 extern ssize_t tee(int, int, size_t, unsigned int);
  /development/ndk/platforms/android-L/include/
fcntl.h 78 extern ssize_t tee(int, int, size_t, unsigned int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
fcntl.h 80 extern ssize_t tee(int, int, size_t, unsigned int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
fcntl.h 80 extern ssize_t tee(int, int, size_t, unsigned int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
fcntl.h 80 extern ssize_t tee(int, int, size_t, unsigned int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
fcntl.h 80 extern ssize_t tee(int, int, size_t, unsigned int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
fcntl.h 80 extern ssize_t tee(int, int, size_t, unsigned int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
fcntl.h 80 extern ssize_t tee(int, int, size_t, unsigned int);
  /system/extras/tests/bionic/libc/
run-test.sh 137 $ADB_CMD shell $@ "&&" echo OK "||" echo KO | tee $ADB_CMD_LOG
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain namespace
425 in1, in2 = tee(iterable)
463 in1, in2 = tee(iterable)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain namespace
425 in1, in2 = tee(iterable)
463 in1, in2 = tee(iterable)
  /device/asus/flo/
BoardConfigCommon.mk 141 tee.te \
  /device/htc/flounder/
BoardConfig.mk 112 tee.te \
  /device/lge/hammerhead/
BoardConfig.mk 133 tee.te \
  /device/lge/mako/
BoardConfig.mk 128 tee.te \
  /bionic/tests/
fcntl_test.cpp 198 TEST(fcntl, tee) {
219 // Tee /proc/version from pipe1 into pipe2.
220 ssize_t bytes_teed = tee(pipe1[0], pipe2[1], SIZE_MAX, 0);
  /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/chromium_org/courgette/
run_stress_test 160 done 2>&1 | tee -a "${log}"
164 cat <<EOF | tee -a "${log}"
  /device/moto/shamu/
BoardConfig.mk 148 tee.te \

Completed in 678 milliseconds

12 3