Home
last modified time | relevance | path

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

12345678910>>...201

/third_party/gettext/gettext-tools/tests/
Dxgettext-sh-133 echo `gettext depth_1_0_none_0_x`
34 echo `gettext depth_1_0_none_1_\x`
35 echo `gettext depth_1_0_none_2_\\x`
36 echo `gettext depth_1_0_none_3_\\\x`
37 echo `gettext depth_1_0_none_4_\\\\x`
38 echo `gettext "depth_1_0_dquote_0_x"`
39 echo `gettext "depth_1_0_dquote_1_\x"`
40 echo `gettext "depth_1_0_dquote_2_\\x"`
41 echo `gettext "depth_1_0_dquote_3_\\\x"`
42 echo `gettext "depth_1_0_dquote_4_\\\\x"`
[all …]
Dxgettext-sh-49 echo $"depth_0_bashquote_0_x"
10 echo $"depth_0_bashquote_1_\x"
11 echo $"depth_0_bashquote_2_\\x"
13 echo `echo $"depth_1_0_bashquote_0_x"`
14 echo `echo $"depth_1_0_bashquote_1_\x"`
15 echo `echo $"depth_1_0_bashquote_2_\\x"`
16 echo `echo $"depth_1_0_bashquote_3_\\\x"`
17 echo `echo $"depth_1_0_bashquote_4_\\\\x"`
18 echo "`echo $"depth_1_1_bashquote_0_x"`"
19 echo "`echo $"depth_1_1_bashquote_1_\x"`"
[all …]
/third_party/glib/glib/libcharset/
Dconfig.charset117 os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
118 echo "# This file contains a table of character encoding aliases,"
119 echo "# suitable for operating system '${os}'."
120 echo "# It was automatically generated from config.charset."
122 echo "# Packages using this file: "
128 echo "C ASCII"
129 echo "POSIX ASCII"
138 echo "$l ISO-8859-1"
139 echo "$l.iso-8859-1 ISO-8859-1"
140 echo "$l.iso-8859-15 ISO-8859-15"
[all …]
/third_party/e2fsprogs/intl/
Dconfig.charset117 os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
118 echo "# This file contains a table of character encoding aliases,"
119 echo "# suitable for operating system '${os}'."
120 echo "# It was automatically generated from config.charset."
122 echo "# Packages using this file: "
128 echo "C ASCII"
129 echo "POSIX ASCII"
138 echo "$l ISO-8859-1"
139 echo "$l.iso-8859-1 ISO-8859-1"
140 echo "$l.iso-8859-15 ISO-8859-15"
[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/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/flutter/skia/third_party/externals/icu/source/config/
Dicu-config-bottom11 # echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS}
24 echo " --noverify Don't verify that ICU is actually installed."
25 echo " --bindir Print binary directory path (bin)"
26 echo " --cc Print C compiler used [CC]"
27 echo " --cflags Print C compiler flags [CFLAGS]"
28 echo " --cflags-dynamic Print additional C flags for"
29 echo " building shared libraries."
30 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
31 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
32 echo " building shared libraries."
[all …]
/third_party/cares/
DMakefile.netware181 @echo Creating $@
189 @echo Linking $@
197 # @echo Compiling $<
201 @echo Creating $@
205 @echo Creating $@
209 @echo Creating $@
210 @echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
211 @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@
212 @echo $(DL)# All your changes will be lost!!$(DL) >> $@
213 @echo $(DL)#$(DL) >> $@
[all …]
/third_party/node/deps/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 …]
/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/boost/libs/hof/doc/
Dmake.bat4 @ECHO OFF
23 echo.Please use `make ^<target^>` where ^<target^> is one of
24 echo. html to make standalone HTML files
25 echo. dirhtml to make HTML files named index.html in directories
26 echo. singlehtml to make a single large HTML file
27 echo. pickle to make pickle files
28 echo. json to make JSON files
29 echo. htmlhelp to make HTML files and a HTML help project
30 echo. qthelp to make HTML files and a qthelp project
31 echo. devhelp to make HTML files and a Devhelp project
[all …]
DMakefile25 @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"
34 @echo " devhelp to make HTML files and a Devhelp project"
[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/boost/libs/python/doc/numpy/
DMakefile21 @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"
30 @echo " epub to make an epub"
[all …]
Dmake.bat1 @ECHO OFF
19 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. devhelp to make HTML files and a Devhelp project
[all …]
/third_party/boost/libs/gil/doc/
DMakefile21 @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"
30 @echo " epub to make an epub"
[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/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/curl/lib/
DMakefile.netware345 # @echo Compiling $<
349 @echo Creating $@
375 @echo Creating $@
383 @echo Linking $@
388 @echo Creating $@
392 @echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
393 @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@
394 @echo $(DL)# All your changes will be lost!!$(DL) >> $@
395 @echo $(DL)#$(DL) >> $@
396 @echo $(DL)copyright "$(COPYR)"$(DL) >> $@
[all …]
/third_party/minimp3/scripts/
Dbuild.sh12 echo testing mp4 mode...
16 echo testing stream mode...
19 echo testing coverage x86 w sse...
37 [[ "$(./minimp3)" != "error: no file names given" ]] && echo fail && exit 1 || echo pass
38 …mp3 do_not_exist)" != "error: read function failed, code=-3" ]] && echo fail && exit 1 || echo pass
39 [[ "$(./minimp3 -z)" != "error: unrecognized option" ]] && echo fail && exit 1 || echo pass
40 …mp3 -m -1 vectors/l3-sin1k0db.bit)" != "error: unknown mode" ]] && echo fail && exit 1 || echo pass
41 …no.pcm)" =~ "rate=48000 samples=1152 max_diff=17637 PSNR=15" ]] && echo fail && exit 1 || echo pass
42 …pcm)" != "rate=48000 samples=1152 max_diff=0 PSNR=99.000000" ]] && echo fail && exit 1 || echo pass
45 …/l3-sin1k0db.bit)" != "error: read function failed, code=-3" ]] && echo fail && exit 1 || echo pass
[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/boost/
Dbootstrap.bat1 @ECHO OFF
11 ECHO Building Boost.Build engine
16 @ECHO OFF
47 ECHO.
48 ECHO Generating Boost.Build configuration in project-config.jam for %TOOLSET%...
49 ECHO # Boost.Build Configuration > project-config.jam
50 ECHO # Automatically generated by bootstrap.bat >> project-config.jam
51 ECHO. >> project-config.jam
52 ECHO import option ; >> project-config.jam
53 ECHO. >> project-config.jam
[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/libsnd/
Dautogen.sh17 echo
18 echo "You must have GNU autogen installed to compile $package."
19 echo "Download the appropriate package for your distribution,"
20 echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
24 echo $result
29 echo
30 echo "You must have autoconf installed to compile $package."
31 echo "Download the appropriate package for your distribution,"
32 echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
36 echo $result
[all …]

12345678910>>...201