Home
last modified time | relevance | path

Searched refs:OUT (Results 1 – 25 of 1407) sorted by relevance

12345678910>>...57

/external/e2fsprogs/tests/f_resize_inode/
Dscript3 OUT=$test_name.log
11 cp /dev/null $OUT
15 echo mke2fs -F -O resize_inode -o Linux -b 1024 -g 1024 test.img 16384 > $OUT
18 grep -v "whichever comes first" >> $OUT
20 $FSCK $FSCK_OPT -N test_filesys $TMPFILE > $OUT.new 2>&1
22 echo Exit status is $status >> $OUT.new
23 sed -e '1d' $OUT.new | sed -e '/^JFS DEBUG:/d' | tr -d \\015 >> $OUT
24 rm -f $OUT.new
26 echo ----------------------------------------------- >> $OUT
28 echo " " >> $OUT
[all …]
/external/e2fsprogs/tests/f_swapfs/
Dscript6 OUT=$test_name.log
11 echo "Swapfs test" > $OUT
13 echo e2fsck $VERIFY_FSCK_OPT -N test_filesys > $OUT.new
14 $FSCK $VERIFY_FSCK_OPT -N test_filesys $TMPFILE >> $OUT.new 2>&1
16 echo Exit status is $status >> $OUT.new
17 sed -e '2d' $OUT.new >> $OUT
19 echo e2fsck $SWAP_FSCK_OPT -N test_filesys > $OUT.new
20 $FSCK $SWAP_FSCK_OPT -N test_filesys $TMPFILE >> $OUT.new 2>&1
22 echo Exit status is $status >> $OUT.new
23 sed -e '2d' $OUT.new >> $OUT
[all …]
/external/e2fsprogs/tests/r_move_itable/
Dscript4 OUT=$test_name.log
12 cp /dev/null $OUT
16 echo mke2fs -q -F -o Linux -b 1024 -g 256 test.img 1024 > $OUT
19 grep -v "whichever comes first" >> $OUT
21 echo resize2fs -p test.img 10000 >> $OUT
22 $RESIZE2FS -p $TMPFILE 10000 2>&1 | sed -e '1d' >> $OUT
24 $FSCK $FSCK_OPT -N test_filesys $TMPFILE > $OUT.new 2>&1
26 echo Exit status is $status >> $OUT.new
27 sed -e '1d' $OUT.new | sed -e '/^JFS DEBUG:/d' | tr -d \\015 >> $OUT
28 rm -f $OUT.new
[all …]
/external/e2fsprogs/tests/r_resize_inode/
Dscript4 OUT=$test_name.log
12 cp /dev/null $OUT
16 echo mke2fs -q -F -O resize_inode -o Linux -b 1024 -g 1024 test.img 16384 > $OUT
19 grep -v "whichever comes first" >> $OUT
21 echo resize2fs test.img 65536 >> $OUT
22 $RESIZE2FS $TMPFILE 65536 2>&1 | sed -e '1d' >> $OUT
24 $FSCK $FSCK_OPT -N test_filesys $TMPFILE > $OUT.new 2>&1
26 echo Exit status is $status >> $OUT.new
27 sed -e '1d' $OUT.new | sed -e '/^JFS DEBUG:/d' | tr -d \\015 >> $OUT
28 rm -f $OUT.new
[all …]
/external/e2fsprogs/tests/d_loaddump/
Dscript1 OUT=$test_name.log
8 echo "debugfs load/dump test" > $OUT
12 echo "mke2fs -Fq -b 1024 $TMPFILE 512" >> $OUT
16 echo Exit status is $status >> $OUT
21 echo "debugfs -R ''write $TEST_DATA test_data'' -w $TMPFILE" > $OUT.new
22 $DEBUGFS -R "write $TEST_DATA test_data" -w $TMPFILE >> $OUT.new 2>&1
24 echo Exit status is $status >> $OUT.new
25 sed -e '2d' $OUT.new >> $OUT
27 echo e2fsck $VERIFY_FSCK_OPT -N test_filesys > $OUT.new
28 $FSCK $VERIFY_FSCK_OPT -N test_filesys $TMPFILE >> $OUT.new 2>&1
[all …]
/external/webp/src/dec/
Ddsp.c177 #define OUT(x, y) dst[(x) + (y) * BPS] macro
302 OUT(0, 3) = AVG3(J, K, L); in RD4()
303 OUT(0, 2) = OUT(1, 3) = AVG3(I, J, K); in RD4()
304 OUT(0, 1) = OUT(1, 2) = OUT(2, 3) = AVG3(X, I, J); in RD4()
305 OUT(0, 0) = OUT(1, 1) = OUT(2, 2) = OUT(3, 3) = AVG3(A, X, I); in RD4()
306 OUT(1, 0) = OUT(2, 1) = OUT(3, 2) = AVG3(B, A, X); in RD4()
307 OUT(2, 0) = OUT(3, 1) = AVG3(C, B, A); in RD4()
308 OUT(3, 0) = AVG3(D, C, B); in RD4()
320 OUT(0, 0) = AVG3(A, B, C); in LD4()
321 OUT(1, 0) = OUT(0, 1) = AVG3(B, C, D); in LD4()
[all …]
/external/webp/src/enc/
Ddsp.c232 #define OUT(x, y) dst[(x) + (y) * BPS] macro
393 OUT(0, 3) = AVG3(J, K, L); in RD4()
394 OUT(0, 2) = OUT(1, 3) = AVG3(I, J, K); in RD4()
395 OUT(0, 1) = OUT(1, 2) = OUT(2, 3) = AVG3(X, I, J); in RD4()
396 OUT(0, 0) = OUT(1, 1) = OUT(2, 2) = OUT(3, 3) = AVG3(A, X, I); in RD4()
397 OUT(1, 0) = OUT(2, 1) = OUT(3, 2) = AVG3(B, A, X); in RD4()
398 OUT(2, 0) = OUT(3, 1) = AVG3(C, B, A); in RD4()
399 OUT(3, 0) = AVG3(D, C, B); in RD4()
411 OUT(0, 0) = AVG3(A, B, C); in LD4()
412 OUT(1, 0) = OUT(0, 1) = AVG3(B, C, D); in LD4()
[all …]
/external/openssl/crypto/objects/
Dobj_dat.pl46 open (OUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]";
170 print OUT <<'EOF';
237 printf OUT "#define NUM_NID %d\n",$n;
238 printf OUT "#define NUM_SN %d\n",$#sn+1;
239 printf OUT "#define NUM_LN %d\n",$#ln+1;
240 printf OUT "#define NUM_OBJ %d\n\n",$#ob+1;
242 printf OUT "static const unsigned char lvalues[%d]={\n",$lvalues+1;
243 print OUT @lvalues;
244 print OUT "};\n\n";
246 printf OUT "static const ASN1_OBJECT nid_objs[NUM_NID]={\n";
[all …]
/external/e2fsprogs/tests/r_inline_xattr/
Dscript5 OUT=$test_name.log
10 echo "resize2fs test" > $OUT
13 echo "debugfs -R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT
14 $DEBUGFS -R "stat file" $TMPFILE 2>&1 | grep "^Inode\|in inode body\|name = " >> $OUT
16 echo Exit status is $status >> $OUT
19 echo "resize2fs $TMPFILE 5M" >> $OUT
20 $RESIZE2FS $TMPFILE 5M 2>&1 >> $OUT.new 2>&1
22 echo Exit status is $status >> $OUT.new
23 sed -e '1d' $OUT.new >> $OUT
26 echo "debugfs -R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT
[all …]
/external/clang/tools/scan-build/
Dscan-build525 open(OUT, ">", $FName) or DieDiag("Cannot create file '$FName'\n");
529 print OUT <<ENDTEXT;
596 print OUT "<tr><th>Version:</th><td>${BuildName} (${BuildDate})</td></tr>\n"
599 print OUT <<ENDTEXT;
616 print OUT "<h2>Bug Summary</h2>";
619 … print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n"
623 print OUT <<ENDTEXT;
644 print OUT "<tr><th>$category</th><th colspan=2></th></tr>\n";
648 print OUT "<tr><td class=\"SUMM_DESC\">";
649 print OUT $val->[2];
[all …]
/external/webkit/Source/WebCore/css/
Dmake-css-file-arrays.pl33 open OUT, ">", $out or die;
36 print OUT "namespace WebCore {\n";
61 print OUT "extern const char ${name}UserAgentStyleSheet[${length}] = {\n";
64 print OUT " ";
67 print OUT ", " unless $j == 0;
68 print OUT ord substr $text, $i, 1;
72 print OUT "," unless $i == $length;
73 print OUT "\n";
75 print OUT "};\n";
80 print OUT "}\n";
/external/valgrind/tsan/
Dmk-self-contained-valgrind.sh11 OUT="$3"
24 rm -f $OUT && touch $OUT && chmod +x $OUT || exit 1
27 cat << 'EOF' >> $OUT || exit 1
50 cat << 'EOF' >> $OUT || exit 1
60 echo "\$EXTRACT_DIR/bin/valgrind --tool=$TOOLFLAG \"\$@\"" >> $OUT || exit 1
62 cat << 'EOF' >> $OUT || exit 1
71 (cd $IN_DIR && tar zcvh --exclude=$EXCLUDE_FILES $IN_FILES) >> $OUT || exit 1
73 echo "File $OUT successfully created"
Dmk-self-contained-tsan-pin.sh14 OUT="$3"
18 rm -rf $OUT # remove the old one
19 touch $OUT # create the new one
20 chmod +x $OUT
23 cat << 'EOF' >> $OUT
52 cat << 'EOF' >> $OUT
69 tar zcvh -C $IN_DIR $TAR_EXCLUDE $IN_FILES -C $PIN_ROOT ./{extras,ia32,intel64,pin} >> $OUT
71 echo "File $OUT successfully created"
/external/dropbear/libtommath/
Ddep.pl26 open(OUT, ">tmp");
31 print OUT $line;
33 print OUT "#include <tommath.h>\n#ifdef $define\n$line";
38 print OUT $_;
42 print OUT "#endif\n";
45 close OUT;
93 open(OUT,">callgraph.txt");
98 print OUT "\n\n";
100 close(OUT);
111 elsif ($indent >= 1) { print OUT "| " x ($indent - 1) . "+--->"; }
[all …]
Dbooker.pl21 open(OUT,">tommath.tex") or die "Can't open destination file";
78 …print OUT "\\vspace{+3mm}\\begin{small}\n\\hspace{-5.1mm}{\\bf File}: $tmp\n\\vspace{-3mm}\n\\begi…
104 printf OUT ("%03d ", $line);
106 print OUT chr(vec($_, $x, 8));
108 print OUT "\n ";
112 print OUT "\n";
116 print OUT "\\end{alltt}\n\\end{small}\n";
180 print OUT $_;
248 print OUT $_;
254 print OUT "\\begin{center}\n\\begin{figure}[here]\n\\includegraphics{pics/$m[1]$graph}\n";
[all …]
Dgen.pl8 open( OUT, ">mpi.c" ) or die "Couldn't open mpi.c for writing: $!";
11 print OUT "/* Start: $filename */\n";
12 print OUT while <SRC>;
13 print OUT "\n/* End: $filename */\n\n";
16 print OUT "\n/* EOF */\n";
17 close OUT or die "Error closing mpi.c after writing: $!";
/external/bzip2/
Dxmlproc.sh43 OUT=output
76 xmllint $flags $dtd $xmlfmtfile 2> $OUT
77 egrep 'error' $OUT
78 rm $OUT
90 pdfxmltex $fofile >$OUT </dev/null
91 pdfxmltex $fofile >$OUT </dev/null
92 pdfxmltex $fofile >$OUT </dev/null
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
99 pdfxmltex $fofile >$OUT </dev/null
100 pdfxmltex $fofile >$OUT </dev/null
[all …]
/external/webkit/Tools/Scripts/
Dsort-Xcode-project-file90 my ($OUT, $tempFileName) = tempfile(
99 close($OUT);
107 print $OUT $line;
117 print $OUT sort sortFilesByFileName @files;
118 print $OUT $endMarker;
120 print $OUT $line;
132 print $OUT @children;
134 print $OUT sort sortChildrenByFileName @children;
136 print $OUT $endMarker;
138 print $OUT $line;
[all …]
Dcheck-Xcode-source-file-types100 my ($OUT, $tempFileName);
102 ($OUT, $tempFileName) = tempfile(
111 close($OUT);
118 print $OUT $line if $shouldFixIssues;
124 print $OUT $line if $shouldFixIssues;
145 print $OUT $line if $shouldFixIssues;
149 print $OUT <IN> if $shouldFixIssues;
154 close($OUT);
/external/webkit/Tools/BuildSlaveSupport/
Dbuild-launcher-app94 open(OUT, ">$infoPlist") or die "Couldn't open Info.plist in built application for writing";
96 print OUT $data;
97 close(OUT);
99 open(OUT, ">$versionFile") or die "Couldn't open VERSION in built application for writing";
100 print OUT "$revision\n";
101 close(OUT);
103 open(OUT, ">$branchFile") or die "Couldn't open BRANCH in built application for writing";
104 print OUT "$branch\n";
105 close(OUT);
/external/e2fsprogs/tests/u_tune2fs/
Dscript7 OUT=$test_name.log
12 echo mke2fs -q -F -o Linux -b 1024 $TMPFILE > $OUT
13 $MKE2FS -q -F -o Linux -I 128 -b 1024 $TMPFILE >> $OUT 2>&1
15 echo md5sum before tune2fs $md5 >> $OUT
17 echo using tune2fs to test e2undo >> $OUT
18 $TUNE2FS -I 256 $TMPFILE >> $OUT 2>&1
20 echo md5sum after tune2fs $new_md5 >> $OUT
22 $E2UNDO_EXE $TDB_FILE $TMPFILE >> $OUT 2>&1
24 echo md5sum after e2undo $new_md5 >> $OUT
/external/e2fsprogs/tests/u_mke2fs/
Dscript7 OUT=$test_name.log
12 echo mke2fs -q -F -o Linux -b 1024 test.img > $OUT
13 $MKE2FS -F -o Linux -I 128 -b 1024 $TMPFILE >> $OUT 2>&1
15 echo md5sum before mke2fs $md5 >> $OUT
17 echo using mke2fs to test e2undo >> $OUT
18 $MKE2FS -q -F -o Linux -I 256 -O uninit_bg -E lazy_itable_init=1 -b 1024 $TMPFILE >> $OUT 2>&1
20 echo md5sum after mke2fs $new_md5 >> $OUT
22 $E2UNDO_EXE $TDB_FILE $TMPFILE >> $OUT 2>&1
24 echo md5sum after e2undo $new_md5 >> $OUT
/external/ipsec-tools/src/racoon/contrib/
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/openssl/apps/
DCA.pl.in95 open OUT, ">${CATOP}/index.txt";
96 close OUT;
97 open OUT, ">${CATOP}/crlnumber";
98 print OUT "01\n";
99 close OUT;
177 open OUT, ">$outfile";
181 print OUT $_ if ($flag);
184 close OUT;
DCA.pl95 open OUT, ">${CATOP}/index.txt";
96 close OUT;
97 open OUT, ">${CATOP}/crlnumber";
98 print OUT "01\n";
99 close OUT;
177 open OUT, ">$outfile";
181 print OUT $_ if ($flag);
184 close OUT;

12345678910>>...57