Searched refs:echo (Results 1 – 25 of 2426) sorted by relevance
12345678910>>...98
8 echo.9 echo # ======================================================================10 echo # Building Python (Debug^|x64)11 echo # ======================================================================12 echo.17 echo.18 echo # ======================================================================19 echo # platform=Debug^|x6420 echo # ======================================================================21 echo.[all …]
17 # 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 …]
39 - echo 3 > /proc/sys/vm/drop_caches40 - echo $(( $lackpgs + $nr_hugepgs )) > /proc/sys/vm/nr_hugepages42 - echo "Please run this test as root"58 - echo "no hugetlbfs support in kernel?"68 -echo "$ARCH64STR" | grep $ARCH && VADDR64=173 -echo "---------------------"74 -echo "running hugepage-mmap"75 -echo "---------------------"78 - echo "[FAIL]"81 - echo "[PASS]"[all …]
1 RUN: echo ":ir" > %t.input2 RUN: echo "_ZN6Thread5StartEv" >> %t.input3 RUN: echo "# Func Hash:" >> %t.input4 RUN: echo "288793635542036872" >> %t.input5 RUN: echo "# Num Counters:" >> %t.input6 RUN: echo "3" >> %t.input7 RUN: echo "# Counter Values:" >> %t.input8 RUN: echo "0" >> %t.input9 RUN: echo "12" >> %t.input10 RUN: echo "12" >> %t.input[all …]
1 @echo off26 echo ** %pcre2grep% does not exist.31 echo ** %pcre2test% does not exist.36 echo Testing %pcre2grep_version%65 echo Cannot find the testdata directory80 echo Default newline setting forced to LF86 echo WScript.StdOut.Write(WScript.Arguments(0).replace(/\\r/g, "\r").replace(/\\n/g, "\n")) >printf…91 echo Testing pcre2grep main features93 echo ---------------------------- Test 1 ------------------------------>testtrygrep95 echo RC=^%ERRORLEVEL%>>testtrygrep[all …]
20 echo.Please use `make ^<target^>` where ^<target^> is one of21 echo. html to make standalone HTML files22 echo. dirhtml to make HTML files named index.html in directories23 echo. singlehtml to make a single large HTML file24 echo. pickle to make pickle files25 echo. json to make JSON files26 echo. htmlhelp to make HTML files and a HTML help project27 echo. qthelp to make HTML files and a qthelp project28 echo. devhelp to make HTML files and a Devhelp project29 echo. epub to make an epub[all …]
1 @echo off13 echo Usage: %0 "x86 or x64" "Debug or Release"18 echo Usage: %0 %1 "Debug or Release"32 echo Error '%ICU_BINDIR%' does not exist!33 echo Have you built all of ICU yet ?38 echo Setting codepage to UTF-841 echo Testing ICU samples in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%74 @echo.75 @echo ==== %THT% =========================================================================80 @echo.[all …]
3 echo > trace7 echo 0 > tracing_on11 echo 1 > tracing_on15 echo nop > current_tracer22 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`23 file=`echo $line | cut -f1 -d:`24 echo "!$cmd" >> $file28 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`29 file=`echo $line | cut -f1 -d:`30 echo "!$cmd" > $file[all …]
1 echo T.argv: misc tests of argc and argv5 echo >foo16 echo >foo216 echo * >foo217 diff foo1 foo2 || echo 'BAD: T.argv (echo1 *)'29 echo * >foo230 diff foo1 foo2 || echo 'BAD: T.argv (echo2 *)'41 echo "547 diff foo1 foo2 || echo 'BAD: T.argv (argc *)'49 echo '1[all …]
1 echo T.gawk: tests adapted from gawk test suite7 ./echo '117 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk arrayref'20 ./echo '1 2 323 ./echo '330 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk asgext'33 ./echo 'x\y35 ./echo 'x\y43 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk backgsub'47 ./echo 'x\y[all …]
18 echo.Please use `make ^<target^>` where ^<target^> is one of19 echo. html to make standalone HTML files20 echo. dirhtml to make HTML files named index.html in directories21 echo. singlehtml to make a single large HTML file22 echo. pickle to make pickle files23 echo. json to make JSON files24 echo. htmlhelp to make HTML files and a HTML help project25 echo. qthelp to make HTML files and a qthelp project26 echo. devhelp to make HTML files and a Devhelp project27 echo. epub to make an epub[all …]
39 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" echo155 ./echo -c 'echo foo' | ./cat -u157 -c echo foo190 echo ok[all …]
1 # RUN: echo 1 > %t.foo2 # RUN: echo 2 >> %t.foo3 # RUN: echo 3 >> %t.foo4 # RUN: echo 4 >> %t.foo5 # RUN: echo 5 >> %t.foo6 # RUN: echo 6 foo >> %t.foo7 # RUN: echo 7 >> %t.foo8 # RUN: echo 8 >> %t.foo9 # RUN: echo 9 >> %t.foo10 # RUN: echo 10 >> %t.foo[all …]
1 @echo off4 echo.%~nx0 [flags and arguments] [quoted MSBuild options]5 echo.6 echo.Build CPython from the command line. Requires the appropriate7 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 passed10 echo.directly to MSBuild may be passed. If the argument contains an '=', the11 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 …]