/external/qemu/ |
feature_to_c.sh | 36 arrayname=xml_feature_`echo $input | sed 's,.*/,,; s/[-.]/_/g'` 70 basename=`echo $input | sed 's,.*/,,'` 71 arrayname=xml_feature_`echo $input | sed 's,.*/,,; s/[-.]/_/g'`
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
Makefile.am | 2 bin_PROGRAMS = sed 6 sed_SOURCES = sed.c compile.c execute.c regexp.c fmt.c mbcs.c utils.c 7 noinst_HEADERS = sed.h utils.h
|
/build/core/ |
find-jdk-tools-jar.sh | 11 JAVAC=$(echo -n "$LSLINE" | sed -e "s/.* -> //") 13 echo $JAVAC | sed -e "s:\(.*\)/bin/javac.*:\\1/lib/tools.jar:"
|
/external/qemu-pc-bios/bochs/bios/ |
bios_usage | 2 gcc -E rombios.c | grep "^\.org" | sed -e 's/\.org //' | sed -e 's/ .*//' | sort >! temp.usage
|
/external/v8/tools/ |
bash-completion.sh | 43 | sed -e 's/_/-/g') 45 | sed -ne 's/^DEFINE-[^(]*(\([^,]*\).*/--\1/p'; \ 47 | sed -ne 's/^DEFINE-bool(\([^,]*\).*/--no\1/p'; \ 50 | sed -ne 's/^[^"]*"--\([^"]*\)".*/--\1/p')
|
/external/srtp/ |
update.sh | 9 sed 's/(c) 2001-2005/(c) 2001-2006/' $x > $x.tmp;
|
/external/valgrind/main/gdbserver_tests/ |
filter_memcheck_monitor | 25 sed -e '/Cannot access memory at address 0x......../d' \
|
filter_stderr | 6 sed -e '/^Copyright (C) /d' \
|
/external/valgrind/main/massif/tests/ |
filter_stderr | 8 sed "/^Massif, a heap profiler/ , /./ d" |
|
/frameworks/compile/slang/lit-tests/ |
rs-filecheck-wrapper.sh | 10 FILECHECK_INPUTFILE=`basename $SOURCEFILE | sed 's/\.rs\$/.ll/'`
|
/external/elfutils/src/ |
ylwrap | 90 input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'` 93 input_rx=`echo "$input_dir" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'` 125 FROM=`echo "$from" | sed \ 128 TARGET=`echo "$2" | sed \ 131 sed "/^#/{s,$input_rx,,;s,$from,$2,;s,$FORM,$TO,;}" "$from" >"$target" ||
|
/external/grub/ |
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/libffi/ |
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...] |
depcomp | 69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 70 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 142 sed -e 's/^[^:]*: / /' \ 155 ## Some versions of the HPUX 10.20 sed can't process this invocation 156 ## correctly. Breaking it into two sed invocations is a workaround. 157 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" 186 # clever and replace this with sed code, as IRIX sed won't handle 188 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines [all...] |
/external/llvm/autoconf/ |
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/chromium/sdch/open-vcdiff/ |
depcomp | 69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 70 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 142 sed -e 's/^[^:]*: / /' \ 155 ## Some versions of the HPUX 10.20 sed can't process this invocation 156 ## correctly. Breaking it into two sed invocations is a workaround. 157 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" 186 # clever and replace this with sed code, as IRIX sed won't handle 188 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines [all...] |
/external/elfutils/config/ |
depcomp | 69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 70 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 142 sed -e 's/^[^:]*: / /' \ 155 ## Some versions of the HPUX 10.20 sed can't process this invocation 156 ## correctly. Breaking it into two sed invocations is a workaround. 157 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" 186 # clever and replace this with sed code, as IRIX sed won't handle 188 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines [all...] |
/external/libusb/ |
depcomp | 69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 70 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 142 sed -e 's/^[^:]*: / /' \ 155 ## Some versions of the HPUX 10.20 sed can't process this invocation 156 ## correctly. Breaking it into two sed invocations is a workaround. 157 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" 186 # clever and replace this with sed code, as IRIX sed won't handle 188 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines [all...] |
/external/libusb-compat/ |
depcomp | 69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 70 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 142 sed -e 's/^[^:]*: / /' \ 155 ## Some versions of the HPUX 10.20 sed can't process this invocation 156 ## correctly. Breaking it into two sed invocations is a workaround. 157 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" 186 # clever and replace this with sed code, as IRIX sed won't handle 188 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines [all...] |
/external/protobuf/ |
depcomp | 69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 70 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 142 sed -e 's/^[^:]*: / /' \ 155 ## Some versions of the HPUX 10.20 sed can't process this invocation 156 ## correctly. Breaking it into two sed invocations is a workaround. 157 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" 186 # clever and replace this with sed code, as IRIX sed won't handle 188 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines [all...] |
/external/protobuf/gtest/build-aux/ |
depcomp | 69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 70 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 142 sed -e 's/^[^:]*: / /' \ 155 ## Some versions of the HPUX 10.20 sed can't process this invocation 156 ## correctly. Breaking it into two sed invocations is a workaround. 157 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" 186 # clever and replace this with sed code, as IRIX sed won't handle 188 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines [all...] |
/external/libmtp/ |
missing | 111 program=`echo "$1" | sed ' 174 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` 180 sed -e 's/^[^:]*://' -e 's/:.*//'`;; 194 sed 's/\.am$/.in/' | 206 file=`echo "$*" | sed -n "$sed_output"` 207 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` 232 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` 236 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` 262 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` 281 file=`echo "$*" | sed -n "$sed_output" [all...] |
/external/libpng/ |
missing | 111 program=`echo "$1" | sed ' 174 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` 180 sed -e 's/^[^:]*://' -e 's/:.*//'`;; 194 sed 's/\.am$/.in/' | 206 file=`echo "$*" | sed -n "$sed_output"` 207 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` 232 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` 236 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` 262 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` 281 file=`echo "$*" | sed -n "$sed_output" [all...] |
/external/openfst/ |
missing | 111 program=`echo "$1" | sed ' 174 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` 180 sed -e 's/^[^:]*://' -e 's/:.*//'`;; 194 sed 's/\.am$/.in/' | 206 file=`echo "$*" | sed -n "$sed_output"` 207 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` 232 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` 236 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` 262 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` 281 file=`echo "$*" | sed -n "$sed_output" [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
missing | 111 program=`echo "$1" | sed ' 174 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` 180 sed -e 's/^[^:]*://' -e 's/:.*//'`;; 194 sed 's/\.am$/.in/' | 206 file=`echo "$*" | sed -n "$sed_output"` 207 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` 232 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` 236 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` 262 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` 281 file=`echo "$*" | sed -n "$sed_output" [all...] |