OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sed
(Results
201 - 225
of
816
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/darwin-x86/2.7.5/bin/
python-config.sh
37
# Use
sed
to fix paths from their built to locations to their installed to locations.
38
prefix=$(echo "$prefix_build" |
sed
"s#$prefix_build#$prefix_real#")
40
exec_prefix=$(echo "$exec_prefix_build" |
sed
"s#$exec_prefix_build#$prefix_real#")
41
includedir=$(echo "${prefix}/include" |
sed
"s#$prefix_build#$prefix_real#")
42
libdir=$(echo "${exec_prefix}/lib" |
sed
"s#$prefix_build#$prefix_real#")
43
CFLAGS=$(echo "-O2 -Os -fomit-frame-pointer -s" |
sed
"s#$prefix_build#$prefix_real#")
/prebuilts/python/linux-x86/2.7.5/bin/
python-config.sh
37
# Use
sed
to fix paths from their built to locations to their installed to locations.
38
prefix=$(echo "$prefix_build" |
sed
"s#$prefix_build#$prefix_real#")
40
exec_prefix=$(echo "$exec_prefix_build" |
sed
"s#$exec_prefix_build#$prefix_real#")
41
includedir=$(echo "${prefix}/include" |
sed
"s#$prefix_build#$prefix_real#")
42
libdir=$(echo "${exec_prefix}/lib" |
sed
"s#$prefix_build#$prefix_real#")
43
CFLAGS=$(echo "-O2 -Os -fomit-frame-pointer -s" |
sed
"s#$prefix_build#$prefix_real#")
/development/tools/findunused/
findunusedstrings
31
# Two
sed
's were needed because the | operator is not supported on the mac
32
for i in $(grep -Rs "\(string\|plurals\) name=" res |
sed
's/.*string name=\"//' |
sed
's/.*plurals name=\"//'|
sed
's/".*$//'|sort -u)
/external/bzip2/
bzdiff
16
prog=`echo $0 |
sed
's|.*/||'`
46
FILE=`echo "$1" |
sed
's/.bz2$//'`
55
F=`echo "$2" |
sed
's|.*/||;s|.bz2$||'`
bzgrep
11
prog=`echo $0 |
sed
's|.*/||'`
43
op=`echo "$opt" |
sed
-e 's/ //g' -e 's/-//g'`
70
bzip2 -cdfq "$i" | $grep $opt "$pat" |
sed
"s|^|${j}:|"
/external/qemu/distrib/sdl-1.2.15/build-scripts/
makedep.sh
14
echo $1 |
sed
-e 's|^.*/||' -e 's|\.|_|g'
19
base=`echo $1 |
sed
's|/[^/]*$||'`
20
grep '#include "' <$1 |
sed
-e 's|.*"\([^"]*\)".*|\1|' | \
27
for path in $base `echo $INCLUDE |
sed
's|-I||g'`
43
ext=`echo $src |
sed
's|.*\.\(.*\)|\1|'`
44
obj=`echo $src |
sed
"s|^.*/\([^ ]*\)\..*|\1.lo|g"`
/external/strace/linux/
ioctlent.sh
51
sed
-ne "s,$asm/,asm/,g"'
75
sed
-e 's:^\./::' -e 's:/Kbuild:/*:' | \
92
sed
-n \
98
sed
-i 's|"uapi/|"|' ioctls.h
108
bases=$(
sed
-n \
128
${CPP:-cpp} -P $(grep -l $base $files 2>/dev/null) |
sed
'/^$/d' | \
/frameworks/wilhelm/tools/hashgen/
Makefile
24
sed
-n '/static const unsigned .* asso_values.. =/,/^ };/p' < part23in.c >> $@
33
part7.c : part23in.c hash.
sed
35
sed
-n '/return.*asso_values/p' < part23in.c |
sed
-f hash.
sed
>> $@
53
sed
-n '/static const char . const wordlist.. =/,/^ };/p' < part23in.c >> $@
/ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi
28
program=`echo $0 |
sed
-e 's!.*/!!'`
134
opt=`echo "$1" |
sed
-e 's/=.*//'`
135
val=`echo "$1" |
sed
-e 's/[^=]*=//'`
216
# A
sed
script that preprocesses Texinfo sources in order to keep the
222
# doesn't work well enough (yet) to use that, so work around with
sed
.
223
comment_iftex_sed=$utildir/comment.
sed
253
uncomment_iftex_sed=$utildir/uncomment.
sed
275
first_character=`
sed
-n '1s/^\(.\).*$/\1/p;q' $this_file`
327
filename_dir=`echo $command_line_filename |
sed
's!/[^/]*$!!;s!^$!.!'`
333
filename_noext=`echo "$filename_ext" |
sed
's/\.[^.]*$//'
[
all
...]
/external/chromium_org/build/
branding_value.sh
44
BRANDING_VALUE=$(
sed
-n -e "s/^${THE_KEY}=\(.*\)\$/\1/p" "${BRANDING_FILE}")
/external/chromium_org/chrome/tools/build/mac/
build_app_dmg
28
DMG_NAME=$(echo "${APP_NAME}" |
sed
"s/ //g")
/external/chromium_org/chrome/tools/build/win/
make_zip.sh
18
files=$(
sed
-n "s/^ *'filename': '\(.*\)',$/\1/ p" "$tools_dir/FILES.cfg")
/external/chromium_org/remoting/scripts/mac/
dump_product_syms
23
ARCHS=$(file "${DWARF_PATH}" |
sed
-Ene 's/^.*(i386|x86_64)$/\1/p')
/external/chromium_org/third_party/libsrtp/srtp/doc/
Makefile
27
sed
's/LIBSRTPVERSION/$(version)/' header.template > header.tex
29
sed
's/\subsection/\section/' latex/index.tex > latex/index.tmp
/external/chromium_org/tools/valgrind/
fixed_suppressions.sh
7
sed
-e 's/bug_//' | sort -n | uniq);
waterfall.sh
59
sed
"s/.*<a href=\"builders\///" |
sed
"s/\".*//" | \
65
SLAVE_NAME=$(echo $S |
sed
-e "s/%20/ /g" -e "s/%28/(/g" -e "s/%29/)/g")
89
sed
"s/.*\/builds\///" |
sed
"s/\".*//")
117
echo "$FAILURE" |
sed
-e "s/.*\/logs\///" -e "s/\/.*//" \
138
echo "Test failures on ${PLATFORM}:" |
sed
"s/%20/ /"
141
sed
-e "s/^FAILED://" -e "s/^/ /"
142
# Don't put any operators between "grep |
sed
" and "RESULT=$PIPESTATUS"
/external/clang/
clang-version-inc.mk
10
LLVMVersion := $(shell grep PACKAGE_VERSION $(LLVM_ROOT_PATH)/host/include/llvm/Config/config.h |
sed
-e 's/\#define PACKAGE_VERSION "\(.*\)"/\1/g')
30
$(hide)
sed
-e "s#@CLANG_VERSION@#$(CLANG_VERSION)#g" \
/external/dhcpcd/mk/
sys.mk
10
SED
?=
sed
/external/e2fsprogs/util/
gen-tarball.in
8
base_ver=`echo @E2FSPROGS_VERSION@ |
sed
-e 's/-WIP//' -e 's/pre-//' -e 's/-PLUS//'`
19
deb_pkgver=`echo @E2FSPROGS_PKGVER@ |
sed
-e 's/~/-/g'`
43
-print) |
sed
-e "s/^$base_e2fsprogs/$SRCROOT/" > $exclude
44
sed
-e "s;^;$SRCROOT/;" < $srcdir/$list.exclude >> $exclude
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
updateBugState.sh
19
echo "Running ..."; echo ""; echo $cmd |
sed
-e "s/ \-/# \-/g" -e "s/:/# :/g" | tr "#" "\n"; echo "";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedManipulation.sh
33
echo $cmd |
sed
-e 's/ \-/\n \-/g' -e 's/:/\n :/g'; echo "";
/external/harfbuzz_ng/src/
check-symbols.sh
22
prefix=`basename "$so" |
sed
's/libharfbuzz/hb/; s/-/_/g; s/[.].*//'`
/external/iproute2/genl/
Makefile
36
for s in `grep -B 3 '\<dlsym' $$files |
sed
-n '/snprintf/{s:.*"\([^"]*\)".*:\1:;s:%s::;p}'` ; do \
37
sed
-n '/'$$s'[^ ]* =/{s:.* \([^ ]*'$$s'[^ ]*\) .*:extern char \1[] __attribute__((weak)); if (!strcmp(sym, "\1")) return \1;:;p}' $$files ; \
/external/qemu-pc-bios/vgabios/
dataseghack
22
cat temp.awk.1 temp.awk.2 temp.awk.3 |
sed
-e 's/^\.data//' -e 's/^\.bss//' -e 's/^\.text//' > $1
/external/srtp/doc/
Makefile
27
sed
's/LIBSRTPVERSION/$(version)/' header.template > header.tex
29
sed
's/\subsection/\section/' latex/index.tex > latex/index.tmp
Completed in 752 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>