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

<<1112131415

  /device/samsung/crespo/alsa-lib/
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@^%@/@'`
  /device/samsung/crespo/alsa-utils/
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@^%@/@'`
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/bison/build-aux/
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/chromium/third_party/icu/source/test/
Makefile.in 52 target=`echo $@ | sed s/-recursive//`; \
70 target=`echo $@ | sed s/-recursive//`; \
  /external/dbus/
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/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/extra/
Makefile 46 target=`echo $@ | sed s/-recursive//`; \
  /external/icu4c/test/
Makefile.in 52 target=`echo $@ | sed s/-recursive//`; \
70 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/libpcap/packaging/
pcap.spec 38 V1=`echo 0.9.4 | sed 's/\\.[^\.]*$//g'`
39 V2=`echo 0.9.4 | sed 's/\\.[^\.]*\.[^\.]*$//g'`
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/linux/
Makefile 49 BCM_KVER:=$(shell echo $(LINUXVER) | cut -c1-3 | sed 's/2\.[56]/2\.6/')
  /sdk/eclipse/scripts/
create_ddms_symlinks.sh 42 echo $1 | sed 's@[^/]*@..@g'
  /external/bison/src/
Makefile 320 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
323 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
332 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
348 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
357 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
420 to=`echo "$*_H" | sed \
423 sed -e "/^#/!b" -e "s/Y_TAB_H/$$to/g" -e "s|y\.tab\.h|$*.h|" \
435 sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
488 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
489 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`;
    [all...]
  /external/bison/
Makefile 88 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
90 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
93 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
243 djgpp/config.sed djgpp/config.site djgpp/config_h.sed \
335 target=`echo $@ | sed s/-recursive//`; \
371 target=`echo $@ | sed s/-recursive//`; \
453 @case `sed 15q $(srcdir)/NEWS` in \
462 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
463 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`;
    [all...]
configure 74 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
159 # uniformly replaced by the line number. The first 'sed' inserts a
160 # line-number line before each line; the second 'sed' does the real
164 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
166 sed '=' <$as_myself |
167 sed '
229 # Sed expression to map a string onto a valid CPP name.
230 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'
    [all...]
  /external/chromium/third_party/icu/source/
configure 157 sed '/^.*\/\([^/][^/]*\)\/*$/{
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
464 sed '
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name
    [all...]
  /external/libpcap/
configure 137 sed '/^.*\/\([^/][^/]*\)\/*$/{
430 # uniformly replaced by the line number. The first 'sed' inserts a
431 # line-number line after each line using $LINENO; the second 'sed'
436 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # E. McMahon (1931-1989) for sed's syntax. :-)
439 sed -n '
443 sed '
545 # Sed expression to map a string onto a valid CPP name.
546 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
548 # Sed expression to map a string onto a valid variable name
    [all...]
  /dalvik/dx/tests/
run-test 141 cat "$info" | sed 's/^/# /g'
  /external/bison/data/
Makefile 78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
83 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
295 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
296 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
299 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
300 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
303 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  /external/bluetooth/glib/
autogen.sh 17 libtool_version=`libtoolize --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
  /external/chromium/third_party/icu/source/test/perf/
Makefile.in 52 target=`echo $@ | sed s/-recursive//`; \
  /external/chromium/third_party/icu/source/tools/
Makefile.in 40 target=`echo $@ | sed s/-recursive//`; \

Completed in 390 milliseconds

<<1112131415