/external/sepolicy/ |
tee.te | 2 # trusted execution environment (tee) daemon 4 type tee, domain; 9 permissive tee; 10 unconfined_domain(tee) 11 init_daemon_domain(tee)
|
/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}
|
/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 | 16 echo "Diff in llvm:" | tee buildlog.txt 17 svn stat "${LLVM_DIR}" 2>&1 | tee -a buildlog.txt 18 svn diff "${LLVM_DIR}" 2>&1 | tee -a buildlog.txt 19 echo "Diff in llvm/tools/clang:" | tee -a buildlog.txt 20 svn stat "${LLVM_DIR}/tools/clang" 2>&1 | tee -a buildlog.txt 21 svn diff "${LLVM_DIR}/tools/clang" 2>&1 | tee -a buildlog.txt 22 echo "Diff in llvm/projects/compiler-rt:" | tee -a buildlog.txt 23 svn stat "${LLVM_DIR}/projects/compiler-rt" 2>&1 | tee -a buildlog.txt 24 svn diff "${LLVM_DIR}/projects/compiler-rt" 2>&1 | tee -a buildlog.txt 26 echo "Starting build" | tee -a buildlog.tx [all...] |
/external/tcpdump/tests/ |
print-flags.sh | 6 if (../tcpdump -$i -s0 -nr print-flags.pcap | tee print-$i.new | diff - print-$i.out)
|
/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/clang/test/SemaTemplate/ |
temp_arg.cpp | 18 bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}
|
/frameworks/base/core/tests/overlaytests/ |
runtests.sh | 27 ONE_SHOT_MAKEFILE="$android_mk" make -C "../../../../../" files | tee -a $log 45 echo "mkdir_if_needed: error: path '$path' does not begin with /" | tee -a $log 65 echo "mkdir_if_needed: file '$path' exists, but is not a directory" | tee -a $log 91 $adb shell am instrument -w -e class $class com.android.overlaytest/android.test.InstrumentationTestRunner | tee -a $log 97 $adb remount | tee -a $log 103 $adb sync data | tee -a $log
|
/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;
|
/external/icu4c/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
|
/development/tools/ |
make_key | 52 ( openssl genrsa -f4 2048 | tee ${one} > ${two} ) &
|
/external/icu4c/samples/legacy/ |
Makefile | 61 $(INVOKE) ./$(TARGET) | tee $(TARGET).out
|
/external/icu4c/samples/uresb/ |
Makefile | 68 $(INVOKE) ./$(TARGET) en | tee $(TARGET).out
|
/external/llvm/utils/release/ |
test-release.sh | 269 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log 287 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log 292 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log 314 2>&1 | tee $LogDir/dragonegg-Phase$Phase-$Flavor.log 325 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log 327 2>&1 | tee $LogDir/llvm.unittests-Phase$Phase-$Flavor.log 519 ) 2>&1 | tee $LogDir/testing.$Release-$RC.log
|
/external/chromium_org/courgette/ |
run_stress_test | 141 done 2>&1 | tee -a "${log}" 153 cat <<EOF | tee -a "${log}"
|
/system/extras/tests/bionic/libc/ |
run-test.sh | 137 $ADB_CMD shell $@ "&&" echo OK "||" echo KO | tee $ADB_CMD_LOG
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
heapq.py | 132 from itertools import islice, count, imap, izip, tee, chain namespace 425 in1, in2 = tee(iterable) 463 in1, in2 = tee(iterable)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
heapq.py | 132 from itertools import islice, count, imap, izip, tee, chain namespace 425 in1, in2 = tee(iterable) 463 in1, in2 = tee(iterable)
|
/external/v8/tools/ |
common-includes.sh | 180 tee < "$PATCH_OUTPUT_FILE" >(awk '{print $NF}' >> "$TOUCHED_FILES_FILE")
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
fcntl.h | 248 /* In-kernel implementation of tee for pipe buffers. */ 249 extern ssize_t tee (int __fdin, int __fdout, size_t __len,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fcntl.h | 248 /* In-kernel implementation of tee for pipe buffers. */ 249 extern ssize_t tee (int __fdin, int __fdout, size_t __len,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fcntl.h | 248 /* In-kernel implementation of tee for pipe buffers. */ 249 extern ssize_t tee (int __fdin, int __fdout, size_t __len,
|