/external/llvm/test/CodeGen/Generic/ |
2006-04-26-SetCCAnd.ll | 7 br i1 false, label %endif.4, label %then.0 9 then.0: ; preds = %entry 20 i32 5001, label %then.10 21 i32 -5008, label %then.10 24 then.10: ; preds = %else.3, %else.3 30 br i1 %bothcond, label %else.4, label %then.11 32 then.11: ; preds = %then.10 35 else.4: ; preds = %then.10
|
/external/chromium_org/build/linux/ |
sysroot_ld_path.sh | 18 if [ -z "$1" ] || [ -z "$2" ]; then 25 if [ $? -ne 0 ]; then 34 if [ -z "$1" ] || [ -z "$2" ]; then 47 if [ $? -eq 0 ]; then 49 if ls $included_files >/dev/null 2>&1 ; then 52 if [ $? -eq 0 ]; then 63 if [ $? -eq 0 ]; then 74 if [ $# -ne 1 ]; then 80 if [ $? -eq 0 ]; then 87 if [ -e "$LD_SO_CONF" ]; then [all...] |
/external/iputils/ |
ipg | 3 if [ -e /proc/modules ] ; then 11 if [ "${PGDEV}" = "/" ] ; then 22 if [ "$result" = "" ]; then
|
/external/linux-tools-perf/scripts/perl/bin/ |
rwtop-report | 7 if expr match "$i" "-" > /dev/null ; then 12 if [ "$n_args" -gt 1 ] ; then 16 if [ "$n_args" -gt 0 ] ; then
|
/external/llvm/test/CodeGen/X86/ |
switch-or.ll | 10 i32 4, label %if.then 11 i32 6, label %if.then 14 if.then:
|
/external/openssh/regress/ |
proxy-connect.sh | 8 if [ $? -ne 0 ]; then 12 if [ $? -ne 0 ]; then 15 if [ "$SSH_CONNECTION" != "UNKNOWN 65535 UNKNOWN 65535" ]; then
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
getpagesize.m4 | 12 if test $ac_cv_func_getpagesize = no; then 15 if test $ac_cv_header_OS_h = yes; then 19 if test $ac_cv_header_sys_param_h = yes; then
|
mbsinit.m4 | 13 if test $REPLACE_MBSTATE_T = 1; then 17 if test $ac_cv_func_mbsinit = no; then 20 if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
ant.cmd | 23 if mode\='.' & mode\='..' & mode\='/' then do 28 if antarg = '' then do 37 if _testenv_() = 0 then interpret 'call "' || antenv || '"' '"' || envarg || '"' 39 if mode = '' then mode = _getenv_('ANT_MODE' '..') 40 if mode \= '/' then do 43 if mode = '..' then mode = '-r' 48 if _testenv_() = 0 then do 61 if value('ANT_USE_CP',,env) \= '' then do 62 if lcp \= '' & right(lcp, 1) \= ';' then lcp = lcp || ';' 66 if lcp\='' then lcp = '-classpath' lc [all...] |
/external/iproute2/examples/ |
dhcp-client-script | 33 if [ $[ ( 1 << $l ) + $1 ] -eq 256 ]; then 82 if [ "$1" = "255.255.255.255" ]; then 84 elif [ "$1" = "0.0.0.0" ]; then 86 elif [ $class -ge 224 ]; then 88 elif [ $class -ge 192 ]; then 90 elif [ $class -ge 128 ]; then 105 if [ "$1" = "255.255.255.255" ]; then 107 elif [ "$1" = "0.0.0.0" ]; then 109 elif [ $class -ge 224 ]; then 111 elif [ $class -ge 192 ]; then [all...] |
/art/test/ |
run-test | 23 if expr "x${newProg}" : 'x/' >/dev/null; then 45 if [ -z "$DX" ]; then 50 if [ -z "$JASMIN" ]; then 71 if [ "x$1" = "x--host" ]; then 76 elif [ "x$1" = "x--jvm" ]; then 81 elif [ "x$1" = "x-O" ]; then 84 elif [ "x$1" = "x--debug" ]; then 87 elif [ "x$1" = "x--gdb" ]; then 91 elif [ "x$1" = "x--zygote" ]; then 94 elif [ "x$1" = "x--interpreter" ]; then [all...] |
/bionic/libc/upstream-freebsd/ |
README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/development/ide/intellij/ |
p4.sh | 3 if [ $1 == "fstat" ] && [ $2 =~ ".*/out/.*" ]; then
|
/device/asus/deb/self-extractors/ |
PART3 | 3 then
|
/device/asus/flo/self-extractors/ |
PART3 | 3 then
|
/device/asus/grouper/self-extractors/ |
PART3 | 3 then
|
/device/asus/tilapia/self-extractors/ |
PART3 | 3 then
|
/device/lge/hammerhead/self-extractors/ |
PART3 | 3 then
|
/device/lge/mako/self-extractors/ |
PART3 | 3 then
|
/device/samsung/manta/self-extractors/ |
PART3 | 3 then
|
/docs/source.android.com/scripts/ |
cleanup.sh | 7 then
|
/external/bison/m4/ |
raise.m4 | 13 if test $ac_cv_func_raise = no; then 16 if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then 21 if test $HAVE_POSIX_SIGNALBLOCKING = 0; then 24 if test $gl_cv_header_signal_h_SIGPIPE != yes; then
|
strdup.m4 | 14 if test $ac_cv_have_decl_strdup = no; then 24 if test $ac_cv_func_strdup = yes; then 25 if test $gl_cv_func_malloc_posix != yes; then 30 if test $ac_cv_have_decl_strdup = no; then
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
onfocus-alert-blinking-caret.html | 4 Focus the field below, then dismiss the alert. The field should retain the focus,
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/ |
build-jsdoc-validator-jar.sh | 4 if [ "$JAVA_HOME" != "" ]; then 18 if [ $? != 0 ]; then 24 if [ $? != 0 ]; then 32 if [ "$1" == "0" ]; then
|