/dalvik/dx/tests/099-dex-core-library-error/ |
run | 20 echo "exit code: $?" 22 echo Found blort.dex 26 echo "exit code: $?" 28 echo Found muffins.dex 32 echo "exit code: $?" 34 echo Found zorch.dex 37 echo Done
|
/external/quake/ |
cleanupdevicesdcard.sh | 14 echo $TOP 17 echo $PWD 27 echo $T 35 echo "please run your envsetup.sh script" 39 echo "top found at $T" 41 echo "Removing Quake files and directories from the device's sdcard" 52 echo "Done.
|
/external/dropbear/ |
config.guess | 41 me=`echo "$0" | sed -e 's,.*/,,'` 72 echo "$timestamp" ; exit ;; 74 echo "$version" ; exit ;; 76 echo "$usage"; exit ;; 82 echo "$me: invalid option $1$help" >&2 90 echo "$me: too many arguments$help" >&2 112 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || 113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; 117 ,,) echo "int x;" > $dummy.c ; 158 /usr/sbin/$sysctl 2>/dev/null || echo unknown) [all...] |
configure | 71 echo X/"$0" | 88 echo "#! /bin/sh" >conf$$.sh 89 echo "exit 0" >>conf$$.sh 125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 201 echo >conf$$.fil [all...] |
/external/libffi/ |
config.guess | 41 me=`echo "$0" | sed -e 's,.*/,,'` 72 echo "$timestamp" ; exit ;; 74 echo "$version" ; exit ;; 76 echo "$usage"; exit ;; 82 echo "$me: invalid option $1$help" >&2 90 echo "$me: too many arguments$help" >&2 112 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || 113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; 117 ,,) echo "int x;" > $dummy.c ; 158 /usr/sbin/$sysctl 2>/dev/null || echo unknown) [all...] |
/external/bzip2/ |
bzmore | 8 prog=`echo $0 | sed 's|.*/||'` 14 if test "`echo -n a`" = "-n a"; then 30 trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15 35 echo usage: $prog files... 44 echo $n1 "--More--(Next file: $FILE)$n2" 45 stty $cb -echo 2>/dev/null 47 stty $ncb echo 2>/dev/null 48 echo " " 54 echo "------> $FILE <------"
|
/external/iproute2/testsuite/ |
Makefile | 13 echo "Entering iproute2" && cd iproute2 && $(MAKE) configure && cd ..; 16 echo "Entering iproute2" && cd iproute2 && $(MAKE) && cd ..; 20 echo "$$t"; \ 29 echo "Entering iproute2" && cd iproute2 && $(MAKE) distclean && cd ..; 33 o=`echo $$i | sed -e 's/iproute2\///'`; \ 34 echo -n "Running $@ [$$o/`uname -r`]: "; \ 38 echo "SKIPPED"; \ 40 echo "FAILED"; \ 42 echo "PASS"; \
|
/external/qemu/distrib/sdl-1.2.12/ |
sdl-config.in | 15 echo "${usage}" 1>&2 21 -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;; 33 echo $prefix 40 echo $exec_prefix 43 echo @SDL_VERSION@ 46 echo -I@includedir@/SDL @SDL_CFLAGS@ 49 @ENABLE_SHARED_TRUE@ echo -L@libdir@ @SDL_RLD_FLAGS@ @SDL_LIBS@ 53 @ENABLE_STATIC_TRUE@ echo @SDL_STATIC_LIBS@ 56 echo "${usage}" 1>&2
|
/prebuilt/darwin-x86/sdl/bin/ |
sdl-config | 15 echo "${usage}" 1>&2 21 -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;; 33 echo $prefix 40 echo $exec_prefix 43 echo 1.2.12 46 echo -I${prefix}/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE 49 # echo -L${exec_prefix}/lib @SDL_RLD_FLAGS@ @SDL_LIBS@ 53 echo ${libdir}/libSDLmain.a ${libdir}/libSDL.a -Wl,-framework,OpenGL -Wl,-framework,Cocoa -Wl,-framework,QuickTime -Wl,-framework,ApplicationServices -Wl,-framework,Carbon -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit -Wl,-framework,IOKit 56 echo "${usage}" 1>&2
|
/prebuilt/linux-x86/sdl/bin/ |
sdl-config | 15 echo "${usage}" 1>&2 21 -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;; 33 echo $prefix 40 echo $exec_prefix 43 echo 1.2.12 46 echo -I${prefix}/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 49 # echo -L${exec_prefix}/lib @SDL_RLD_FLAGS@ @SDL_LIBS@ 53 echo ${libdir}/libSDLmain.a ${libdir}/libSDL.a -lm -ldl -lpthread -lrt 56 echo "${usage}" 1>&2
|
/prebuilt/windows/sdl/bin/ |
sdl-config | 15 echo "${usage}" 1>&2 21 -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;; 33 echo $prefix 40 echo $exec_prefix 43 echo 1.2.12 46 echo -I${prefix}/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main 49 # echo -L${exec_prefix}/lib @SDL_RLD_FLAGS@ @SDL_LIBS@ 53 echo ${libdir}/libSDLmain.a ${libdir}/libSDL.a -luser32 -lgdi32 -lwinmm 56 echo "${usage}" 1>&2
|
/external/expat/conftools/ |
config.guess | 41 me=`echo "$0" | sed -e 's,.*/,,'` 72 echo "$timestamp" ; exit ;; 74 echo "$version" ; exit ;; 76 echo "$usage"; exit ;; 82 echo "$me: invalid option $1$help" >&2 90 echo "$me: too many arguments$help" >&2 112 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || 113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; 117 ,,) echo "int x;" > $dummy.c ; 158 /usr/sbin/$sysctl 2>/dev/null || echo unknown) [all...] |
/build/ |
envsetup.sh | 21 echo $A 29 echo "Couldn't locate the top of the tree. Try setting TOP." >&2 41 echo "Couldn't locate the top of the tree. Try setting TOP." >&2 53 echo "Couldn't locate the top of the tree. Try setting TOP." >&2 83 echo "Couldn't locate the top of the tree. Try setting TOP." 128 echo "Couldn't locate the top of the tree. Try setting TOP." >&2 158 export PROMPT_COMMAND="echo -ne \"\033]0;[${product}-${variant}] ${USER}@${HOSTNAME}: ${PWD}\007\"" 160 export PROMPT_COMMAND="echo -ne \"\033]0;[$apps $variant] ${USER}@${HOSTNAME}: ${PWD}\007\"" 169 echo "Build for the simulator or the device?" 170 echo " 1. Device [all...] |
/external/e2fsprogs/config/ |
config.guess | 40 me=`echo "$0" | sed -e 's,.*/,,'` 71 echo "$timestamp" ; exit ;; 73 echo "$version" ; exit ;; 75 echo "$usage"; exit ;; 81 echo "$me: invalid option $1$help" >&2 89 echo "$me: too many arguments$help" >&2 111 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || 112 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; 116 ,,) echo "int x;" > $dummy.c ; 157 /usr/sbin/$sysctl 2>/dev/null || echo unknown) [all...] |
/build/tools/ |
fixlinebreaks.sh | 6 echo "Scanning..." 9 echo "Converting..." 11 echo $file
|
/external/iproute2/doc/ |
do-psnup | 8 echo "psnup -$4 -p$3 $1 $2" 11 echo "psmulti $1 > $2" 14 echo "cp $1 $2"
|
/external/libpng/scripts/ |
libpng-config.in | 62 echo ${prefix} 66 echo ${version} 75 echo ${ccopts} 79 echo ${cppflags} 83 echo ${I_opts} ${cppflags} ${ccopts} 87 echo ${libdir} 91 echo ${libs} 95 echo ${I_opts} 99 echo ${L_opts} 103 echo ${R_opts [all...] |
/external/tcpdump/tests/ |
esp2.sh | 5 echo -n test esp2... 9 echo passed. 11 echo failed.
|
/external/clearsilver/cs/ |
test3.cs | 26 <?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 a variable: [all...] |
/external/opencore/tools_v2/build/make/ |
android_make_extras.mk | 15 # "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...] |
sdkinfo_nr.mk | 71 ECHO := gnu_echo 75 ECHO := echo 149 @$(ECHO) "Writing $@..." 150 @$(ECHO) "#ifndef $(sdkinfo_rule_hdr_macro)_H_INCLUDED" > $@ 151 @$(ECHO) "#define $(sdkinfo_rule_hdr_macro)_H_INCLUDED" >> $@ 152 @$(ECHO) "" >> $@ 153 @$(ECHO) "// This header file is automatically generated at build-time" >> $@ 154 @$(ECHO) "$(sdkinfo_rule_official_string)" >> $@ 155 @$(ECHO) "" >> $ [all...] |
/external/grub/ |
config.guess | 38 me=`echo "$0" | sed -e 's,.*/,,'` 69 echo "$timestamp" ; exit 0 ;; 71 echo "$version" ; exit 0 ;; 73 echo "$usage"; exit 0 ;; 79 echo "$me: invalid option $1$help" >&2 87 echo "$me: too many arguments$help" >&2 109 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || 110 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; 114 ,,) echo "int x;" > $dummy.c ; 155 /usr/sbin/$sysctl 2>/dev/null || echo unknown) [all...] |
/external/strace/ |
config.guess | 38 me=`echo "$0" | sed -e 's,.*/,,'` 69 echo "$timestamp" ; exit 0 ;; 71 echo "$version" ; exit 0 ;; 73 echo "$usage"; exit 0 ;; 79 echo "$me: invalid option $1$help" >&2 87 echo "$me: too many arguments$help" >&2 109 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || 110 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; 114 ,,) echo "int x;" > $dummy.c ; 155 /usr/sbin/$sysctl 2>/dev/null || echo unknown) [all...] |
/external/bison/build-aux/ |
config.guess | 40 me=`echo "$0" | sed -e 's,.*/,,'` 71 echo "$timestamp" ; exit ;; 73 echo "$version" ; exit ;; 75 echo "$usage"; exit ;; 81 echo "$me: invalid option $1$help" >&2 89 echo "$me: too many arguments$help" >&2 111 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || 112 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; 116 ,,) echo "int x;" > $dummy.c ; 157 /usr/sbin/$sysctl 2>/dev/null || echo unknown) [all...] |
/external/qemu/ |
android-configure.sh | 70 echo "unknown option '$opt', use --help" 83 echo "Standard options:" 84 echo " --help print this message" 85 echo " --install=FILEPATH copy emulator executable to FILEPATH [$TARGETS]" 86 echo " --cc=PATH specify C compiler [$CC]" 87 echo " --sdl-config=FILE use specific sdl-config script [$SDL_CONFIG]" 88 echo " --no-strip do not strip emulator executable" 89 echo " --debug enable debug (-O0 -g) build" 90 echo " --ignore-audio ignore audio messages (may build sound-less emulator)" 91 echo " --no-prebuilts do not use prebuilt libraries and compiler [all...] |