/build/tools/ |
check_builds.sh | 43 make PRODUCT-$(echo $1 | sed "s/-.*//" )-installclean
|
/dalvik/tests/ |
run-test | 211 sed -e 's/[[:cntrl:]]$//g' < "$output" >"${td_expected}" 245 cat "${td_info}" | sed 's/^/# /g'
|
/external/clang/tools/libclang/ |
Makefile | 53 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
|
/external/dhcpcd/ |
Makefile | 44 _VERSION_SH= sed -n 's/\#define VERSION[[:space:]]*"\(.*\)".*/\1/p' defs.h 59 ${SED} ${SED_DBDIR} ${SED_HOOKDIR} ${SED_SCRIPT} ${SED_SYS} \ 113 sed -e 's/^.*\.c //g' -e 's/.*\.c$$//g' -e 's/\\//g' | \ 115 sed -e '/^compat\//d' | \ 121 sed -e 's/^.*c //g' -e 's/.*\.c$$//g' -e 's/\\//g' | \
|
/external/genext2fs/ |
install-sh | 215 # This sed command emulates the dirname command. 216 dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` 229 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
|
/external/grub/ |
install-sh | 215 # This sed command emulates the dirname command. 216 dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` 229 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
|
/external/icu4c/test/ |
Makefile.in | 57 target=`echo $@ | sed s/-recursive//`; \ 75 target=`echo $@ | sed s/-recursive//`; \
|
/external/iproute2/testsuite/ |
Makefile | 33 o=`echo $$i | sed -e 's/iproute2\///'`; \
|
/external/libffi/ |
install-sh | 215 # This sed command emulates the dirname command. 216 dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` 229 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
|
/external/libogg/ |
install-sh | 215 # This sed command emulates the dirname command. 216 dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` 229 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
|
/external/libpcap/packaging/ |
pcap.spec | 38 V1=`echo 0.9.4 | sed 's/\\.[^\.]*$//g'` 39 V2=`echo 0.9.4 | sed 's/\\.[^\.]*\.[^\.]*$//g'`
|
/external/libvorbis/ |
install-sh | 215 # This sed command emulates the dirname command. 216 dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` 229 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
|
/external/llvm/autoconf/ |
AutoRegen.sh | 9 echo $1 | sed -e 's/\\//g'
|
install-sh | 215 # This sed command emulates the dirname command. 216 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 229 set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
|
/external/llvm/autoconf/m4/ |
link_options.m4 | 13 llvm_cv_link_version=$(echo "$version_string" | sed -e "s#.*ld64-\([^ ]*\)\( (.*)\)\{0,1\}#\1#") 15 llvm_cv_link_version=$(echo "$version_string" | sed -e "s#[^0-9]*\([0-9.]*\).*#\1#")
|
/external/llvm/projects/sample/autoconf/ |
install-sh | 215 # This sed command emulates the dirname command. 216 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 229 set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
|
/external/llvm/projects/sample/autoconf/m4/ |
link_options.m4 | 13 llvm_cv_link_version=$(echo "$version_string" | sed -e "s#.*ld64-\([^ ]*\)\( (.*)\)\{0,1\}#\1#") 15 llvm_cv_link_version=$(echo "$version_string" | sed -e "s#[^0-9]*\([0-9.]*\).*#\1#")
|
/external/llvm/runtime/libprofile/ |
Makefile | 43 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
|
/external/llvm/tools/lto/ |
Makefile | 46 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
|
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
install-sh | 215 # This sed command emulates the dirname command. 216 dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` 229 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
|
/ndk/sources/host-tools/make-3.81/config/ |
install-sh | 215 # This sed command emulates the dirname command. 216 dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` 229 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
|
/external/llvm/utils/buildit/ |
build_llvm | 62 DARWIN_VERS=`uname -r | sed 's/\..*//'` 78 sed -e '/[Aa]pple-style/d' -e '/include.*GNUmakefile/d' $ORIG_SRC_DIR/Makefile > $SRC_DIR/Makefile || exit 1 80 SUBVERSION=`echo $RC_ProjectSourceVersion | sed -e 's/.*\.\([0-9]*\).*/\1/'` 83 RC_ProjectSourceVersion=`echo $RC_ProjectSourceVersion | sed -e 's/\..*//'` 229 LLVM_MINOR_VERSION=`echo $LLVM_SUBMIT_SUBVERSION | sed -e 's,0*\([1-9][0-9]*\),\1,'`
|
/external/liblzf/ |
configure | 132 sed '/^.*\/\([^/][^/]*\)\/*$/{ 423 # uniformly replaced by the line number. The first 'sed' inserts a 424 # line-number line after each line using $LINENO; the second 'sed' 429 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 431 # E. McMahon (1931-1989) for sed's syntax. :-) 432 sed -n ' 436 sed ' 529 # Sed expression to map a string onto a valid CPP name. 530 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 532 # Sed expression to map a string onto a valid variable name [all...] |
/external/elfutils/ |
configure | 159 sed '/^.*\/\([^/][^/]*\)\/*$/{ 453 # uniformly replaced by the line number. The first 'sed' inserts a 454 # line-number line after each line using $LINENO; the second 'sed' 459 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 461 # E. McMahon (1931-1989) for sed's syntax. :-) 462 sed -n ' 466 sed ' 570 # Sed expression to map a string onto a valid CPP name. 571 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 573 # Sed expression to map a string onto a valid variable name [all...] |
/ndk/tests/ |
run-tests.sh | 176 $ADB_CMD -s "$DEVICE" shell "$@" ";" echo \$? | sed -e 's![[:cntrl:]]!!g' | tee $ADB_SHELL_CMD_LOG 178 $ADB_CMD -s "$DEVICE" shell "$@" ";" echo \$? | sed -e 's![[:cntrl:]]!!g' > $ADB_SHELL_CMD_LOG 181 RET=`sed -e '$!d' $ADB_SHELL_CMD_LOG` 183 OUT=`sed -e '$d' $ADB_SHELL_CMD_LOG` 358 OUTPUT=`echo $INPUT | sed 's/\.in$/.out/g'` 778 ADB_DEVICES=`$ADB_CMD devices | grep -v offline | awk 'NR>1 {gsub(/[ \t]+device$/,""); print;}' | sed '/^$/d' | sort | tr ' ' '.'`
|