/external/syzkaller/tools/ |
D | create-image.sh | 18 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 …]
|
D | create-gce-image.sh | 103 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/guice/core/test/com/google/inject/ |
D | PerformanceComparison.java | 75 RootBeanDefinition tee = new RootBeanDefinition(TeeImpl.class, true); 76 tee.setLazyInit(true); 79 tee.setConstructorArgumentValues(teeValues); 83 barValues.addGenericArgumentValue(new RuntimeBeanReference("tee")); 97 beanFactory.registerBeanDefinition("tee", tee); 118 bind(Tee.class).to(TeeImpl.class); 139 final Tee tee = new TeeImpl("test"); 146 Bar bar = new BarImpl(tee, 5); 147 Bar copy = new BarImpl(tee, 5); 254 Tee getTee(); in getTee() [all …]
|
D | InjectorTest.java | 97 bind(Tee.class).to(TeeImpl.class); in createFooInjector() 157 Tee getTee(); 167 Tee tee; 170 void initialize(Tee tee) { 171 this.tee = tee; 175 public Tee getTee() { 176 return tee; 185 interface Tee { 192 static class TeeImpl implements Tee {
|
/external/zlib/src/ |
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 …]
|
/external/python/cpython2/Modules/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 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/pkg/build/ |
D | linux_generated.go | 62 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/ |
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
|
/external/syzkaller/vm/vmimpl/ |
D | merger.go | 17 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)
|
D | merger_test.go | 16 tee := new(bytes.Buffer) 17 merger := NewOutputMerger(tee) 79 if got := tee.String(); got != want { 80 t.Fatalf("bad tee: '%s', want '%s'", got, want)
|
/external/ltp/testcases/kernel/syscalls/tee/ |
D | tee02.c | 20 * 1) tee() returns -1 and sets errno to EINVAL if fd_in does 22 * 2) tee() returns -1 and sets errno to EINVAL if fd_out does 24 * 3) tee() returns -1 and sets errno to EINVAL if fd_in and 36 #include "lapi/tee.h" 67 TEST(tee(*(tc->fdin), *(tc->fdout), TEE_TEST_LEN, 0)); in tee_verify() 70 tst_res(TFAIL, "tee() returned %ld, " in tee_verify() 78 "tee() failed unexpectedly; expected: %d - %s", in tee_verify() 83 tst_res(TPASS | TTERRNO, "tee() failed as expected"); in tee_verify()
|
D | tee01.c | 22 * This test case will verify basic function of tee(2) 37 #include "lapi/tee.h" 85 ret = tee(pipe1[0], pipe2[1], TEST_BLOCK_SIZE, SPLICE_F_NONBLOCK); in tee_test() 87 tst_brk(TBROK | TERRNO, "tee() failed"); in tee_test() 109 tst_brk(TCONF, "Cannot do tee on a file" in setup()
|
/external/compiler-rt/test/sanitizer_common/TestCases/ |
D | options-include.cc | 11 // RUN: %env_tool_opts=help=0:include='"%t.options1.txt"' %run %t 2>&1 | tee %t.out 14 // RUN: %env_tool_opts=include='"%t.options1.txt"',help=0 %run %t 2>&1 | tee %t.out 17 // RUN: %env_tool_opts=include='"%t.options-not-found.txt"',help=1 not %run %t 2>&1 | tee %t.out 21 // RUN: %env_tool_opts=include_if_exists='"%t.options-not-found.txt"',help=1 %run %t 2>&1 | tee %t.… 25 // RUN: %env_tool_opts=include='"%t.options.%b"' %run %t 2>&1 | tee %t.out 28 // RUN: %env_tool_opts=include='"%t.options-not-found.%b"' not %run %t 2>&1 | tee %t.out 31 // RUN: %env_tool_opts=include_if_exists='"%t.options.%b"' %run %t 2>&1 | tee %t.out 34 // RUN: %env_tool_opts=include_if_exists='"%t.options-not-found.%b"' %run %t 2>&1 | tee %t.out
|
/external/grpc-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…
|
/external/kernel-headers/original/uapi/linux/ |
D | tee.h | 35 * This file describes the API provided by a TEE driver to user space. 37 * Each TEE driver defines a TEE specific protocol which is used for the 51 #define TEE_GEN_CAP_GP (1 << 0)/* GlobalPlatform compliant TEE */ 56 * TEE Implementation ID 61 * OP-TEE specific capabilities 66 * struct tee_ioctl_version_data - TEE version 67 * @impl_id: [out] TEE implementation id 71 * Identifies the TEE implementation, @impl_id is one of TEE_IMPL_ID_* above. 82 * TEE_IOC_VERSION - query version of TEE 84 * Takes a tee_ioctl_version_data struct and returns with the TEE version [all …]
|
/external/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...]
|
/external/iptables/extensions/ |
D | libxt_TEE.c | 2 * "TEE" target extension for iptables 45 "TEE target options:\n" in tee_tg_help() 57 printf(" TEE gw:%s", xtables_ipaddr_to_numeric(&info->gw.in)); in tee_tg_print() 59 printf(" TEE gw:%s", xtables_ipaddr_to_anyname(&info->gw.in)); in tee_tg_print() 70 printf(" TEE gw:%s", xtables_ip6addr_to_numeric(&info->gw.in6)); in tee_tg6_print() 72 printf(" TEE gw:%s", xtables_ip6addr_to_anyname(&info->gw.in6)); in tee_tg6_print() 131 .name = "TEE", 145 .name = "TEE",
|
D | libxt_TEE.t | 2 -j TEE --gateway 1.1.1.1;=;OK 3 -j TEE ! --gateway 1.1.1.1;;FAIL 4 -j TEE;;FAIL
|
/external/vogar/src/vogar/commands/ |
D | Command.java | 54 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/u-boot/arch/arm/mach-omap2/ |
D | sec-common.c | 26 #include <tee/optee.h> 50 u32 tee_sec_mem_start; /* Physical start address reserved for TEE */ 51 u32 tee_sec_mem_size; /* Size of the memory reserved for TEE */ 52 u32 tee_cert_start; /* Address where signed TEE binary is loaded */ 53 u32 tee_cert_size; /* Size of TEE certificate (signed binary) */ 54 u32 tee_jump_addr; /* Address to jump to start TEE execution */ 55 u32 tee_arg0; /* argument to TEE jump function, in r0 */ 300 /* If there is no protected region, there is no place to put the TEE */ in secure_tee_install() 302 printf("Error loading TEE, no protected memory region available\n"); in secure_tee_install() 314 printf("Error in TEE header. Check firewall and TEE sizes\n"); in secure_tee_install()
|
/external/syzkaller/vendor/google.golang.org/grpc/ |
D | vet.sh | 56 …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/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 346 print "echo ----Start batch " batchnum ": `date` | tee -a " rd "log"; 363 print "echo ", cfr[jn], cpusr[jn] ovf ": Starting build. `date` | tee -a " rd "log"; 369 …print "echo ", cfr[jn], cpusr[jn] ovf ": Waiting for build to complete. `date` | tee -a " rd "log"; 374 print "echo ", cfr[jn], cpusr[jn] ovf ": Build complete. `date` | tee -a " rd "log"; 382 print "\techo ----", cfr[j], cpusr[j] ovf ": Kernel present. `date` | tee -a " rd "log"; 396 print "echo Build-only run, so suppressing jitter | tee -a " rd "log" 403 print "\techo ---- Starting kernels. `date` | tee -a " rd "log"; 407 print "\techo ---- All kernel runs complete. `date` | tee -a " rd "log"; 410 print "\techo ---- No kernel runs. `date` | tee -a " rd "log"; 414 print "echo ----", cfr[j], cpusr[j] ovf ": Build/run results: | tee -a " rd "log"; [all …]
|
/external/grpc-grpc/templates/tools/dockerfile/ |
D | csharp_deps.include | 6 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/ltp/testcases/realtime/func/pi-tests/ |
D | run_auto.sh | 18 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/icu/icu4c/source/data/ |
D | cldr-icu-readme.txt | 165 make all 2>&1 | tee /tmp/icu4c-oldData-makeAll.txt 166 make check 2>&1 | tee /tmp/icu4c-oldData-makeCheck.txt 183 ant all 2>&1 | tee /tmp/cldr-newData-buildLog.txt 209 make check 2>&1 | tee /tmp/icu4c-newData-makeCheck.txt 228 make check 2>&1 | tee /tmp/icu4c-newData-makeCheckEx.txt 238 ant all 2>&1 | tee /tmp/icu4j-oldData-antAll.txt 239 ant check 2>&1 | tee /tmp/icu4j-oldData-antCheck.txt 252 ant check 2>&1 | tee /tmp/icu4j-newData-antCheck.txt
|