| /third_party/zlib/ |
| D | configure | 53 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/ |
| D | tee.c | 2 * 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 …]
|
| D | teeproto.c | 2 * 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/ |
| D | run_auto.sh | 11 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/ |
| D | tee02.c | 9 * 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()
|
| D | tee01.c | 17 #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/ |
| D | tee.any.js | 11 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 …]
|
| D | patched-global.any.js | 37 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/ |
| D | tee.c | 1 /* 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/ |
| D | tee.any.js | 11 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/ |
| D | test-whatwg-readablestream.mjs | 6 // 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/ |
| D | inferTypeConstraintInstantiationCircularity.types | 21 tee: T; 22 >tee : T 37 tee: T; 38 >tee : T
|
| D | inferTypeConstraintInstantiationCircularity.symbols | 33 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/ |
| D | tee.c | 51 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/ |
| D | run_auto.sh | 18 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/ |
| D | teepipe.py | 3 # 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/ |
| D | body.js | 186 // 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/ |
| D | backport-nft-Fix-EPERM-handling-for-extensions-without-rev-0.patch | 57 +# 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/ |
| D | afl-prepare-linux.sh | 4 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/ |
| D | test_itertools.py | 1398 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/ |
| D | hostname.test | 12 testing "set" 'hostname "2>&1 | tee"; hostname; hostname "$HOST"' "2>&1 | tee\n" "" ""
|
| /third_party/skia/third_party/externals/icu/source/data/ |
| D | cldr-icu-readme.txt | 156 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/ |
| D | completionInJsDocQualifiedNames.ts | 6 /////** tee */ 19 documentation: "tee",
|
| /third_party/protobuf/kokoro/release/ruby/linux/ |
| D | prepare_build.sh | 4 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/ |
| D | cldr-icu-readme.txt | 154 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
|