HomeSort by relevance Sort by last modified time
    Searched full:then (Results 176 - 200 of 32727) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/robolectric/
find-android.sh 3 # TODO: make this script work with android installed via homebrew. Until then, you must manually make sure
6 if [ -z $ANDROID_HOME ]; then
  /ndk/tests/build/ndk-out/
build.sh 5 if [ -d obj ] ; then
9 if [ ! -d output-dir ]; then
  /art/test/etc/
push-and-run-test-jar 7 if [ "$QUIET" = "n" ]; then
24 if [ "x$1" = "x--quiet" ]; then
27 elif [ "x$1" = "x-lib" ]; then
30 elif [ "x$1" = "x-O" ]; then
33 elif [ "x$1" = "x--debug" ]; then
36 elif [ "x$1" = "x--gdb" ]; then
40 elif [ "x$1" = "x--zygote" ]; then
44 elif [ "x$1" = "x--dev" ]; then
47 elif [ "x$1" = "x--interpreter" ]; then
50 elif [ "x$1" = "x--invoke-with" ]; then
    [all...]
  /dalvik/tests/etc/
host-run-test-jar 17 if [ "$QUIET" = "n" ]; then
33 if [ "x$1" = "x--quiet" ]; then
36 elif [ "x$1" = "x--jit" ]; then
40 elif [ "x$1" = "x--fast" ]; then
44 elif [ "x$1" = "x--portable" ]; then
48 elif [ "x$1" = "x--debug" ]; then
51 elif [ "x$1" = "x--gdb" ]; then
54 elif [ "x$1" = "x--valgrind" ]; then
57 elif [ "x$1" = "x--dev" ]; then
60 elif [ "x$1" = "x--no-verify" ]; then
    [all...]
  /development/tools/findunused/
findunusedstrings 4 then
15 then
22 then
29 then
37 then
43 then
  /development/tools/labpretest/sholes/
custom_flash.sh 12 # bootfile, then flashes device
27 if [ $product != "sholes" ]; then
31 if [ "$bootloaderfile" == '' ]; then
34 if [ "$secure" = "no" ]; then
39 if [ "$bootloaderfile" == '' ]; then
43 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
  /external/chromium_org/v8/tools/
linux-tick-processor 7 if ! expr "X${arg}" : "^X-" > /dev/null; then
13 if [ ! "$D8_PATH" ]; then
15 if [ -x "$d8_public" ]; then D8_PATH=$(dirname "$d8_public"); fi
20 if [ ! -x "$d8_exec" ]; then
25 if [ ! -x "$d8_exec" ]; then
29 if [ ! -x "$d8_exec" ]; then
  /external/dhcpcd/dhcpcd-hooks/
50-yp.conf 15 if [ -n "$new_nis_domain" ]; then
17 if [ -n "$new_nis_servers" ]; then
32 if [ -n "$pid" ]; then
42 if [ -n "$pid" ]; then
47 if $if_up; then
49 elif $if_down; then
20-resolv.conf 20 if [ -n "$interfaces" ]; then
33 if [ -n "$2" ]; then
35 elif [ -n "$1" ]; then
53 if [ -f /etc/resolv.conf.head ]; then
59 if [ -f /etc/resolv.conf.tail ]; then
76 -z "$new_domain_search" ]; then
81 if [ -n "$new_domain_name" ]; then
86 if [ -z "$new_domain_search" -a -n "$2" ]; then
90 if [ -n "$new_domain_search" ]; then
96 if type resolvconf >/dev/null 2>&1; then
    [all...]
  /external/llvm/test/CodeGen/ARM/
2011-04-15-RegisterCmpPeephole.ll 12 br i1 %cmp, label %if.then, label %if.end
14 if.then: ; preds = %entry
18 if.end: ; preds = %if.then, %entry
31 br i1 %cmp, label %if.then, label %if.end
33 if.then: ; preds = %entry
37 if.end: ; preds = %if.then, %entry
fast-isel-cmp-imm.ll 12 br i1 %cmp, label %if.then, label %if.end
14 if.then: ; preds = %entry
18 if.end: ; preds = %if.then, %entry
34 br i1 %cmp, label %if.then, label %if.end
36 if.then: ; preds = %entry
40 if.end: ; preds = %if.then, %entry
51 br i1 %cmp, label %if.then, label %if.end
53 if.then: ; preds = %entry
57 if.end: ; preds = %if.then, %entry
71 br i1 %cmp, label %if.then, label %if.en
    [all...]
  /external/llvm/test/CodeGen/Hexagon/
gp-plus-offset-store.ll 12 br i1 %cmp, label %if.then, label %if.end
14 if.then: ; preds = %entry
18 if.end: ; preds = %if.then, %entry
26 br i1 %cmp, label %if.then, label %if.end
28 if.then: ; preds = %entry
32 if.end: ; preds = %if.then, %entry
  /external/llvm/test/Transforms/ScalarRepl/
2011-09-22-PHISpeculateInvoke.ll 16 br i1 %0, label %then, label %else
18 then: ; preds = %2
26 join: ; preds = %then, %else
27 %storemerge.in = phi i32* [ %retptr2, %else ], [ %retptr1, %then ]
32 unwind: ; preds = %then
40 ; CHECK: %storemerge.in = phi i32* [ %retptr2, %else ], [ %retptr1, %then ]
  /external/llvm/test/Transforms/SimplifyCFG/
2005-08-01-PHIUpdateFail.ll 10 br i1 %tmp.9.i.i, label %then.i12.i, label %then.i.i
11 then.i.i: ; preds = %endif.1.i20
13 then.i12.i: ; preds = %endif.1.i20
15 br i1 %tmp.9.i4.i, label %endif.2.i33, label %then.i5.i
16 then.i5.i: ; preds = %then.i12.i
18 endif.2.i33: ; preds = %then.i12.i
45 br i1 %tmp.23, label %endif.1, label %then.1
46 then.1: ; preds = %read_min.exi
    [all...]
2005-06-16-PHICrash.ll 11 br i1 %tmp.3, label %else.0, label %then.0
12 then.0: ; preds = %entry
14 br i1 %tmp.5, label %else.1, label %then.1
15 then.1: ; preds = %then.0
17 else.1: ; preds = %then.0
43 br i1 %mem_tmp.0, label %then.2, label %else.2
44 then.2: ; preds = %cond_continue
58 br i1 %tmp.31, label %else.3, label %then.3
59 then.3: ; preds = %no_exit.
    [all...]
  /external/openssh/regress/
agent-ptrace.sh 6 if have_prog uname ; then
15 if have_prog gdb ; then
22 if test -z "$SUDO" ; then
34 if [ $r -ne 0 ]; then
41 if [ $? -ne 0 ]; then
47 if [ $r -ne 0 ]; then
  /external/oprofile/m4/
docbook.m4 6 if test ! -f /etc/xml/catalog; then
9 if test -d "$i"; then
15 if test -z "$DOCBOOK_ROOT"; then
26 if test -n "$XSLTPROC"; then
29 if test -n "$XML_CATALOG"; then
41 if test "$?" = 0; then
qt.m4 8 if test -n "$$2"; then
20 if test -x "$dir/$1"; then
21 if test -n "$5"; then
23 if eval $evalstr; then
36 if test -z "$qt_cv_path_$1" || test "$qt_cv_path_$1" = "NONE"; then
49 if test -z "$ac_uic" -a "$FATAL" = 1; then
60 if test -n "$ac_moc1" -a -n "$ac_moc2"; then
63 if test "$?" = 0; then
69 if test -n "$ac_moc1"; then
76 if test -z "$ac_moc" -a "$FATAL" = 1; then
    [all...]
  /external/v8/tools/
linux-tick-processor 7 if ! expr "X${arg}" : "^X-" > /dev/null; then
13 if [ ! "$D8_PATH" ]; then
15 if [ -x $d8_public ]; then D8_PATH=$(dirname "$d8_public"); fi
20 if [ ! -x $d8_exec ]; then
25 if [ ! -x $d8_exec ]; then
29 if [ ! -x $d8_exec ]; then
  /external/chromium_org/third_party/sqlite/src/test/
randexpr1.test 36 db eval {SELECT coalesce((select 11 from t1 where 19 in (t1.b,+11,coalesce((select max((abs(17)/abs(t1.f))) from t1 where ((abs(t1.f)/abs(t1.b)) in (select case (min(t1.a | d*d)+(abs(count(*)-count(*)+ -count(*)*max( -t1.c))-max(f))) when -count(distinct 19) then ((count(*))) else max(13) end from t1 union select count(distinct b) from t1)) or 19 in (t1.a,t1.c,17)),17) | 17)),13) FROM t1 WHERE not not c=a-+(select case ~case -~+count(distinct (select count(distinct t1.a)*max(13) from t1))+max( -19*f)*max(f)*max(f)* -count(distinct d)-(count(distinct 11)) | max(t1.f)*count(*) when count(distinct b) then count(distinct t1.b) else -min(t1.f) end*cast(avg(11) AS integer) when max(t1.f) then max(c) else count(*) end from t1)+d}
39 db eval {SELECT coalesce((select 11 from t1 where 19 in (t1.b,+11,coalesce((select max((abs(17)/abs(t1.f))) from t1 where ((abs(t1.f)/abs(t1.b)) in (select case (min(t1.a | d*d)+(abs(count(*)-count(*)+ -count(*)*max( -t1.c))-max(f))) when -count(distinct 19) then ((count(*))) else max(13) end from t1 union select count(distinct b) from t1)) or 19 in (t1.a,t1.c,17)),17) | 17)),13) FROM t1 WHERE NOT (not not c=a-+(select case ~case -~+count(distinct (select count(distinct t1.a)*max(13) from t1))+max( -19*f)*max(f)*max(f)* -count(distinct d)-(count(distinct 11)) | max(t1.f)*count(*) when count(distinct b) then count(distinct t1.b) else -min(t1.f) end*cast(avg(11) AS integer) when max(t1.f) then max(c) else count(*) end from t1)+d)}
42 db eval {SELECT coalesce((select 11 from t1 where 19 in (t1.b,+11,coalesce((select max((abs(17)/abs(t1.f))) from t1 where ((abs(t1.f)/abs(t1.b)) in (select case (min(t1.a & d*d)+(abs(count(*)-count(*)+ -count(*)*max( -t1.c))-max(f))) when -count(distinct 19) then ((count(*))) else max(13) end from t1 union select count(distinct b) from t1)) or 19 in (t1.a,t1.c,17)),17) & 17)),13) FROM t1 WHERE NOT (not not c=a-+(select case ~case -~+count(distinct (select count(distinct t1.a)*max(13) from t1))+max( -19*f)*max(f)*max(f)* -count(distinct d)-(count(distinct 11)) | max(t1.f)*count(*) when count(distinct b) then count(distinct t1.b) else -min(t1.f) end*cast(avg(11) AS integer) when max(t1.f) then max(c) else count(*) end from t1)+d)}
45 db eval {SELECT t1.c*19-t1.f*19+coalesce((select 17 from t1 where e in (f,case (select cast(avg(t1.a) AS integer) from t1)-t1.d when coalesce((select +case when not exists(select 1 from t1 where 17<>t1.f and ((a))<t1.b) then t1.c when c not between b and 11 then case when t1.c<f then t1.b when e in (t1.d,t1.d, -e) then d (…)
    [all...]
  /external/clang/tools/diag-build/
diag-build.sh 18 if [[ "$1" == "-v" ]]; then
25 if [[ -z "$CC" ]]; then
27 if [[ -x $(dirname $0)/clang ]]; then
29 elif [[ ! -z $(which clang) ]]; then
39 if [[ -z "$CXX" ]]; then
40 if [[ -x $(dirname $0)/clang++ ]]; then
42 elif [[ ! -z $(which clang++) ]]; then
50 if [[ -z "$diagtool" ]]; then
51 if [[ -x $(dirname $0)/diagtool ]]; then
63 if [[ -z "$tool" ]]; then
    [all...]
  /external/oprofile/utils/
opcontrol 22 if test "$1" != "-w"; then
34 if test ! -f /proc/sys/$dev_name; then
45 if test -z "$2"; then
57 if [[ "$1" =~ ^0[0-7]*$ ]] ; then
59 elif [[ "$1" =~ ^0x[0-9a-fA-F]+$ ]] ; then
61 elif [[ "$1" =~ ^[1-9][0-9]*$ ]] ; then
72 if test "$?" -eq 0 ; then
81 if test -c "$1"; then
93 if test "$?" != "0"; then
103 if test -e $1; then
    [all...]
  /cts/tools/tradefed-host/etc/
cts-tradefed 21 if [ ! -f "$1" ]; then
28 if ! type -P $1 &> /dev/null; then
39 if [ "${JAVA_VERSION}" == "" ]; then
45 if [ -n "${TF_DEBUG}" ]; then
46 if [ -z "${TF_DEBUG_PORT}" ]; then
54 if [ ! -z ${ANDROID_BUILD_TOP} ]; then
56 if [ "$HOST" == "Linux" ]; then
58 elif [ "$HOST" == "Darwin" ]; then
65 if [ ! -d ${CTS_ROOT} ]; then
71 if [ -z ${CTS_ROOT} ]; then
    [all...]
  /external/libpcap/
configure.in 35 if test "$ac_cv_header_netinet_if_ether_h" != yes; then
60 if test $needsnprintf = yes; then
82 if test "$ac_cv_func_ether_hostton" = yes; then
86 if test "$ac_cv_header_netinet_if_ether_h" = yes; then
109 if test "$ac_cv_have_decl_ether_hostton" != yes; then
114 if test "$ac_cv_header_netinet_ether_h" = yes; then
135 if test "$ac_cv_have_decl_ether_hostton" != yes; then
170 if test "$enable_protochain" = "disabled"; then
178 dnl check in our normal order using -r and then check the for the /dev
183 if test -z "$with_pcap" && test "$cross_compiling" = yes; then
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
envset.cmd 59 when mode='-' then do
63 when mode=';' then do
67 when mode='-D' then equal = 1
68 when mode='=D' then mode = '-D'
69 when mode=',' then sep = ','
84 if expand > 0 & word(args, i) = '-' then expand = 0
89 if mode = ';' & pos(' ', newval) > 0 then newval = '"' || newval || '"'
98 if var = '.' then expvar = orig
100 if equal >= 0 then do
102 if val = '' then var = nam
    [all...]

Completed in 1167 milliseconds

1 2 3 4 5 6 78 91011>>