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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/Mips/
fpbr.ll 8 br i1 %cmp, label %if.then, label %if.else
10 if.then: ; preds = %entry
18 if.end: ; preds = %if.else, %if.then
31 br i1 %cmp, label %if.then, label %if.else
33 if.then: ; preds = %entry
41 if.end: ; preds = %if.else, %if.then
50 br i1 %cmp, label %if.else, label %if.then
52 if.then: ; preds = %entry
60 if.end: ; preds = %if.else, %if.then
69 br i1 %cmp, label %if.then, label %if.els
    [all...]
  /external/llvm/test/Transforms/SimplifyCFG/
phi-undef-loadstore.ll 8 br i1 %tobool, label %if.else, label %if.then
10 if.then: ; preds = %entry
22 if.end7: ; preds = %if.else, %if.then4, %if.then
23 %x.0 = phi i32* [ %a, %if.then ], [ %c, %if.then4 ], [ null, %if.else ]
31 ; CHECK: phi i32* [ %a, %if.then ], [ %c, %if.else ]
37 br i1 %tobool, label %if.else, label %if.then
39 if.then: ; preds = %entry
51 if.end7: ; preds = %if.else, %if.then4, %if.then
52 %x.0 = phi i32* [ %a, %if.then ], [ null, %if.then4 ], [ null, %if.else ]
65 br i1 %tobool, label %if.else, label %if.then
    [all...]
  /ndk/build/tools/
ndk-common.sh 34 if [ -d "$PROGDIR/build/core" ] ; then
37 if [ -z "$PROGDIR" -o "$PROGDIR" = '/' ] ; then
48 if [ -z "$ANDROID_NDK_ROOT" ] ; then
50 if [ $? != 0 ]; then
58 if [ $? = 0 ] ; then
64 if [ ! -d $ANDROID_NDK_ROOT ] ; then
69 if [ ! -f $ANDROID_NDK_ROOT/build/tools/ndk-common.sh ] ; then
82 if [ -n "$NDK_LOGFILE" ] ; then
93 if [ -n "$NDK_LOGFILE" ] ; then
96 if [ -n "$1" ] ; then
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit 16 then
30 then
32 then
40 then
46 then
51 then
80 then
83 then
94 then
97 then
    [all...]
  /ndk/tests/
run-tests.sh 63 if [ "$VERBOSE" = "yes" ] ; then
126 if [ "$OPTION_HELP" = "yes" ] ; then
174 if [ $VERBOSE = "yes" ] ; then
185 if [ "$VARNAME" != "" ]; then
196 # call itself until it files a parent which exists; then
206 if [ $? != 0 ] ; then
207 if [ $BASEDIR = "/" ] ; then
217 if [ $? != 0 ] ; then
242 if [ -n "$RUN_TESTS" ] ; then
247 elif [ "$FULL_TESTS" = "yes" ] ; then
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 7 if (-x /usr/bin/mkbom) then
15 if (-x /usr/bin/awk) then
26 if ($#argv == 0) then
34 if ( $?destDir ) then
38 else if ( $#argv < 2 ) then
48 if ( $?rootDir ) then
52 else if ( $#argv < 2 ) then
63 if ( $?resDir ) then
67 else if ( $#argv < 2 ) then
96 if ( $?info ) then
    [all...]
  /prebuilts/qemu-kernel/arm/
rebuild.sh 44 if [ $? != 0 ]; then
53 if [ "$VERBOSE" = "yes" ] ; then
61 if [ "$VERBOSE" = "yes" ] ; then
72 if [ ! -d "$_dir" ]; then
88 if [ -n "$FINDPROG_" ]; then
107 if [ -n "$ANDROID_BUILD_TOP" ] ; then
136 if [ "$VERBOSE" = "yes" ] ; then
159 if [ -z "$PARAMS" ] ; then
168 if [ "$OPTION_HELP" = "yes" ] ; then
193 if [ -z "$1" ] ; then
    [all...]
  /dalvik/tools/
dex-preopt 43 # contain the boot classpath jar files. If not specified, then there
58 # then, instead of processing a specified input file, no other arguments
91 if [ "x${origOption}" = "x--" ]; then
100 if [ "$?" = '0' ]; then
107 if [ "$?" = '1' ]; then
118 if [ "${option}" = 'build-dir' -a "${hasValue}" = 'yes' ]; then
120 elif [ "${option}" = 'dexopt' -a "${hasValue}" = 'yes' ]; then
122 elif [ "${option}" = 'boot-dir' -a "${hasValue}" = 'yes' ]; then
124 elif [ "${option}" = 'product-dir' -a "${hasValue}" = 'yes' ]; then
126 elif [ "${option}" = 'boot-jars' -a "${hasValue}" = 'yes' ]; then
    [all...]
  /external/chromium_org/tools/valgrind/
chrome_tests.sh 21 then
25 then
40 then
52 then
55 then
79 then
81 then
85 then
99 then
101 then
    [all...]
  /external/dhcpcd/dhcpcd-hooks/
50-ntp.conf 12 if type invoke-rc.d >/dev/null 2>&1; then
30 if [ -n "$interfaces" ]; then
39 if [ -n "$srvs" ]; then
50 if [ -n "$NTP_DHCP_CONF" ]; then
53 elif [ -e "$ntp_conf" ]; then
58 if [ -n "$servers" ]; then
67 if change_file "$ntp_conf" "$cf"; then
78 if [ -n "$new_ntp_servers" ]; then
88 if [ -e "$ntp_conf_dir/$interface" ]; then
94 if $if_up; then
    [all...]
  /prebuilts/devtools/tools/
uiautomatorviewer 23 if expr "x${newProg}" : 'x/' >/dev/null; then
42 then
47 then
52 then
60 if [ $os == 'Darwin' ]; then
66 if [ `uname` = "Linux" ]; then
79 # if ANDROID_SWT is defined, then just use this.
80 # else, if running in the Android source tree, then look for the correct swt folder in prebuilt
83 if [ -n "$ANDROID_SWT" ]; then
87 if [ -n "$ANDROID_BUILD_TOP" ]; then
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/m4/
acl.m4 20 if test "x$enable_acl" != "xno"; then
23 if test $ac_cv_header_sys_acl_h = yes; then
28 if test $use_acl = 0; then
30 [if test "$ac_cv_search_acl_get_file" != "none required"; then
42 if test $use_acl = 1; then
54 if test $gl_cv_acl_ACL_FIRST_ENTRY = yes; then
67 if test $gl_cv_acl_ACL_TYPE_EXTENDED = yes; then
78 if test $use_acl = 0; then
80 if test $ac_cv_func_acl = yes; then
82 [if test "$ac_cv_search_acl_trivial" != "none required"; then
    [all...]
lib-prefix.m4 39 if test "X$withval" = "Xno"; then
42 if test "X$withval" = "X"; then
53 if test $use_additional = yes; then
60 if test "X$additional_includedir" != "X/usr/include"; then
64 if test "X$x" = "X-I$additional_includedir"; then
69 if test -z "$haveit"; then
70 if test "X$additional_includedir" = "X/usr/local/include"; then
71 if test -n "$GCC"; then
77 if test -z "$haveit"; then
78 if test -d "$additional_includedir"; then
    [all...]
lib-link.m4 83 if test "$ac_cv_lib[]Name" = yes; then
144 dnl will then not have a --with-libname-prefix option but a
189 if test "X$withval" = "Xno"; then
192 if test "X$withval" = "X"; then
201 && ! test -d "$withval/$acl_libdirstem"; then
226 if test "$n" = "$name"; then
231 if test -z "$already_handled"; then
237 if test -n "$value"; then
238 if test "$value" = yes; then
256 if test -n "$acl_shlibext"; then
    [all...]
  /device/common/
generate-factory-images-common.sh 17 then
21 then
25 then
29 then
39 then
43 then
47 then
51 then
58 then
62 then
    [all...]
  /external/bison/m4/
lib-prefix.m4 39 if test "X$withval" = "Xno"; then
42 if test "X$withval" = "X"; then
53 if test $use_additional = yes; then
60 if test "X$additional_includedir" != "X/usr/include"; then
64 if test "X$x" = "X-I$additional_includedir"; then
69 if test -z "$haveit"; then
70 if test "X$additional_includedir" = "X/usr/local/include"; then
71 if test -n "$GCC"; then
77 if test -z "$haveit"; then
78 if test -d "$additional_includedir"; then
    [all...]
lib-link.m4 94 if test "$ac_cv_lib[]Name" = yes; then
157 dnl will then not have a --with-libname-prefix option but a
202 if test "X$withval" = "Xno"; then
205 if test "X$withval" = "X"; then
214 && ! test -d "$withval/$acl_libdirstem"; then
239 if test "$n" = "$name"; then
244 if test -z "$already_handled"; then
250 if test -n "$value"; then
251 if test "$value" = yes; then
269 if test -n "$acl_shlibext"; then
    [all...]
  /external/qemu/distrib/sdl-1.2.15/
configure.in 10 # Edit include/SDL/SDL_version.h and change the version, then:
50 if test x$ac_cv_c_bigendian = xyes; then
66 if test x$srcdir != x.; then
69 if test -f $srcdir/include/SDL_config.h; then
91 # if test -d $path/include; then
94 # if test -d $path/lib; then
113 if test "$cross_compiling" = yes; then
120 if test x$lib != x; then
136 if test x$enable_libc = xyes; then
145 if test x$ac_cv_header_inttypes_h = xyes -o x$ac_cv_header_stdint_h = xyes; then
    [all...]
  /external/chromium_org/third_party/icu/source/
aclocal.m4 16 if test "$GCC" = yes; then
22 if test "$GCC" = yes; then
28 if test "$GCC" = yes; then
35 if test "$GCC" = yes; then
45 if test "$GCC" = yes; then
51 if test "$GCC" = yes; then
77 if $2; then
88 if test "$GCC" != yes && test -n "`link --version 2>&1 | grep 'GNU coreutils'`"; then
97 # Search for a library defining FUNC, then see if it's not already available.
110 if test "$ac_cv_search_$1" = "no"; then
    [all...]
  /external/icu4c/
aclocal.m4 16 if test "$GCC" = yes; then
22 if test "$GCC" = yes; then
28 if test "$GCC" = yes; then
35 if test "$GCC" = yes; then
48 if test "$GCC" = yes; then
54 if test "$GCC" = yes; then
80 if $2; then
91 if test "$GCC" != yes && test -n "`link --version 2>&1 | grep 'GNU coreutils'`"; then
100 # Search for a library defining FUNC, then see if it's not already available.
113 if test "$ac_cv_search_$1" = "no"; then
    [all...]
  /ndk/
ndk-build 52 # then enable log messages below
54 if [ -z "$NDK_LOG" ]; then
58 if [ -z "$NDK_HOST_32BIT" ]; then
62 if [ -z "$NDK_ANALYZE" ]; then
69 if [ -z "$PROJECT_PATH" -a "$PROJECT_PATH_NEXT" = "yes" ] ; then
105 if [ "$NDK_LOG" = "true" ]; then
109 if [ "$NDK_HOST_32BIT" = "true" ]; then
113 if [ "$NDK_ANALYZE" = "true" ]; then
117 if [ "$NDK_LOG" = "1" ]; then
159 if [ $? != 0 ]; then
    [all...]
  /external/chromium_org/third_party/mesa/src/
configure.ac 58 if test "x$MKDEP" = "x"; then
64 if test ! -f "$srcdir/src/glsl/glcpp/glcpp-parse.c"; then
65 if test -z "$YACC_INST"; then
74 if test "x$INDENT" != "xcat"; then
109 if test "x$GCC" = xyes -a "x$acv_mesa_CLANG" = xno; then
115 if test $? -eq 0; then
120 if test $GCC_VERSION_MAJOR -lt 3 -o $GCC_VERSION_MAJOR -eq 3 -a $GCC_VERSION_MINOR -lt 3 ; then
131 if test "x$GCC" = xyes; then
136 test -d "$GCC_INCLUDES"; then
175 if test "x$GCC" = xyes; then
    [all...]
  /external/mesa3d/
configure.ac 58 if test "x$MKDEP" = "x"; then
64 if test ! -f "$srcdir/src/glsl/glcpp/glcpp-parse.c"; then
65 if test -z "$YACC_INST"; then
74 if test "x$INDENT" != "xcat"; then
109 if test "x$GCC" = xyes -a "x$acv_mesa_CLANG" = xno; then
115 if test $? -eq 0; then
120 if test $GCC_VERSION_MAJOR -lt 3 -o $GCC_VERSION_MAJOR -eq 3 -a $GCC_VERSION_MINOR -lt 3 ; then
131 if test "x$GCC" = xyes; then
136 test -d "$GCC_INCLUDES"; then
175 if test "x$GCC" = xyes; then
    [all...]
  /external/chromium_org/third_party/codesighs/
autosummary.unix.bash 45 if [ "$1" = "-o" ]; then
53 if [ "$1" = "-s" ]; then
64 if [ "-h" == "$1" ];then
67 if [ "--help" == "$1" ];then
70 if [ "" == "$1" ]; then
73 if [ "" == "$2" ]; then
76 if [ "" == "$3" ]; then
84 if [ $SHOWHELP ]; then
119 if [ $OSTYPE == "Darwin" ]; then
129 if [ $OSTYPE == "Darwin" ]; then
    [all...]
basesummary.unix.bash 45 if [ "$1" = "-o" ]; then
53 if [ "$1" = "-s" ]; then
63 if [ $OSTYPE == "Darwin" ]; then
72 if [ "-h" == "$1" ];then
75 if [ "--help" == "$1" ];then
78 if [ "" == "$1" ]; then
81 if [ "" == "$2" ]; then
84 if [ "" == "$3" ]; then
92 if [ $SHOWHELP ]; then
128 if [ $OSTYPE == "Darwin" ]; then
    [all...]

Completed in 1283 milliseconds

<<11121314151617181920>>