OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:echo
(Results
251 - 275
of
1516
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/dhcpcd/mk/
man.mk
4
_MANPREFIX_SH= if [ -n "${PREFIX}" ]; then
echo
"${PREFIX}"; else
echo
"/usr/share"; fi
11
_MAN5_SH= for man in ${MAN}; do case $$man in *.5)
echo
$$man;; esac; done
15
_MAN8_SH= for man in ${MAN}; do case $$man in *.8)
echo
$$man;; esac; done
sys.mk
12
_LIBNAME_SH= case `readlink /lib` in "")
echo
"lib";; *) basename `readlink /lib`;; esac
/external/dnsmasq/bld/
install-man
7
echo
installing $1/$f/man8/dnsmasq.8
install-mo
6
echo
installing $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
/external/e2fsprogs/lib/blkid/
test_probe.in
19
echo
"non-existent"
27
echo
ok
30
echo
failed
38
echo
"$num_ok tests succeeded $num_failed tests failed"
/external/e2fsprogs/tests/defaults/
e_script
11
class=`
echo
$test_name | sed -e 's/e_\([^_]*\)_\(.*\)/\1/'`
12
instance=`
echo
$test_name | sed -e 's/e_\([^_]*\)_\(.*\)/\2/'`
40
echo
"ok"
43
echo
"failed"
/external/e2fsprogs/tests/r_resize_inode/
script
16
echo
mke2fs -q -F -O resize_inode -o Linux -b 1024 -g 1024 test.img 16384 > $OUT
21
echo
resize2fs test.img 65536 >> $OUT
26
echo
Exit status is $status >> $OUT.new
35
echo
dumpe2fs test.img >> $OUT
38
echo
"--------------------------------" >> $OUT
40
echo
mke2fs -q -F -O resize_inode -o Linux -b 1024 -g 1024 test.img 65536 >> $OUT
45
echo
resize2fs test.img 16384 >> $OUT
50
echo
Exit status is $status >> $OUT.new
59
echo
dumpe2fs test.img >> $OUT
62
echo
"--------------------------------" >> $OU
[
all
...]
/external/fdlibm/
configure.in
11
AC_CHECK_PROGS(RANLIB, [ranlib
echo
])
/external/iptables/extensions/
.opts-test6
2
[ -f $KERNEL_DIR/net/ipv6/netfilter/ip6t_hbh.c -a -f $KERNEL_DIR/net/ipv6/netfilter/ip6t_dst.c -a -f $KERNEL_DIR/include/linux/netfilter_ipv6/ip6t_opts.h ] &&
echo
hbh dst
/external/libffi/
configure.host
9
LDFLAGS=`
echo
$LDFLAGS | sed "s/\-B[^ ]*libgloss\/frv\///"`\ -B`pwd`/../libgloss/frv/
/external/qemu/
android-rebuild.sh
13
echo
"Done. !!"
/external/strace/strace/linux/mips/
ioctlent.sh
60
echo
"usage: $0 include-directory" >&2
79
echo
'/* This file is automatically generated by ioctlent.sh */'
80
echo
81
echo
'#include <sys/types.h>'
82
echo
83
echo
'/* Needed for <linux/baycom.h> */'
84
echo
'#define BAYCOM_DEBUG'
85
echo
86
echo
'/* Needed for <linux/cyclades.h> */'
87
echo
'#include <linux/termios.h>
[
all
...]
/external/webkit/LayoutTests/http/tests/appcache/resources/
print-uri.php
6
echo
$_SERVER['REQUEST_URI'];
/external/webkit/WebKitTools/Scripts/
run-webkit-nightly.cmd
1
@
echo
off
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MSDOS/
configur.bat
1
@
echo
off
/external/webkit/WebKitTools/android/flex-2.5.4a/
configure.in
24
[test -z "$CONFIG_HEADERS" ||
echo
timestamp > stamp-h])
/system/core/fastboot/
p12topem.sh
5
echo
"Usage: $0 alias passphrase"
signfile.sh
5
echo
"Usage: $0 alias filename passpharse"
/external/bzip2/
bzdiff
16
prog=`
echo
$0 | sed 's|.*/||'`
31
echo
"${prog}: $ARG not found or not a regular file"
37
echo
"Usage: $prog [${comp}_options] file [file]"
41
echo
'cannot create a temporary file' >&2
46
FILE=`
echo
"$1" | sed 's/.bz2$//'`
55
F=`
echo
"$2" | sed 's|.*/||;s|.bz2$||'`
74
echo
"Usage: $prog [${comp}_options] file [file]"
/external/proguard/build/
build.sh
42
echo
"Compiling ${1//\//.} ..."
54
echo
"Creating $2..."
59
echo
"Updating $PROGUARD_JAR..."
83
echo
"Please make sure the environment variable ANT_HOME is set correctly,"
84
echo
"if you want to compile the optional ProGuard Ant task."
92
echo
"Please make sure the environment variable WTK_HOME is set correctly,"
93
echo
"if you want to compile the optional ProGuard WTK plugin."
/frameworks/base/tests/backup/
test_backup.sh
18
#export DRY_RUN="
echo
"
31
echo
'Waiting 5 seconds for things to settle...'
51
echo
-n \"<map><int name=\\\"pref\\\" value=\\\"1\\\" /></map>\" \
53
echo
-n first file > /data/data/com.android.backuptest/files/file.txt ; \
54
echo
-n asdf > /data/data/com.android.backuptest/files/another_file.txt ; \
55
echo
-n "" > /data/data/com.android.backuptest/files/empty.txt ; \
58
#
echo
-n 3 > /data/data/com.android.backuptest/files/3.txt ; \
/system/extras/tests/sdcard/
profile_sdcard.sh
34
echo
"# Scalability tests" | tee -a ${file}
35
echo
"# Kernel: $(print_kernel)" | tee -a ${file}
36
echo
"# Sched features: $(print_sched_features)" | tee -a ${file}
37
echo
"# StopWatch scalability total/cumulative duration 0.0 Samples: 1" | tee -a ${file}
38
echo
"# Process Time" | tee -a ${file}
42
echo
"$p $t" | tee -a ${file}
59
echo
"Make sure debugfs is mounted on the device."
/external/icu4c/test/
Makefile.in
36
@
echo
simply use \`make\' \(or \`make everything\'\) to do all
52
target=`
echo
$@ | sed s/-recursive//`; \
54
echo
"$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
70
target=`
echo
$@ | sed s/-recursive//`; \
72
echo
"$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
80
echo
"---------------"; \
81
echo
"ALL TESTS SUMMARY:"; \
83
echo
"ok: $$goods"; \
84
echo
"===== ERRS: $$bads"; exit 1; \
86
echo
"All tests OK: $$goods";
[
all
...]
/external/libpng/
missing
29
echo
1>&2 "Try \`$0 --help' for more information"
65
echo
"\
98
echo
"missing $scriptversion (GNU Automake)"
103
echo
1>&2 "$0: Unknown \`$1' option"
104
echo
1>&2 "Try \`$0 --help' for more information"
111
program=`
echo
"$1" | sed '
127
echo
1>&2 "ERROR: \`tar' requires --run"
151
echo
1>&2 "\
160
echo
1>&2 "\
169
echo
1>&2 "
[
all
...]
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
mkheaders
35
echo
"Usage: mkheaders [options] [prefix [isysroot]]"
36
echo
"Options:"
37
echo
" -v Print more output (may be repeated for even more output)"
38
echo
" --help This help"
39
echo
" --version Print version information"
44
echo
"mkheaders (GCC) version $version"
45
echo
"Copyright 2002, 2007 Free Software Foundation, Inc."
46
echo
"This program is free software; you may redistribute it under the"
47
echo
"terms of the GNU General Public License. This program has"
48
echo
"absolutely no warranty.
[
all
...]
Completed in 170 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>