OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sed
(Results
476 - 500
of
816
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/boringssl/src/crypto/stack/
make_macros.sh
93
stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* STACK_OF:' |
sed
-e 's/.*STACK_OF://' -e 's/ .*//')
94
const_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* CONST_STACK_OF:' |
sed
-e 's/.*CONST_STACK_OF://' -e 's/ .*//')
95
special_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* SPECIAL_STACK_OF:' |
sed
-e 's/.*SPECIAL_STACK_OF://' -e 's/ .*//')
/external/chromium_org/third_party/opus/src/
compile
69
file=`cmd //C echo "$file " |
sed
-e 's/"\(.*\) " *$/\1/'`
306
cofile=`echo "$cfile" |
sed
's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
312
lockdir=`echo "$cofile" |
sed
-e 's|[/\\:.-]|_|g'`.d
/external/libcap-ng/libcap-ng-0.7/
compile
69
file=`cmd //C echo "$file " |
sed
-e 's/"\(.*\) " *$/\1/'`
273
cofile=`echo "$cfile" |
sed
's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
279
lockdir=`echo "$cofile" |
sed
-e 's|[/\\:.-]|_|g'`.d
/external/libopus/
compile
69
file=`cmd //C echo "$file " |
sed
-e 's/"\(.*\) " *$/\1/'`
306
cofile=`echo "$cfile" |
sed
's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
312
lockdir=`echo "$cofile" |
sed
-e 's|[/\\:.-]|_|g'`.d
/external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action.sh
44
ipaddr=`echo "$*" |
sed
's/.* ip_addr=\([^ ]*\).*/\1/'`
45
ipmask=`echo "$*" |
sed
's/.* ip_mask=\([^ ]*\).*/\1/'`
46
goipaddr=`echo "$*" |
sed
's/.* go_ip_addr=\([^ ]*\).*/\1/'`
/external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-runtime.sh
109
sed
-i -e s/elf_i386/elf_nacl/ -e s/elf_x86_64/elf64_nacl/ \
111
sed
-i -e s/elf_i386/elf_nacl/ -e s/elf_x86_64/elf64_nacl/ \
113
sed
-i -e s/elf_i386/elf_nacl/ -e s/elf_x86_64/elf64_nacl/ \
/external/e2fsprogs/ext2ed/
Makefile.in
43
-mv `echo $< |
sed
-e 's/.sgml$$/.ps/'` $@
48
-mv `echo $< |
sed
-e 's/.sgml$$/.pdf/'` $@
53
-mv `echo $< |
sed
-e 's/.sgml$$/.html/'` $@
/external/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4
49
sed
's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
51
sed
's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
53
sed
's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
/ndk/sources/host-tools/sed-4.2.1/doc/
sed.x
2
sed
\- a Stream EDitor
5
sed
[-V] [--version] [--help] [-n] [--quiet] [--silent]
242
For example, ``
sed
-n 1~2p'' will print all the odd-numbered lines in
318
sed
.info,
321
the \*(sd FAQ (http://
sed
.sf.net/grabbag/tutorials/sedfaq.txt),
322
http://
sed
.sf.net/grabbag/.
328
Be sure to include the word ``
sed
'' somewhere in the ``Subject:'' field.
329
Also, please include the output of ``
sed
--version'' in the body
/external/chromium_org/chrome/tools/build/linux/
chrome-wrapper
95
MISSING_LIBS=$(ldd "$HERE/chrome" 2> /dev/null |grep "not found$" | cut -d" " -f 1|
sed
's/\t//')
122
reallib=$(echo $lib |
sed
's/\.[01]d$//')
/external/chromium_org/third_party/sqlite/src/
publish.sh
10
srcdir=`echo "$0" |
sed
's%\(^.*\)/[^/][^/]*$%\1%'`
20
VERSW=`
sed
's/\./_/g' $srcdir/VERSION`
99
EXCLUDE=`find sqlite-$VERS -print | egrep '(www/|art/|doc/|contrib/|_FOSSIL_)' |
sed
's,^, --exclude ,'`
121
sed
s/SQLITE_VERSION/$VERS/g $srcdir/spec.template > $HOME/rpm/SPECS/sqlite.spec
/external/chromium_org/tools/clang/scripts/
repackage.sh
33
sed
-ne 's/clang version .*(\([0-9]*\))/\1/p')
/external/dhcpcd/mk/
dist.mk
10
_VERSION_SH=
sed
-n 's/\#define VERSION[[:space:]]*"\(.*\)".*/\1/p' config.h
/external/dnsmasq/contrib/port-forward/
dnsmasq-portforward
43
ports=$(
sed
-n -e "/^${hostname}\ .*/ s/^.* //p" ${PORTSFILE})
/external/e2fsprogs/lib/
Makefile.darwin-lib
31
`echo $(my_dir) |
sed
-e 's;lib/;;'`/$(BSD_LIB) $(BSD_LIB))
/external/e2fsprogs/util/
install-symlink.in
26
SYMLINKS=$(echo $1 |
sed
-e 's/--symlinks=//')
/external/llvm/autoconf/
mkinstalldirs
106
set fnord `echo ":$file" |
sed
-ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/external/llvm/tools/llvm-config/
Android.mk
30
$(GEN) : PRIVATE_CUSTOM_TOOL =
sed
-e 's/@ANDROID_BUILD_TOP@/$(subst /,\/,$(ANDROID_BUILD_TOP))/' < $< > $@
/external/qemu/distrib/zlib-1.2.8/
configure
23
uname="`echo "${CHOST}" |
sed
-e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)-.*$/\1/'`"
31
VER=`
sed
-n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`
32
VER3=`
sed
-n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < zlib.h`
33
VER2=`
sed
-n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < zlib.h`
34
VER1=`
sed
-n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < zlib.h`
104
-p*=* | --prefix=*) prefix=`echo $1 |
sed
's/.*=//'`; shift ;;
105
-e*=* | --eprefix=*) exec_prefix=`echo $1 |
sed
's/.*=//'`; shift ;;
106
-l*=* | --libdir=*) libdir=`echo $1 |
sed
's/.*=//'`; shift ;;
107
--sharedlibdir=*) sharedlibdir=`echo $1 |
sed
's/.*=//'`; shift ;;
108
-i*=* | --includedir=*) includedir=`echo $1 |
sed
's/.*=//'`;shift ;
[
all
...]
/external/zlib/src/
configure
23
uname="`echo "${CHOST}" |
sed
-e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)-.*$/\1/'`"
31
VER=`
sed
-n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`
32
VER3=`
sed
-n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < zlib.h`
33
VER2=`
sed
-n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < zlib.h`
34
VER1=`
sed
-n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < zlib.h`
104
-p*=* | --prefix=*) prefix=`echo $1 |
sed
's/.*=//'`; shift ;;
105
-e*=* | --eprefix=*) exec_prefix=`echo $1 |
sed
's/.*=//'`; shift ;;
106
-l*=* | --libdir=*) libdir=`echo $1 |
sed
's/.*=//'`; shift ;;
107
--sharedlibdir=*) sharedlibdir=`echo $1 |
sed
's/.*=//'`; shift ;;
108
-i*=* | --includedir=*) includedir=`echo $1 |
sed
's/.*=//'`;shift ;
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf
58
i=`echo $1 |
sed
"s/.*\///"`
338
echo Evaluating `echo $1 |
sed
"s/\+/ /g"` ...
339
$DBG echo /omx/PERF_reader $my_perf*$2.trace "|" awk -f /omx/`echo $3 |
sed
"s/\+/ /g"`
340
/omx/PERF_reader $my_perf*$2.trace | awk -f /omx/`echo $3 |
sed
"s/\+/ /g"`
/ndk/build/tools/
build-host-perl.sh
94
LIBS_SEARCH=`$CC -print-search-dirs | grep libraries |
sed
' s/^.*=// ' |
sed
' s/:/ /g '`
build-libportable.sh
170
nm -a $DSTDIR/libportable.a | grep __wrap_ | awk '{print $3}' |
sed
'/^$/d' | \
171
sed
's/_wrap_/|/' | awk -F'|' '{print $2}' | sort | uniq | \
/external/genext2fs/
configure
136
sed
'/^.*\/\([^/][^/]*\)\/*$/{
429
# uniformly replaced by the line number. The first '
sed
' inserts a
430
# line-number line after each line using $LINENO; the second '
sed
'
435
# (Raja R Harinath suggested
sed
'=', and Paul Eggert wrote the
437
# E. McMahon (1931-1989) for
sed
's syntax. :-)
438
sed
-n '
442
sed
'
544
#
Sed
expression to map a string onto a valid CPP name.
545
as_tr_cpp="eval
sed
'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
547
#
Sed
expression to map a string onto a valid variable name
[
all
...]
/build/tools/
check_builds.sh
43
make PRODUCT-$(echo $1 |
sed
"s/-.*//" )-installclean
Completed in 1101 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>