Searched refs:echo (Results 51 - 75 of 1676) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/
H A Ddevtools_frontend_resources.target.linux-arm64.mk41 @echo Copying: $@
46 @echo Copying: $@
51 @echo Copying: $@
56 @echo Copying: $@
61 @echo Copying: $@
66 @echo Copying: $@
71 @echo Copying: $@
76 @echo Copying: $@
81 @echo Copying: $@
86 @echo Copyin
[all...]
H A Ddevtools_frontend_resources.target.linux-mips.mk41 @echo Copying: $@
46 @echo Copying: $@
51 @echo Copying: $@
56 @echo Copying: $@
61 @echo Copying: $@
66 @echo Copying: $@
71 @echo Copying: $@
76 @echo Copying: $@
81 @echo Copying: $@
86 @echo Copyin
[all...]
H A Ddevtools_frontend_resources.target.linux-x86.mk41 @echo Copying: $@
46 @echo Copying: $@
51 @echo Copying: $@
56 @echo Copying: $@
61 @echo Copying: $@
66 @echo Copying: $@
71 @echo Copying: $@
76 @echo Copying: $@
81 @echo Copying: $@
86 @echo Copyin
[all...]
H A Ddevtools_frontend_resources.target.linux-x86_64.mk41 @echo Copying: $@
46 @echo Copying: $@
51 @echo Copying: $@
56 @echo Copying: $@
61 @echo Copying: $@
66 @echo Copying: $@
71 @echo Copying: $@
76 @echo Copying: $@
81 @echo Copying: $@
86 @echo Copyin
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dnaclsdk.bat1 @echo off
15 echo Updating sdk_tools
/external/icu/icu4c/source/
H A Dconfigure.mk16 ( $(AUTOCONF) && mv configure configure.tmp && sed -e 's%^ac_cr=.*%ac_cr=`echo X |tr X "\\015"`%' < configure.tmp > configure && chmod a+rx $@ && rm configure.tmp ) || ( rm $@ ; "echo configure build failed" ; /usr/bin/false )
/external/dhcpcd/mk/
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/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/qemu/distrib/jpeg-6b/
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/harfbuzz_ng/
H A Dgit.mk93 ; do echo "$$AUX_DIR/$$x"; done` \
95 head -n 1 | while read f; do echo "$(srcdir)/$$f.in"; done`
103 test -f "$(srcdir)/$$f.am" && echo "$(srcdir)/$$f.in";; esac; \
117 ; do echo "$$MACRO_DIR/$$x"; done; \
129 @echo "Installing git makefile"
131 find "`test -z "$(top_srcdir)" && echo . || echo "$(top_srcdir)"`" -name Makefile.am | while read x; do \
133 echo "$$x already includes git.mk"; \
136 echo "Updating $$x"; \
138 echo ''; \
[all...]
/external/chromium_org/third_party/libevent/
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
137 $echo "
[all...]
/external/chromium_org/third_party/icu/source/config/
H A Ddist.mk27 DISTY_VER=$(shell echo $(VERSION) | tr '.' '_' )
39 @echo "ERROR: 'dist' will not work unless the parent of the top_srcdir ( $(SVNTOP) ) is checked out from svn, and svn is installed."
52 echo Missing $@
59 @echo "svnversion of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)"
63 svn export -r $(shell echo $(SVNVER) | tr -d 'a-zA-Z' ) $(SVNURL) "$(DISTY_TMP)/icu"
78 @echo Checking $(DISTY_FILE_TGZ)
81 @(cd $(DISTY_CHECK) && tar xfpz $(DISTY_FILE_TGZ) && cd icu/source && $(SHELL) ./configure $(DISTCHECK_CONFIG_OPTIONS) && $(MAKE) check $(DISTCHECK_MAKE_OPTIONS) ) && (echo "!!! PASS: $(DISTY_FILE_TGZ)" )
/external/icu/icu4c/source/config/
H A Ddist.mk27 DISTY_VER=$(shell echo $(VERSION) | tr '.' '_' )
40 @echo "ERROR: 'dist' will not work unless the parent of the top_srcdir ( $(SVNTOP) ) is checked out from svn, and svn is installed."
53 echo Missing $@
60 @echo "svnversion of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)"
64 svn export -r $(shell echo $(SVNVER) | tr -d 'a-zA-Z' ) $(SVNURL) "$(DISTY_TMP)/icu"
81 @echo Checking $(DISTY_FILE_TGZ)
84 @(cd $(DISTY_CHECK) && tar xfpz $(DISTY_FILE_TGZ) && cd icu/source && $(SHELL) ./configure $(DISTCHECK_CONFIG_OPTIONS) && $(MAKE) check $(DISTCHECK_MAKE_OPTIONS) ) && (echo "!!! PASS: $(DISTY_FILE_TGZ)" )
/external/cmockery/cmockery_0_1_2/
H A Dlibtool35 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
77 # An echo program that does not interpret backslashes.
78 echo="echo"
215 archive_expsym_cmds="\$echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~
217 \$echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~
389 progname=`echo "$progpath" | $SED $basename`
407 # Check that we have a working $echo.
411 elif test "X$1" = X--fallback-echo; then
414 elif test "X`($echo '\
[all...]
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/chromium_org/third_party/yasm/source/patched-yasm/config/
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/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
H A Dlibyuv_tests.bat1 @echo off
28 echo "Please specify a tool (tsan or drmemory) by using --tool flag"
40 echo "Unknown tool: `%TOOL_NAME%`! Only tsan and drmemory are supported."
49 echo "Can't find Dr. Memory executables."
50 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
51 echo "for the instructions on how to get them."
65 echo "Can't find ThreadSanitizer executables."
66 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/threadsanitizer/threadsanitizer-on-windows"
67 echo "for the instructions on how to get them."
/external/icu/icu4c/source/test/testdata/
H A Dtestdata.mak15 @echo Test data is built.
32 @echo Building test data
80 @echo Making Test Resource Bundle files $<
84 @echo Making Test Resource Bundle file with encoding ISCII,version=0
88 @echo Making Test Resource Bundle file for IDNA reference implementation
104 @echo Building $@
109 @echo Building $@
114 @echo Building $@
119 @echo Building $@
124 @echo Buildin
[all...]
/external/chromium_org/third_party/angle/src/
H A Dcopy_scripts.target.darwin-arm.mk19 @echo Copying: $@
24 @echo Copying: $@
52 $(hide) echo "Gyp timestamp: $@"
H A Dcopy_scripts.target.darwin-arm64.mk19 @echo Copying: $@
24 @echo Copying: $@
52 $(hide) echo "Gyp timestamp: $@"
H A Dcopy_scripts.target.darwin-mips.mk19 @echo Copying: $@
24 @echo Copying: $@
52 $(hide) echo "Gyp timestamp: $@"
H A Dcopy_scripts.target.darwin-x86.mk19 @echo Copying: $@
24 @echo Copying: $@
52 $(hide) echo "Gyp timestamp: $@"
H A Dcopy_scripts.target.darwin-x86_64.mk19 @echo Copying: $@
24 @echo Copying: $@
52 $(hide) echo "Gyp timestamp: $@"
H A Dcopy_scripts.target.linux-arm.mk19 @echo Copying: $@
24 @echo Copying: $@
52 $(hide) echo "Gyp timestamp: $@"
H A Dcopy_scripts.target.linux-arm64.mk19 @echo Copying: $@
24 @echo Copying: $@
52 $(hide) echo "Gyp timestamp: $@"

Completed in 449 milliseconds

1234567891011>>