Home
last modified time | relevance | path

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

12345678910>>...171

/third_party/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/m133/third_party/externals/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 …]
/third_party/alsa-utils/alsa-info/
Dalsa-info.sh67 echo "Newer version detected: $REMOTE_VERSION"
68 echo "To view the ChangeLog, please visit $CHANGELOG"
71 echo "ALSA-Info script has been updated to v $REMOTE_VERSION"
72 echo "Please re-run the script"
75 echo "ALSA-Info script has been downloaded as $SHFILE."
76 echo "Please re-run the script from new location."
83 echo "Newer version detected: $REMOTE_VERSION"
84 echo "To view the ChangeLog, please visit $CHANGELOG"
86 echo "The original file $0 will be overwritten!"
87 echo -n "If you do not like to proceed, press Ctrl-C now.." ; read inp
[all …]
/third_party/cares/
DMakefile.netware180 @echo Creating $@
188 @echo Linking $@
196 # @echo Compiling $<
200 @echo Creating $@
204 @echo Creating $@
208 @echo Creating $@
209 @echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
210 @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@
211 @echo $(DL)# All your changes will be lost!!$(DL) >> $@
212 @echo $(DL)#$(DL) >> $@
[all …]
/third_party/cups/test/
D5.1-lpadmin.sh13 echo "Add Printer Test"
14 echo ""
15 echo " lpadmin -p Test3 -v file:/dev/null -E -m drv:///sample.drv/deskjet.ppd"
18 echo " FAILED"
22 echo " PASSED"
24 echo " FAILED (No PPD)"
28 echo ""
30 echo "Modify Printer Test"
31 echo ""
32 echo " lpadmin -p Test3 -v file:/tmp/Test3 -o PageSize=A4"
[all …]
Drun-stp-tests.sh21 echo Please run this as a normal user. Not supported when run as root.
48 # Figure out the proper echo options...
51 if (echo "testing\c"; echo 1,2,3) | $GREP c >/dev/null; then
63 echo "Welcome to the CUPS Automated Test Script."
64 echo ""
65 echo "Before we begin, it is important that you understand that the larger"
66 echo "tests require significant amounts of RAM and disk space. If you"
67 echo "attempt to run one of the big tests on a system that lacks sufficient"
68 echo "disk and virtual memory, the UNIX kernel might decide to kill one or"
69 echo "more system processes that you've grown attached to, like the X"
[all …]
D5.5-lp.sh13 echo "LP Default Test"
14 echo ""
15 echo " lp testfile.pdf"
18 echo " FAILED"
21 echo " PASSED"
23 echo ""
25 echo "LP Destination Test"
26 echo ""
27 echo " lp -d Test3 -o fit-to-page testfile.jpg"
30 echo " FAILED"
[all …]
/third_party/skia/third_party/externals/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 …]
/third_party/libcoap/man/
DMakefile.am72 NAME=`echo $< | ${SED} -ne 's/^\(coap_[a-zA-Z_0-9]\+\).*$$/\1.3/p'` ;\
77 NAME=`echo $< | ${SED} -ne 's/^\(coap_[a-zA-Z_0-9]\+\).*$$/\1.html/p'` ;\
105 @echo ".so man3/coap_address.3" > coap_free_address_info.3
106 @echo ".so man3/coap_address.3" > coap_sockaddr_un.3
107 @echo ".so man3/coap_address.3" > coap_address_set_unix_domain.3
108 @echo ".so man3/coap_address.3" > coap_host_is_unix_domain.3
109 @echo ".so man3/coap_address.3" > coap_is_bcast.3
110 @echo ".so man3/coap_address.3" > coap_is_mcast.3
111 @echo ".so man3/coap_address.3" > coap_is_af_unix.3
112 @echo ".so man3/coap_cache.3" > coap_cache_get_pdu.3
[all …]
/third_party/libuv/docs/
Dmake.bat1 @ECHO OFF
21 echo.Please use `make ^<target^>` where ^<target^> is one of
22 echo. html to make standalone HTML files
23 echo. dirhtml to make HTML files named index.html in directories
24 echo. singlehtml to make a single large HTML file
25 echo. pickle to make pickle files
26 echo. json to make JSON files
27 echo. htmlhelp to make HTML files and a HTML help project
28 echo. qthelp to make HTML files and a qthelp project
29 echo. devhelp to make HTML files and a Devhelp project
[all …]
/third_party/python/Modules/_decimal/tests/
Drunall.bat1 @ECHO OFF
8 echo.
9 echo # ======================================================================
10 echo # Building Python (Debug^|x64)
11 echo # ======================================================================
12 echo.
17 echo.
18 echo # ======================================================================
19 echo # platform=Debug^|x64
20 echo # ======================================================================
[all …]
/third_party/ltp/testcases/kdump/lib/
Dsysinfo.sh3 echo ""
4 echo "------------- HOSTNAME -------------------"
5 echo ""
7 echo ""
8 echo "------------- /PROC/VERSION --------------"
9 echo ""
11 echo ""
12 echo "------------- /PROC/CPUINFO --------------"
13 echo ""
15 echo ""
[all …]
/third_party/f2fs-tools/scripts/
Dtracepoint.sh6 echo 1 > $TRACE/tracing_on
9 echo 0 > $TRACE/events/mmc/enable
12 #echo "dev == $dev" > $TRACE/events/block/block_rq_complete/filter
13 echo 0 > $TRACE/events/block/block_rq_complete/enable
14 echo 0 > $TRACE/events/block/block_bio_complete/enable
18 echo $G > $TRACE/events/f2fs/f2fs_get_victim/enable
22 echo $A > $TRACE/events/f2fs/f2fs_reserve_new_block/enable
26 echo $T > $TRACE/events/f2fs/f2fs_truncate/enable
27 echo $T > $TRACE/events/f2fs/f2fs_truncate_inode_blocks_enter/enable
28 echo $T > $TRACE/events/f2fs/f2fs_truncate_inode_blocks_exit/enable
[all …]
/third_party/mindspore/mindspore-src/source/scripts/build/
Dusage.sh21 echo "Usage:"
22echo "bash build.sh [-d] [-r] [-v] [-c on|off] [-t ut|st] [-g on|off] [-h] [-b ge] [-m infer|train…
23echo " [-a on|off] [-p on|off] [-i] [-R] [-D on|off] [-j[n]] [-e gpu|ascend|d|cpu] \\"
24echo " [-P on|off] [-z [on|off]] [-M on|off] [-V 10.1|11.1|310|910|910b] [-I arm64|ar…
25 echo " [-B on|off] [-E] [-l on|off] [-n full|lite|off] [-H on|off] \\"
26 echo " [-A on|off] [-S on|off] [-k on|off] [-W sse|neon|avx|avx512|off] \\"
27 echo " [-L Tensor-RT path] [-y on|off] [-F on|off] [-G common|auto|ptx] [-o]\\"
28 echo ""
29 echo "Options:"
30 echo " -d Debug mode"
[all …]
/third_party/mksh/
Dcheck.t39 echo "${vsn#* }"
47 echo "${KSH_VERSION%% *}"
56 echo "${KSH_VERSION%% *}"
108 echo ${foo:-baz}
117 echo ${foo:-baz}
126 echo "<$ENV>"
154 ln -s "$__progname" echo || cp "$__progname" echo
155 ./echo -c 'echo foo' | ./cat -u
157 -c echo foo
190 echo ok
[all …]
/third_party/ltp/utils/benchmark/kernbench-0.42/
Dkernbench4 trap 'echo "ABORTING";exit' 1 2 15
18 h) echo "kernbench v$VERSION by Con Kolivas <kernbench@kolivas.org>"
19 echo "Usage:"
20 echo "kernbench [-n runs] [-o jobs] [-s] [-H] [-O] [-M] [-h] [-v]"
21 echo "n : number of times to perform benchmark (default 5)"
22 echo "o : number of jobs for optimal run (default 4 * cpu)"
23 echo "s : perform single threaded runs (default don't)"
24 echo "H : don't perform half load runs (default do)"
25 echo "O : don't perform optimal load runs (default do)"
26 echo "M : don't perform maximal load runs (default do)"
[all …]
/third_party/nghttp2/doc/
Dmake.bat1 @ECHO OFF
18 echo.Please use `make ^<target^>` where ^<target^> is one of
19 echo. html to make standalone HTML files
20 echo. dirhtml to make HTML files named index.html in directories
21 echo. singlehtml to make a single large HTML file
22 echo. pickle to make pickle files
23 echo. json to make JSON files
24 echo. htmlhelp to make HTML files and a HTML help project
25 echo. qthelp to make HTML files and a qthelp project
26 echo. devhelp to make HTML files and a Devhelp project
[all …]
/third_party/ltp/testscripts/
Dltp-scsi_debug.sh9 echo "scsi_debug was not built in the kernel as a module"
10 echo "Build scsi_debug as a module first before running the test"
17 echo "The scsi_debug module was already loaded, unload it before test..."
23 echo "The scsi_debug module was not unloaded - unload error"
25 echo "The scsi_debug module was unloaded successfully"
26 echo "start testing..."
31 echo " Load the scsi_debug module..."
35 echo "Can't load scsi_debug modules"
39 echo "Check if scsi_debug was loaded..."
43 echo "scsi_debug module was loaded successfully"
[all …]
/third_party/mbedtls/scripts/
Doutput_env.sh34 echo " * ${BIN##*/}$VARIANT: Not found."
45 VERSION_STR=`echo "$VERSION_STR" | $FILTER`
52 echo " * ${BIN##*/}$VARIANT: ${BIN} : ${VERSION_STR} "
55 echo "** Platform:"
56 echo
59 echo "Linux variant"
62 echo "Unknown Unix variant"
65 echo
69 echo
70 echo
[all …]
/third_party/rust/rust/tests/run-make/cat-and-grep-sanity-check/
DMakefile4 echo a | $(CGREP) a
5 ! echo b | $(CGREP) a
6 echo xyz | $(CGREP) x y z
7 ! echo abc | $(CGREP) b c d
10 echo AbCd | $(CGREP) -i a b C D
11 ! echo AbCd | $(CGREP) a b C D
14 ! echo nothing | $(CGREP) -v nothing
15 ! echo xyz | $(CGREP) -v w x y
16 ! echo xyz | $(CGREP) -v x y z
17 echo xyz | $(CGREP) -v a b c
[all …]
/third_party/python/PCbuild/
Dbuild.bat1 @echo off
4 echo.%~nx0 [flags and arguments] [quoted MSBuild options]
5 echo.
6 echo.Build CPython from the command line. Requires the appropriate
7 echo.version(s) of Microsoft Visual Studio to be installed (see readme.txt).
8 echo.
9 echo.After the flags recognized by this script, up to 9 arguments to be passed
10 echo.directly to MSBuild may be passed. If the argument contains an '=', the
11 echo.entire argument must be quoted (e.g. `%~nx0 "/p:PlatformToolset=v100"`).
12 echo.Alternatively you can put extra flags for MSBuild in a file named
[all …]
/third_party/libabigail/doc/manuals/
DMakefile.am37 @echo "Please use \`make <target>' where <target> is one of"
38 @echo " html-doc to make standalone HTML files"
39 @echo " dirhtml to make HTML files named index.html in directories"
40 @echo " singlehtml to make a single large HTML file"
41 @echo " pickle to make pickle files"
42 @echo " json to make JSON files"
43 @echo " htmlhelp to make HTML files and a HTML help project"
44 @echo " qthelp to make HTML files and a qthelp project"
45 @echo " devhelp to make HTML files and a Devhelp project"
46 @echo " epub to make an epub"
[all …]
/third_party/lame/
Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
107 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure…
108 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; }
111 ,,) echo "int x;" > "$dummy.c"
184 echo unknown)`
[all …]
/third_party/skia/third_party/externals/libpng/
Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > "$dummy.c" ;
181 echo unknown)`
[all …]

12345678910>>...171