Home
last modified time | relevance | path

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

12345678910>>...79

/external/e2fsprogs/tests/f_resize_inode/
Dscript5 OUT=$test_name.log
13 cp /dev/null $OUT
17 echo mke2fs -F -O resize_inode -o Linux -b 1024 -g 1024 test.img 16384 > $OUT
19 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
21 $FSCK $FSCK_OPT -N test_filesys $TMPFILE > $OUT.new 2>&1
23 echo Exit status is $status >> $OUT.new
24 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
25 rm -f $OUT.new
27 echo ----------------------------------------------- >> $OUT
29 echo " " >> $OUT
[all …]
/external/e2fsprogs/tests/d_special_files/
Dscript3 OUT=$test_name.log
10 echo "debugfs create special files" > $OUT
14 echo "mke2fs -Fq -b 1024 test.img 512" >> $OUT
18 echo Exit status is $status >> $OUT
32 echo "debugfs -R ''stat foo'' -w test.img" > $OUT.new
33 $DEBUGFS -R "stat foo" -w $TMPFILE >> $OUT.new 2>&1
35 echo Exit status is $status >> $OUT.new
36 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
38 echo "debugfs -R ''stat foo2'' -w test.img" > $OUT.new
39 $DEBUGFS -R "stat foo2" -w $TMPFILE >> $OUT.new 2>&1
[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
18 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
20 echo resize2fs -p test.img 10000 >> $OUT
22 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
24 $FSCK $FSCK_OPT -N test_filesys $TMPFILE > $OUT.new 2>&1
26 echo Exit status is $status >> $OUT.new
27 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $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
18 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
20 echo resize2fs test.img 65536 >> $OUT
22 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
24 $FSCK $FSCK_OPT -N test_filesys $TMPFILE > $OUT.new 2>&1
26 echo Exit status is $status >> $OUT.new
27 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
28 rm -f $OUT.new
[all …]
/external/e2fsprogs/tests/d_loaddump/
Dscript3 OUT=$test_name.log
10 echo "debugfs load/dump test" > $OUT
14 echo "mke2fs -Fq -b 1024 test.img 512" >> $OUT
18 echo Exit status is $status >> $OUT
23 echo "debugfs -R ''write $TEST_DATA test_data'' -w test.img" > $OUT.new
24 $DEBUGFS -R "write $TEST_DATA test_data" -w $TMPFILE >> $OUT.new 2>&1
26 echo Exit status is $status >> $OUT.new
27 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
29 echo e2fsck $VERIFY_FSCK_OPT -N test_filesys > $OUT.new
30 $FSCK $VERIFY_FSCK_OPT -N test_filesys $TMPFILE >> $OUT.new 2>&1
[all …]
/external/mesa3d/src/gallium/tests/graw/geometry-shader/
Dmulti-line.txt7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
14 MOV OUT[0], TEMP[0]
15 MOV OUT[1], IN[0][1]
17 MOV OUT[0], IN[2][0]
18 MOV OUT[1], IN[0][1]
20 MOV OUT[0], IN[0][0]
21 MOV OUT[1], IN[2][1]
23 MOV OUT[0], TEMP[0]
24 MOV OUT[1], IN[0][1]
[all …]
Dline.txt7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
10 MOV OUT[0], IN[0][0]
11 MOV OUT[1], IN[0][1]
14 MOV OUT[0], IN[1][0]
15 MOV OUT[1], IN[0][1]
18 MOV OUT[0], IN[2][0]
19 MOV OUT[1], IN[2][1]
22 MOV OUT[0], IN[0][0]
23 MOV OUT[1], IN[0][1]
Dmov.txt6 DCL OUT[0], POSITION, CONSTANT
7 DCL OUT[1], COLOR, CONSTANT
9 MOV OUT[0], IN[0][0]
10 MOV OUT[1], IN[0][1]
13 MOV OUT[0], IN[1][0]
14 MOV OUT[1], IN[1][1]
17 MOV OUT[0], IN[2][0]
18 MOV OUT[1], IN[2][1]
Dmov-cb-2d.txt6 DCL OUT[0], POSITION, CONSTANT
7 DCL OUT[1], COLOR, CONSTANT
10 MOV OUT[0], IN[0][0]
11 MOV OUT[1], CONST[1][0]
14 MOV OUT[0], IN[1][0]
15 MOV OUT[1], CONST[1][1]
18 MOV OUT[0], IN[2][0]
19 MOV OUT[1], CONST[1][4]
Dadd-mix.txt6 DCL OUT[0], POSITION, CONSTANT
7 DCL OUT[1], COLOR, CONSTANT
9 MOV OUT[0], IN[0][0]
10 ADD OUT[1], IN[0][1], IN[1][1]
13 MOV OUT[0], IN[1][0]
14 ADD OUT[1], IN[1][1], IN[2][1]
17 MOV OUT[0], IN[2][0]
18 ADD OUT[1], IN[2][1], IN[0][1]
Dadd.txt6 DCL OUT[0], POSITION, CONSTANT
7 DCL OUT[1], COLOR, CONSTANT
9 MOV OUT[0], IN[0][0]
10 ADD OUT[1], IN[0][1], IN[0][1]
13 MOV OUT[0], IN[1][0]
14 ADD OUT[1], IN[1][1], IN[1][1]
17 MOV OUT[0], IN[2][0]
18 ADD OUT[1], IN[2][1], IN[2][1]
/external/toybox/tests/
Dchgrp.test27 OUT="&& cd .. && echo \$(ls -lR testdir | awk '{print \$4}')"
35 testing "chgrp dir" "$IN chgrp root dir $OUT" \
37 testing "chgrp file" "$IN chgrp root dir/file $OUT" \
39 testing "chgrp dir and file" "$IN chgrp root dir dir/file $OUT" \
43 testing "chgrp symlink->file" "$IN chgrp root dir2/file $OUT" \
45 testing "chgrp symlink->dir" "$IN chgrp root dir2/dir $OUT" \
47 testing "chgrp -h symlink->dir" "$IN chgrp -h root dir2/dir $OUT" \
51 testing "chgrp -h symlink->file" "$IN chgrp -h root dir2/file $OUT" \
53 testing "chgrp -h symlink->dir" "$IN chgrp -h root dir2/dir $OUT" \
58 testing "chgrp -R dir" "$IN chgrp -R root dir $OUT" \
[all …]
Dlsattr.test11 OUT="cd .."
16 chattr -i testFile; rm -rf testFile; $OUT " "----i-------- testFile\n" "" ""
19 echo \"$_t\" > testFile && lsattr testFile; rm -rf testFile; $OUT" \
23 chattr -i testFile; rm -rf testFile; $OUT" "----i-------- testFile\n" "" ""
26 chattr -i testFile; rm -rf testFile; $OUT" "----i-------- testFile\n" "" ""
29 chattr -i testFile; rm -rf testFile; $OUT" "----i-------- testFile\n" "" ""
32 chattr -i testFile; rm -rf testFile; $OUT" "$_t\n----i-------- testFile\n" "" ""
35 chattr -a testFile; rm -rf testFile; $OUT" "-----a------- testFile\n" "" ""
40 $OUT" "-----a------- testFile\n$_t\n------------- testFile\n" "" ""
43 lsattr testFile && chattr -a testFile; rm -rf testFile; $OUT" \
[all …]
Dls.test18 OUT="cd .. "
20 testing "ls no argument" "$IN && ls; $OUT" "dir1\ndir2\nfile1.txt\nfile2.txt\n" "" ""
21 testing "ls with wild char" "$IN && ls file*; $OUT" "file1.txt\nfile2.txt\n" "" ""
22 testing "ls with wild char - long listing" "$IN && ls -1 file*; $OUT" "file1.txt\nfile2.txt\n" "" ""
23 testing "ls with -p" "$IN && ls -p; $OUT" "dir1/\ndir2/\nfile1.txt\nfile2.txt\n" "" ""
24 testing "ls with -a" "$IN && ls -a; $OUT" \
26 testing "ls with -A" "$IN && ls -A; $OUT" \
28 testing "ls with -d" "$IN && ls -d; $OUT" ".\n" "" ""
29 testing "ls with wild char and -d *" "$IN && ls -d *; $OUT" "dir1\ndir2\nfile1.txt\nfile2.txt\n" ""…
30 testing "ls with -k" "$IN && ls -k; $OUT" "dir1\ndir2\nfile1.txt\nfile2.txt\n" "" ""
[all …]
/external/boringssl/src/crypto/obj/
Dobj_dat.pl52 open (OUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]";
176 print OUT <<'EOF';
239 printf OUT "#define NUM_NID %d\n",$n;
240 printf OUT "#define NUM_SN %d\n",$#sn+1;
241 printf OUT "#define NUM_LN %d\n",$#ln+1;
242 printf OUT "#define NUM_OBJ %d\n\n",$#ob+1;
244 printf OUT "static const unsigned char lvalues[%d]={\n",$lvalues+1;
245 print OUT @lvalues;
246 print OUT "};\n\n";
248 printf OUT "static const ASN1_OBJECT kObjects[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'' test.img 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 test.img 5M" >> $OUT
20 $RESIZE2FS $TMPFILE 5M 2>&1 >> $OUT.new 2>&1
22 echo Exit status is $status >> $OUT.new
23 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
26 echo "debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT
[all …]
/external/e2fsprogs/tests/r_min_itable/
Dscript5 OUT=$test_name.log
10 echo "resize2fs test" > $OUT
12 echo "resize2fs -M test.img" >> $OUT
13 $RESIZE2FS -M $TMPFILE 2>&1 >> $OUT.new 2>&1
15 echo Exit status is $status >> $OUT.new
17 echo " " >> $OUT.new
18 echo fsck $FSCK_OPT -N test_filesys test.img >> $OUT.new
19 $FSCK $FSCK_OPT -N test_filesys $TMPFILE >> $OUT.new 2>&1
20 echo Exit status is $status >> $OUT.new
22 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
[all …]
/external/autotest/client/site_tests/security_ptraceRestrictions/src/
Dptrace-restrictions.sh39 OUT=$(gdb -ex run -ex quit --batch ./sleeper </dev/null 2>&1)
40 if echo "$OUT" | grep -q 'Quit anyway'; then
50 OUT=$(gdb -ex "attach $pid" -ex "quit" --batch </dev/null 2>&1)
51 if echo "$OUT" | grep -q 'Operation not permitted'; then
67 OUT=$(gdb -ex "attach 1" -ex "quit" --batch </dev/null 2>&1)
68 if echo "$OUT" | grep -q 'Operation not permitted'; then
89 OUT=$(gdb -ex "attach $pid" -ex "quit" --batch </dev/null 2>&1)
91 if echo "$OUT" | grep -q 'Operation not permitted'; then
101 OUT=$(gdb -ex "attach $pid" -ex "quit" --batch </dev/null 2>&1)
103 if echo "$OUT" | grep -q 'Quit anyway'; then
[all …]
/external/rootdev/
DMakefile10 OUT = $(CURDIR) macro
11 $(shell mkdir -p $(OUT))
13 all: $(OUT)/rootdev $(OUT)/librootdev.so.1.0
15 $(OUT)/rootdev: main.c $(OUT)/librootdev.so.1.0
18 $(OUT)/librootdev.so.1.0: rootdev.c
21 ln -s $(@F) $(OUT)/librootdev.so.1
22 ln -s $(@F) $(OUT)/librootdev.so
25 rm -f $(OUT)/rootdev $(OUT)/librootdev.so*
/external/libchrome/sandbox/win/src/
Dnt_internals.h141 OUT PHANDLE FileHandle,
144 OUT PIO_STATUS_BLOCK IoStatusBlock,
154 OUT PHANDLE FileHandle,
157 OUT PIO_STATUS_BLOCK IoStatusBlock,
177 OUT PIO_STATUS_BLOCK IoStatusBlock,
192 OUT PFILE_BASIC_INFORMATION FileAttributes);
206 OUT PFILE_NETWORK_OPEN_INFORMATION FileAttributes);
212 OUT PHANDLE SectionHandle,
227 IN OUT PVOID *BaseAddress,
230 IN OUT PLARGE_INTEGER SectionOffset OPTIONAL,
[all …]
/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/bin/
Dscan-build603 open(OUT, ">", $FName) or DieDiag("Cannot create file '$FName'\n");
607 print OUT <<ENDTEXT;
675 print OUT "<tr><th>Version:</th><td>${BuildName} (${BuildDate})</td></tr>\n"
678 print OUT <<ENDTEXT;
695 print OUT "<h2>Bug Summary</h2>";
698 … print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n"
702 print OUT <<ENDTEXT;
723 print OUT "<tr><th>$category</th><th colspan=2></th></tr>\n";
727 print OUT "<tr><td class=\"SUMM_DESC\">";
728 print OUT $val->[2];
[all …]
/external/libvncserver/utils/
Dconsolefont2c.pl20 open OUT, ">$fontname.h";
21 print OUT "unsigned char ".$fontname."FontData[4096+1]={";
24 print OUT "\n";
26 printf OUT "0x%02x,", ord(substr($x,$i));
29 print OUT "\n};\nint ".$fontname."FontMetaData[256*5+1]={\n";
31 print OUT ($i*16).",8,16,0,0,";
34 print OUT "};\nrfbFontData ".$fontname."Font = { ".$fontname."FontData, "
37 close OUT;
/external/llvm/test/CodeGen/AMDGPU/
Dfminnum.ll14 ; EG: MEM_RAT_CACHELESS STORE_RAW [[OUT:T[0-9]+\.[XYZW]]]
15 ; EG: MIN_DX10 {{.*}}[[OUT]]
26 ; EG: MEM_RAT_CACHELESS STORE_RAW [[OUT:T[0-9]+]]
27 ; EG: MIN_DX10 {{.*}}[[OUT]]
28 ; EG: MIN_DX10 {{.*}}[[OUT]]
41 ; EG: MEM_RAT_CACHELESS STORE_RAW [[OUT:T[0-9]+]]
42 ; EG: MIN_DX10 {{.*}}[[OUT]]
43 ; EG: MIN_DX10 {{.*}}[[OUT]]
44 ; EG: MIN_DX10 {{.*}}[[OUT]]
45 ; EG: MIN_DX10 {{.*}}[[OUT]]
[all …]
Dfmaxnum.ll15 ; EG: MEM_RAT_CACHELESS STORE_RAW [[OUT:T[0-9]+\.[XYZW]]]
16 ; EG: MAX_DX10 {{.*}}[[OUT]]
27 ; EG: MEM_RAT_CACHELESS STORE_RAW [[OUT:T[0-9]+]]
28 ; EG: MAX_DX10 {{.*}}[[OUT]]
29 ; EG: MAX_DX10 {{.*}}[[OUT]]
42 ; EG: MEM_RAT_CACHELESS STORE_RAW [[OUT:T[0-9]+]]
43 ; EG: MAX_DX10 {{.*}}[[OUT]]
44 ; EG: MAX_DX10 {{.*}}[[OUT]]
45 ; EG: MAX_DX10 {{.*}}[[OUT]]
46 ; EG: MAX_DX10 {{.*}}[[OUT]]
[all …]

12345678910>>...79