Searched
refs:sed (Results
351 -
375 of
599) sorted by null
<<11121314151617181920>>
/development/scripts/ |
combine_sdks.sh | 90 LEAF=$(echo "$OUTPUT" | sed -e "s:.*\.zip/::" | sed -e "s:.zip$::")
|
/device/ti/panda/audio/test/ |
test-signal | 4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
|
/external/bzip2/ |
bzmore | 8 prog=`echo $0 | sed 's|.*/||'`
|
/external/dropbear/libtomcrypt/ |
updatemakes.sh | 18 sed -e 's/\.o /.obj /g' < tmp.delme > makefile.msvc
|
/external/e2fsprogs/lib/ |
Makefile.bsd-lib | 29 `echo $(my_dir) | sed -e 's;lib/;;'`/$(BSD_LIB) $(BSD_LIB))
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
feedManipulationEclipse.sh | 37 echo $cmd | sed -e 's/ \-/\n \-/g' -e 's/:/\n :/g'; echo "";
|
/external/icu4c/config/ |
icu-config-bottom | 72 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'` 151 var=`echo $arg | sed -e 's/^[^=]*=//'` 234 echo $ECHO_N "${CPPFLAGS} ${ECHO_C}" | sed -e 's/-I. //' 287 HERE=`echo $0 | sed -e "s/$ME//g"`
|
/external/icu4c/ |
configure.mk | 16 ( $(AUTOCONF) && mv configure configure.tmp && sed -e 's%^ac_cr=.*%ac_cr=`echo X |tr X "\\015"`%' < configure.tmp > configure && chmod a+rx $@ && rm configure.tmp ) || ( rm $@ ; "echo configure build failed" ; /usr/bin/false )
|
/external/iproute2/ip/ |
Makefile | 39 for s in `grep -B 3 '\<dlsym' $$files | sed -n '/snprintf/{s:.*"\([^"]*\)".*:\1:;s:%s::;p}'` ; do \ 40 sed -n '/'$$s'[^ ]* =/{s:.* \([^ ]*'$$s'[^ ]*\) .*:extern char \1[] __attribute__((weak)); if (!strcmp(sym, "\1")) return \1;:;p}' $$files ; \
|
/external/libusb-compat/ |
libusb-config.in | 29 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
|
/external/protobuf/ |
autogen.sh | 34 sed -i -e 's/RuntimeLibrary="5"/RuntimeLibrary="3"/g;
|
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
mkinstalldirs | 57 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
|
/external/qemu/distrib/sdl-1.2.15/ |
sdl-config.in | 21 -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;;
|
/external/v8/tools/ |
linux-tick-processor | 26 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
|
/ndk/sources/host-tools/make-3.81/config/ |
mkinstalldirs | 70 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
|
/prebuilts/tools/darwin-x86/sdl/bin/ |
sdl-config | 21 -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;;
|
/external/bison/ |
Makefile.am | 29 djgpp/config.sed djgpp/config.site djgpp/config_h.sed \ 31 djgpp/fnchange.lst djgpp/testsuite.sed
|
/external/bison/build-aux/ |
vc-list-files | 48 year=`echo "$scriptversion" | sed 's/[^0-9].*//'` 59 test "$2" = . || postprocess="| sed 's|^|$2/|'" 71 || { dir="$dir/"; sed_esc=`echo "$dir"|env sed 's,\([\\/]\),\\\\\1,g'`; } 77 \| sed -n '"s/^100[^ ]*./$sed_esc/p"' $postprocess 81 test "$postprocess" = '' && postprocess="| sed 's|^\./||'" 84 test "$postprocess" = '' && postprocess="| sed 's|^\./||'"
|
/external/grub/util/ |
grub-image | 34 progname=`echo "$0" | sed 's%^.*/%%'` 35 thisdir=`echo "$0" | sed 's%/[^/]*$%%'` 55 VERSION=`$grub_shell --version | sed -e 's/^.* \([0-9.]*\).*$/\1/'`
|
grub-image.in | 34 progname=`echo "$0" | sed 's%^.*/%%'` 35 thisdir=`echo "$0" | sed 's%/[^/]*$%%'` 55 VERSION=`$grub_shell --version | sed -e 's/^.* \([0-9.]*\).*$/\1/'`
|
/external/icu4c/samples/ |
Makefile.in | 54 target=`echo $@ | sed s/-recursive//`; \ 71 target=`echo $@ | sed s/-recursive//`; \ 72 subtarget=`echo $@ | sed s/-samples-recursive//`; \
|
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 96 # more of sed power (use sed instead of grep+cut) 515 ip link show| sed -n "/^[0-9]/ \ 589 -not -name '*~' -maxdepth 1| xargs sed -n 's/#.*//; \ 596 DEVICES=`echo "$DEVFIELDS"| sed 's/,.*//'| sort -u` 604 CLASS=`echo $2| sed 's/^cbq-0*//; s/^\([0-9a-fA-F]\+\).*/\1/'` 605 CFILE=`sed -n 's/#.*//; s/[[:space:]]//g; /^[[:alnum:]_]\+=[[:alnum:].,:;/*@-_]\+$/ p' $1/$2` 632 BANDWIDTH=`echo "$DEVFIELDS"| sed -n "/^$DEVICE,/ \ 736 DEVTEMP=`echo "$DEVFIELDS"| sed -n "/^$dev,/ { s/$dev,//; p; q; }"` 787 for mark in `echo "$CFILE"| sed -n '/^MARK/ { s/.*=//; p; }'`; d [all...] |
/external/srtp/ |
configure | 72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 157 # uniformly replaced by the line number. The first 'sed' inserts a 158 # line-number line before each line; the second 'sed' does the real 162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 164 sed '=' <$as_myself | 165 sed ' 227 # Sed expression to map a string onto a valid CPP name. 228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g' [all...] |
/external/fdlibm/ |
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/jpeg/ |
configure | 75 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 107 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` 109 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then 112 ac_feature=`echo $ac_feature| sed 's/-/_/g'` 116 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` 118 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then 121 ac_feature=`echo $ac_feature| sed 's/-/_/g'` 176 run sed PROGRAM on installed program names 347 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` 349 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; the [all...] |
Completed in 1075 milliseconds
<<11121314151617181920>>