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

1 2 3 4 5 6 7 8

  /system/sepolicy/prebuilts/api/26.0/public/
tee.te 2 # trusted execution environment (tee) daemon
4 type tee, domain;
6 # Device(s) for communicating with the TEE
  /system/sepolicy/prebuilts/api/27.0/public/
tee.te 2 # trusted execution environment (tee) daemon
4 type tee, domain;
6 # Device(s) for communicating with the TEE
  /system/sepolicy/prebuilts/api/28.0/public/
tee.te 2 # trusted execution environment (tee) daemon
4 type tee, domain;
6 # Device(s) for communicating with the TEE
9 allow tee fingerprint_vendor_data_file:dir rw_dir_perms;
10 allow tee fingerprint_vendor_data_file:file create_file_perms;
  /system/sepolicy/public/
tee.te 2 # trusted execution environment (tee) daemon
4 type tee, domain;
6 # Device(s) for communicating with the TEE
9 allow tee fingerprint_vendor_data_file:dir rw_dir_perms;
10 allow tee fingerprint_vendor_data_file:file create_file_perms;
  /system/sepolicy/vendor/
tee.te 2 # trusted execution environment (tee) daemon
5 init_daemon_domain(tee)
7 allow tee self:global_capability_class_set { dac_override };
8 allow tee tee_device:chr_file rw_file_perms;
9 allow tee tee_data_file:dir rw_dir_perms;
10 allow tee tee_data_file:file create_file_perms;
11 allow tee self:netlink_socket create_socket_perms_no_ioctl;
12 allow tee self:netlink_generic_socket create_socket_perms_no_ioctl;
13 allow tee ion_device:chr_file r_file_perms;
14 r_dir_file(tee, sysfs_type
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/testdata/
Makefile 2 cd ..; go test -run 'ObjdumpARM64Cond' -v -timeout 10h -long 2>&1 | tee log
3 cd ..; go test -run 'ObjdumpARM64Testdata' -v -timeout 10h -long 2>&1 | tee -a log
4 cd ..; go test -run 'ObjdumpARM64' -v -timeout 10h -long 2>&1 | tee -a log
5 cd ..; go test -run 'ObjdumpARM64Manual' -v -timeout 10h -long 2>&1 | tee -a log
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/testdata/
Makefile 2 cd ..; go test -run 'ObjdumpARM64Cond' -v -timeout 10h -long 2>&1 | tee log
3 cd ..; go test -run 'ObjdumpARM64Testdata' -v -timeout 10h -long 2>&1 | tee -a log
4 cd ..; go test -run 'ObjdumpARM64' -v -timeout 10h -long 2>&1 | tee -a log
5 cd ..; go test -run 'ObjdumpARM64Manual' -v -timeout 10h -long 2>&1 | tee -a log
  /external/ltp/testcases/realtime/perf/latency/
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
  /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}
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
Makefile 5 cd ..; go test -cover -run 'Objdump.*32' -v -timeout 10h -printtests 2>&1 | tee log
6 cd ..; go test -cover -run 'Objdump.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
7 cd ..; go test -cover -run 'Xed.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
8 cd ..; go test -cover -run 'Xed.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
9 cd ..; go test -cover -run 'Plan9.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
10 cd ..; go test -cover -run 'Plan9.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
Makefile 5 cd ..; go test -cover -run 'Objdump.*32' -v -timeout 10h -printtests 2>&1 | tee log
6 cd ..; go test -cover -run 'Objdump.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
7 cd ..; go test -cover -run 'Xed.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
8 cd ..; go test -cover -run 'Xed.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
9 cd ..; go test -cover -run 'Plan9.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
10 cd ..; go test -cover -run 'Plan9.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/
Makefile 2 cd ..; go test -cover -run 'ObjdumpARMCond' -v -timeout 10h -printtests -long 2>&1 | tee log
3 cd ..; go test -cover -run 'ObjdumpARMUncond' -v -timeout 10h -printtests -long 2>&1 | tee -a log
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/
Makefile 2 cd ..; go test -cover -run 'ObjdumpARMCond' -v -timeout 10h -printtests -long 2>&1 | tee log
3 cd ..; go test -cover -run 'ObjdumpARMUncond' -v -timeout 10h -printtests -long 2>&1 | tee -a log
  /bionic/libc/arch-arm/syscalls/
tee.S 5 ENTRY(tee) function
16 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/tensorflow/tensorflow/tools/dist_test/server/
grpc_tensorflow_server_wrapper.sh 25 python ${SCRIPT_DIR}/grpc_tensorflow_server.py $@ 2>&1 | tee "${LOG_FILE}"
  /external/ltp/include/lapi/
tee.h 27 ssize_t tee(int fd_in, int fd_out, size_t len, unsigned int flags) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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/python/cpython3/Modules/zlib/
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 configure.log
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/zlib/src/
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 configure.log
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/func/pi-tests/
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
  /bionic/libc/arch-mips64/syscalls/
tee.S 5 ENTRY(tee) function
25 END(tee)
  /external/ltp/tools/pounder21/test_scripts/
copy_large_tree 32 diff -Naur /usr "$TREE_DEST/usr/" | tee "$POUNDER_TMPDIR/copytree.diff"

Completed in 835 milliseconds

1 2 3 4 5 6 7 8