Searched refs:OUT (Results 1 - 25 of 587) sorted by relevance

1234567891011>>

/external/compiler-rt/test/tsan/
H A Ddeflake.bash11 OUT=`$@ 2>&1`
13 echo "$OUT"
/external/ipsec-tools/src/racoon/contrib/
H A Dsp.pl11 open(OUT, "|setkey -c");
14 print OUT "spdadd $src $dst any -P out ipsec esp/transport//require;\n";
15 print OUT "spdadd $dst $src any -P in ipsec esp/transport//require;\n";
18 print OUT "spddelete $src $dst any -P out;\n";
19 print OUT "spddelete $dst $src any -P in;\n";
21 close(OUT);
/external/mesa3d/src/gallium/tests/graw/vertex-shader/
H A Dvert-dst.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
8 MOV OUT[0], IN[0]
9 DST OUT[1], IN[1], IN[0]
H A Dvert-lit.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
8 MOV OUT[0], IN[0]
9 LIT OUT[1], IN[1]
H A Dvert-mov.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
8 MOV OUT[0], IN[0]
9 MOV OUT[1], IN[1]
H A Dvert-srcmod-swz.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
8 MOV OUT[0], IN[0].yxzw
9 MOV OUT[1], IN[1]
H A Dvert-xpd.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
8 MOV OUT[0], IN[0]
9 XPD OUT[1], IN[0], IN[1]
H A Dvert-srcmod-neg.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
8 MOV OUT[0].xy, -IN[0]
9 MOV OUT[0].zw, IN[0]
10 MOV OUT[1], IN[1]
H A Dvert-abs.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
12 ABS OUT[0], TEMP[0]
13 MOV OUT[1], IN[1]
H A Dvert-add.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
10 ADD OUT[0], IN[0], IMM[0]
11 MOV OUT[1], IN[1]
H A Dvert-cb-2d.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
9 MOV OUT[0], IN[0]
10 MAD OUT[1], IN[1], CONST[1][2], CONST[1][1]
H A Dvert-frc.sh4 DCL OUT[0], POSITION
5 DCL OUT[1], COLOR
12 MOV OUT[0], IN[0]
13 FRC OUT[1], TEMP[0]
H A Dvert-lrp.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
11 MOV OUT[0], IN[0]
12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
H A Dvert-mad.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
11 MAD OUT[0], IN[0], IMM[0], IMM[1]
12 MOV OUT[1], IN[1]
H A Dvert-max.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
10 MOV OUT[0], IN[0]
11 MAX OUT[1], IN[1], IMM[0]
H A Dvert-min.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
10 MOV OUT[0], IN[0]
11 MIN OUT[1], IN[1], IMM[0]
H A Dvert-mul.sh5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
10 MUL OUT[0], IN[0], IMM[0]
11 MOV OUT[1], IN[1]
/external/jemalloc/android/scripts/
H A Dconf_arm.sh3 if [[ "$OUT" == "" ]]; then
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
34 "-L${OUT}/obj/lib"
35 "-Wl,-rpath-link=${OUT}/obj/lib"
36 "${OUT}/obj/lib/crtbegin_dynamic.o"
H A Dconf_arm64.sh3 if [[ "$OUT" == "" ]]; then
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
34 "-L${OUT}/obj/lib"
35 "-Wl,-rpath-link=${OUT}/obj/lib"
36 "${OUT}/obj/lib/crtbegin_dynamic.o"
H A Dconf_mips.sh3 if [[ "$OUT" == "" ]]; then
23 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
33 "-L${OUT}/obj/lib"
34 "-Wl,-rpath-link=${OUT}/obj/lib"
35 "${OUT}/obj/lib/crtbegin_dynamic.o"
H A Dconf_x86.sh3 if [[ "$OUT" == "" ]]; then
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
34 "-L${OUT}/obj/lib"
35 "-Wl,-rpath-link=${OUT}/obj/lib"
36 "${OUT}/obj/lib/crtbegin_dynamic.o"
H A Dconf_x86_64.sh3 if [[ "$OUT" == "" ]]; then
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
34 "-L${OUT}/obj/lib"
35 "-Wl,-rpath-link=${OUT}/obj/lib"
36 "${OUT}/obj/lib/crtbegin_dynamic.o"
/external/toybox/tests/
H A Dchattr.test18 OUT="cd .."
23 chattr -i testFile; rm -rf testFile; $OUT " "----i-------- testFile\n" "" ""
26 echo \"$_t\" > testFile && lsattr testFile; rm -rf testFile; $OUT" \
30 chattr -i testFile; rm -rf testFile; $OUT" "----i-------- testFile\n" "" ""
33 chattr -i testFile; rm -rf testFile; $OUT" "----i-------- testFile\n" "" ""
36 chattr -i testFile; rm -rf testFile; $OUT" "----i-------- testFile\n" "" ""
39 chattr -i testFile; rm -rf testFile; $OUT" "$_t\n----i-------- testFile\n" "" ""
42 chattr -a testFile; rm -rf testFile; $OUT" "-----a------- testFile\n" "" ""
47 $OUT" "-----a------- testFile\n$_t\n------------- testFile\n" "" ""
50 lsattr testFile && chattr -a testFile; rm -rf testFile; $OUT" \
[all...]
/external/e2fsprogs/tests/f_detect_junk/
H A Dscript17 OUT=$test_name.log
20 echo "*** e2fsck" > $OUT
21 $FSCK $FSCK_OPT $TMPFILE >> $OUT 2>&1
22 echo "*** debugfs" >> $OUT
23 test -x $DEBUGFS_EXE && $DEBUGFS_EXE -R 'quit' $TMPFILE >> $OUT 2>&1
24 echo "*** tune2fs" >> $OUT
25 $TUNE2FS -i 0 $TMPFILE >> $OUT 2>&1
26 echo "*** mke2fs" >> $OUT
27 $MKE2FS -n $TMPFILE >> $OUT 2>&1
29 sed -f $cmd_dir/filter.sed -e "s|$TMPFILE|test.img|g" < $OUT >
[all...]
/external/e2fsprogs/tests/f_detect_xfs/
H A Dscript14 OUT=$test_name.log
17 echo "*** e2fsck" > $OUT
18 $FSCK $FSCK_OPT $TMPFILE >> $OUT 2>&1
19 echo "*** debugfs" >> $OUT
20 test -x $DEBUGFS_EXE && $DEBUGFS_EXE -R 'quit' $TMPFILE >> $OUT 2>&1
21 echo "*** tune2fs" >> $OUT
22 $TUNE2FS -i 0 $TMPFILE >> $OUT 2>&1
23 echo "*** mke2fs" >> $OUT
24 $MKE2FS -n $TMPFILE >> $OUT 2>&1
26 sed -f $cmd_dir/filter.sed -e "s|$TMPFILE|test.img|g" < $OUT >
[all...]

Completed in 246 milliseconds

1234567891011>>