Searched refs:echo (Results 1 - 25 of 135) sorted by relevance

123456

/external/webkit/Tools/Scripts/webkitpy/test/
H A Decho_unittest.py28 from webkitpy.test import echo namespace
33 echo.main(['foo', 'bar', 'baz'])
37 echo.main(['-n', 'foo', 'bar', 'baz'])
41 echo.main([u'WebKit \u2661', 'Tor Arne', u'Vestb\u00F8!'])
45 echo.main(['foo', '-n', 'bar'])
50 sys.argv = ['echo.py', 'foo', 'bar', 'baz']
51 echo.main([])
57 sys.argv = ['echo.py', 'foo', 'bar', 'baz']
58 echo.main()
63 output = executive.Executive().run_command(echo
[all...]
/external/llvm/docs/
H A Dmake.bat20 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
[all...]
/external/stlport/
H A Dconfigure.bat13 echo STLport Configuration Tool for Windows
14 echo.
19 echo Please specify at least the compiler you are going to use,
20 echo use "configure --help" to see the available ones.
26 echo # STLport Configuration Tool for Windows > build\Makefiles\nmake\config.mak
27 echo # >> build\Makefiles\nmake\config.mak
28 echo # config.mak generated with command line: >> build\Makefiles\nmake\config.mak
29 echo # configure %1 %2 %3 %4 %5 %6 %7 %8 %9 >> build\Makefiles\nmake\config.mak
30 echo # >> build\Makefiles\nmake\config.mak
88 echo Unknow
[all...]
/external/dhcpcd/mk/
H A Dos.mk4 _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
H A Dman.mk4 _MANPREFIX_SH= if [ -n "${PREFIX}" ]; then echo "${PREFIX}"; else echo "/usr/share"; fi
11 _MAN5_SH= for man in ${MAN}; do case $$man in *.5) echo $$man;; esac; done
15 _MAN8_SH= for man in ${MAN}; do case $$man in *.8) echo $$man;; esac; done
H A Dcc.mk8 _CSTD_SH= if test -n "${CSTD}"; then echo "-std=${CSTD}"; else echo ""; fi
18 _CC_FLAGS_SH= if ! test -d .git; then echo ""; else for f in ${_CCFLAGS}; do \
25 _GGDB_SH= if test "${DEBUG}" = "yes"; then echo "-ggdb -DDEBUG"; else echo ""; fi
H A Dsys.mk12 _LIBNAME_SH= case `readlink /lib` in "") echo "lib";; *) basename `readlink /lib`;; esac
/external/icu4c/allinone/
H A Dicucheck.bat1 @echo off
12 echo Usage: %0 "x86 or x64" "Debug or Release"
17 echo Usage: %0 %1 "Debug or Release"
27 echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
41 @echo on
44 @echo ==== %THT% =========================================================================
54 @echo ==== %THT% =========================================================================
65 @echo ==== %THT% =========================================================================
76 @echo ==== %THT% =========================================================================
87 @echo
[all...]
/external/libogg/win32/VS6/
H A Dbuild_ogg_dynamic.bat1 @echo off
2 echo ---+++--- Building Ogg (Dynamic) ---+++---
11 echo Setting include paths for Ogg
13 echo Compiling...
H A Dbuild_ogg_dynamic_debug.bat1 @echo off
2 echo ---+++--- Building Ogg (Dynamic) ---+++---
11 echo Setting include paths for Ogg
13 echo Compiling...
H A Dbuild_ogg_static.bat1 @echo off
2 echo ---+++--- Building Ogg (Static) ---+++---
11 echo Setting include paths for Ogg
13 echo Compiling...
H A Dbuild_ogg_static_debug.bat1 @echo off
2 echo ---+++--- Building Ogg (Static) ---+++---
11 echo Setting include paths for Ogg
13 echo Compiling...
/external/quake/quake/src/WinQuake/
H A Dwq.bat1 @echo off
9 echo -------------------------------------------------------------------
10 echo Options for running WinQuake:
11 echo wq max: all features on, but doesn't work on all systems
12 echo wq fast: maximum speed, but doesn't work on all systems
13 echo wq fastvid: maximum video speed, but safer, probably slower sound
14 echo wq fastsnd: maximum sound speed, but safer, probably slower video
15 echo wq safe: very likely to run, but may be slower
16 echo wq verysafe: almost sure to run, but probably slower, and no sound
17 echo
[all...]
/external/openssl/crypto/threads/
H A Dnetware.bat1 @echo off
35 echo.
36 echo Generating Metrowerks command file: mttest.def
37 echo # dynamically generated command file for metrowerks build > mttest.def
38 echo IMPORT @%IMPORTS%\clib.imp >> mttest.def
39 echo IMPORT @%IMPORTS%\threads.imp >> mttest.def
40 echo IMPORT @%IMPORTS%\ws2nlm.imp >> mttest.def
41 echo IMPORT GetProcessSwitchCount >> mttest.def
42 echo MODULE clib >> mttest.def
45 echo
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DInteractiveCallback.java49 * @param echo
51 * each prompt, the corresponding echo field indicates whether or
56 public String[] replyToChallenge(String name, String instruction, int numPrompts, String[] prompt, boolean[] echo) argument
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat1 @echo off
28 ( echo Must pass location of vcdiff.exe as script argument ^
46 && ( echo vcdiff with no arguments should fail, but succeeded ^
48 echo Test 1 ok
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
56 echo Test 2 ok
63 || ( echo Encode with three arguments failed ^
68 || ( echo Decode with three arguments failed ^
71 || ( echo Decoded target does not match original ^
73 echo Tes
[all...]
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
H A Dcopy-files.cmd1 @echo off
10 echo Copying public headers...
36 echo Copying private headers...
57 echo Copying resources...
61 echo Copying other files...
76 echo Deleting copied files...
H A DJavaScriptCorePreBuild.cmd6 echo XX%PROJECTNAME%XX > "%CONFIGURATIONBUILDDIR%\buildfailed"
/external/webkit/Tools/TestWebKitAPI/win/
H A Dcopy-resources.cmd1 @echo off
8 echo Copying resources...
26 echo Deleting resources...
/external/webkit/Tools/MiniBrowser/
H A DMiniBrowserPreBuild.cmd5 echo XX%PROJECTNAME%XX > "%CONFIGURATIONBUILDDIR%\buildfailed"
/external/iptables/extensions/
H A DAndroid.mk52 echo "" >$@; \
54 echo "extern void lib$${i}_init(void);" >>$@; \
56 echo "void init_extensions(void);" >>$@; \
57 echo "void init_extensions(void)" >>$@; \
58 echo "{" >>$@; \
60 echo " ""lib$${i}_init();" >>$@; \
62 echo "}" >>$@; \
115 echo "" >$@; \
117 echo "extern void lib$${i}_init(void);" >>$@; \
119 echo "voi
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
H A DPacketUserauthInfoRequest.java25 boolean echo[]; field in class:PacketUserauthInfoRequest
46 echo = new boolean[numPrompts];
51 echo[i] = tr.readBoolean();
60 return echo;
/external/openssh/regress/
H A Dbsd.regress.mk56 @echo -n "SKIP " >> ${REGRESSLOG}
62 echo -n "SUCCESS " >> ${REGRESSLOG} ; \
64 echo -n "FAIL " >> ${REGRESSLOG} ; \
65 echo FAILED ; \
69 echo -n "SUCCESS " >> ${REGRESSLOG} ; \
71 echo -n "FAIL (possible timeout) " >> ${REGRESSLOG} ; \
72 echo FAILED ; \
76 @echo ${REGRESSNAME}/${RT:S/^run-regress-//} >> ${REGRESSLOG}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
H A Dgenresults.bat1 @echo off
/external/libyuv/
H A Dsetup_env.bat2 @echo OFF

Completed in 644 milliseconds

123456