/ndk/sources/host-tools/make-3.81/tests/ |
mkshadow | 38 suite=`pwd | sed 's%^/tmp_mnt%%'`
|
/development/tools/labpretest/crespo/ |
custom_flash.sh | 33 bootloaderfile=`ls -1 $ROOT/$product/ | sed -n 's/^\(bootloader\.[0-9A-Za-z_]*.img\)\n*/\1/ p'`
|
/development/tools/labpretest/stingray/ |
custom_flash.sh | 33 bootloaderfile=`ls -1 $product/ | sed -n 's/^\(motoboot.[0-9A-Z]*.img\)\n*/\1/ p'`
|
/external/chromium_org/remoting/host/installer/linux/debian/ |
postrm | 18 "$APT_CONFIG" dump | sed -e "/^$APTVAR /"'!d' -e "s/^$APTVAR \"\(.*\)\".*/\1/"
|
/external/e2fsprogs/lib/ext2fs/tdb/ |
build-tdb | 17 grep "^Last Changed Rev" .svninfo | sed -e 's/Last Changed //' >> tdb.c 27 sed -e '1,/#include "tdb_private.h"/d' < $BASE_DIR/common/$i >> tdb.c
|
/external/llvm/utils/lit/utils/ |
check-sdist | 31 sed -e 's#lit-[0-9.dev]*/#./#' | \ 32 sed -e 's#/$##' | \
|
/external/valgrind/ |
runtest.sh | 52 cat $test_name.diff.log | sed "s/^< /expected: /" | sed "s/^> /actual : /"
|
merge.upstream.sh | 17 # echo "svn info $repo_url | grep \"Revision: \" | sed \"s/Revision: //\"" 18 echo `svn info $repo_url | grep "Revision: " | sed "s/Revision: //"` 28 valgrind_revision=`cat $current_dir/upstream.revs.txt | grep "val: " | sed "s/val: //"` 29 vex_revision=`cat $current_dir/upstream.revs.txt | grep "vex: " | sed "s/vex: //"`
|
/external/iproute2/man/man8/ |
Makefile | 15 sed "s|@SYSCONFDIR@|$(CONFDIR)|g" $< > $@ 18 sed "s|@SYSCONFDIR@|$(CONFDIR)|g" $< > $@ 21 sed "s|@SYSCONFDIR@|$(CONFDIR)|g" $< > $@
|
/external/valgrind/main/tests/ |
check_makefile_consistency | 52 sed 's/\$(noinst_SCRIPTS)//' 97 for f in $(parse_makefile Makefile.am | sed -n 's/^ *EXTRA_DIST *=//p') 105 for f in $(parse_makefile Makefile.am | sed -n 's/^ *dist_noinst_SCRIPTS *=//p')
|
/external/chromium_org/tools/valgrind/ |
regrind.sh | 38 sed 's/<.*>//' | 39 sed 's/.*LayoutTests/LayoutTests/' | 52 latest=`grep "<li><font .*" < regrind-builds.html | head -1 | sed 's/.*#//;s/<.*//'` 70 cat regrind-$i.tmp.failed | sed "s,^,$url ," >> regrind-failed-map.txt 100 egrep "$PATTERN" < regrind-"$logname".log | sed 's/==.*==//'
|
/external/chromium_org/v8/tools/ |
test-push-to-trunk.sh | 159 command sed "${I}q;d" $MOCK_OUTPUT 173 command sed "${I}q;d" $EXPECTED_COMMANDS 203 sed() { function 204 # Only calls to sed * -i * are mocked out. 208 echo "sed $@" >> $TEST_OUTPUT 210 echo "sed $@" >> $TEST_OUTPUT 211 command sed "$@" 227 export -f sed
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/libexec/gcc/x86_64-linux/4.6/install-tools/ |
fixinc.sh | 69 target_canonical="`sed -n -e 's,^target[ ]*=[ ]*\(.*\)$,\1,p' < Makefile`" 90 PWDCMD="eval pwd | sed -e 's,.*/usr/,/usr/,'" 145 MN_NAME_PAT="`sed 's/^/\\\\</; s/$/\\\\>/; $!s/$/|/' \ 209 sed -e '/\/\.$/d' -e 's@/./@/@g'`" 217 theselinks=`find $d/. -type l -print | sed -e 's@/./@/@g'` 225 if [ "`ls -ld $d1 | sed -n 's/.*-> //p'`" != "." ] 267 dest=`ls -ld ${sym_link} | sed -n 's/.*-> //p'` 271 cd ./`echo ${sym_link} | sed 's;/[^/]*$;;'` 302 y=`echo ${full_dest_dir} | sed -n "s&${cinput}/&&p"` 305 sed -e 's@^./@@' -e 's@/./@/@g' -e 's@[^/][^/]*@..@g' -e 's@..$@@' [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/ |
fixinc.sh | 69 target_canonical="`sed -n -e 's,^target[ ]*=[ ]*\(.*\)$,\1,p' < Makefile`" 90 PWDCMD="eval pwd | sed -e 's,.*/usr/,/usr/,'" 161 MN_NAME_PAT="`sed 's/^/\\\\</; s/$/\\\\>/; $!s/$/|/' \ 225 sed -e '/\/\.$/d' -e 's@/./@/@g'`" 233 theselinks=`find $d/. -type l -print | sed -e 's@/./@/@g'` 241 if [ "`ls -ld $d1 | sed -n 's/.*-> //p'`" != "." ] 283 dest=`ls -ld ${sym_link} | sed -n 's/.*-> //p'` 287 cd ./`echo ${sym_link} | sed 's;/[^/]*$;;'` 318 y=`echo ${full_dest_dir} | sed -n "s&${cinput}/&&p"` 321 sed -e 's@^./@@' -e 's@/./@/@g' -e 's@[^/][^/]*@..@g' -e 's@..$@@' [all...] |
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
alsa.m4 | 57 LIBS=`echo $LIBS | sed 's/-lm//'` 58 LIBS=`echo $LIBS | sed 's/-ldl//'` 59 LIBS=`echo $LIBS | sed 's/-lpthread//'` 60 LIBS=`echo $LIBS | sed 's/ //'` 69 sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` 71 sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` 73 sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` 129 LIBS=`echo $LIBS | sed 's/-lasound//g'` 130 LIBS=`echo $LIBS | sed 's/ //'`
|
/external/bison/build-aux/ |
gnupload | 58 --symlink-regex[=EXPR] use sed script EXPR to compute symbolic link names 117 conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" ' '` 210 x=`echo "$symlink_files" | sed 's/[^ ]//g;s/ //g'` 231 linkname=`echo $file | sed "$symlink_expr"` 291 echo "File ${2}.directive:" | sed 's/./-/g' 347 destdir_p1=`echo "$destdir" | sed 's,^[^/]*/,,'` 348 destdir_topdir=`echo "$destdir" | sed 's,/.*,,'` 357 dest_host=`echo "$dest" | sed 's,:.*,,'` 395 destdir=`echo $dest | sed 's/[^:]*://'` 414 destdir=`echo $dest | sed 's/[^:]*://' [all...] |
ylwrap | 130 input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'` 133 input_rx=`echo "$input_dir" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'` 163 target="tmp-`echo $target | sed s/.*[\\/]//g`" 175 FROM=`echo "$from" | sed \ 178 TARGET=`echo "$2" | sed \ 182 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
|
/external/chromium_org/third_party/icu/source/ |
install-sh | 86 -t=*) transformarg=`echo $1 | sed 's/-t=//'` 90 -b=*) transformbasename=`echo $1 | sed 's/-b=//'` 158 ## this sed command emulates the dirname command 159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 173 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` 210 sed $transformarg`$transformbasename 213 # don't allow the sed command to completely eliminate the filename
|
/external/chromium_org/third_party/libevent/ |
install-sh | 74 -t=*) transformarg=`echo $1 | sed 's/-t=//'` 78 -b=*) transformbasename=`echo $1 | sed 's/-b=//'` 145 ## this sed command emulates the dirname command 146 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 160 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` 197 sed $transformarg`$transformbasename 200 # don't allow the sed command to completely eliminate the filename
|
/external/chromium_org/third_party/libsrtp/srtp/ |
install-sh | 86 -t=*) transformarg=`echo $1 | sed 's/-t=//'` 90 -b=*) transformbasename=`echo $1 | sed 's/-b=//'` 158 ## this sed command emulates the dirname command 159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 173 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` 210 sed $transformarg`$transformbasename 213 # don't allow the sed command to completely eliminate the filename
|
/external/chromium_org/third_party/sqlite/src/ |
install-sh | 86 -t=*) transformarg=`echo $1 | sed 's/-t=//'` 90 -b=*) transformbasename=`echo $1 | sed 's/-b=//'` 158 ## this sed command emulates the dirname command 159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 173 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` 210 sed $transformarg`$transformbasename 213 # don't allow the sed command to completely eliminate the filename
|
/external/e2fsprogs/config/ |
install-sh | 74 -t=*) transformarg=`echo $1 | sed 's/-t=//'` 78 -b=*) transformbasename=`echo $1 | sed 's/-b=//'` 145 ## this sed command emulates the dirname command 146 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 160 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` 197 sed $transformarg`$transformbasename 200 # don't allow the sed command to completely eliminate the filename
|
/external/elfutils/0.153/config/ |
ylwrap | 126 input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'` 129 input_rx=`echo "$input_dir" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'` 159 target="tmp-`echo $target | sed s/.*[\\/]//g`" 171 FROM=`echo "$from" | sed \ 174 TARGET=`echo "$2" | sed \ 178 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
|
/external/icu/icu4c/source/ |
install-sh | 86 -t=*) transformarg=`echo $1 | sed 's/-t=//'` 90 -b=*) transformbasename=`echo $1 | sed 's/-b=//'` 158 ## this sed command emulates the dirname command 159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 173 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` 210 sed $transformarg`$transformbasename 213 # don't allow the sed command to completely eliminate the filename
|
/external/iputils/ninfod/ |
install-sh | 86 -t=*) transformarg=`echo $1 | sed 's/-t=//'` 90 -b=*) transformbasename=`echo $1 | sed 's/-b=//'` 158 ## this sed command emulates the dirname command 159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 173 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` 210 sed $transformarg`$transformbasename 213 # don't allow the sed command to completely eliminate the filename
|