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

1 2 3 4 5 6 78 91011>>

  /external/e2fsprogs/debian/
libuuid1.postinst 8 FIRST_SYSTEM_UID=$(sed -n "s/^[[:space:]]*FIRST_SYSTEM_UID[[:space:]]*=[[:space:]]*[\"']\?\([^\"']*\)[\"']\?/\1/p" $ADDUSERCONF)
9 LAST_SYSTEM_UID=$(sed -n "s/^[[:space:]]*LAST_SYSTEM_UID[[:space:]]*=[[:space:]]*[\"']\?\([^\"']*\)[\"']\?/\1/p" $ADDUSERCONF)
10 FIRST_SYSTEM_GID=$(sed -n "s/^[[:space:]]*FIRST_SYSTEM_GID[[:space:]]*=[[:space:]]*[\"']\?\([^\"']*\)[\"']\?/\1/p" $ADDUSERCONF)
11 LAST_SYSTEM_GID=$(sed -n "s/^[[:space:]]*LAST_SYSTEM_GID[[:space:]]*=[[:space:]]*[\"']\?\([^\"']*\)[\"']\?/\1/p" $ADDUSERCONF)
  /external/libbrillo/
platform2_preinstall.sh 15 sublibs=($(sed -n "
32 sed \
39 sed \
48 sed \
  /external/libdrm/intel/tests/
gen4-3d.batch.sh 3 TEST_FILENAME=`echo "$0" | sed 's|.sh||'`
gen5-3d.batch.sh 3 TEST_FILENAME=`echo "$0" | sed 's|.sh||'`
gen6-3d.batch.sh 3 TEST_FILENAME=`echo "$0" | sed 's|.sh||'`
gen7-2d-copy.batch.sh 3 TEST_FILENAME=`echo "$0" | sed 's|.sh||'`
gen7-3d.batch.sh 3 TEST_FILENAME=`echo "$0" | sed 's|.sh||'`
gm45-3d.batch.sh 3 TEST_FILENAME=`echo "$0" | sed 's|.sh||'`
test-batch.sh 3 TEST_FILENAME=`echo "$0" | sed 's|.sh||'`
  /external/libogg/
missing 163 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
169 sed -e 's/^[^:]*://' -e 's/:.*//'`;;
183 sed 's/\.am$/.in/' |
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
221 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
225 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
251 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
270 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
272 file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'
    [all...]
  /external/libvorbis/
missing 163 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
169 sed -e 's/^[^:]*://' -e 's/:.*//'`;;
183 sed 's/\.am$/.in/' |
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
221 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
225 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
251 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
270 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
272 file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'
    [all...]
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
configNR_CPUS.sh 42 sed -e 's/^CONFIG_NR_CPUS=\([0-9]*\).*$/\1/'
configcheck.sh 28 cat $2 | sed -e 's/\(.*\)=n/# \1 is not set/' -e 's/^#CHECK#//' |
  /external/ltp/testcases/open_posix_testsuite/conformance/
Makefile 8 @for dir in `ls -d */Makefile 2>/dev/null | sed -e 's,/Makefile$$,,g'`; do \
  /external/mesa3d/bin/
shortlog_mesa.sh 26 mesg=$(echo $l | sed 's/ (cherry picked from commit [0-9a-f]\+)//;s/\&/&amp;/g;s/</\&lt;/g;s/>/\&gt;/g')
  /external/strace/linux/mips/
genstub.sh 9 sed -r -n '/^#if/,/^#else/ {s/^([^{]*\{[^,]*,[^,]*,[[:space:]]*)[^,[:space:]]+,[[:space:]]*"([^"]+".*)/\1SEN(printargs), "'$n':\2/; s/^\[.*/&/p}' < "$in" > "$out"
  /external/valgrind/gdbserver_tests/
filter_gdb 16 sed -e '/^\ \ \ \ \.\.\.$/d' |
53 # after the signal trapping using an expr in this sed, followed by another sed.
69 sed -e '/Remote debugging using/,/vgdb launched process attached/d' \
131 sed -e '/after trap SIGFPE/,/after continue SIGFPE/d' |
134 # (in a separate sed, as the below influences the behaviour of the other expressions)
135 sed -e :a -e '$!N;s/\n at sleepers.c:39/ at sleepers.c:39/;ta' -e 'P;D'
filter_helgrind_monitor 20 sed -e '/^$/d'
  /prebuilts/go/darwin-x86/misc/nacl/
go_nacl_386_exec 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
go_nacl_amd64p32_exec 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
  /prebuilts/go/linux-x86/misc/nacl/
go_nacl_386_exec 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
go_nacl_amd64p32_exec 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
  /prebuilts/misc/common/robolectric/
wrapper.sh 64 tail -n 5 "$output" | sed -e "s/^/${module}: /"
67 cat "$output" | sed -e "s/^/${module}: /"
  /test/vts/script/
build-python.sh 21 sed -i 's/import "test\/vts\/proto\/ComponentSpecificationMessage.proto";/import "ComponentSpecificationMessage.proto";/g' proto/AndroidSystemControlMessage.proto
22 sed -i 's/import "test\/vts\/proto\/ComponentSpecificationMessage.proto";/import "ComponentSpecificationMessage.proto";/g' proto/VtsProfilingMessage.proto
30 sed -i 's/import "ComponentSpecificationMessage.proto";/import "test\/vts\/proto\/ComponentSpecificationMessage.proto";/g' proto/AndroidSystemControlMessage.proto
31 sed -i 's/import "ComponentSpecificationMessage.proto";/import "test\/vts\/proto\/ComponentSpecificationMessage.proto";/g' proto/VtsProfilingMessage.proto
  /art/test/115-native-bridge/
run 20 LIBPATH=$(echo ${ARGS} | sed -r 's/.*Djava.library.path=([^ ]*) .*/\1/')
30 # pwd likely has /, so it's a pain to put that into a sed rule.
31 LEFT=$(echo ${ARGS} | sed -r 's/-Djava.library.path.*//')
32 RIGHT=$(echo ${ARGS} | sed -r 's/.*Djava.library.path[^ ]* //')

Completed in 1478 milliseconds

1 2 3 4 5 6 78 91011>>