HomeSort by relevance Sort by last modified time
    Searched refs:sed (Results 201 - 225 of 1119) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-recheck-lock.sh 34 configfile=`echo $i | sed -e 's/^.*\///'`
35 ncs=`grep "Writes: Total:" $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* Total: //' -e 's/ .*$//'`
41 dur=`sed -e 's/^.* locktorture.shutdown_secs=//' -e 's/ .*$//' < $i/qemu-cmd 2> /dev/null`
  /external/ltp/testcases/network/stress/ns-tools/
set_ipv4addr 78 netmask=`echo $network_part | sed "s/[[:digit:]]*/255/g"`.`echo $host_part | sed "s/[[:digit:]]*/0/g"`
79 broadcast=${network_part}.`echo $host_part | sed "s/[[:digit:]]*/255/g"`
  /external/mesa3d/bin/
bugzilla_mesa.sh 25 urls=$(git log $* | grep 'bugs.freedesktop.org/show_bug' | sed -e $trim_before | sort -n -u | sed -e $use_after)
43 summary=$(wget --quiet -O - $i | grep -e '<title>.*</title>' | sed -e 's/ *<title>[0-9]\+ &ndash; \(.*\)<\/title>/\1/')
  /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/skia/tools/
mirror-dev.sh 17 DEV_32_SO=$(echo $DEV_64_SO | sed -e 's@/lib/x86_64-linux-gnu/@/lib/i386-linux-gnu/@')
18 DEV_32_TARGET=$(echo $DEV_64_TARGET | sed -e 's@/lib/x86_64-linux-gnu/@/lib/i386-linux-gnu/@')
19 DEV_32_TARGET_FULL=$(echo $DEV_64_TARGET_FULL | sed -e 's@/lib/x86_64-linux-gnu/@/lib/i386-linux-gnu/@')
  /external/ltp/utils/ffsb-6.0-rc2/
missing 129 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
135 sed -e 's/^[^:]*://' -e 's/:.*//'`;;
154 sed 's/\.am$/.in/' |
171 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
172 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
197 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
201 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
227 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
251 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
253 file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'
    [all...]
  /external/netperf/
missing 129 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
135 sed -e 's/^[^:]*://' -e 's/:.*//'`;;
154 sed 's/\.am$/.in/' |
171 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
172 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
197 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
201 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
227 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
251 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
253 file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'
    [all...]
  /external/curl/packages/OS400/
initscript.sh 34 SONAME=`sed -e '/^VERSIONINFO=/!d' -e 's/^.* \([0-9]*\):.*$/\1/' -e 'q' \
77 sed 's/.*"\(.*\)".*/\1/'`
80 sed 's/^#define *LIBCURL_VERSION_MAJOR *\([^ ]*\).*/\1/'`
83 sed 's/^#define *LIBCURL_VERSION_MINOR *\([^ ]*\).*/\1/'`
86 sed 's/^#define *LIBCURL_VERSION_PATCH *\([^ ]*\).*/\1/'`
89 sed 's/^#define *LIBCURL_VERSION_NUM *0x\([^ ]*\).*/\1/'`
92 sed 's/.*"\(.*\)".*/\1/'`
238 sed -e 's/\..*//' \
242 sed -e 's/\..*//' \
254 sed -e "s/@LIBCURL_VERSION@/${LIBCURL_VERSION}/g"
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
Makefile 62 > temp.sed
64 >> temp.sed
66 >> temp.sed
68 >> temp.sed
70 >> temp.sed
71 $(Verb) $(SED) -f temp.sed < $< > $@
72 $(Verb) $(RM) temp.sed
82 > temp.sed
84 >> temp.sed
    [all...]
  /system/extras/tools/
graph_lockdep_chains 44 sed 's/^./ &/
80 sed 's/^./ &/'
191 sed '/^all lock chains:$/d
197 sed ': loop
214 sed 's/ ;//
232 sed 's/.*/& [shape=box] ;/'
234 sed 's/.*/& [shape=diamond] ;/'
239 sed 's/.*/& [shape=box] ;/'
241 sed 's/.*/& [shape=diamond] ;/'
260 sed 's/\("[^"]*"\) -> \("[^"]*"\) ->/\1 -> \2 ;|\2 ->/g'
    [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/ImageMagick/config/
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/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/google-breakpad/autotools/
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/libmicrohttpd/
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/libnetfilter_conntrack/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/lmfit/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/pcre/dist2/
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/protobuf/
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/protobuf/gtest/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/python/cpython2/Modules/_ctypes/libffi/
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/strace/
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/valgrind/
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...]

Completed in 1867 milliseconds

1 2 3 4 5 6 7 891011>>