OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sed
(Results
501 - 525
of
617
) sorted by null
<<
21
22
23
24
25
/external/icu4c/
configure.in
22
[
sed
-n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "$@"]
34
[LIB_VERSION=`echo $VERSION |
sed
-e 's/\.//' -e 's/^\([^.]*\)$/\1.0/'`]
35
LIB_VERSION_MAJOR=`echo $LIB_VERSION |
sed
's/\..*//'`
1032
ICULIBSUFFIXCNAME=`echo _$ICULIBSUFFIX |
sed
's/[^A-Za-z0-9_]/_/g'`
[
all
...]
runConfigureICU
108
configuredir=`echo $0 |
sed
's,[^/]*$,,'`
/external/icu4c/tools/ctestfw/
udbgutil.cpp
34
sed
-e 's%^[ ]*\([A-Z]*\)_\([A-Z_]*\).*% FIELD_NAME_STR( LEN_\1, \1_\2 ),%g'
/external/tcpdump/
makemib
98
# Make it easier to parse - used to be done by
sed
Makefile.in
157
sed
-e 's/.*/char version[] = "&";/' $(srcdir)/VERSION > $@
/frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java
96
sed
-re 's/^#define +([^ ]+)* +([^ ]+)/ int \1 = \2;/' \
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/linux/
Makefile
49
BCM_KVER:=$(shell echo $(LINUXVER) | cut -c1-3 |
sed
's/2\.[56]/2\.6/')
/external/bison/tests/
calc.at
408
sed
'/^Starting/d
428
[[
sed
's/^[-0-9.]*: //' expout >at-expout
432
[[
sed
's/syntax error, .*$/syntax error/' expout >at-expout
/device/htc/passion/
extract-files.sh
57
(cat << EOF) |
sed
s/__DEVICE__/$DEVICE/g > ../../../vendor/htc/$DEVICE/$DEVICE-vendor-blobs.mk
/external/bluetooth/glib/gio/
Makefile.am
27
(echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/gio.symbols |
sed
-e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g' | sort) > gio.def.tmp && \
/external/dbus/
configure.in
230
CFLAGS=`echo "$CFLAGS" |
sed
-e 's/-O[0-9]*//g'`
250
CFLAGS=`echo "$CFLAGS" |
sed
-e 's/ +/ /g'`
251
CXXFLAGS=`echo "$CXXFLAGS" |
sed
-e 's/ +/ /g'`
252
CPPFLAGS=`echo "$CPPFLAGS" |
sed
-e 's/ +/ /g'`
[
all
...]
/external/e2fsprogs/lib/ss/
Makefile.in
82
SHARE_FILES= ct_c.awk ct_c.
sed
/external/gtest/scripts/
gtest-config.in
76
# and avoid any dependency on a particular "
sed
" or "awk" implementation.
/external/icu4c/config/
mh-os390
206
|
sed
'\''s/\($*\)\.o[ :]*/\1.o $@ : /g'\'' > $@; \
/external/icu4c/test/hdrtst/
Makefile
85
$(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 |
sed
-e 's/^.*#error[^"]*"//' | fgrep -v ht_ | tee ht_dep.junk | fgrep -v "$$incfile.h header is obsolete" ; \
Makefile.in
103
$(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 |
sed
-e 's/^.*#error[^"]*"//' | fgrep -v ht_ | tee ht_dep.junk | fgrep -v "$$incfile.h header is obsolete" ; \
/external/libpng/scripts/
makefile.beos
90
cat scripts/libpng.pc.in |
sed
-e s!@prefix@!$(prefix)! \
makefile.darwin
86
cat scripts/libpng.pc.in |
sed
-e s!@prefix@!$(prefix)! \
makefile.dec
74
cat scripts/libpng.pc.in |
sed
-e s!@prefix@!$(prefix)! \
makefile.hp64
92
cat scripts/libpng.pc.in |
sed
-e s!@prefix@!$(prefix)! \
makefile.hpux
89
cat scripts/libpng.pc.in |
sed
-e s!@prefix@!$(prefix)! \
makefile.sco
85
cat scripts/libpng.pc.in |
sed
-e s!@prefix@!$(prefix)! \
makefile.sggcc
92
cat scripts/libpng.pc.in |
sed
-e s!@prefix@!$(prefix)! \
makefile.sgi
95
cat scripts/libpng.pc.in |
sed
-e s!@prefix@!$(prefix)! \
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
steps.py
194
REMOTE_NAME=$(echo $log |
sed
-e 's|WebKitBuild/obj/||' -e 's|/Release/|-|' -e 's|/Debug/|-|'); \
Completed in 304 milliseconds
<<
21
22
23
24
25