Home
last modified time | relevance | path

Searched full:echo (Results 1 – 25 of 7739) sorted by relevance

12345678910>>...310

/external/v4l-utils/contrib/test/
Dtest-media41 echo "usage: test-media [options] test-targets"
42 echo
43 echo Run as root.
44 echo
45 echo Options:
46 echo "-unload: unload any media modules before testing"
47 echo "-kmemleak: enable memory leak scan"
48 echo "-dmesg: run dmesg at the end"
49 echo "-E: exit on fail"
50 echo "-W: exit on warn"
[all …]
/external/toybox/tests/
Dsh.test1 #!/bin/echo no
26 shxpect "prompt and echo" I$'echo hello\n' O$'hello\n' E"$P"
28 shxpect "redirect err" I$'echo > /dev/full\n' E E"$P" X1
29 shxpect "wait for <(exit)" I$'cat <(echo hello 1>&2)\n' E$'hello\n' E"$P"
32 testing '-c "" exit status 0' '$SH -c "" && echo $?' '0\n' '' ''
33 testing '-c args' "\$SH -c 'echo \$0,\$1,\$2,\$3' one two three four five" \
35 testing '-c args2' "\$SH -c 'echo \${10}' a b c d e f g h i j k l" "k\n" "" ""
37 "$SH -c 'for i in a\"\$@\"b;do echo =\$i=;done;echo \$0' 123 456 789" \
40 "$SH -c 'for i in a\"\$* \$@\"b; do echo =\$i=;done' one two three four five"\
42 testing '-c arg count' "$SH -c 'echo \$#' 9 8 7 6 1 2 3 4" "7\n" "" ""
[all …]
/external/pciutils/lib/
Dconfigure13 echo >&2 "Please run the configure script from the top-level Makefile"
50 host=`echo $HOST | sed -e 's/^\([^-]*\)-\([^-]*\)-\([^-]*\)-\([^-]*\)$/\1-\3/' -e 's/^\([^-]*\)-\([…
51 cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
52 sys=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
53 echo " $host $rel $cpu $sys"
57 echo >$c '#define PCI_CONFIG_H'
58 echo >>$c "#define PCI_ARCH_`echo $cpu | tr '[a-z]' '[A-Z]'`"
59 echo >>$c "#define PCI_OS_`echo $sys | tr '[a-z]' '[A-Z]'`"
60 echo >$m 'WITH_LIBS='
72 echo >>$c '#define PCI_HAVE_PM_LINUX_SYSFS'
[all …]
/external/cronet/tot/third_party/icu/source/config/
Dicu-config-bottom17 # echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS}
30 echo " --noverify Don't verify that ICU is actually installed."
31 echo " --bindir Print binary directory path (bin)"
32 echo " --cc Print C compiler used [CC]"
33 echo " --cflags Print C compiler flags [CFLAGS]"
34 echo " --cflags-dynamic Print additional C flags for"
35 echo " building shared libraries."
36 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
37 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
38 echo " building shared libraries."
[all …]
/external/icu/icu4c/source/config/
Dicu-config-bottom17 # echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS}
30 echo " --noverify Don't verify that ICU is actually installed."
31 echo " --bindir Print binary directory path (bin)"
32 echo " --cc Print C compiler used [CC]"
33 echo " --cflags Print C compiler flags [CFLAGS]"
34 echo " --cflags-dynamic Print additional C flags for"
35 echo " building shared libraries."
36 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
37 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
38 echo " building shared libraries."
[all …]
/external/cronet/stable/third_party/icu/source/config/
Dicu-config-bottom17 # echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS}
30 echo " --noverify Don't verify that ICU is actually installed."
31 echo " --bindir Print binary directory path (bin)"
32 echo " --cc Print C compiler used [CC]"
33 echo " --cflags Print C compiler flags [CFLAGS]"
34 echo " --cflags-dynamic Print additional C flags for"
35 echo " building shared libraries."
36 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
37 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
38 echo " building shared libraries."
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/
DMakefile.netware179 @echo Creating $@
187 @echo Linking $@
195 # @echo Compiling $<
199 @echo Creating $@
203 @echo Creating $@
207 @echo Creating $@
208 @echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
209 @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@
210 @echo $(DL)# All your changes will be lost!!$(DL) >> $@
211 @echo $(DL)#$(DL) >> $@
[all …]
/external/python/mobly/docs/
DMakefile19 @echo "Please use \`make <target>' where <target> is one of"
20 @echo " html to make standalone HTML files"
21 @echo " dirhtml to make HTML files named index.html in directories"
22 @echo " singlehtml to make a single large HTML file"
23 @echo " pickle to make pickle files"
24 @echo " json to make JSON files"
25 @echo " htmlhelp to make HTML files and an HTML help project"
26 @echo " qthelp to make HTML files and a qthelp project"
27 @echo " applehelp to make an Apple Help Book"
28 @echo " devhelp to make HTML files and a Devhelp project"
[all …]
Dmake.bat1 @ECHO OFF
22 echo.Please use `make ^<target^>` where ^<target^> is one of
23 echo. html to make standalone HTML files
24 echo. dirhtml to make HTML files named index.html in directories
25 echo. singlehtml to make a single large HTML file
26 echo. pickle to make pickle files
27 echo. json to make JSON files
28 echo. htmlhelp to make HTML files and an HTML help project
29 echo. qthelp to make HTML files and a qthelp project
30 echo. devhelp to make HTML files and a Devhelp project
[all …]
/external/python/pyee/docs/
DMakefile19 @echo "Please use \`make <target>' where <target> is one of"
20 @echo " html to make standalone HTML files"
21 @echo " dirhtml to make HTML files named index.html in directories"
22 @echo " singlehtml to make a single large HTML file"
23 @echo " pickle to make pickle files"
24 @echo " json to make JSON files"
25 @echo " htmlhelp to make HTML files and a HTML help project"
26 @echo " qthelp to make HTML files and a qthelp project"
27 @echo " applehelp to make an Apple Help Book"
28 @echo " devhelp to make HTML files and a Devhelp project"
[all …]
/external/python/pyfakefs/docs/
DMakefile19 @echo "Please use \`make <target>' where <target> is one of"
20 @echo " html to make standalone HTML files"
21 @echo " dirhtml to make HTML files named index.html in directories"
22 @echo " singlehtml to make a single large HTML file"
23 @echo " pickle to make pickle files"
24 @echo " json to make JSON files"
25 @echo " htmlhelp to make HTML files and a HTML help project"
26 @echo " qthelp to make HTML files and a qthelp project"
27 @echo " applehelp to make an Apple Help Book"
28 @echo " devhelp to make HTML files and a Devhelp project"
[all …]
Dmake.bat1 @ECHO OFF
20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
[all …]
/external/cblas/
DMakefile7 @ echo "Make sure you are using correct Makefile.in for your system."
8 @ echo "At this level, assuming you have downloded all necessary "
9 @ echo "files and made an archive file of BLAS routines for your "
10 @ echo "system."
11 @ echo " "
12 @ echo "The Makefile compiles the routines of CBLAS (C interface of "
13 @ echo "BLAS) and testers for all the precisions. "
14 @ echo "If there is no directory for archives in CBLAS/lib, it "
15 @ echo "creates new directory with the name of the platform of your "
16 @ echo "machine."
[all …]
/external/swiftshader/third_party/subzero/docs/
DMakefile.sphinx28 @echo "Please use \`make <target>' where <target> is one of"
29 @echo " html to make standalone HTML files"
30 @echo " dirhtml to make HTML files named index.html in directories"
31 @echo " singlehtml to make a single large HTML file"
32 @echo " pickle to make pickle files"
33 @echo " json to make JSON files"
34 @echo " htmlhelp to make HTML files and a HTML help project"
35 @echo " qthelp to make HTML files and a qthelp project"
36 @echo " devhelp to make HTML files and a Devhelp project"
37 @echo " epub to make an epub"
[all …]
/external/python/oauth2client/docs/
DMakefile11 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
25 @echo "Please use \`make <target>' where <target> is one of"
26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
28 @echo " singlehtml to make a single large HTML file"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " devhelp to make HTML files and a Devhelp project"
[all …]
/external/iperf3/docs/
DMakefile11 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
25 @echo "Please use \`make <target>' where <target> is one of"
26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
28 @echo " singlehtml to make a single large HTML file"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " devhelp to make HTML files and a Devhelp project"
[all …]
/external/python/dateutil/docs/
DMakefile11 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
25 @echo "Please use \`make <target>' where <target> is one of"
26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
28 @echo " singlehtml to make a single large HTML file"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " devhelp to make HTML files and a Devhelp project"
[all …]
Dmake.bat1 @ECHO OFF
20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
[all …]
/external/python/pyasn1/docs/
DMakefile11 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
25 @echo "Please use \`make <target>' where <target> is one of"
26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
28 @echo " singlehtml to make a single large HTML file"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " applehelp to make an Apple Help Book"
[all …]
/external/llvm/docs/
DMakefile.sphinx22 @echo "Please use \`make <target>' where <target> is one of"
23 @echo " html to make standalone HTML files"
24 @echo " dirhtml to make HTML files named index.html in directories"
25 @echo " singlehtml to make a single large HTML file"
26 @echo " pickle to make pickle files"
27 @echo " json to make JSON files"
28 @echo " htmlhelp to make HTML files and a HTML help project"
29 @echo " qthelp to make HTML files and a qthelp project"
30 @echo " devhelp to make HTML files and a Devhelp project"
31 @echo " epub to make an epub"
[all …]
/external/python/cachetools/docs/
DMakefile20 @echo "Please use \`make <target>' where <target> is one of"
21 @echo " html to make standalone HTML files"
22 @echo " dirhtml to make HTML files named index.html in directories"
23 @echo " singlehtml to make a single large HTML file"
24 @echo " pickle to make pickle files"
25 @echo " json to make JSON files"
26 @echo " htmlhelp to make HTML files and a HTML help project"
27 @echo " qthelp to make HTML files and a qthelp project"
28 @echo " devhelp to make HTML files and a Devhelp project"
29 @echo " epub to make an epub"
[all …]
/external/linux-kselftest/tools/testing/selftests/sysctl/
Dsysctl.sh66 echo -n "Checking production write strict setting ... "
68 echo "FAIL, but skip in case of old kernel" >&2
72 echo "ok"
74 echo "FAIL, strict value is 0 but force to 1 to continue" >&2
75 echo "1" > ${WRITES_STRICT}
97 echo $msg must be run as root >&2
102 echo "$0: You need perl installed"
106 echo "$0: You need getconf installed"
110 echo "$0: You need diff installed"
119 echo "$0: module $TEST_DRIVER not found [SKIP]"
[all …]
/external/clang/docs/
DMakefile.sphinx22 @echo "Please use \`make <target>' where <target> is one of"
23 @echo " html to make standalone HTML files"
24 @echo " dirhtml to make HTML files named index.html in directories"
25 @echo " singlehtml to make a single large HTML file"
26 @echo " pickle to make pickle files"
27 @echo " json to make JSON files"
28 @echo " htmlhelp to make HTML files and a HTML help project"
29 @echo " qthelp to make HTML files and a qthelp project"
30 @echo " devhelp to make HTML files and a Devhelp project"
31 @echo " epub to make an epub"
[all …]
/external/python/rsa/doc/
DMakefile20 @echo "Please use \`make <target>' where <target> is one of"
21 @echo " html to make standalone HTML files"
22 @echo " dirhtml to make HTML files named index.html in directories"
23 @echo " singlehtml to make a single large HTML file"
24 @echo " pickle to make pickle files"
25 @echo " json to make JSON files"
26 @echo " htmlhelp to make HTML files and a HTML help project"
27 @echo " qthelp to make HTML files and a qthelp project"
28 @echo " devhelp to make HTML files and a Devhelp project"
29 @echo " epub to make an epub"
[all …]
/external/python/mako/doc/build/
DMakefile18 @echo "Please use \`make <target>' where <target> is one of"
19 @echo " html to make standalone HTML files"
20 @echo " dist-html same as html, but places files in /doc"
21 @echo " dirhtml to make HTML files named index.html in directories"
22 @echo " singlehtml to make a single large HTML file"
23 @echo " pickle to make pickle files"
24 @echo " json to make JSON files"
25 @echo " htmlhelp to make HTML files and a HTML help project"
26 @echo " qthelp to make HTML files and a qthelp project"
27 @echo " devhelp to make HTML files and a Devhelp project"
[all …]

12345678910>>...310