/external/chromium_org/third_party/mesa/src/src/gallium/tools/ |
addr2line.sh | 10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do 19 # Construct a sed script to convert hex address to human readable form, and apply it 22 addr2line -p -e "$bin" -a -f < "$i"|sed -nre 's@^0x0*([^:]*): ([^?]*)$@s|'"$bin"'(+0x\1)|\2|g@gp' 24 done|sed -f - "$input"
|
/external/mesa3d/src/gallium/tools/ |
addr2line.sh | 10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do 19 # Construct a sed script to convert hex address to human readable form, and apply it 22 addr2line -p -e "$bin" -a -f < "$i"|sed -nre 's@^0x0*([^:]*): ([^?]*)$@s|'"$bin"'(+0x\1)|\2|g@gp' 24 done|sed -f - "$input"
|
/external/chromium_org/third_party/libevent/ |
missing | 146 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` 152 sed -e 's/^[^:]*://' -e 's/:.*//'`;; 171 sed 's/\.am$/.in/' | 188 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` 189 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` 214 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` 218 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` 244 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` 268 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` 270 file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p' [all...] |
mkinstalldirs | 13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
|
/external/ceres-solver/scripts/ |
make_release | 44 sed -e 's/\(.*\) \(.*\))/\2/' | \ 45 tr '\n' '.' | sed -e 's/.$//') 47 sed -e 's/SET(CERES_ABI_VERSION //' | \ 48 sed -e 's/)//') 50 sed -e 's/#define CERES_VERSION //') 53 sed -e 's/#define CERES_ABI_VERSION //') 55 sed -e 's/Version: *//')
|
/ndk/build/tools/ |
build-host-sed.sh | 17 # Build the host version of the sed executable and place it 25 "Rebuild the host sed tool used by the NDK." 42 SUBDIR=$(get_prebuilt_host_exec sed) 43 OUT=$NDK_DIR/$(get_prebuilt_host_exec sed) 46 SED_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/sed-$SED_VERSION 48 echo "ERROR: Can't find sed-$SED_VERSION source tree: $SED_SRCDIR" 72 fail_panic "Failed to configure the sed-$SED_VERSION build!" 74 log "Building sed (lib/ and sed/ only)" 76 run $GNUMAKE -j $NUM_JOBS -C sed [all...] |
/external/clang/tools/diag-build/ |
diag-build.sh | 22 # Mac OS X's BSD sed uses -E for extended regular expressions, 23 # but GNU sed uses -r. Find out which one this system accepts. 25 echo -n | sed $EXTENDED_SED_FLAG 's/a/b/' 2>/dev/null || EXTENDED_SED_FLAG='-r' 91 echo $@ | sed 's:[]:\\|/.+*?^$(){}[]:\\&:g' 99 sed $EXTENDED_SED_FLAG "s:^[[:blank:]]*if[[:blank:]]{1,}::g" | 101 sed -e :a -e '/\\$/N; s/\\\n//; ta' | 104 sed $EXTENDED_SED_FLAG "s:($escCC|$escCXX):${diagtool//:/\\:} show-enabled:g"
|
/external/bison/build-aux/ |
depcomp | 65 */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" 99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" 126 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 155 cygpath_u='sed s,\\\\,/,g' 163 cygpath_u='sed s,\\\\,/,g' 227 sed -e 's/^[^:]*: / /' \ 239 ## Some versions of the HPUX 10.20 sed can't process this invocatio [all...] |
/external/libedit/ |
depcomp | 65 */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" 99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" 126 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 155 cygpath_u='sed s,\\\\,/,g' 163 cygpath_u='sed s,\\\\,/,g' 227 sed -e 's/^[^:]*: / /' \ 239 ## Some versions of the HPUX 10.20 sed can't process this invocatio [all...] |
/external/libpng/ |
depcomp | 65 */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" 99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" 126 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 155 cygpath_u='sed s,\\\\,/,g' 163 cygpath_u='sed s,\\\\,/,g' 227 sed -e 's/^[^:]*: / /' \ 239 ## Some versions of the HPUX 10.20 sed can't process this invocatio [all...] |
/external/pcre/dist/ |
depcomp | 65 */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" 99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" 126 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 155 cygpath_u='sed s,\\\\,/,g' 163 cygpath_u='sed s,\\\\,/,g' 227 sed -e 's/^[^:]*: / /' \ 239 ## Some versions of the HPUX 10.20 sed can't process this invocatio [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
depcomp | 67 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 68 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 93 cygpath_u='sed s,\\\\,/,g' 101 cygpath_u='sed s,\\\\,/,g' 157 sed -e 's/^[^:]*: / /' \ 171 ## Some versions of the HPUX 10.20 sed can't process this invocation 172 ## correctly. Breaking it into two sed invocations is a workaround. 173 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ 174 | sed -e 's/$/ :/' >> "$depfile" 203 # clever and replace this with sed code, as IRIX sed won't handl [all...] |
/external/openfst/ |
depcomp | 67 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 68 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 93 cygpath_u='sed s,\\\\,/,g' 101 cygpath_u='sed s,\\\\,/,g' 157 sed -e 's/^[^:]*: / /' \ 171 ## Some versions of the HPUX 10.20 sed can't process this invocation 172 ## correctly. Breaking it into two sed invocations is a workaround. 173 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ 174 | sed -e 's/$/ :/' >> "$depfile" 203 # clever and replace this with sed code, as IRIX sed won't handl [all...] |
/external/pixman/ |
depcomp | 67 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 68 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 93 cygpath_u='sed s,\\\\,/,g' 101 cygpath_u='sed s,\\\\,/,g' 157 sed -e 's/^[^:]*: / /' \ 171 ## Some versions of the HPUX 10.20 sed can't process this invocation 172 ## correctly. Breaking it into two sed invocations is a workaround. 173 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ 174 | sed -e 's/$/ :/' >> "$depfile" 203 # clever and replace this with sed code, as IRIX sed won't handl [all...] |
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
gen_makefile.sh | 11 #echo ' grep -v "^%" < $< | sed -e "s/\.\([0-9][0-9]\)[0-9]\+/.\1/g" -e "s/\(^\| \|-\)\([0-9][0-9][0-9]\)[0-9][0-9]\.[0-9][0-9]/\1\200/g" -e "s/\(^\| \|-\)\([0-9][0-9][0-9]\)[0-9]\.[0-9][0-9]/\1\20/g" -e "s/\(^\| \|-\)\([0-9][0-9][0-9]\)\.[0-9][0-9]/\1\2/g" -e "s/\(^\| \|-\)\([0-9][0-9]\)\.\([0-9]\)[0-9]/\1\2.\30/g" | awk "\$$0 ~ /lineto/ { if ( LASTLINE == \$$0 ) next; } { LASTLINE=\$$0; print; }" > $@' 29 echo RING1_DEPS:=`find $RING1 -name '*.c.*' | sed 's/\.c.*/-all.ps/' | sort | uniq` 30 echo RING4_DEPS:=`find $RING4 -name '*.c.*' | sed 's/\.c.*/-all.ps/' | sort | uniq` 81 echo ' @echo scale=2\; `tail -1 $< | sed "s/^.* //"` + '$RING_SPACING' | bc > $@' 98 echo "%-ring2.weight:" `find $RING2 -name '*.c.*' | sed 's/\.c.*/-all.ps/' | sort | uniq` 100 echo "%-ring3.weight:" `find $RING3 -name '*.c.*' | sed 's/\.c.*/-all.ps/' | sort | uniq` 106 #echo ' @../function2ps `echo $< | sed '\''s/^.*\.\([^.]*\)\.\+.*$$/\1/'\''` > $@ $<' 126 for f in `cd $d; ls *+.ps 2>/dev/null | sed 's/\.c\..*$//' | uniq`; do 127 echo $d/$f-all.ps: `cd $d; ls $f.c.* | sed -e "s?^?$d/?"`
|
/external/chromium_org/third_party/opus/src/ |
depcomp | 73 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 74 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 99 cygpath_u='sed s,\\\\,/,g' 107 cygpath_u='sed s,\\\\,/,g' 169 sed -e 's/^[^:]*: / /' \ 182 ## Some versions of the HPUX 10.20 sed can't process this invocation 183 ## correctly. Breaking it into two sed invocations is a workaround. 184 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ 185 | sed -e 's/$/ :/' >> "$depfile" 214 # clever and replace this with sed code, as IRIX sed won't handl [all...] |
/external/libopus/ |
depcomp | 73 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 74 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 99 cygpath_u='sed s,\\\\,/,g' 107 cygpath_u='sed s,\\\\,/,g' 169 sed -e 's/^[^:]*: / /' \ 182 ## Some versions of the HPUX 10.20 sed can't process this invocation 183 ## correctly. Breaking it into two sed invocations is a workaround. 184 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ 185 | sed -e 's/$/ :/' >> "$depfile" 214 # clever and replace this with sed code, as IRIX sed won't handl [all...] |
/dalvik/dx/tests/082-dex-throws-list-sharing/ |
run | 20 | sed -e 's/^[^{]*{//g' -e 's/}//g'
|
/external/chromium_org/chrome/installer/linux/common/ |
rpmrepo.cron | 59 sed -i -e 's/[[:space:]]*repo_add_once=.*/repo_add_once="false"/' \
|
/external/chromium_org/third_party/icu/android/ |
patch_locale.sh | 33 sed '/^ Keys{$/,/^ }$/d 60 sed -i '/^ zoneStrings/, /^ "meta:/ { 72 case $(basename $i .txt | sed 's/_.*$//') in 106 sed -r '/^ calendar\{$/,/^ \}$/ {
|
/external/chromium_org/third_party/icu/scripts/ |
trim_data.sh | 23 sed -r -i \ 54 sed -n -r -i \ 72 sed -n -r -i \ 98 sed -r -i '/^ '$DROPLIST'/, /^ }/ d' $i 106 sed -i '/[0-35-9][0-9][0-9]{/ d' *.txt 116 sed -i '/^ zoneStrings/, /^ "meta:/ { 129 sed -r -i \ 144 sed -r -i '/^ (big5|gb2312)han\{$/,/^ \}$/ d' ${target}
|
/external/chromium_org/third_party/icu/source/ |
mkinstalldirs | 16 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
|
/external/dnsmasq/contrib/wrt/ |
lease_update.sh | 39 ${NVRAM} show | sed -n -e "/^${PREFIX}.*/ s/^.*=//p"
|
/external/e2fsprogs/config/ |
mkinstalldirs | 13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
|
parse-types.sh | 3 cat > sed.script << "EOF" 23 sed -f sed.script | grep '^#' > asm_types.h; then 29 rm sed.script
|