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

123

/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
H A Dprog.mk14 echo "${LINK_RPATH}=${PREFIX}/${LIBNAME}"; \
16 echo ""; \
24 echo "-Wl,-dynamic-linker=/libexec/ld.elf_so"; \
26 echo ""; \
42 echo "" > _${PROG}.c
43 for src in ${SRCS}; do echo "#include \"$$src\"" >> _${PROG}.c; done
/external/clearsilver/cs/
H A Dtest3.cs26 <?cs def:echo(wow) ?>
34 before echo
36 echo a variable: 3
37 <?cs call:echo(Wow.Foo) ?>
38 echo a string: hellow world
39 <?cs call:echo("hello world") ?>
40 echo a number: 5
41 <?cs call:echo(#5) ?>
44 <?cs call:echo(wow) ?>
47 echo
[all...]
/external/opencore/tools_v2/build/make/
H A Dandroid_make_extras.mk15 # "echo -e" handles this but certain shells such as dash (on ubuntu)
16 # don't handle the -e option in their builtin echo implementation.
25 # Original method using multiple echo statements separated by ';', but this
87 $$(quiet) echo "LOCAL_PATH := $$(esc_dollar)(call my-dir)" > $$@
88 $$(quiet) echo "include $$(esc_dollar)(CLEAR_VARS)" >> $$@
89 $$(quiet) echo "" >> $$@
90 $$(quiet) echo "LOCAL_WHOLE_STATIC_LIBRARIES := \\" >> $$@
93 $$(quiet) echo "" >> $$@
94 $$(quiet) echo "LOCAL_MODULE := lib$1" >> $$@
96 $$(quiet) echo "" >>
[all...]
H A Dentry_point.mk117 @echo Making sure all headers are installed...
122 @echo Making sure all libs are installed...
134 @echo "\$$(warning reading DEP)" > DEP
163 @echo Building $2
164 @echo Using $1
167 @echo Done
171 @echo Building $2
172 @echo Using $1
193 @echo Building $2
194 @echo Usin
[all...]
/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/icu4c/test/testdata/
H A Dtestdata.mak15 @echo Test data is built.
32 @echo Building test data
77 @echo Making Test Resource Bundle files $<
81 @echo Making Test Resource Bundle file with encoding ISCII,version=0
85 @echo Making Test Resource Bundle file for IDNA reference implementation
101 @echo Building $@
106 @echo Building $@
111 @echo Building $@
116 @echo Building $@
121 @echo Buildin
[all...]
/external/v8/tools/visual_studio/
H A Dd8js2c.cmd1 @echo off
H A Djs2c.cmd1 @echo off
/external/webkit/WebKitTools/Scripts/
H A Drun-webkit-nightly.cmd1 @echo off
/external/expat/conftools/
H A DPrintPath23 echo="yes"
36 -s ) echo="no" ;;
37 -p* ) pathname="`echo $args | sed 's/^..//'`" ;;
58 pathname=`echo -E $pathname |
67 pathname=`echo $pathname |
97 if [ "x$echo" = "xyes" ]; then
98 echo $path/${program}${ext}
107 if [ "x$echo" = "xyes" ]; then
108 echo $path/${program}
H A Dltmain.sh37 progname=`echo "$progpath" | $SED $basename`
55 # Check that we have a working $echo.
59 elif test "X$1" = X--fallback-echo; then
62 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
63 # Yippee, $echo works!
66 # Restart under the correct shell, and then maybe $echo will work.
70 if test "X$1" = X--fallback-echo; then
71 # used as fallback echo
91 case `echo X|tr X '\101'` in
121 $echo "
[all...]
/external/dropbear/
H A Dnetbsd_getpass.c67 int echo; local
94 if ((echo = (term.c_lflag & ECHO)) != 0) {
106 if (echo) {
H A Dcli-authinteract.c75 unsigned int echo = 0; local
116 echo = buf_getbool(ses.payload);
118 if (!echo) {
/external/jpeg/
H A Dltmain.sh27 progname=`$echo "$0" | sed 's%^.*/%%'`
55 echo "$modename: ltconfig version \`$LTCONFIG_VERSION' does not match $PROGRAM version \`$VERSION'" 1>&2
56 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
61 echo "$modename: not configured to build any kind of library" 1>&2
62 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
72 show="$echo"
83 -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
110 echo "$PROGRAM (GNU $PACKAGE) $VERSION"
119 echo "host: $host"
121 echo "enabl
[all...]
/external/dbus/
H A Dltmain.sh37 progname=`echo "$progpath" | $SED $basename`
61 # Check that we have a working $echo.
65 elif test "X$1" = X--fallback-echo; then
68 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
69 # Yippee, $echo works!
72 # Restart under the correct shell, and then maybe $echo will work.
76 if test "X$1" = X--fallback-echo; then
77 # used as fallback echo
97 case `echo X|tr X '\101'` in
129 $echo "
[all...]
/external/libffi/
H A Dltmain.sh37 progname=`echo "$progpath" | $SED $basename`
63 # Check that we have a working $echo.
67 elif test "X$1" = X--fallback-echo; then
70 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
71 # Yippee, $echo works!
74 # Restart under the correct shell, and then maybe $echo will work.
78 if test "X$1" = X--fallback-echo; then
79 # used as fallback echo
99 case `echo X|tr X '\101'` in
131 $echo "
[all...]
/external/dbus/test/name-test/
H A Dtest-pending-call-dispatch.c22 char *echo = "echo"; local
30 dbus_message_append_args (method, DBUS_TYPE_STRING, &echo, NULL);
/external/kernel-headers/original/linux/
H A Dicmp.h76 } echo; member in union:icmphdr::__anon2161
/external/speex/include/speex/
H A Dspeex_preprocess.h6 * residual echo suppression (after using the echo canceller), automatic
41 * residual echo suppression (after using the echo canceller), automatic
61 * the same value as that used for the echo canceller for residual echo cancellation to work.
80 int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo);
148 /** Set maximum attenuation of the residual echo in dB (negative number) */
150 /** Get maximum attenuation of the residual echo in dB (negative number) */
153 /** Set maximum attenuation of the residual echo i
[all...]

Completed in 1613 milliseconds

123