HomeSort by relevance Sort by last modified time
    Searched refs:tee (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/sepolicy/
tee.te 2 # trusted execution environment (tee) daemon
4 type tee, domain;
9 init_daemon_domain(tee)
10 allow tee self:capability { dac_override };
11 allow tee tee_device:chr_file rw_file_perms;
12 allow tee tee_data_file:dir rw_dir_perms;
13 allow tee tee_data_file:file create_file_perms;
14 allow tee self:netlink_socket create_socket_perms;
  /system/extras/tests/sdcard/
profile_sdcard.sh 34 echo "# Scalability tests" | tee -a ${file}
35 echo "# Kernel: $(print_kernel)" | tee -a ${file}
36 echo "# Sched features: $(print_sched_features)" | tee -a ${file}
37 echo "# StopWatch scalability total/cumulative duration 0.0 Samples: 1" | tee -a ${file}
38 echo "# Process Time" | tee -a ${file}
42 echo "$p $t" | tee -a ${file}
  /bionic/libc/arch-arm/syscalls/
tee.S 5 ENTRY(tee) function
14 END(tee)
  /bionic/libc/arch-arm64/syscalls/
tee.S 5 ENTRY(tee) function
14 END(tee)
  /bionic/libc/arch-mips/syscalls/
tee.S 5 ENTRY(tee) function
19 END(tee)
  /bionic/libc/arch-x86_64/syscalls/
tee.S 5 ENTRY(tee) function
16 END(tee)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
outputtee_unittest.py 32 from webkitpy.common.system.outputtee import Tee, OutputTee
38 tee = Tee(file1, file2)
39 tee.write("foo bar\n")
40 tee.write("baz\n")
  /external/chromium_org/tools/clang/scripts/
package.sh 56 echo "Diff in llvm:" | tee buildlog.txt
57 svn stat "${LLVM_DIR}" 2>&1 | tee -a buildlog.txt
58 svn diff "${LLVM_DIR}" 2>&1 | tee -a buildlog.txt
59 echo "Diff in llvm/tools/clang:" | tee -a buildlog.txt
60 svn stat "${LLVM_DIR}/tools/clang" 2>&1 | tee -a buildlog.txt
61 svn diff "${LLVM_DIR}/tools/clang" 2>&1 | tee -a buildlog.txt
62 echo "Diff in llvm/compiler-rt:" | tee -a buildlog.txt
63 svn stat "${LLVM_DIR}/compiler-rt" 2>&1 | tee -a buildlog.txt
64 svn diff "${LLVM_DIR}/compiler-rt" 2>&1 | tee -a buildlog.txt
65 echo "Diff in llvm/projects/libcxx:" | tee -a buildlog.tx
    [all...]
  /bionic/libc/arch-mips64/syscalls/
tee.S 5 ENTRY(tee) function
25 END(tee)
  /external/strace/qemu_multiarch_testing/hdc.dir/
init2 17 ) 2>&1 | tee strace_build.log
  /external/qemu/distrib/zlib-1.2.8/
configure 39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
85 echo "** $0 aborting." | tee -a configure.log
99 echo 'usage:' | tee -a configure.log
100 echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
101 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log
102 echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
121 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;
    [all...]
  /external/zlib/src/
configure 39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
85 echo "** $0 aborting." | tee -a configure.log
99 echo 'usage:' | tee -a configure.log
100 echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
101 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log
102 echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
121 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;
    [all...]
  /external/chromium_org/third_party/webrtc/build/
adb_shell.sh 18 adb "$1" "$2" shell "$3" "$4" ";" echo \$? | tee "$ADB_LOG"
  /external/clang/test/SemaTemplate/
temp_arg.cpp 18 bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}
  /external/valgrind/
merge.upstream.sh 49 echo "Merging valgrind... (in $valgrind_dir)" | tee $current_dir/merge.log
51 svn diff -r$valgrind_revision:$upstream_valgrind_revision $valgrind_svn_url | patch -Ep0 | tee -a $current_dir/merge.log
55 echo "Merging vex... (in $vex_dir)" | tee -a $current_dir/merge.log
57 svn diff -r$vex_revision:$upstream_vex_revision $vex_svn_url | patch -Ep0 | tee -a $current_dir/merge.log
  /bionic/libc/arch-x86/syscalls/
tee.S 5 ENTRY(tee) function
36 END(tee)
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 51 private final PrintStream tee; field in class:Command
64 this.tee = null;
73 this.tee = builder.tee;
126 if (tee != null) {
127 tee.println(outputLine);
230 private PrintStream tee = null; field in class:Command.Builder
271 public Builder tee(PrintStream printStream) { method in class:Command.Builder
272 tee = printStream;
  /development/tools/
make_key 53 ( openssl genrsa -f4 2048 | tee ${one} > ${two} ) &
56 ( openssl ecparam -name prime256v1 -genkey -noout | tee ${one} > ${two} ) &
  /external/chromium_org/third_party/icu/source/samples/udata/
Makefile 66 $(INVOKE) ./$(TARGET2) | tee $(TARGET2).out
67 $(INVOKE) ./$(TARGET1) | tee $(TARGET1).out
  /external/icu/icu4c/source/samples/udata/
Makefile 66 $(INVOKE) ./$(TARGET2) | tee $(TARGET2).out
67 $(INVOKE) ./$(TARGET1) | tee $(TARGET1).out
  /external/iproute2/testsuite/lib/
generic.sh 11 ts_log "$@" | tee >> $ERRF
21 ts_cat "$@" | tee >> $ERRF
  /external/valgrind/main/drd/tests/
verify-xml-output 20 xmllint --noout --schema ../docs/drd-xml-output.xsd $b-${USER}.xml 2>&1 | tee $b.xmllint
  /external/chromium_org/third_party/icu/source/samples/legacy/
Makefile 61 $(INVOKE) ./$(TARGET) | tee $(TARGET).out
  /external/chromium_org/third_party/icu/source/samples/uresb/
Makefile 68 $(INVOKE) ./$(TARGET) en | tee $(TARGET).out
  /external/icu/icu4c/source/samples/legacy/
Makefile 61 $(INVOKE) ./$(TARGET) | tee $(TARGET).out

Completed in 709 milliseconds

1 2 3