HomeSort by relevance Sort by last modified time
    Searched full:echo (Results 101 - 125 of 1516) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/jpeg/
config.guess 101 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr [[A-Z]] [[a-z]]`
104 echo alpha-dec-winnt3.5
107 echo m68k-cbm-sysv4
110 echo m68k-cbm-netbsd${UNAME_RELEASE}
113 echo m68k-unknown-openbsd${UNAME_RELEASE}
116 echo mips64el-unknown-openbsd${UNAME_RELEASE}
119 echo mipsel-unknown-openbsd${UNAME_RELEASE}
122 echo mips-unknown-openbsd${UNAME_RELEASE}
125 echo mipsel-unknown-openbsd${UNAME_RELEASE
    [all...]
  /external/e2fsprogs/tests/d_loaddump/
script 8 echo "debugfs load/dump test" > $OUT
12 echo "mke2fs -Fq -b 1024 $TMPFILE 512" >> $OUT
16 echo Exit status is $status >> $OUT
19 echo "file fragment odd size" >> $TEST_DATA
21 echo "debugfs -R ''write $TEST_DATA test_data'' -w $TMPFILE" > $OUT.new
24 echo Exit status is $status >> $OUT.new
27 echo e2fsck $VERIFY_FSCK_OPT -N test_filesys > $OUT.new
30 echo Exit status is $status >> $OUT.new
33 echo "debugfs -R ''dump test_data $VERIFY_DATA'' $TMPFILE" > $OUT.new
36 echo Exit status is $status >> $OUT.ne
    [all...]
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-up.sh 17 echo $@
18 echo "LOCAL_ADDR = ${LOCAL_ADDR}"
19 echo "LOCAL_PORT = ${LOCAL_PORT}"
20 echo "REMOTE_ADDR = ${REMOTE_ADDR}"
21 echo "REMOTE_PORT = ${REMOTE_PORT}"
22 echo "DEFAULT_GW = ${DEFAULT_GW}"
23 echo "INTERNAL_ADDR4 = ${INTERNAL_ADDR4}"
24 echo "INTERNAL_DNS4 = ${INTERNAL_DNS4}"
26 echo ${INTERNAL_ADDR4} | grep '[0-9]' > /dev/null || exit 0
27 echo ${DEFAULT_GW} | grep '[0-9]' > /dev/null || exit
    [all...]
  /ndk/
ndk-build 57 echo "ERROR: You are using a non-Cygwin compatible Make program."
58 echo "Currently using: `cygpath -m $GNUMAKE`"
59 echo ""
60 echo "To solve the issue, follow these steps:"
61 echo ""
62 echo "1. Ensure that the Cygwin 'make' package is installed."
63 echo " NOTE: You will need GNU Make 3.81 or later!"
64 echo ""
65 echo "2. Define the GNUMAKE environment variable to point to it, as in:"
66 echo ""
    [all...]
  /dalvik/tools/dmtracedump/tests/filters/
run_tests.sh 12 echo "Running test for $file"
20 echo " OK"
22 echo " Test failed: $output"
33 echo "$failed test(s) failed"
35 echo "All tests passed successfully"
  /packages/experimental/procstatlog/
diskload.sh 22 dd if=/dev/zero bs=65536 of=$1.0 & pid0=$!; echo start $pid0; sleep 2
23 dd if=/dev/zero bs=65536 of=$1.1 & pid1=$!; echo start $pid1; sleep 2
24 dd if=/dev/zero bs=65536 of=$1.2 & pid2=$!; echo start $pid2; sleep 2
25 dd if=/dev/zero bs=65536 of=$1.3 & pid3=$!; echo start $pid3; sleep 2
26 dd if=/dev/zero bs=65536 of=$1.4 & pid4=$!; echo start $pid4; sleep 2
27 dd if=/dev/zero bs=65536 of=$1.5 & pid5=$!; echo start $pid5; sleep 2
28 dd if=/dev/zero bs=65536 of=$1.6 & pid6=$!; echo start $pid6; sleep 2
29 dd if=/dev/zero bs=65536 of=$1.7 & pid7=$!; echo start $pid7; sleep 2
30 dd if=/dev/zero bs=65536 of=$1.8 & pid8=$!; echo start $pid8; sleep 2
31 dd if=/dev/zero bs=65536 of=$1.9 & pid9=$!; echo start $pid9; sleep
    [all...]
  /external/e2fsprogs/tests/r_inline_xattr/
script 10 echo "resize2fs test" > $OUT
13 echo "debugfs -R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT
16 echo Exit status is $status >> $OUT
19 echo "resize2fs $TMPFILE 5M" >> $OUT
22 echo Exit status is $status >> $OUT.new
26 echo "debugfs -R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT
29 echo Exit status is $status >> $OUT
42 echo "ok"
45 echo "failed"
53 echo "skipped
    [all...]
  /external/bluetooth/glib/
autogen.sh 25 echo
26 echo "You must have libtool 1.4 installed to compile $PROJECT."
27 echo "Install the appropriate package for your distribution,"
28 echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/"
33 echo
34 echo "You must have gtk-doc installed to compile $PROJECT."
35 echo "Install the appropriate package for your distribution,"
36 echo "or get the source tarball at ftp://ftp.gnome.org/pub/GNOME/sources/gtk-doc/"
41 echo
42 echo "You must have autoconf installed to compile $PROJECT.
    [all...]
  /external/speex/include/speex/
speex_echo.h 4 @brief Echo cancellation
36 /** @defgroup SpeexEchoState SpeexEchoState: Acoustic echo canceller
37 * This is the acoustic echo canceller module.
62 /** Internal echo canceller state. Should never be accessed directly. */
66 * This holds the state of the echo canceller. You need one per channel.
69 /** Internal echo canceller state. Should never be accessed directly. */
72 /** Creates a new echo canceller state
74 * @param filter_length Number of samples of echo to cancel (should generally correspond to 100-500 ms)
75 * @return Newly-created echo canceller state
79 /** Creates a new multi-channel echo canceller stat
    [all...]
  /development/scripts/
combine_sdks.sh 5 echo replacing $1
29 echo "usage: combine_sdks.sh [-v] [-nozip] BASE IMAGES OUTPUT"
30 echo
31 echo " BASE and IMAGES should be sdk zip files. The system image files,"
32 echo " emulator and other runtime files will be copied from IMAGES and"
33 echo " everything else will be copied from BASE. All of this will be"
34 echo " bundled into OUTPUT and zipped up again (unless -nozip is specified)."
35 echo
60 UNZIPPED_BASE_DIR=$(echo "$BASE_DIR"/*)
61 UNZIPPED_IMAGE_DIR=$(echo "$IMAGES_DIR"/*
    [all...]
  /development/tools/findunused/
removeunusedresources 5 echo "You need to have the 'xmlstarlet' command in your path"
13 echo "Please specify the path to an application, or '--all' to process all applications"
45 echo REMOVING FILE: $RESLINE
48 echo WARNING unexpected result for $LINE
57 ISSTRING=$(echo "$RESLINE" | grep -w "strings\.xml")
60 echo REMOVING STRING $LINE from $RESLINE
65 echo REMOVING $LINE from $RESLINE
79 echo
80 echo "Done."
81 echo "Please rebuild the updated applications to make sure that everything still builds.
    [all...]
  /external/libpng/
config.guess 41 me=`echo "$0" | sed -e 's,.*/,,'`
72 echo "$timestamp" ; exit ;;
74 echo "$version" ; exit ;;
76 echo "$usage"; exit ;;
82 echo "$me: invalid option $1$help" >&2
90 echo "$me: too many arguments$help" >&2
112 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
117 ,,) echo "int x;" > $dummy.c ;
158 /usr/sbin/$sysctl 2>/dev/null || echo unknown)
    [all...]
  /cts/tools/dx-tests/etc/
starttests 79 echo "--------------------------------------------------"
80 echo "DX Converter Test Suite"
81 echo "Version 1.0"
82 echo "Copyright (c) 2008 The Android Open Source Project"
83 echo ""
86 echo "Usage: dx-tests [--help|--portable] [<mnemonic>]"
87 echo ""
88 echo " --help prints this help message"
89 echo " --portable uses the portable interpreter;"
90 echo " default is the fast one
    [all...]
  /external/e2fsprogs/tests/f_swapfs/
script 11 echo "Swapfs test" > $OUT
13 echo e2fsck $VERIFY_FSCK_OPT -N test_filesys > $OUT.new
16 echo Exit status is $status >> $OUT.new
19 echo e2fsck $SWAP_FSCK_OPT -N test_filesys > $OUT.new
22 echo Exit status is $status >> $OUT.new
25 echo Running debugfs.... >> $OUT
28 echo Exit status is $status >> $OUT.new
31 echo e2fsck $VERIFY_FSCK_OPT -N test_filesys > $OUT.new
34 echo Exit status is $status >> $OUT.new
37 echo e2fsck $NATIVE_FSCK_OPT -N test_filesys > $OUT.ne
    [all...]
  /external/icu4c/
config.guess 41 me=`echo "$0" | sed -e 's,.*/,,'`
72 echo "$timestamp" ; exit ;;
74 echo "$version" ; exit ;;
76 echo "$usage"; exit ;;
82 echo "$me: invalid option $1$help" >&2
90 echo "$me: too many arguments$help" >&2
112 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
117 ,,) echo "int x;" > $dummy.c ;
158 /usr/sbin/$sysctl 2>/dev/null || echo unknown)
    [all...]

Completed in 108 milliseconds

1 2 3 45 6 7 8 91011>>