Home
last modified time | relevance | path

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

12345678910

/external/zlib/src/
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/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/syzkaller/tools/
Dcreate-image.sh18 echo 'T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100' | sudo tee -a $DIR/etc/inittab
19 printf '\nauto eth0\niface eth0 inet dhcp\n' | sudo tee -a $DIR/etc/network/interfaces
20 echo 'debugfs /sys/kernel/debug debugfs defaults 0 0' | sudo tee -a $DIR/etc/fstab
21 echo 'binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0' | sudo tee -a $DIR/etc/fstab
22 echo 'SELINUX=disabled' | sudo tee $DIR/etc/selinux/config
23 echo "kernel.printk = 7 4 1 3" | sudo tee -a $DIR/etc/sysctl.conf
24 echo 'debug.exception-trace = 0' | sudo tee -a $DIR/etc/sysctl.conf
25 echo "net.core.bpf_jit_enable = 1" | sudo tee -a $DIR/etc/sysctl.conf
26 echo "net.core.bpf_jit_kallsyms = 1" | sudo tee -a $DIR/etc/sysctl.conf
27 echo "net.core.bpf_jit_harden = 0" | sudo tee -a $DIR/etc/sysctl.conf
[all …]
Dcreate-gce-image.sh103 echo "T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100" | sudo tee -a disk.mnt/etc/inittab
104 echo -en "auto lo\niface lo inet loopback\nauto eth0\niface eth0 inet dhcp\n" | sudo tee disk.mnt/e…
105 echo "debugfs /sys/kernel/debug debugfs defaults 0 0" | sudo tee -a disk.mnt/etc/fstab
106 echo 'binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0' | sudo tee -a disk.mnt/etc/fst…
109 sudo tee -a disk.mnt/etc/udev/50-binder.rules
113 echo 'SELINUX=disabled' | sudo tee disk.mnt/etc/selinux/config
116 echo "kernel.printk = 7 4 1 3" | sudo tee -a disk.mnt/etc/sysctl.conf
117 echo "debug.exception-trace = 0" | sudo tee -a disk.mnt/etc/sysctl.conf
120 cat $SYZ_SYSCTL_FILE | sudo tee -a disk.mnt/etc/sysctl.conf
123 echo -en "127.0.0.1\tlocalhost\n" | sudo tee disk.mnt/etc/hosts
[all …]
/external/syzkaller/pkg/build/
Dlinux_generated.go62 echo "T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100" | sudo tee -a disk.mnt/etc/inittab
63 echo -en "auto lo\niface lo inet loopback\nauto eth0\niface eth0 inet dhcp\n" | sudo tee disk.mnt/e…
64 echo "debugfs /sys/kernel/debug debugfs defaults 0 0" | sudo tee -a disk.mnt/etc/fstab
65 echo 'binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0' | sudo tee -a disk.mnt/etc/fst…
68 sudo tee -a disk.mnt/etc/udev/50-binder.rules
70 echo 'SELINUX=disabled' | sudo tee disk.mnt/etc/selinux/config
72 echo "kernel.printk = 7 4 1 3" | sudo tee -a disk.mnt/etc/sysctl.conf
73 echo "debug.exception-trace = 0" | sudo tee -a disk.mnt/etc/sysctl.conf
76 cat $SYZ_SYSCTL_FILE | sudo tee -a disk.mnt/etc/sysctl.conf
79 echo -en "127.0.0.1\tlocalhost\n" | sudo tee disk.mnt/etc/hosts
[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/syzkaller/vm/vmimpl/
Dmerger.go17 tee io.Writer member
31 func NewOutputMerger(tee io.Writer) *OutputMerger {
35 tee: tee,
69 if merger.tee != nil {
71 merger.tee.Write(out)
85 if merger.tee != nil {
87 merger.tee.Write(pending)
Dmerger_test.go16 tee := new(bytes.Buffer)
17 merger := NewOutputMerger(tee)
79 if got := tee.String(); got != want {
/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/syzkaller/vendor/google.golang.org/grpc/
Dvet.sh56 …xargs grep -L "\(Copyright [0-9]\{4,\} gRPC authors\)\|DO NOT EDIT" 2>&1 | tee /dev/stderr | (! re…
57 git ls-files "*.go" | xargs grep -l '"unsafe"' 2>&1 | (! grep -v '_test.go') | tee /dev/stderr | (!…
58 … grep -l '"math/rand"' 2>&1 | (! grep -v '^examples\|^stress\|grpcrand') | tee /dev/stderr | (! re…
59 gofmt -s -d -l . 2>&1 | tee /dev/stderr | (! read)
60 goimports -l . 2>&1 | tee /dev/stderr | (! read)
61 golint ./... 2>&1 | (grep -vE "(_mock|\.pb)\.go:" || true) | tee /dev/stderr | (! read)
74 …nsport\/transport_test).go:.*cancel (function|var)' | grep -vF '.pb.go:' | tee /dev/stderr | (! re…
/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()
253 private PrintStream tee = null; field in Command.Builder
267 this.tee = other.tee; in Builder()
296 public Builder tee(PrintStream printStream) { in tee() method in Command.Builder
297 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=../../ python parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
22 PYTHONPATH=../../ python parse-testpi2.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
26 PYTHONPATH=../../ python parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
/external/tensorflow/tensorflow/tools/ci_build/
Dci_sanity.sh268 ${PYTHON_SRC_FILES} 2>&1 | tee ${PEP8_OUTPUT_FILE}
298 ${BUILD_FILES} 2>&1 | tee ${BUILDIFIER_OUTPUT_FILE}
337 | tee ${EXTERNAL_DEPENDENCIES_FILE}
348 | tee ${LICENSES_FILE}
351 comm -1 -3 ${EXTERNAL_DEPENDENCIES_FILE} ${LICENSES_FILE} 2>&1 | tee ${EXTRA_LICENSES_FILE}
353 comm -2 -3 ${EXTERNAL_DEPENDENCIES_FILE} ${LICENSES_FILE} 2>&1 | tee ${MISSING_LICENSES_FILE}
/external/swiftshader/third_party/LLVM/utils/release/
Dtest-release.sh221 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
239 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
244 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
255 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log
257 2>&1 | tee $LogDir/llvm.unittests-Phase$Phase-$Flavor.log
357 ) 2>&1 | tee $LogDir/testing.$Release-rc$RC.log
/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/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/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/vboot_reference/scripts/image_signing/
Dset_chronos_password.sh21 | sudo tee "$temp_shadow" > /dev/null
23 | sudo tee -a "$temp_shadow" > /dev/null
/external/v8/tools/
Drun-perf.sh39 echo $MAXIMUM_SAMPLE_RATE | sudo tee $SAMPLE_RATE_CONFIG_FILE
45 echo 0 | sudo tee $KERNEL_MAP_CONFIG_FILE
/external/python/cpython3/Lib/test/
Dtest_itertools.py1324 a, b = tee([]) # test empty iterator
1328 a, b = tee(irange(n)) # test 100% interleaved
1331 a, b = tee(irange(n)) # test 0% interleaved
1335 a, b = tee(irange(n)) # test dealloc of leading iterator
1341 a, b = tee(irange(n)) # test dealloc of trailing iterator
1351 its = tee(irange(n))
1359 self.assertRaises(TypeError, tee)
1360 self.assertRaises(TypeError, tee, 3)
1361 self.assertRaises(TypeError, tee, [1,2], 'x')
1362 self.assertRaises(TypeError, tee, [1,2], 3, 'x')
[all …]

12345678910