Home
last modified time | relevance | path

Searched refs:tee (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/external/python/cpython2/Modules/zlib/
Dconfigure51 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 …]
/external/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
/external/guice/core/test/com/google/inject/
DPerformanceComparison.java75 RootBeanDefinition tee = new RootBeanDefinition(TeeImpl.class, true);
76 tee.setLazyInit(true);
79 tee.setConstructorArgumentValues(teeValues);
97 beanFactory.registerBeanDefinition("tee", tee);
139 final Tee tee = new TeeImpl("test");
146 Bar bar = new BarImpl(tee, 5);
147 Bar copy = new BarImpl(tee, 5);
262 final Tee tee; field in PerformanceComparison.BarImpl
265 public BarImpl(Tee tee, @I int i) { in BarImpl() argument
266 this.tee = tee; in BarImpl()
[all …]
DInjectorTest.java167 Tee tee;
170 void initialize(Tee tee) {
171 this.tee = tee;
176 return tee;
/external/u-boot/common/
Davb_verify.c609 struct udevice *tee = NULL; in get_open_session() local
611 while (!ops_data->tee) { in get_open_session()
616 tee = tee_find_device(tee, NULL, NULL, NULL); in get_open_session()
617 if (!tee) in get_open_session()
622 rc = tee_open_session(tee, &arg, 0, NULL); in get_open_session()
624 ops_data->tee = tee; in get_open_session()
644 if (tee_invoke_func(ops_data->tee, &arg, num_param, param)) in invoke_func()
660 tee_close_session(ops_data->tee, ops_data->session); in invoke_func()
661 ops_data->tee = NULL; in invoke_func()
866 struct udevice *tee; in read_persistent_value() local
[all …]
/external/arm-trusted-firmware/docs/plat/
Dwarp7.rst56 - tee-header_v2.bin
57 - tee-pager_v2.bin
58 - tee-pageable_v2.bin
68 cp /path/to/optee/out/arm-plat-imx/core/tee-header_v2.bin fiptool_images
69 cp /path/to/optee/out/arm-plat-imx/core/tee-pager_v2.bin fiptool_images
70 cp /path/to/optee/out/arm-plat-imx/core/tee-pageable_v2.bin fiptool_images
75 NEED_BL32=yes BL32=fiptool_images/tee-header_v2.bin \
76 BL32_EXTRA1=fiptool_images/tee-pager_v2.bin \
77 BL32_EXTRA2=fiptool_images/tee-pageable_v2.bin \
96 --tos-fw fiptool_images/tee-header_v2.bin \
[all …]
/external/vogar/src/vogar/commands/
DCommand.java54 private final PrintStream tee; field in Command
66 this.tee = null; in Command()
75 this.tee = builder.tee; in Command()
125 if (tee != null) { in gatherOutput()
126 tee.println(outputLine); in gatherOutput()
239 private PrintStream tee = null; field in Command.Builder
253 this.tee = other.tee; in Builder()
282 public Builder tee(PrintStream printStream) { in tee() method in Command.Builder
283 tee = printStream; in tee()
/external/grpc-grpc/tools/interop_matrix/patches/csharp_v1.0.1/
Dgit_repo.patch45 -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…
/external/llvm/utils/release/
Dtest-release.sh253 echo "[${Flavor} Phase${Phase}] ${Msg}" | tee -a $LogDir/deferred_errors.log
369 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
373 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
380 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
386 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
402 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
408 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
419 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log ) ; then
426 tee $LogDir/llvm.unittests-Phase$Phase-$Flavor.log ) ; then
580 ) 2>&1 | tee $LogDir/testing.$Release-$RC.log
/external/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
/external/u-boot/board/technexion/pico-imx7d/
DREADME.pico-imx7d_BL3327 folder and tee*.bin in optee out/arm-plat-imx/core/tee/ folder to
30 $ tools/fiptool/fiptool create --tos-fw fiptool_images/tee-header_v2.bin \
31 --tos-fw-extra1 fiptool_images/tee-pager_v2.bin \
32 --tos-fw-extra2 fiptool_images/tee-pageable_v2.bin \
/external/grpc-grpc/templates/tools/dockerfile/
Dcsharp_deps.include6 RUN echo "deb http://download.mono-project.com/repo/debian jessie main" | tee /etc/apt/sources.list…
7 RUN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /e…
8 RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /…
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
Dtest-release.sh263 echo "[${Flavor} Phase${Phase}] ${Msg}" | tee -a $LogDir/deferred_errors.log
372 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
377 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
392 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
398 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
409 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log ) ; then
418 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log ) ; then
586 ) 2>&1 | tee $LogDir/testing.$Release-$RC.log
/external/tensorflow/tensorflow/tools/ci_build/
Dci_sanity.sh269 ${PYTHON_SRC_FILES} 2>&1 | tee ${PEP8_OUTPUT_FILE}
299 ${BUILD_FILES} 2>&1 | tee ${BUILDIFIER_OUTPUT_FILE}
338 | tee ${EXTERNAL_DEPENDENCIES_FILE}
349 | tee ${LICENSES_FILE}
352 comm -1 -3 ${EXTERNAL_DEPENDENCIES_FILE} ${LICENSES_FILE} 2>&1 | tee ${EXTRA_LICENSES_FILE}
354 comm -2 -3 ${EXTERNAL_DEPENDENCIES_FILE} ${LICENSES_FILE} 2>&1 | tee ${MISSING_LICENSES_FILE}
/external/grpc-grpc/tools/gce/
Dlinux_performance_worker_init.sh109 echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.lis…
159 echo 0 | sudo tee /proc/sys/kernel/perf_event_paranoid
161 echo 0 | sudo tee /proc/sys/kernel/kptr_restrict
165 echo 4096 | sudo tee /proc/sys/kernel/perf_event_mlock_kb
179 sudo tee --append ~jenkins/.ssh/authorized_keys < jenkins_master.pub
Dlinux_kokoro_performance_worker_init.sh109 echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.lis…
178 echo 0 | sudo tee /proc/sys/kernel/perf_event_paranoid
180 echo 0 | sudo tee /proc/sys/kernel/kptr_restrict
184 echo 4096 | sudo tee /proc/sys/kernel/perf_event_mlock_kb
196 sudo tee --append ~kbuilder/.ssh/authorized_keys < kokoro_performance.pub
/external/grpc-grpc/tools/internal_ci/helper_scripts/
Dprepare_build_linux_rc22 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…
/external/OpenCSD/decoder/tests/auto-fdo/
Dset_strobing.sh20 printf "%x" $WINDOW | tee $e/strobe_window > /dev/null
21 printf "%x" $PERIOD | tee $e/strobe_period > /dev/null
/external/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…
/external/vboot_reference/scripts/image_signing/
Dset_chronos_password.sh21 | sudo tee "$temp_shadow" > /dev/null
23 | sudo tee -a "$temp_shadow" > /dev/null
Dset_lsb_release.sh17 echo "$key=$value" | sudo tee "$temp_lsb_release" > /dev/null
19 | sudo tee -a "$temp_lsb_release" > /dev/null
/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dspecial-tests.sh68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor &
69 echo userspace | sudo tee $CPUFREQROOT/policy*/scaling_governor &
/external/icu/icu4c/source/samples/udata/
DMakefile69 $(INVOKE) ./$(TARGET2) | tee $(TARGET2).out
70 $(INVOKE) ./$(TARGET1) | tee $(TARGET1).out
/external/iproute2/testsuite/lib/
Dgeneric.sh11 ts_log "$@" | tee >> $ERRF
21 ts_cat "$@" | tee >> $ERRF
/external/grpc-grpc/templates/tools/dockerfile/interoptest/grpc_interop_java/
Djava_deps.include4 …echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.lis…
5 …echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sour…

12345678910>>...12