HomeSort by relevance Sort by last modified time
    Searched refs:tee (Results 76 - 100 of 190) sorted by null

1 2 34 5 6 7 8

  /external/chromium-trace/catapult/common/lab/
commits.py 30 a, b = itertools.tee(iterable)
  /external/ltp/testcases/kernel/syscalls/tee/
tee01.c 22 * This test case will verify basic function of tee(2)
37 #include "lapi/tee.h"
85 ret = tee(pipe1[0], pipe2[1], TEST_BLOCK_SIZE, SPLICE_F_NONBLOCK);
87 tst_brk(TBROK | TERRNO, "tee() failed");
109 tst_brk(TCONF, "Cannot do tee on a file"
  /external/ltp/testcases/network/stress/icmp/multi-diffnic/
icmp4-multi-diffnic01 233 | setkey -c 2>&1 | tee $ipsec_log
240 $LTP_RSH $RHOST ${LTPROOT}/testcases/bin/output_ipsec_conf dst $IPSEC_PROTO $IPSEC_MODE $SPI $lhost_addr $rhost_addr' | PATH=/sbin:/usr/sbin:$PATH setkey -c' 2>&1 | tee $ipsec_log
  /external/ltp/testcases/network/stress/udp/uni-basic/
udp4-uni-basic01 232 | setkey -c 2>&1 | tee $ipsec_log
239 $LTP_RSH $RHOST ${LTPROOT}/testcases/bin/output_ipsec_conf dst $IPSEC_PROTO $IPSEC_MODE $SPI $lhost_addr $rhost_addr' | PATH=/sbin:/usr/sbin:$PATH setkey -c' 2>&1 | tee $ipsec_log
  /external/tensorflow/tensorflow/tools/dist_test/scripts/
dist_test.sh 132 tee "${TMP}" || \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
heapq.py 132 from itertools import islice, repeat, count, imap, izip, tee, chain
387 in1, in2 = tee(iterable)
425 in1, in2 = tee(iterable)
  /external/python/cpython2/Lib/test/
test_itertools.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_itertools.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_itertools.py     [all...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_itertools.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain
430 in1, in2 = tee(iterable)
468 in1, in2 = tee(iterable)
  /external/python/cpython2/Lib/
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain
430 in1, in2 = tee(iterable)
468 in1, in2 = tee(iterable)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain
425 in1, in2 = tee(iterable)
463 in1, in2 = tee(iterable)
  /prebuilts/gdb/linux-x86/lib/python2.7/
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain
425 in1, in2 = tee(iterable)
463 in1, in2 = tee(iterable)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain
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
425 in1, in2 = tee(iterable)
463 in1, in2 = tee(iterable)
  /bionic/libc/include/
fcntl.h 79 ssize_t tee(int __in_fd, int __out_fd, size_t __length, unsigned int __flags) __INTRODUCED_IN(21);
  /external/annotation-tools/annotation-file-utilities/tests/
Makefile 88 2>&1 | tee $*.log
  /external/annotation-tools/annotation-file-utilities/tests/source-extension/
Makefile 73 2>&1 | tee $*.log
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
offset_token.py 13 a, b = itertools.tee(iterable)
  /external/guice/core/test/com/google/inject/
ErrorHandlingTest.java 91 static class Tee {
94 @Inject void tee(String s, int i) {} method in class:ErrorHandlingTest.Tee
124 bind(Tee.class);
  /external/icu/icu4c/source/test/hdrtst/
Makefile.in 88 $(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" ; \
103 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/cxxfiles.txt | tee cfiles.txt`; do \
  /external/ltp/testcases/network/stress/icmp/multi-diffip/
icmp4-multi-diffip01 280 | setkey -c 2>&1 | tee $ipsec_log
293 $LTP_RSH $RHOST ${LTPROOT}/testcases/bin/output_ipsec_conf dst $IPSEC_PROTO $IPSEC_MODE $SPI $lhost_addr $rhost_addr' | PATH=/sbin:/usr/sbin:$PATH setkey -c' 2>&1 | tee $ipsec_log

Completed in 512 milliseconds

1 2 34 5 6 7 8