| /external/apache-commons-io/src/test/java/org/apache/commons/io/input/ |
| D | TeeReaderTest.java | 46 private Reader tee; field in TeeReaderTest 52 tee = new TeeReader(input, output); in setUp() 93 assertEquals('a', tee.read()); in testMarkReset() 94 tee.mark(1); in testMarkReset() 95 assertEquals('b', tee.read()); in testMarkReset() 96 tee.reset(); in testMarkReset() 97 assertEquals('b', tee.read()); in testMarkReset() 98 assertEquals('c', tee.read()); in testMarkReset() 99 assertEquals(-1, tee.read()); in testMarkReset() 105 assertEquals('a', tee.read()); in testReadEverything() [all …]
|
| D | TeeInputStreamTest.java | 45 private InputStream tee; field in TeeInputStreamTest 53 tee = new TeeInputStream(input, output); in setUp() 94 assertEquals('a', tee.read()); in testMarkReset() 95 tee.mark(1); in testMarkReset() 96 assertEquals('b', tee.read()); in testMarkReset() 97 tee.reset(); in testMarkReset() 98 assertEquals('b', tee.read()); in testMarkReset() 99 assertEquals('c', tee.read()); in testMarkReset() 100 assertEquals(-1, tee.read()); in testMarkReset() 106 assertEquals('a', tee.read()); in testReadEverything() [all …]
|
| /external/trusty/arm-trusted-firmware/docs/components/spd/ |
| D | optee-dispatcher.rst | 1 OP-TEE Dispatcher 4 `OP-TEE OS`_ is a Trusted OS running as Secure EL1. 6 To build and execute OP-TEE follow the instructions at 7 `OP-TEE build.git`_ 9 There are two different modes for loading the OP-TEE OS. The default mode will 11 platforms to use. There is also another technique that will load OP-TEE OS after 13 specifically added for ChromeOS. Loading OP-TEE via an SMC call may be insecure 18 used by the TEE become accessible. The firmware then verifies the signature of 20 dm-verity. The SMC call to load OP-TEE is then invoked immediately after the 24 OP-TEE is loaded. [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 …]
|
| /external/rust/crates/libz-sys/src/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/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/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
| D | kvm-remote.sh | 80 echo | tee -a "$oldrun/remote-log" 81 echo " ----" kvm.sh output: "(`date`)" | tee -a "$oldrun/remote-log" 82 cat $T/kvm.sh.out | tee -a "$oldrun/remote-log" 89 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log" 90 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log" 107 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log" 108 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log" 114 echo | tee -a "$oldrun/remote-log" 115 echo " ----" kvm-again.sh output: "(`date`)" | tee -a "$oldrun/remote-log" 117 echo | tee -a "$oldrun/remote-log" [all …]
|
| D | torture.sh | 213 echo " --- " $scriptname $args | tee -a $T/log 214 echo " --- Results directory: " $ds | tee -a $T/log 224 echo " --- Zero time for rcutorture, disabling" | tee -a $T/log 236 echo " --- Zero time for locktorture, disabling" | tee -a $T/log 248 echo " --- Zero time for scftorture, disabling" | tee -a $T/log 268 echo " --- $curflavor:" Start `date` | tee -a $T/log 279 cat $T/$curflavor.out | tee -a $T/log 280 echo retcode=$retcode | tee -a $T/log 326 echo " --- allmodconfig:" Start `date` | tee -a $T/log 423 echo " --- " Done `date` | tee -a $T/log [all …]
|
| D | kvm-end-run-stats.sh | 31 echo | tee -a "$rundir/log" 32 echo | tee -a "$rundir/log" 33 echo " --- `date` Test summary:" | tee -a "$rundir/log" 34 echo Results directory: $rundir | tee -a "$rundir/log" 35 kcsan-collapse.sh "$rundir" | tee -a "$rundir/log" 38 cat $T/kvm-recheck.sh.out | tee -a "$rundir/log" 39 echo " --- Done at `date` (`get_starttime_duration $starttime`) exitcode $ret" | tee -a "$rundir/lo…
|
| /external/arm-trusted-firmware/docs/plat/ |
| D | warp7.rst | 12 BootROM --> TF-A BL2 --> BL32(OP-TEE) --> BL33(U-Boot) --> Linux 14 In the WaRP7 port we encapsulate OP-TEE, DTB and U-Boot into a FIP. This FIP is 36 OP-TEE 39 https://github.com/OP-TEE/optee_os.git 56 - 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 [all …]
|
| D | stm32mp1.rst | 44 inside the FIP binary: BL32 (SP_min or OP-TEE), U-Boot and their respective 102 or if Op-TEE is used: 104 ROM code -> BL2 (compiled with BL2_AT_EL3) -> OP-TEE -> BL33 (U-Boot) 120 You need to build BL2, BL32 (SP_min or OP-TEE) and BL33 (U-Boot) before building FIP binary. 131 OP-TEE (optional) 143 If you choose not to use OP-TEE, you can use TF-A SP_min. 163 This BL2 is independent of the BL32 used (SP_min or OP-TEE) 179 With OP-TEE: 188 BL32=<optee_directory>/tee-header_v2.bin \ 189 BL32_EXTRA1=<optee_directory>/tee-pager_v2.bin [all …]
|
| /external/trusty/arm-trusted-firmware/docs/plat/ |
| D | warp7.rst | 12 BootROM --> TF-A BL2 --> BL32(OP-TEE) --> BL33(U-Boot) --> Linux 14 In the WaRP7 port we encapsulate OP-TEE, DTB and U-Boot into a FIP. This FIP is 36 OP-TEE 39 https://github.com/OP-TEE/optee_os.git 56 - 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 [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | configure | 58 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 61 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 66 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log 143 echo "** $0 aborting." | tee -a configure.log 157 echo 'usage:' | tee -a configure.log 158 echo ' configure [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log 159 …echo ' [--static] [--32] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.l… 160 … echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log 161 …echo ' [--sprefix=SYMBOL_PREFIX] Adds a prefix to all exported symbols' | tee -a configure.log 162 echo ' [--warn] Enables extra compiler warnings' | tee -a configure.log [all …]
|
| /external/arm-trusted-firmware/docs/components/spd/ |
| D | optee-dispatcher.rst | 1 OP-TEE Dispatcher 4 `OP-TEE OS`_ is a Trusted OS running as Secure EL1. 6 To build and execute OP-TEE follow the instructions at 7 `OP-TEE build.git`_ 13 .. _OP-TEE OS: https://github.com/OP-TEE/build 14 .. _OP-TEE build.git: https://github.com/OP-TEE/build
|
| /external/rust/crates/itertools/src/ |
| D | tee.rs | 7 /// Common buffer object for the two tee halves 18 /// See [`.tee()`](crate::Itertools::tee) for more information. 21 pub struct Tee<I> struct 28 pub fn new<I>(iter: I) -> (Tee<I>, Tee<I>) in new() argument 32 let t1 = Tee{rcbuffer: Rc::new(RefCell::new(buffer)), id: true}; in new() 33 let t2 = Tee{rcbuffer: t1.rcbuffer.clone(), id: false}; in new() 37 impl<I> Iterator for Tee<I> implementation 75 impl<I> ExactSizeIterator for Tee<I> implementation
|
| /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 47 #define TEE_GEN_CAP_GP (1 << 0)/* GlobalPlatform compliant TEE */ 55 * 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/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/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()
|
| /external/trusty/arm-trusted-firmware/docs/plat/st/ |
| D | stm32mp1.rst | 107 You need to build BL2, BL32 (SP_min or OP-TEE) and BL33 (U-Boot) before building FIP binary. 118 OP-TEE (optional) 130 If you choose not to use OP-TEE, you can use TF-A SP_min. 150 This BL2 is independent of the BL32 used (SP_min or OP-TEE) 166 With OP-TEE: 175 BL32=<optee_directory>/tee-header_v2.bin \ 176 BL32_EXTRA1=<optee_directory>/tee-pager_v2.bin 177 BL32_EXTRA2=<optee_directory>/tee-pageable_v2.bin 190 --tos-fw <optee_directory>/tee-header_v2.bin \ 191 --tos-fw-extra1 <optee_directory>/tee-pager_v2.bin \ [all …]
|
| /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/rust/crates/grpcio-sys/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/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/ComputeLibrary/scripts/ |
| D | check_bad_style.sh | 16 …e-dir=convolution --exclude-dir=arm_gemm --exclude-dir=arm_conv "/\*\*$" $FILES | tee bad_style.log 24 …-exclude-dir=arm_gemm --exclude-dir=arm_conv --exclude=Doxyfile "@brief" $FILES | tee bad_style.log 32 …dir=arm_conv "\buint " --exclude-dir=cl_kernels --exclude-dir=cs_shaders $FILES | tee bad_style.log 40 …convolution --exclude-dir=arm_gemm --exclude-dir=arm_conv "/^float32_t/" $FILES | tee bad_style.log 48 …=convolution --exclude-dir=arm_gemm --exclude-dir=arm_conv "arm[_ ]\?cv" $FILES | tee bad_style.log 56 …ution --exclude-dir=arm_gemm --exclude-dir=arm_conv "#.*if.*defined[^(]" $FILES | tee bad_style.log 64 …volution --exclude-dir=arm_gemm --exclude-dir=arm_conv "#else$\|#endif$" $FILES | tee bad_style.log 72 …rm_gemm --exclude-dir=arm_conv "ARM_COMPUTE_AARCH64_V8_2" ./tests/validation/CL | tee bad_style.log
|
| /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/cpuinfo/test/dmesg/ |
| D | galaxy-a8-2018.log | 1791 [ 1.383135] [7: swapper/0: 1] Trustonic TEE: mobicore_init: MobiCore mcDrvModuleApi ver… 1792 [ 1.383316] [7: swapper/0: 1] Trustonic TEE: mobicore_probe: MobiCore t-base-EXYNOS64-A… 1793 [ 1.383649] [7: swapper/0: 1] Trustonic TEE: __mc_switch_core: <- cpu=0x00000001, activ… 1795 [ 1.383709] [0: tee_fastcall: 1733] Trustonic TEE: mc_exec_core_switch: CoreSwap ok 0 -> 1 3504 [ 3.322667] [4: kworker/4:1: 1964] Trustonic TEE: mtk|*** Trustonic TEE MTK, Build: Jul 26 2… 3505 [ 3.322689] [4: kworker/4:1: 1964] Trustonic TEE: mtk|MTK: t-base-EXYNOS64-Android-400A-V012… 3507 [ 3.323481] [5: mcDriverDaemon: 2786] Trustonic TEE: mobicore_start: 3518 [ 3.323569] [5: mcDriverDaemon: 2786] Trustonic TEE: mobicore_start: SWd uses LPAE MMU table fo… 3519 [ 3.324985] [5: mcDriverDaemon: 2786] Trustonic TEE: admin_open: daemon connection open, TGID 2… 3524 [ 3.432355] [2: kworker/2:1: 1963] Trustonic TEE: 601|TA SPT2 : Starting. [all …]
|