Home
last modified time | relevance | path

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

12345678910>>...71

/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/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/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 …]
Dobjects.pl120 open (OUT,">$ARGV[2]") || die "Can't open output file $ARGV[2]";
121 print OUT <<'EOF';
196 print OUT "#define SN_",$Cname,"\t\t\"",$sn{$Cname},"\"\n" if $sn{$Cname} ne "";
197 print OUT "#define LN_",$Cname,"\t\t\"",$ln{$Cname},"\"\n" if $ln{$Cname} ne "";
198 print OUT "#define NID_",$Cname,"\t\t",$nid{$Cname},"\n" if $nid{$Cname} ne "";
199 print OUT "#define OBJ_",$Cname,"\t\t",$obj{$Cname},"\n" if $obj{$Cname} ne "";
200 print OUT "\n";
203 close OUT;
/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/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/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/clang/tools/scan-build/
Dscan-build539 open(OUT, ">", $FName) or DieDiag("Cannot create file '$FName'\n");
543 print OUT <<ENDTEXT;
611 print OUT "<tr><th>Version:</th><td>${BuildName} (${BuildDate})</td></tr>\n"
614 print OUT <<ENDTEXT;
631 print OUT "<h2>Bug Summary</h2>";
634 … print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n"
638 print OUT <<ENDTEXT;
659 print OUT "<tr><th>$category</th><th colspan=2></th></tr>\n";
663 print OUT "<tr><td class=\"SUMM_DESC\">";
664 print OUT $val->[2];
[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;
/external/openssl/
Dimport_openssl.sh125 local OUT
126 OUT=$(default_asm_file "$@")
127 perl "$1" > "$OUT"
131 local OUT
132 OUT=$(default_asm_file "$@")
136 CC=true perl "$1" o32 > "$OUT"
140 local OUT
141 OUT=$(default_asm_file "$@")
142 perl "$1" elf -fPIC > "$OUT"
146 local OUT
[all …]
/external/llvm/utils/
DUpdateCMakeLists.pl54 print OUT " ";
55 print OUT $file;
56 print OUT "\n";
65 open(OUT, ">", $cmakeListNew);
70 print OUT $_;
78 print OUT $_;
85 close(OUT);
/external/dropbear/libtomcrypt/
Dfixupind.pl2 open(OUT,">crypt.ind.tmp");
4 print OUT "$a\n\\addcontentsline{toc}{chapter}{Index}\n";
6 print OUT $_;
8 close OUT;
/external/e2fsprogs/tests/defaults/
De_script14 if [ "$OUT"x = x ]; then
15 OUT=$test_name.log
32 | $TEST_PROG -f - 2>&1 | tr -d \\015 > $OUT
34 cmp -s $EXPECT $OUT
44 diff $DIFF_OPTS $EXPECT $OUT > $test_name.failed
47 unset EXPECT OUT class instance

12345678910>>...71