Home
last modified time | relevance | path

Searched full:tee (Results 1 – 25 of 263) sorted by relevance

1234567891011

/third_party/zlib/
Dconfigure53 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
56 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
61 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
67 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
103 echo "** $0 aborting." | tee -a configure.log
117 echo 'usage:' | tee -a configure.log
118 …echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configur…
119 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log
120 … echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
139 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;;
[all …]
/third_party/ffmpeg/libavformat/
Dtee.c2 * Tee pseudo-muxer
76 .class_name = "Tee muxer",
147 TeeContext *tee = avf->priv_data; in close_slaves() local
150 for (i = 0; i < tee->nb_slaves; i++) { in close_slaves()
151 close_slave(&tee->slaves[i]); in close_slaves()
153 av_freep(&tee->slaves); in close_slaves()
432 TeeContext *tee = avf->priv_data; in tee_process_slave_failure() local
433 TeeSlave *tee_slave = &tee->slaves[slave_idx]; in tee_process_slave_failure()
435 tee->nb_alive--; in tee_process_slave_failure()
439 if (!tee->nb_alive) { in tee_process_slave_failure()
[all …]
Dteeproto.c2 * Tee output protocol
43 .class_name = "tee",
87 av_strstart(filename, "tee:", &filename); in tee_open()
140 .name = "tee",
/third_party/ltp/testcases/realtime/perf/latency/
Drun_auto.sh11 echo "Logging to: " | tee -a $LOG_FILE
12 echo "$LOG_FILE " | tee -a $LOG_FILE
13 echo "and to local individual .out files " | tee -a $LOG_FILE
29 echo "pthread_cond_many configuration:" | tee -a $LOG_FILE
30 echo "number of threads = $nthread " | tee -a $LOG_FILE
31 echo "number of iterations = $iter " | tee -a $LOG_FILE
32 echo "number of processes = $nproc " | tee -a $LOG_FILE
/third_party/ltp/testcases/kernel/syscalls/tee/
Dtee02.c9 * 1) tee() returns -1 and sets errno to EINVAL if fd_in does
11 * 2) tee() returns -1 and sets errno to EINVAL if fd_out does
13 * 3) tee() returns -1 and sets errno to EINVAL if fd_in and
25 #include "lapi/tee.h"
56 TEST(tee(*(tc->fdin), *(tc->fdout), TEE_TEST_LEN, 0)); in tee_verify()
59 tst_res(TFAIL, "tee() returned %ld, " in tee_verify()
67 "tee() failed unexpectedly; expected: %d - %s", in tee_verify()
72 tst_res(TPASS | TTERRNO, "tee() failed as expected"); in tee_verify()
Dtee01.c17 #include "lapi/tee.h"
65 ret = tee(pipe1[0], pipe2[1], TEST_BLOCK_SIZE, SPLICE_F_NONBLOCK); in tee_test()
67 tst_brk(TBROK | TERRNO, "tee() failed"); in tee_test()
/third_party/node/test/fixtures/wpt/streams/readable-streams/
Dtee.any.js11 const result = rs.tee();
18 }, 'ReadableStream teeing: rs.tee() returns an array of two ReadableStreams');
30 const branch = rs.tee();
65 const branch = rs.tee();
90 const branches = rs.tee();
123 const branches = rs.tee();
149 const branches = rs.tee();
173 const [branch1, branch2] = stream.tee();
206 const branches = rs.tee();
226 const branches = rs.tee();
[all …]
Dpatched-global.any.js37 const [branch1, branch2] = rs.tee();
40 }, 'ReadableStream tee() should not touch Object.prototype properties');
55 const [branch1, branch2] = rs.tee();
59 }, 'ReadableStream tee() should not call the global ReadableStream');
120 const [branch1, branch2] = new ReadableStream().tee();
123 }, 'tee() should not call Promise.prototype.then()');
/third_party/toybox/toys/posix/
Dtee.c1 /* tee.c - cat to multiple outputs.
5 * See http://opengroup.org/onlinepubs/9699919799/utilities/tee.html
7 USE_TEE(NEWTOY(tee, "ia", TOYFLAG_USR|TOYFLAG_BIN))
9 config TEE
10 bool "tee"
13 usage: tee [-ai] [file...]
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
Dtee.any.js11 const result = rs.tee();
18 }, 'ReadableStream teeing with byte source: rs.tee() returns an array of two ReadableStreams');
31 const [branch1, branch2] = rs.tee();
79 const [branch1, branch2] = rs.tee();
112 const [branch1, branch2] = rs.tee();
145 const [branch1, branch2] = rs.tee();
182 const [branch1, branch2] = rs.tee();
204 const [branch1, branch2] = rs.tee();
229 const [branch1, branch2] = rs.tee();
256 const [branch1, branch2] = rs.tee();
[all …]
/third_party/node/test/parallel/
Dtest-whatwg-readablestream.mjs6 // Test tee() with close in the nextTick after enqueue
24 }).tee();
39 // Test ReadableByteStream.tee() with close in the nextTick after enqueue
58 }).tee();
/third_party/typescript/tests/baselines/reference/
DinferTypeConstraintInstantiationCircularity.types21 tee: T;
22 >tee : T
37 tee: T;
38 >tee : T
DinferTypeConstraintInstantiationCircularity.symbols33 tee: T;
34 >tee : Symbol(X1.tee, Decl(inferTypeConstraintInstantiationCircularity.ts, 11, 3))
63 tee: T;
64 >tee : Symbol(X2.tee, Decl(inferTypeConstraintInstantiationCircularity.ts, 23, 3))
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dtee.c51 result = tee(pipefd1[0], pipefd2[1], 32768, SPLICE_F_NONBLOCK); in tee_0100()
53 t_error("%s tee failed\n", __func__); in tee_0100()
60 t_error("%s tee failed, buf = %s\n", __func__, buf); in tee_0100()
92 result = tee(fd, pipefd2[1], 32768, SPLICE_F_NONBLOCK); in tee_0200()
/third_party/ltp/testcases/realtime/func/pi-tests/
Drun_auto.sh18 PYTHONPATH=../../ python3 parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
22 PYTHONPATH=../../ python3 parse-testpi2.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
26 PYTHONPATH=../../ python3 parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
/third_party/littlefs/scripts/
Dteepipe.py3 # tee, but for pipes
6 # ./scripts/tee.py in_pipe out_pipe1 out_pipe2
57 description="tee, but for pipes.",
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
Dbody.js186 // create a dedicated tee stream so that we don't lose data
189 const tee = new Minipass()
192 tee.on('error', er => {
196 body.on('error', er => tee.emit('error', er))
197 tee.pipe(p1)
198 tee.pipe(p2)
199 body.pipe(tee)
/third_party/iptables/
Dbackport-nft-Fix-EPERM-handling-for-extensions-without-rev-0.patch57 +# TEE has no revision 0
58 +out=$(run $XT_MULTI iptables -j TEE --help)
60 +grep_or_rc "TEE target options:" <<< "$out"
/third_party/cJSON/fuzzing/
Dafl-prepare-linux.sh4 echo core | sudo tee /proc/sys/kernel/core_pattern
5 echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
/third_party/python/Lib/test/
Dtest_itertools.py1398 a, b = tee([]) # test empty iterator
1402 a, b = tee(irange(n)) # test 100% interleaved
1405 a, b = tee(irange(n)) # test 0% interleaved
1409 a, b = tee(irange(n)) # test dealloc of leading iterator
1415 a, b = tee(irange(n)) # test dealloc of trailing iterator
1425 its = tee(irange(n))
1433 self.assertRaises(TypeError, tee)
1434 self.assertRaises(TypeError, tee, 3)
1435 self.assertRaises(TypeError, tee, [1,2], 'x')
1436 self.assertRaises(TypeError, tee, [1,2], 3, 'x')
[all …]
/third_party/toybox/tests/
Dhostname.test12 testing "set" 'hostname "2>&1 | tee"; hostname; hostname "$HOST"' "2>&1 | tee\n" "" ""
/third_party/skia/third_party/externals/icu/source/data/
Dcldr-icu-readme.txt156 make check 2>&1 | tee /tmp/icu4c-oldData-makeCheck.txt
170 ant proddata 2>&1 | tee /tmp/cldr-newData-proddataLog.txt
190 ant -f build-icu-data.xml -DcldrDataDir="$CLDR_TMP_DIR/production" | tee /tmp/cldr-newData-builddat…
230 make check 2>&1 | tee /tmp/icu4c-newData-makeCheck.txt
253 make check 2>&1 | tee /tmp/icu4c-newData-makeCheckEx.txt
263 ant check 2>&1 | tee /tmp/icu4j-oldData-antCheck.txt
284 ant check 2>&1 | tee /tmp/icu4j-newData-antCheck.txt
/third_party/typescript/tests/cases/fourslash/
DcompletionInJsDocQualifiedNames.ts6 /////** tee */
19 documentation: "tee",
/third_party/protobuf/kokoro/release/ruby/linux/
Dprepare_build.sh4 echo 'DOCKER_OPTS="${DOCKER_OPTS} --graph=/tmpfs/docker"' | sudo tee --append /etc/default/docker
7 echo 'DOCKER_OPTS="${DOCKER_OPTS} --registry-mirror=https://mirror.gcr.io"' | sudo tee --append /et…
/third_party/icu/icu4c/source/data/
Dcldr-icu-readme.txt154 make check 2>&1 | tee $NOTES/icu4c-oldData-makeCheck.txt
162 ant check 2>&1 | tee $NOTES/icu4j-oldData-antCheck.txt
198 ant proddata 2>&1 | tee $NOTES/cldr-newData-proddataLog.txt
218 ant -f build-icu-data.xml -DcldrDataDir="$CLDR_TMP_DIR/production" | tee $NOTES/cldr-newData-buildd…
267 make check 2>&1 | tee $NOTES/icu4c-newData-makeCheck.txt
290 make check 2>&1 | tee $NOTES/icu4c-newData-makeCheckEx.txt
314 ant check 2>&1 | tee $NOTES/icu4j-newData-antCheck.txt

1234567891011