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

123456

/external/robolectric/
H A Dfind-android.bat1 @echo off
6 @echo "sdk.dir=%x%" >> local.properties
/external/clang/docs/analyzer/
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/clang/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/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/chromium-trace/trace-viewer/third_party/webapp2/docs/
H A Dmake.bat18 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
27 echo
[all...]
/external/mesa3d/src/gallium/docs/
H A Dmake.bat16 echo.Please use `make ^<target^>` where ^<target^> is one of
17 echo. html to make standalone HTML files
18 echo. dirhtml to make HTML files named index.html in directories
19 echo. pickle to make pickle files
20 echo. json to make JSON files
21 echo. htmlhelp to make HTML files and a HTML help project
22 echo. qthelp to make HTML files and a qthelp project
23 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
24 echo. changes to make an overview over all changed/added/deprecated items
25 echo
[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/icu/icu4c/source/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"
33 echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
47 @echo on
50 @echo ==== %THT% =========================================================================
60 @echo ==== %THT% =========================================================================
71 @echo ==== %THT% =========================================================================
82 @echo ==== %THT% =========================================================================
94 @REM @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/libopus/win32/
H A Dgenversion.bat1 @echo off
11 echo Git cannot be found, nor can version.mk. Generating unknown version.
29 echo %version_out%> "%1_temp"
33 echo # static version string; update manually every release.> "%~dp0..\version.mk"
34 echo %version_mk%>> "%~dp0..\version.mk"
38 echo n | comp "%1_temp" "%1" > NUL 2> NUL
/external/iptables/extensions/
H A Dlibext.mk33 echo "" >$@; \
35 echo "extern void lib$${i}_init(void);" >>$@; \
37 echo "void init_extensions$(MY_suffix)(void);" >>$@; \
38 echo "void init_extensions$(MY_suffix)(void)" >>$@; \
39 echo "{" >>$@; \
41 echo " ""lib$${i}_init();" >>$@; \
43 echo "}" >>$@; \
/external/pcre/dist/
H A DRunTest.bat1 @echo off
32 Error: echo distribution testdata folder not found!
40 echo source dir is %srcdir%
41 echo pcretest=%pcretest%
44 echo Error: %pcretest% not found!
45 echo.
118 echo Invalid test number - %%a!
119 echo Usage %0 [ test_number ] ...
120 echo Where test_number is one or more optional test numbers 1 through 26, default is all tests.
155 @echo RunTes
[all...]
H A Dmakevp.bat10 @echo off
11 echo.
12 echo Compiling PCRE with BORLAND C++ for VIRTUAL PASCAL
13 echo.
55 echo ---
56 echo Now the library should be complete. Please check all messages above.
57 echo Don't care for warnings, it's OK.
61 echo ---
62 echo Error while compiling PCRE. Aborting...
/external/fio/os/windows/
H A Ddobuild.cmd1 @echo off
13 echo Error: must specify the architecture.
14 echo Usage: dobuild x86
15 echo Usage: dobuild x64
/external/smali/
H A Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
26 echo.
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
28 echo.
29 echo Please set the JAVA_HOME variable in your environment to match the
30 echo location of your Java installation.
40 echo.
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
42 echo.
43 echo Pleas
[all...]
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
H A DDebugWebSocketServer.java1 package fi.iki.elonen.samples.echo;
/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/hyphenation-patterns/
H A Dbuild-hyb.mk11 @echo "Build hyb $@ <- $<"
/external/libyuv/
H A Dsetup_env.bat2 @echo OFF

Completed in 664 milliseconds

123456