/ndk/build/tools/ |
dev-platform-import.sh | 164 cd "$DIR" && find $PATTERNS -type f | sed -e 's!^./!!g'
|
prebuilt-common.sh | 124 (cd $1 && find . -type f | sed -e "s!./!!" | sort -u)
|
/build/core/ |
definitions.mk | 745 ## Commands for using sed to replace given variable values 750 @echo "Sed: $(if $(PRIVATE_MODULE),$(PRIVATE_MODULE),$@) <= $<" 751 $(hide) sed $(foreach var,$(REPLACE_VARS),-e "s/{{$(var)}}/$(subst /,\/,$(PWD)/$($(var)))/g") $< >$@ 762 sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ [all...] |
main.mk | 43 ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") = 3.81)) 44 ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") = 3.82))
|
/external/icu4c/ |
runConfigureICU | 109 configuredir=`echo $0 | sed 's,[^/]*$,,'`
|
/external/libvpx/build/make/ |
Makefile | 50 | sed -e 's/MD5(\(.*\))= \([0-9a-f]\{32\}\)/\2 \1/' \
|
/external/libvpx/ |
configure | 437 var=`echo $header | sed 's/[^A-Za-z0-9_]/_/g'`
|
/external/linux-tools-perf/Documentation/ |
Makefile | 288 sed -e '1,/^$$/d' $< | $(ASCIIDOC) -b xhtml11 - >$@+ && \
|
/external/e2fsprogs/lib/ss/ |
Makefile.in | 82 SHARE_FILES= ct_c.awk ct_c.sed
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 597 scp_src=`echo $1 | sed -e s%ssh://%%g` 610 cp_src=`echo $1 | sed -e s%^file://%%g` [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 597 scp_src=`echo $1 | sed -e s%ssh://%%g` 610 cp_src=`echo $1 | sed -e s%^file://%%g` [all...] |
/external/zlib/ |
Makefile | 232 -@sed -f $(tempfile) zconf.h.in > zconf.h.cmakein
|
/external/e2fsprogs/debian/ |
rules | 14 DISTRO :=$(shell sed -ne '/DISTRIB_ID/s/.*=//p' /etc/lsb-release 2>/dev/null || echo Debian) 29 MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
|
/external/linux-tools-perf/ |
Makefile | 40 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
|
/external/openssh/contrib/redhat/ |
openssh.spec | 187 K5DIR=`rpm -ql krb5-devel | grep include/krb5.h | sed 's,\/include\/krb5.h,,'`
|
/external/wpa_supplicant_8/wpa_supplicant/ |
Makefile | 1476 sed -e 's|\@BINDIR\@|$(BINDIR)|g' $< >$@ 1479 sed -e 's|\@BINDIR\@|$(BINDIR)|g' $< >$@ [all...] |
/ndk/build/core/ |
init.mk | 254 HOST_SED := $(wildcard $(HOST_PREBUILT)/sed$(HOST_EXEEXT))
|
definitions.mk | [all...] |
/external/libusb-compat/ |
ltmain.sh | 127 : ${SED="/opt/local/bin/gsed"} 129 : ${Xsed="$SED -e 1s/^X//"} 210 # Sed substitution that helps us do robust quoting. It backslashifies 212 Xsed="${SED}"' -e 1s/^X//' 499 $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / { 512 $SED -n '/^# Usage:/,/# -h/ { 527 $SED -n '/^# Usage:/,/# Report bugs to/ { 537 s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ 538 s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ 632 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
gl_mangle.h | 9 grep '^GLAPI' $files | sed -e 's/.*ENTRY gl\([^( ]*\).*$/#define gl\1 MANGLE(\1)/' | sort | uniq [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
gl_mangle.h | 9 grep '^GLAPI' $files | sed -e 's/.*ENTRY gl\([^( ]*\).*$/#define gl\1 MANGLE(\1)/' | sort | uniq [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
gl_mangle.h | 9 grep '^GLAPI' $files | sed -e 's/.*ENTRY gl\([^( ]*\).*$/#define gl\1 MANGLE(\1)/' | sort | uniq [all...] |
/external/libmtp/ |
ltmain.sh | 127 : ${SED="/bin/sed"} 129 : ${Xsed="$SED -e 1s/^X//"} 210 # Sed substitution that helps us do robust quoting. It backslashifies 212 Xsed="${SED}"' -e 1s/^X//' 499 $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / { 512 $SED -n '/^# Usage:/,/# -h/ { 527 $SED -n '/^# Usage:/,/# Report bugs to/ { 537 s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ 538 s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"' [all...] |
/external/libpng/ |
ltmain.sh | 127 : ${SED="/bin/sed"} 129 : ${Xsed="$SED -e 1s/^X//"} 210 # Sed substitution that helps us do robust quoting. It backslashifies 212 Xsed="${SED}"' -e 1s/^X//' 499 $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / { 512 $SED -n '/^# Usage:/,/# -h/ { 527 $SED -n '/^# Usage:/,/# Report bugs to/ { 537 s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ 538 s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"' [all...] |
/external/libusb/ |
ltmain.sh | 127 : ${SED="/bin/sed"} 129 : ${Xsed="$SED -e 1s/^X//"} 210 # Sed substitution that helps us do robust quoting. It backslashifies 212 Xsed="${SED}"' -e 1s/^X//' 499 $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / { 512 $SED -n '/^# Usage:/,/# -h/ { 527 $SED -n '/^# Usage:/,/# Report bugs to/ { 537 s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ 538 s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"' [all...] |