Home
last modified time | relevance | path

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

12345678910>>...97

/third_party/toybox/tests/
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 …]
Dls.test18 OUT="cd .. "
20 testing "no argument" "$IN && ls; $OUT" "dir1\ndir2\nfile1.txt\nfile2.txt\n" "" ""
21 testing "with wild char" "$IN && ls file*; $OUT" "file1.txt\nfile2.txt\n" "" ""
22 testing "with wild char - long listing" "$IN && ls -1 file*; $OUT" "file1.txt\nfile2.txt\n" "" ""
23 testing "with -p" "$IN && ls -p; $OUT" "dir1/\ndir2/\nfile1.txt\nfile2.txt\n" "" ""
24 testing "with -a" "$IN && ls -a; $OUT" \
26 testing "with -A" "$IN && ls -A; $OUT" \
28 testing "with -d" "$IN && ls -d; $OUT" ".\n" "" ""
29 testing "with wild char and -d *" "$IN && ls -d *; $OUT" "dir1\ndir2\nfile1.txt\nfile2.txt\n" "" ""
30 testing "with -k" "$IN && ls -k; $OUT" "dir1\ndir2\nfile1.txt\nfile2.txt\n" "" ""
[all …]
Dchgrp.test28 OUT="&& cd .. && echo \$(ls -lR testdir | awk '{print \$4}')"
36 testing "dir" "$IN chgrp root dir $OUT" \
38 testing "file" "$IN chgrp root dir/file $OUT" \
40 testing "dir and file" "$IN chgrp root dir dir/file $OUT" \
44 testing "symlink->file" "$IN chgrp root dir2/file $OUT" \
46 testing "symlink->dir" "$IN chgrp root dir2/dir $OUT" \
48 testing "-h symlink->dir" "$IN chgrp -h root dir2/dir $OUT" \
52 testing "-h symlink->file" "$IN chgrp -h root dir2/file $OUT" \
54 testing "-h symlink->dir" "$IN chgrp -h root dir2/dir $OUT" \
59 testing "-R dir" "$IN chgrp -R root dir $OUT" \
[all …]
Dchown.test29 OUT="&& stat --format '%U %G' $F"
34 testing "initial" "chown root:root $F $OUT" "root root\n" "" ""
35 testing "usr:grp" "chown $USR:$GRP $F $OUT" "$USR $GRP\n" "" ""
36 testing "root" "chown root $F $OUT" "root $GRP\n" "" ""
38 testing ":grp" "chown root:root $F && chown :$GRP $F $OUT" \
40 testing ":" "chown $USR:$GRP $F && chown : $F $OUT" \
/third_party/openssl/test/
Dssl_test.tmpl8 $OUT = "";
10 $OUT .= "\nserver2 = $testname-server2";
12 $OUT .= "\nserver2 = $testname-server";
15 $OUT .= "\nresume-server = $testname-resume-server";
17 $OUT .= "\nresume-server = $testname-server";
20 $OUT .= "\nresume-client = $testname-resume-client";
22 $OUT .= "\nresume-client = $testname-client";
31 $OUT .= qq{$key} . " = " . qq{$server{$key}\n} if defined $server{$key};
34 $OUT .= "\n[$testname-server2]\n";
37 $OUT .= qq{$key} . " = " . qq{$server2{$key}\n} if defined $server2{$key};
[all …]
/third_party/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.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[1][1]
18 MOV OUT[0], IN[2][0]
19 MOV OUT[1], IN[2][1]
Dmov-cb-2d.txt7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
11 MOV OUT[0], IN[0][0]
12 MOV OUT[1], CONST[1][0]
15 MOV OUT[0], IN[1][0]
16 MOV OUT[1], CONST[1][1]
19 MOV OUT[0], IN[2][0]
20 MOV OUT[1], CONST[1][4]
Dadd.txt7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
10 MOV OUT[0], IN[0][0]
11 ADD OUT[1], IN[0][1], IN[0][1]
14 MOV OUT[0], IN[1][0]
15 ADD OUT[1], IN[1][1], IN[1][1]
18 MOV OUT[0], IN[2][0]
19 ADD OUT[1], IN[2][1], IN[2][1]
Dadd-mix.txt7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
10 MOV OUT[0], IN[0][0]
11 ADD OUT[1], IN[0][1], IN[1][1]
14 MOV OUT[0], IN[1][0]
15 ADD OUT[1], IN[1][1], IN[2][1]
18 MOV OUT[0], IN[2][0]
19 ADD OUT[1], IN[2][1], IN[0][1]
/third_party/openssl/util/
Dmkerr.pl328 open( OUT, ">$hfile" ) || die "Can't write to $hfile, $!,";
329 print OUT <<"EOF";
354 print OUT <<"EOF";
360 print OUT <<"EOF";
367 print OUT "\n/*\n * $lib reason codes.\n */\n";
382 printf OUT "#${indent}define $i%s $rcodes{$i}\n", " " x $z;
384 print OUT "\n";
391 print OUT "#${indent}endif\n";
394 print OUT <<"EOF";
401 close OUT;
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dmdct_vfp.S27 OUT .req v1 label
68 add J0, OUT, J0, lsl #3
70 add J1, OUT, J1, lsl #3
71 add J2, OUT, J2, lsl #3
72 add J3, OUT, J3, lsl #3
106 add J0, OUT, J0, lsl #3
108 add J1, OUT, J1, lsl #3
109 add J2, OUT, J2, lsl #3
110 add J3, OUT, J3, lsl #3
151 vldr s0, [OUT, #out_lo_head*4]
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.h73 template <typename OUT, typename IN>
74 [[nodiscard]] inline bool operator()(OUT&& out, IN&& in) { in operator()
75 return Convert(std::forward<OUT>(out), std::forward<IN>(in)); in operator()
83 template <typename OUT, typename IN>
84 [[nodiscard]] inline bool operator()(OUT*& out_els, in operator()
271 template <typename OUT,
273 typename = std::enable_if_t<std::is_integral_v<IN> && std::is_integral_v<OUT>>>
274 inline bool Convert(OUT& out, const IN& in) { in Convert()
275 out = static_cast<OUT>(in); in Convert()
286 template <typename OUT, typename... IN_TYPES>
[all …]
/third_party/icu/tools/multi/proj/provider/
Dcheck-icu2symver.sh29 OUT=`./icu2symver.sh $IN`
30 if [ "x${OUT}" != "x${EXP}" ];
32 echo "Error: \"${IN}\" -> \"${OUT}\", expected ${EXP}" >&2
35 verbose "${IN} -> ${OUT}"
38 OUT=`echo ${IN} | ./icu2symver.sh`
39 if [ "x${OUT}" != "x${EXP}" ];
41 echo "Error: \"${IN}\" -> \"${OUT}\", expected ${EXP} (via stream)" >&2
44 verbose "${IN} -> ${OUT} (via stream)"
DMakefile59 PLUGLIB_OUTLIBS=$(PLUGLIB:%=$(OUT)/%/lib/$(PLUGLIB_NAME))
77 OUT=$(TOP)/out macro
96 ALLDIRS=$(INST) $(BUILD) $(SRC) $(GLOUT) $(OUT) $(GLOUT)/$(PLUGLIB) $(OUT)/$(PLUGLIB)/bin
201 plugs: $(PLUGLIB_OUTLIBS) $(OUT)/$(PLUGLIB_MAJ:%=icuplugins%.txt)
224 $(OUT)/icuplugins$(PLUGLIB_MAJ).txt: $(PLUGLIB_OUTLIBS) Makefile
234 testprog: $(PLUGLIB:%=$(OUT)/%/bin/$(TESTPROG))
245 check: check-icu2symver all testprog $(OUT)/icuplugins$(PLUGLIB_MAJ).txt
246 …ICU_PLUGINS=$(OUT) $(LIBPATH_VAR)=$(PLUGLIB_INST)/lib:out/$(PLUGLIB)/lib $(PLUGLIB_INST)/bin/icuin…
247 …ICU_PLUGINS=$(OUT) $(LIBPATH_VAR)=$(PLUGLIB_INST)/lib:out/$(PLUGLIB)/lib $(PLUGLIB_INST)/bin/icuin…
251 …ICU_PLUGINS=$(OUT) $(LIBPATH_VAR)=$(PLUGLIB_INST)/lib:out/$(PLUGLIB)/lib out/$(PLUGLIB)/bin/$${pro…
[all …]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
Dvarsub.bat43 $OUT = shift;
45 if (!($IN && $OUT)) {
50 open(OUT, ">$OUT") or die "Can't open $OUT: $!";
72 print OUT;
75 close(OUT);
79 `native2ascii -encoding UTF8 $N2Aoption $OUT $OUT.native2ascii`;
80 unlink $OUT;
81 rename "$OUT.native2ascii", $OUT;
/third_party/icu/tools/multi/proj/chello/
DMakefile25 OUT=out macro
27 $(OUT):
28 mkdir $(OUT)
31 OUTFILES=$(C_GOOD:%=$(OUT)/%.txt)
36 $(OUT)/%.txt: $(OUT) $(C_INS)/%/bin/$(TARGET)
42 -rm -f ./$(OUT)/*
43 -rmdir $(OUT)
/third_party/skia/tools/skqp/
Ddocker_build_universal_apk.sh14 OUT="$(cd "$SKQP_OUTPUT_DIR"; pwd)"
16 OUT="$(mktemp -d "${TMPDIR:-/tmp}/skqp_apk.XXXXXXXXXX")"
29 --volume="$OUT":/OUT \
35 --env=SKQP_OUTPUT_DIR=/OUT \
39 if [ -f "$OUT"/skqp-universal-debug.apk ]; then
40 docker exec "$NAME" find /OUT -type f -exec chmod 0666 '{}' '+'
45 ls -l "$OUT"/*.apk 2> /dev/null
/third_party/flutter/skia/tools/skqp/
Ddocker_build_universal_apk.sh14 OUT="$(cd "$SKQP_OUTPUT_DIR"; pwd)"
16 OUT="$(mktemp -d "${TMPDIR:-/tmp}/skqp_apk.XXXXXXXXXX")"
29 --volume="$OUT":/OUT \
35 --env=SKQP_OUTPUT_DIR=/OUT \
39 if [ -f "$OUT"/skqp-universal-debug.apk ]; then
40 docker exec "$NAME" find /OUT -type f -exec chmod 0666 '{}' '+'
45 ls -l "$OUT"/*.apk 2> /dev/null
/third_party/openssl/ohos_lite/include/openssl/
Dopensslconf.h.in28 $OUT .= "#ifndef $_\n";
29 $OUT .= "# define $_ 1\n";
30 $OUT .= "#endif\n";
35 $OUT .= "#define $macro $value\n";
39 $OUT .= "#ifndef $_\n";
40 $OUT .= "# define $_\n";
41 $OUT .= "#endif\n";
46 $OUT .= "#ifndef $_\n";
47 $OUT .= "# define $_\n";
48 $OUT .= "#endif\n";
[all …]
/third_party/libjpeg-turbo/fuzz/
Dbuild.sh15 -DWITH_FUZZ=1 -DFUZZ_BINDIR=$OUT -DFUZZ_LIBRARY=$LIB_FUZZING_ENGINE \
20 cp $SRC/compress_fuzzer_seed_corpus.zip $OUT/cjpeg_fuzzer${FUZZER_SUFFIX}_seed_corpus.zip
21 cp $SRC/compress_fuzzer_seed_corpus.zip $OUT/compress_fuzzer${FUZZER_SUFFIX}_seed_corpus.zip
22 cp $SRC/compress_fuzzer_seed_corpus.zip $OUT/compress_yuv_fuzzer${FUZZER_SUFFIX}_seed_corpus.zip
23 cp $SRC/decompress_fuzzer_seed_corpus.zip $OUT/libjpeg_turbo_fuzzer${FUZZER_SUFFIX}_seed_corpus.zip
24 cp $SRC/decompress_fuzzer_seed_corpus.zip $OUT/decompress_yuv_fuzzer${FUZZER_SUFFIX}_seed_corpus.zip
25 cp $SRC/decompress_fuzzer_seed_corpus.zip $OUT/transform_fuzzer${FUZZER_SUFFIX}_seed_corpus.zip
/third_party/icu/tools/multi/proj/icu4cscan/
DMakefile_c21 OUT=./xml
22 $(OUT):
23 mkdir $(OUT)
25 OUTFILES=$(C_GOOD:%=$(OUT)/%.xml)
31 $(OUT)/%.xml: $(OUT) $(C_INS)/%/bin/$(TARGET)
37 -rm -f ./$(OUT)/*
38 -rmdir $(OUT)
/third_party/skia/infra/cmake/
Dbuild_skia.sh21 OUT="$(mktemp -d)/CMAKE"
25 gn gen ${OUT} --args='is_debug=false' --ide=json --json-ide-script=$SKIA_DIR/gn/gn_to_cmake.py
27 cd ${OUT}
35 cp ${OUT}/* /OUT || true
36 chmod +rw /OUT/*
/third_party/ffmpeg/libswresample/aarch64/
Dresample_init.c31 #define DECLARE_RESAMPLE_COMMON_TEMPLATE(TYPE, DELEM, FELEM, FELEM2, OUT) \ argument
74 OUT(dst[dst_index], val); \
97 #define OUT(d, v) d = v macro
98 DECLARE_RESAMPLE_COMMON_TEMPLATE(float, float, float, float, OUT) in DECLARE_RESAMPLE_COMMON_TEMPLATE() argument
99 #undef OUT in DECLARE_RESAMPLE_COMMON_TEMPLATE()
101 #define OUT(d, v) (v) = ((v) + (1<<(14)))>>15; (d) = av_clip_int16(v) in DECLARE_RESAMPLE_COMMON_TEMPLATE() macro
102 DECLARE_RESAMPLE_COMMON_TEMPLATE(s16, int16_t, int16_t, int32_t, OUT)
103 #undef OUT

12345678910>>...97