/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttee.c | 113 GST_ELEMENT_REGISTER_DEFINE (tee, "tee", GST_RANK_NONE, GST_TYPE_TEE); 220 GstTee *tee; in gst_tee_finalize() local 222 tee = GST_TEE (object); in gst_tee_finalize() 224 g_hash_table_unref (tee->pad_indexes); in gst_tee_finalize() 226 g_free (tee->last_message); in gst_tee_finalize() 307 gst_tee_init (GstTee * tee) in gst_tee_init() argument 309 tee->sinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink"); in gst_tee_init() 310 tee->sink_mode = GST_PAD_MODE_NONE; in gst_tee_init() 312 gst_pad_set_event_function (tee->sinkpad, in gst_tee_init() 314 gst_pad_set_query_function (tee->sinkpad, in gst_tee_init() [all …]
|
D | gstcoreelementselements.h | 50 GST_ELEMENT_REGISTER_DECLARE (tee); 66 GST_ELEMENT_REGISTER_DECLARE (tee);
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | tee.c | 43 GstElement *pipeline, *src, *tee; in GST_START_TEST() local 55 tee = gst_check_setup_element ("tee"); in GST_START_TEST() 57 fail_unless (gst_bin_add (GST_BIN (pipeline), tee)); in GST_START_TEST() 58 fail_unless (gst_element_link (src, tee)); in GST_START_TEST() 79 req_pads[i] = gst_element_request_pad_simple (tee, "src_%u"); in GST_START_TEST() 103 gst_element_release_request_pad (tee, req_pads[i]); in GST_START_TEST() 116 GstElement *tee; in GST_START_TEST() local 130 tee = gst_bin_get_by_name (GST_BIN (pipeline), "t"); in GST_START_TEST() 131 fail_if (tee == NULL); in GST_START_TEST() 145 pad = gst_element_request_pad_simple (tee, "src_%u"); in GST_START_TEST() [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | configure | 51 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 54 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 59 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log 65 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 99 echo "** $0 aborting." | tee -a configure.log 113 echo 'usage:' | tee -a configure.log 114 …echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configur… 115 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log 116 … echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log 135 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;; [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | configure | 51 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 54 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 59 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log 65 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 99 echo "** $0 aborting." | tee -a configure.log 113 echo 'usage:' | tee -a configure.log 114 …echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configur… 115 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log 116 … echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log 135 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;; [all …]
|
/third_party/zlib/ |
D | configure | 51 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 54 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 59 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log 65 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 100 echo "** $0 aborting." | tee -a configure.log 114 echo 'usage:' | tee -a configure.log 115 …echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configur… 116 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log 117 … echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log 136 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;; [all …]
|
/third_party/ffmpeg/libavformat/ |
D | tee.c | 149 TeeContext *tee = avf->priv_data; in close_slaves() local 152 for (i = 0; i < tee->nb_slaves; i++) { in close_slaves() 153 close_slave(&tee->slaves[i]); in close_slaves() 155 av_freep(&tee->slaves); in close_slaves() 434 TeeContext *tee = avf->priv_data; in tee_process_slave_failure() local 435 TeeSlave *tee_slave = &tee->slaves[slave_idx]; in tee_process_slave_failure() 437 tee->nb_alive--; in tee_process_slave_failure() 441 if (!tee->nb_alive) { in tee_process_slave_failure() 449 slave_idx, av_err2str(err_n), tee->nb_alive, tee->nb_slaves); in tee_process_slave_failure() 456 TeeContext *tee = avf->priv_data; in tee_write_header() local [all …]
|
/third_party/boost/libs/iostreams/test/ |
D | tee_test.cpp | 32 first.push(tee(file_sink(dest.name(), out_mode))); in read_write_test() 47 first.push(tee(file_sink(dest.name(), out_mode))); in read_write_test() 62 out.push(tee(file_sink(dest1.name(), out_mode))); in read_write_test() 76 out.push(tee(file_sink(dest1.name(), out_mode))); in read_write_test() 90 first.push( tee( file_source(src1.name(), in_mode), in read_write_test() 105 first.push( tee( file_source(src1.name(), in_mode), in read_write_test() 120 out.push( tee( file_sink(dest1.name(), out_mode), in read_write_test() 134 out.push( tee( file_sink(dest1.name(), out_mode), in read_write_test() 156 boost::iostreams::tee( in close_test() 176 boost::iostreams::tee( in close_test() [all …]
|
/third_party/boost/doc/pdf/ |
D | build | 4 (cd ../../libs/accumulators/doc && bjam -a --hash) 2>&1 | tee build.log 5 …-hash pdfinstall xsl:param=fop1.extensions=1 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log 6 …h pdf pdfinstall xsl:param=fop1.extensions=1 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log 7 …sh pdf pdfinstall xsl:param=fop1.extensions=1 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log 8 …-rf *.pdf && bjam -a --hash pdf pdfinstall && cp *.pdf ../../../../doc/pdf) 2>&1 | tee -a build.log 9 …rm -rf *.pdf && bjam -a --hash pdf pdfinstall && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log 10 ….pdf && bjam -a --hash pdf pdf_doc_install && cp *.pdf ../../../../doc/pdf) 2>&1 | tee -a build.log 11 …am -a --hash --enable-index pdf pdfinstall && cp *.pdf ../../../../doc/pdf) 2>&1 | tee -a build.log 12 (cd ../../libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk && bjam release) 2>&1 | tee -a build… 15 …=fop1.extensions=1 xsl:param=xep.extensions=0 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log [all …]
|
/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/gstreamer/gstreamer/docs/random/company/ |
D | gstparse | 98 example:#> gst-launch fakesrc ! tee name=tee1 .src0,src1 ! .sink0, sink1 aggregator ! fakesink 99 …example:#> gst-launch fakesrc ! tee name=tee aggregator name=aggregator ! fakesink tee.src0,src… 100 …example:#> gst-launch fakesrc ! tee name=tee .src0 ! .sink0 aggregator name=aggregator ! fakesink … 101 These will all do the same. They will connect the tee twice to the aggregator. 113 …example:#> gst-launch filesrc location=/path/to/file.mp3 ! mad ! tee name=tee ! osssink tee.src%d … 114 Note that the reference of the tee element has a pad named "src%d". This is as 120 …src location=/path/to/file.mp3 ! mad ! tee name=tee ! { queue ! osssink } tee name=tee { ! queue !… 152 …der name=spider ! { queue ! volume ! \( tee name=tee ! { queue ! \( goom \) ! colorspace ! \( xvid…
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-dynamically-added/ |
D | main.cpp | 42 connect_tee (GstElement * tee, GstElement * queue) in connect_tee() argument 44 gst_println ("attaching tee/queue %p %p", tee, queue); in connect_tee() 45 gst_element_link (tee, queue); in connect_tee() 49 connect_qmlglsink (GstElement * pipeline, GstElement * tee, QQuickWindow * rootObject) in connect_qmlglsink() argument 67 connect_tee (tee, queue); in connect_qmlglsink()
|
/third_party/grpc/tools/interop_matrix/patches/csharp_v1.0.1/ |
D | git_repo.patch | 45 -RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.lis… 47 +RUN echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/4.6 main" | tee /etc/a… 48 …RUN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /… 49 …RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a … 50 -RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | tee -a /e… 63 -RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.lis… 65 +RUN echo "deb http://download.mono-project.com/repo/debian jessie main" | tee /etc/apt/sources.lis… 66 …RUN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /… 67 …RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a … 68 -RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | tee -a /e…
|
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/ |
D | driver.sh | 83 echo -e "\n$this_case:" | tee -a $RDIR/result 91 trigger 2>$err_log | tee -a $RDIR/result 95 get_result 2>$err_log | tee -a $RDIR/result 97 $CDIR/$case_sh verify 2>$err_log | tee -a $RDIR/result
|
/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/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/ |
D | main.cpp | 257 GstElement* tee = gst_element_factory_make ("tee", "tee0"); in main() local 270 if (!videosrc || !decodebin || !videoconvert || !textoverlay || !tee || in main() 292 gst_bin_add_many (GST_BIN (pipeline), videosrc, decodebin, videoconvert, textoverlay, tee, in main() 302 if (!gst_element_link_many(videoconvert, textoverlay, tee, NULL)) in main() 316 if (!gst_element_link_many(tee, queue0, NULL)) in main() 330 if (!gst_element_link_many(tee, queue1, glfiltercube, glimagesink1, NULL)) in main() 336 if (!gst_element_link_many(tee, queue2, glimagesink2, NULL)) in main()
|
/third_party/boost/boost/iostreams/ |
D | tee.hpp | 207 tee_filter<Sink> tee(Sink& snk) in tee() function 211 tee_filter<Sink> tee(const Sink& snk) in tee() function 215 tee_device<Device, Sink> tee(Device& dev, Sink& sink) in tee() function 219 tee_device<Device, Sink> tee(const Device& dev, Sink& sink) in tee() function 223 tee_device<Device, Sink> tee(Device& dev, const Sink& sink) in tee() function 227 tee_device<Device, Sink> tee(const Device& dev, const Sink& sink) in tee() function
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/ |
D | k-thread.sh | 32 echo [$(date "+%m-%d %H:%M:%S")] $* | tee -a $K_LOG 37 echo [$(date "+%m-%d %H:%M:%S")] $* | tee -a $K_LOG 79 echo $$ | tee -a $K_THREADS_PID
|
/third_party/mbedtls/tests/scripts/ |
D | basic-build-test.sh | 108 perl scripts/run-test-suites.pl -v 2 |tee unit-test-$TEST_OUTPUT 116 sh ssl-opt.sh |tee sys-test-$TEST_OUTPUT 136 } | tee compat-test-$TEST_OUTPUT 145 } | tee tests/cov-$TEST_OUTPUT 278 } | tee coverage-summary.txt
|
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/ |
D | driver.sh | 269 echo -e "\n$this_case:" | tee -a $RDIR/result 273 trigger_case | tee -a $RDIR/result 281 (get_result; verify_case) | tee -a $RDIR/result 283 echo " Failed: Failed to trigger kdump" | tee -a $RDIR/result 293 echo "Test run complete" | tee -a $RDIR/result
|
/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/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/grpc/tools/internal_ci/helper_scripts/ |
D | prepare_build_linux_rc | 22 echo 'DOCKER_OPTS="${DOCKER_OPTS} --graph=/tmpfs/docker"' | sudo tee --append /etc/default/docker 25 echo 'DOCKER_OPTS="${DOCKER_OPTS} --registry-mirror=https://mirror.gcr.io"' | sudo tee --append /et…
|
/third_party/mindspore/tests/perf_test/mind_expression_perf/ |
D | run.sh | 109 …pytest -s mindspore/tests/perf_test/bert/test_bert_train.py::test_bert_train | tee $log_path/bert$… 115 …pytest -s mindspore/tests/perf_test/test_resnet_train.py::test_train_step | tee $log_path/resnet$c… 122 bash scripts/run_standalone_train.sh 0 1 $work_dir/gpt_data | tee $log_path/gpt$count.log
|
/third_party/icu/tools/scripts/ |
D | reticket | 76 ( svn pg svn:log --revprop -r ${rev} . | tee ${TMPF} | sed -e 's%^%< %g' ) || exit 1 94 ( ( sed -e "s%^ticket:${from}%ticket:${to}%" ${TMPF}.1 && tail -n +2 ${TMPF} ) || exit 2 ) | tee ${…
|