HomeSort by relevance Sort by last modified time
    Searched full:then (Results 326 - 350 of 8022) sorted by null

<<11121314151617181920>>

  /external/libffi/
ltconfig 32 if test "X$1" = X--no-reexec; then
35 elif test "X$1" = X--fallback-echo; then
38 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
46 if test "X$1" = X--fallback-echo; then
57 if test "X${PATH_SEPARATOR+set}" != Xset; then
67 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
69 if test "X${echo_test_string+set}" != Xset; then
75 (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null; then
83 test "X$echo_testing_string" = "X$echo_test_string"; then
97 test "X$echo_testing_string" = "X$echo_test_string"; then
    [all...]
  /external/dbus/
configure 13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
52 if expr a : '\(a\)' >/dev/null 2>&1; then
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
87 if test "${PATH_SEPARATOR+set}" != set; then
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
121 if test "x$as_myself" = x; then
124 if test ! -f "$as_myself"; then
    [all...]
  /dalvik/dx/tests/
run-all-tests 23 if expr "x${newProg}" : 'x/' >/dev/null; then
41 if [ -d "$i" -a -r "$i" ]; then
43 if [ "$?" = "0" ]; then
  /external/bison/build-aux/
ylwrap 84 if test "$1" = "--"; then
115 if test $ret -eq 0; then
123 if test -f y_tab.c || test -f y_tab.h; then
136 if test $y_tab_nodot = "yes"; then
137 if test $from = "y.tab.c"; then
140 if test $from = "y.tab.h"; then
145 if test -f "$from"; then
146 # If $2 is an absolute path name, then just use that,
159 if test $first = no; then
184 if test $first = no; then
    [all...]
mkinstalldirs 58 if test -d "$file"; then
71 # one will create a, then the other will try to create a and die with
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
83 # directories to create, and then abort because `.' already
91 test ! -d ./--version; then
125 if test ! -d "$pathcomp"; then
130 if test ! -d "$pathcomp"; then
133 if test ! -z "$dirmode"; then
138 if test ! -z "$lasterr"; then
  /external/dbus/bus/
messagebus.in 27 if [ -x @EXPANDED_BINDIR@/dbus-uuidgen ] ; then
46 if [ $RETVAL -eq 0 ]; then
69 if [ -f @EXPANDED_LOCALSTATEDIR@/lock/subsys/$servicename ]; then
rc.messagebus.in 27 if [ -x @EXPANDED_BINDIR@/dbus-uuidgen ] ; then
31 if [ -x @EXPANDED_BINDIR@/dbus-daemon ];then
49 #if [ $RETVAL -eq 0 ]; then
  /external/dnsmasq/contrib/wrt/
lease_update.sh 38 if [ ${1} = init ] ; then
41 if [ ${1} = del ] ; then
45 if [ ${1} = old ] || [ ${1} = add ] ; then
  /external/e2fsprogs/install-utils/
convfstab 16 then
26 then
73 then
  /external/e2fsprogs/tests/r_inline_xattr/
script 1 if test -x $RESIZE2FS_EXE; then
41 if [ "$status" = 0 ] ; then
51 else #if test -x $RESIZE2FS; then
  /external/expat/conftools/
get-version.sh 12 if test $# = 0; then
18 if test $# != 1; then
26 if test ! -r "$hdr"; then
  /external/icu4c/i18n/
ucurrimp.h 18 * UCURR_SYMBOL_NAME, but if the latter is a choice format, then the
32 * code. If multiple display names match, then the longest one is
34 * match, then the display name is preferred, unless it's length
  /external/iptables/extensions/
libip6t_physdev.man 13 chains). If the interface name ends in a "+", then any
24 chains). If the interface name ends in a "+", then any
31 the output device will be, then the packet won't match this option, unless
libipt_physdev.man 13 chains). If the interface name ends in a "+", then any
24 chains). If the interface name ends in a "+", then any
31 the output device will be, then the packet won't match this option, unless
  /external/webkit/WebCore/manual-tests/
transitions.html 33 {className:"square", description:"instantly change into a yellow rectangle and then animate into a big yellow square over 2 seconds"},
34 {className:"green", description:"instantly change into a yellow rectangle and then animate to a green rectangle over 5 seconds"},
37 {className:"square", description:"instantly change to a yellow rectangle and then animate into a large yellow square over 2 seconds"},
  /sdk/eclipse/
README_WINDOWS.txt 9 Then in Eclipse, you can use Help > Software Updates > Find and Install > Search for new Features > Next > New Archived Site > select the new android-eclipse.zip. Then with the new archive checked, click Finish/Next.
29 Then under Cygwin:
  /dalvik/docs/opcodes/
opcode-04-move-wide.html 84 If register v(A-1) is the lower half of a register pair, then v(A-1)'
88 If register v(A+2) is the upper half of a register pair, then v(A+2)'
92 If A = B-1, then v(B+1)' becomes undefined.
95 If A = B+1, then v(B)' becomes undefined.
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
Channel.java 43 * Closes an open channel. If the channel is already closed then this method
44 * has no effect. If there is a problem with closing the channel then the
48 * If an attempt is made to perform an operation on a closed channel then a
51 * If multiple threads attempt to simultaneously close a channel, then only
  /dalvik/vm/mterp/armv5te/
OP_RETURN_WIDE.S 4 * structure, then jumps to the return handler.
  /dalvik/vm/mterp/c/
OP_IPUT_OBJECT.c 10 * init time, and then verify the type here.
  /external/bison/m4/
lib-ld_gl.m4 33 if test "${PATH_SEPARATOR+set}" != set; then
37 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
45 if test "$GCC" = yes; then
67 # If it fails, then pretend we aren't using GCC.
71 # If it is relative, then search for the first ld in PATH.
75 elif test "$with_gnu_ld" = yes; then
81 [if test -z "$LD"; then
85 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
103 if test -n "$LD"; then
obstack.m4 11 if test $ac_cv_func_obstack = no; then
strverscmp.m4 15 if test $ac_cv_func_strverscmp = no; then
  /external/clearsilver/imd/
README 10 Then, copy example.imd to somewhere in your URL space, and modify the
  /external/clearsilver/man/man3/
cgi_url_validate.3 32 It then html escapes the entire URL so that it is safe to

Completed in 52 milliseconds

<<11121314151617181920>>