OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sed
(Results
376 - 400
of
816
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/nist-pkits/
generate-tests.sh
74
sed
-i '/DO NOT MANUALLY EDIT -- BEGIN AUTOMATICALLY GENERATED TESTS/,/DO NOT MANUALLY EDIT -- END AUTOMATICALLY GENERATED TESTS/{//!d}' "${TARGET}"
75
sed
-i '/DO NOT MANUALLY EDIT -- BEGIN AUTOMATICALLY GENERATED TESTS/r '"${TEMP_JAVA}" "${TARGET}"
/external/pcre/dist/
missing
132
normalized_program=`echo "$1" |
sed
'
202
give_advice "$1" |
sed
-e '1s/^/WARNING: /' \
/external/skia/experimental/PdfViewer/scripts/
test_all_pdfs.sh
56
ls -1 $1/*.pdf |
sed
"s/^/experimental\/PdfViewer\/scripts\/vm_pdf_viewer_run_one_pdf.sh /" \
/external/smali/smali/
runjflex.sh
48
sed
's/[ ]*$//' "$JAVA_FILE" > "$JAVA_FILE.tmp"
/external/strace/linux/mips/
ioctlent.sh
72
sed
-n -e 's/^\(.*\):#[ ]*define[ ]*\([A-Z_][A-Z0-9_]*\).*$/ { "\1", "\2", \2 },/p' |
/external/valgrind/main/coregrind/
link_tool_exe_linux.in
75
my $x = `cat ../config.log 2>&1 | grep host_cpu= |
sed
"s/host_cpu='//g"`;
/external/valgrind/main/gdbserver_tests/
make_local_links
67
GDBMAJ=`echo $GDBVERSIONLINE |
sed
-e 's/[^0-9\.]//g' |
69
GDBMIN=`echo $GDBVERSIONLINE |
sed
-e 's/[^0-9\.]//g' |
/external/zlib/
update_zlib.sh
14
sed
's/.*zlib-\(.*\)\.tar\.gz.*/\1/')
/ndk/sources/host-tools/sed-4.2.1/doc/
groupify.sed
1
#! /bin/
sed
-nf
2
# Script to add @group...@end group tags to
sed
.texi.in
8
@c Do not edit this file!! It is automatically generated from
sed
-in.texi.
/ndk/tests/build/libc_no_atexit/
build.sh
12
LIB=$(cd $NDK && find platforms -name "libc.so" |
sed
-e 's!^!'$NDK'/!' | grep arch-$ARCH)
/prebuilts/tools/linux-x86/sdl/bin/
sdl-config
21
-*=*) optarg=`echo "$1" | LC_ALL="C"
sed
's/[-_a-zA-Z0-9]*=//'` ;;
/prebuilts/tools/windows/sdl/bin/
sdl-config
21
-*=*) optarg=`echo "$1" | LC_ALL="C"
sed
's/[-_a-zA-Z0-9]*=//'` ;;
/sdk/eclipse/scripts/
update_version.sh
36
sed
-i "s/$SED_OLD/$SED_NEW/g" "$1"
38
#
sed
on Mac doesn't handle -i the same way as on Linux
39
sed
-i "" "s/$SED_OLD/$SED_NEW/g" "$1"
/system/core/logd/
Android.mk
29
LOCAL_CFLAGS := -Werror $(shell
sed
-n 's/^\([0-9]*\)[ \t]*auditd[ \t].*/-DAUDITD_LOG_TAG=\1/p' $(LOCAL_PATH)/event.logtags)
/external/bouncycastle/
Android.mk
89
`(find $(LOCAL_PATH) -name '*.java' | xargs grep '"org.bouncycastle' | egrep ' (put|add)' |
sed
-e 's/");//' -e 's/.*"//'; \
90
find $(LOCAL_PATH) -name '*.java' | xargs grep ' addHMACAlgorithm' |
sed
's/"org.bouncycastle/\norg.bouncycastle/g' | grep ^org.bouncycastle |
sed
's/".*//'; \
91
find . -name '*.java' | xargs grep 'import org.bouncycastle' | grep -v /bouncycastle/ |
sed
-e 's/.*:import //' -e 's/;//') \
92
|
sed
-e 's/^/-keep class /' -e 's/$$/ { public protected \*; } /' | sort | uniq` \
/external/libunwind/aux/
config.sub
55
me=`echo "$0" |
sed
-e 's,.*/,,'`
119
maybe_os=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
123
basic_machine=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
126
basic_machine=`echo $1 |
sed
's/-[^-]*$//'`
128
then os=`echo $1 |
sed
's/.*-/-/'`
174
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
178
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
181
os=`echo $os |
sed
-e 's/sco3.2./sco3.2v/'`
182
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
186
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'
[
all
...]
config.guess
38
me=`echo "$0" |
sed
-e 's,.*/,,'`
170
release=`echo ${UNAME_RELEASE}|
sed
-e 's/[-_].*/\./'`
276
echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} |
sed
-e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
317
echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|
sed
-e 's/[^.]*//'`
320
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|
sed
-e 's/[^.]*//'`
323
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|
sed
-e 's/[^.]*//'`
329
echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|
sed
-e 's/[^.]*//'`
338
echo sparc-sun-sunos`echo ${UNAME_RELEASE}|
sed
-e 's/-/_/'`
344
UNAME_RELEASE=`(
sed
1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
401
sed
's/^ //' << EOF >$dummy.
[
all
...]
/external/qemu-pc-bios/bochs/
config.sub
55
me=`echo "$0" |
sed
-e 's,.*/,,'`
119
maybe_os=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
123
basic_machine=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
126
basic_machine=`echo $1 |
sed
's/-[^-]*$//'`
128
then os=`echo $1 |
sed
's/.*-/-/'`
174
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
178
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
181
os=`echo $os |
sed
-e 's/sco3.2./sco3.2v/'`
182
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
186
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'
[
all
...]
/external/srtp/
config.status
75
sed
'/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
161
# uniformly replaced by the line number. The first '
sed
' inserts a
162
# line-number line before each line; the second '
sed
' does the real
166
# (Raja R Harinath suggested
sed
'=', and Paul Eggert wrote the
167
# second '
sed
' script. Blame Lee E. McMahon for
sed
's syntax. :-)
168
sed
'=' <$as_myself |
169
sed
'
232
#
Sed
expression to map a string onto a valid CPP name.
233
as_tr_cpp="eval
sed
'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'
[
all
...]
/external/e2fsprogs/config/
config.rpath
43
host_cpu=`echo "$host" |
sed
's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
44
host_vendor=`echo "$host" |
sed
's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
45
host_os=`echo "$host" |
sed
's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
380
sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" |
sed
-e "s/^libraries://" -e "s/;/ /g"`
476
escaped_wl=`echo "X$wl" |
sed
-e 's/^X//' -e "$sed_quote_subst"`
477
escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" |
sed
-e 's/^X//' -e "$sed_quote_subst"`
478
escaped_sys_lib_search_path_spec=`echo "X$sys_lib_search_path_spec" |
sed
-e 's/^X//' -e "$sed_quote_subst"`
479
escaped_sys_lib_dlsearch_path_spec=`echo "X$sys_lib_dlsearch_path_spec" |
sed
-e 's/^X//' -e "$sed_quote_subst"`
481
sed
-e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
/external/libexif/
config.rpath
49
host_cpu=`echo "$host" |
sed
's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
50
host_vendor=`echo "$host" |
sed
's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
51
host_os=`echo "$host" |
sed
's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
242
aix_libpath=`dump -H conftest 2>/dev/null |
sed
-n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
245
aix_libpath=`dump -HX64 conftest 2>/dev/null |
sed
-n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
518
escaped_wl=`echo "X$wl" |
sed
-e 's/^X//' -e "$sed_quote_subst"`
519
shlibext=`echo "$shrext" |
sed
-e 's,^\.,,'`
520
escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" |
sed
-e 's/^X//' -e "$sed_quote_subst"`
522
sed
-e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
/ndk/sources/host-tools/make-3.81/config/
config.rpath
49
host_cpu=`echo "$host" |
sed
's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
50
host_vendor=`echo "$host" |
sed
's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
51
host_os=`echo "$host" |
sed
's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
242
aix_libpath=`dump -H conftest 2>/dev/null |
sed
-n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
245
aix_libpath=`dump -HX64 conftest 2>/dev/null |
sed
-n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
518
escaped_wl=`echo "X$wl" |
sed
-e 's/^X//' -e "$sed_quote_subst"`
519
shlibext=`echo "$shrext" |
sed
-e 's,^\.,,'`
520
escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" |
sed
-e 's/^X//' -e "$sed_quote_subst"`
522
sed
-e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
/external/bison/build-aux/
config.sub
58
me=`echo "$0" |
sed
-e 's,.*/,,'`
123
maybe_os=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
131
basic_machine=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
135
basic_machine=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
138
basic_machine=`echo $1 |
sed
's/-[^-]*$//'`
140
then os=`echo $1 |
sed
's/.*-/-/'`
189
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
193
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
197
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
200
os=`echo $os |
sed
-e 's/sco3.2./sco3.2v/'
[
all
...]
/external/chromium_org/third_party/icu/source/
config.sub
53
me=`echo "$0" |
sed
-e 's,.*/,,'`
116
maybe_os=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
124
basic_machine=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
128
basic_machine=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
131
basic_machine=`echo $1 |
sed
's/-[^-]*$//'`
133
then os=`echo $1 |
sed
's/.*-/-/'`
182
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
186
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
190
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
193
os=`echo $os |
sed
-e 's/sco3.2./sco3.2v/'
[
all
...]
/external/chromium_org/third_party/opus/src/
config.sub
58
me=`echo "$0" |
sed
-e 's,.*/,,'`
123
maybe_os=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
131
basic_machine=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
135
basic_machine=`echo $1 |
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
138
basic_machine=`echo $1 |
sed
's/-[^-]*$//'`
140
then os=`echo $1 |
sed
's/.*-/-/'`
189
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
193
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
197
basic_machine=`echo $1 |
sed
-e 's/86-.*/86-pc/'`
200
os=`echo $os |
sed
-e 's/sco3.2./sco3.2v/'
[
all
...]
Completed in 1406 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>