HomeSort by relevance Sort by last modified time
    Searched refs:sed (Results 351 - 367 of 367) sorted by null

<<1112131415

  /external/icu4c/test/hdrtst/
Makefile.in 103 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ | tee ht_dep.junk | fgrep -v "$$incfile.h header is obsolete" ; \
  /external/libvpx/build/make/
gen_msvs_proj.sh 371 plat_no_ws=`echo $plat | sed 's/[^A-Za-z0-9_]/_/g'`
712 sed -e '/"/s;\([^ "]\)/;\1\\;g' > ${outfile}
Makefile 50 | sed -e 's/MD5(\(.*\))= \([0-9a-f]\{32\}\)/\2 \1/' \
  /external/qemu/
android-configure.sh 186 SDL_CFLAGS=`echo $SDL_CFLAGS | sed -e s/-D_GNU_SOURCE=1//g`
  /external/libvpx/
configure 424 var=`echo $header | sed 's/[^A-Za-z0-9_]/_/g'`
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 475 # build a sed script that will replace all @VARIABLES@ in the template
505 cat sdl-config.in | sed -f $TMPC > objs/sdl-config
  /device/samsung/crespo/alsa-utils/alsaconf/
alsaconf.in 55 suse_version=$(grep 'VERSION = ' /etc/SuSE-release | sed -e s/'VERSION = '//)
756 $lspci -d $1 2>/dev/null| sed -e 's/^.*:..\.. [^:]*: //g'
759 cardname=`grep '^Card [0-9]\+ .'$1':' $DUMP | head -n 1 | sed -e 's/^Card [0-9]\+ '\''.*:\(.*\)'\'' .*$/\1/'`
773 devid=`$lspci -d "$dev" | head -n 1 | sed -e 's/ .*$//'`
985 ac_cardname=`head -n 1 $PROCFS/asound/cards | sed -e 's/^[0-9].* - \(.*\)$/\1/'`
1275 cardname=`/sbin/modinfo -d snd-$card | sed -e 's/^\"\(.*\)\"$/\1/g'`
    [all...]
  /build/core/
definitions.mk 672 ## Commands for using sed to replace given variable values
677 @echo "Sed: $(if $(PRIVATE_MODULE),$(PRIVATE_MODULE),$@) <= $<"
678 $(hide) sed $(foreach var,$(REPLACE_VARS),-e "s/{{$(var)}}/$(subst /,\/,$(PWD)/$($(var)))/g") $< >$@
689 sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
    [all...]
main.mk 34 ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") \>= 3.81))
  /external/chromium/third_party/icu/source/
runConfigureICU 108 configuredir=`echo $0 | sed 's,[^/]*$,,'`
  /external/icu4c/
runConfigureICU 108 configuredir=`echo $0 | sed 's,[^/]*$,,'`
  /external/e2fsprogs/lib/ss/
Makefile.in 82 SHARE_FILES= ct_c.awk ct_c.sed
  /hardware/broadcom/wlan/bcm4329/src/
Makerules 440 | sed '\''s/$*\.o[ :]*/$@ &/g'\'' >$@'
490 sed -e 's/\\/\//g' \
  /external/e2fsprogs/debian/
rules 22 MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
  /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/protobuf/gtest/build-aux/
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`"'/
625 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath
    [all...]
  /external/protobuf/
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`"'/
625 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath
    [all...]

Completed in 543 milliseconds

<<1112131415