/external/llvm/test/CodeGen/Generic/ |
2006-02-12-InsertLibcall.ll | 9 then.5.i: ; preds = %shortcirc_next.i 20 br i1 %tmp.324.i, label %else.4.i, label %then.11.i37 22 then.11.i37: ; preds = %endif.0 26 br i1 %tmp.362.i, label %else.5.i, label %then.12.i 28 then.12.i: ; preds = %else.4.i 32 br i1 %tmp.324.i, label %then.0.i40, label %then.17.i 34 then.17.i: ; preds = %else.5.i 37 then.0.i40: ; preds = %else.5.i 39 br i1 %tmp.8.i42, label %else.1.i56, label %then.1.i5 [all...] |
/external/e2fsprogs/lib/ss/ |
mk_cmds.sh.in | 16 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 23 if test "x$1" = x ; then 28 if test -n "$_SS_DIR_OVERRIDE" ; then 32 if test ! -f $DIR/ct_c.sed || test ! -f $DIR/ct_c.awk ; then 35 if test ! -f "$DIR/ct_c.sed" || test ! -f "$DIR/ct_c.awk" ; then 46 if test ! -f "$FILE" ; then 54 if grep "^#__ERROR_IN_FILE" "${TMP}" > /dev/null; then
|
/external/eigen/blas/testing/ |
runblastest.sh | 12 if [ -f $2 ]; then 14 if [ -f $1.summ ]; then rm $1.summ; fi 15 if [ -f $1.snap ]; then rm $1.snap; fi 20 if ! ./$1 < $data > /dev/null 2> .runtest.log ; then 27 if [ -f $1.summ ]; then 28 if [ `grep "FATAL ERROR" $1.summ | wc -l` -gt 0 ]; then 36 if [ `grep "FAILED THE TESTS OF ERROR-EXITS" $1.summ | wc -l` -gt 0 ]; then
|
/external/iproute2/testsuite/lib/ |
generic.sh | 33 if [ -s $TMP_ERR ]; then 38 if [ -s $TMP_OUT ]; then 42 elif [ -s $TMP_OUT ]; then 61 if [ -s $TMP_ERR ]; then 66 if [ -s $TMP_OUT ]; then 70 elif [ -s $TMP_OUT ]; then 83 if [ "`echo $HELPOUT | grep \"^Unknown qdisc\"`" ]; then
|
/external/openssh/contrib/ |
ssh-copy-id | 10 if [ "-i" = "$1" ]; then 13 if [ -n "$2" ]; then 14 if expr "$1" : ".*\.pub" > /dev/null ; then 22 if [ x$SSH_AUTH_SOCK != x ] && ssh-add -L >/dev/null 2>&1; then 27 if [ -z "`eval $GET_ID`" ] && [ -r "${ID_FILE}" ] ; then 31 if [ -z "`eval $GET_ID`" ]; then 36 if [ "$#" -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
|
/frameworks/base/tools/obbtool/ |
mkobb.sh | 42 if [ "`uname -s`x" != "Linuxx" ]; then \ 47 if ! egrep -q "^cryptoloop " /proc/modules; then \ 53 if ! egrep -q "name\s*:\s*${CRYPTO}$" /proc/crypto; then \ 59 if ! egrep -q "^\s*${FS}$" /proc/filesystems; then \ 65 if [ "${MKFSBIN}x" = "x" ]; then \ 68 elif [ ! -x "${MKFSBIN}" ]; then \ 73 if [ "${LOSETUPBIN}x" = "x" ]; then \ 76 elif [ ! -x "${LOSETUPBIN}" ]; then \ 81 if [ "${PBKDF2GEN}x" = "x" ]; then \ 88 if [ "${loopdev}x" != "x" ]; then \ [all...] |
/external/libpng/contrib/pngminus/ |
makevms.com | 10 $ then 13 $ if f$trnlnm("SYS").eqs."" then define sys sys$library: 16 $ then 17 $ if f$trnlnm("SYS").eqs."" then define sys sys$library: 19 $ then 26 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include: 60 $ If F$Search(P1) .Eqs. "" Then Goto Makeit 65 $ If Argument .Eqs. "" Then Goto Exit 69 $ If File .Eqs. " " Then Goto Endl 74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextE [all...] |
/external/llvm/test/CodeGen/Hexagon/ |
BranchPredict.ll | 6 ; should then get the right hint (not_taken or ":nt") 15 br i1 %tobool, label %if.else, label %if.then, !prof !0 17 if.then: ; preds = %entry 26 return: ; preds = %if.else, %if.then 27 %retval.0 = phi i32 [ %call, %if.then ], [ %call2, %if.else ] 37 br i1 %tobool, label %if.else, label %if.then, !prof !1 39 if.then: ; preds = %entry 48 return: ; preds = %if.else, %if.then 49 %retval.0 = phi i32 [ %call, %if.then ], [ %call2, %if.else ] 58 br i1 %tobool, label %if.else, label %if.then, !prof ! [all...] |
gp-plus-offset-load.ll | 12 br i1 %cmp, label %if.then, label %if.end 14 if.then: ; preds = %entry 19 if.end: ; preds = %if.then, %entry 27 br i1 %cmp, label %if.then, label %if.end 29 if.then: ; preds = %entry 34 if.end: ; preds = %if.then, %entry 42 br i1 %cmp, label %if.then, label %if.end 44 if.then: ; preds = %entry 49 if.end: ; preds = %if.then, %entry
|
/external/openssh/contrib/redhat/ |
sshd.init.old | 34 if [ $# -gt 1 ]; then 50 if [ $# -gt 1 ]; then 65 if [ ! -s $RSA1_KEY ]; then 67 if $KEYGEN -q -t rsa1 -f $RSA1_KEY -C '' -N '' >&/dev/null; then 80 if [ ! -s $RSA_KEY ]; then 82 if $KEYGEN -q -t rsa -f $RSA_KEY -C '' -N '' >&/dev/null; then 95 if [ ! -s $DSA_KEY ]; then 97 if $KEYGEN -q -t dsa -f $DSA_KEY -C '' -N '' >&/dev/null; then 112 if [ ! "$RETVAL" = 0 ]; then 127 if [ ! -f $PID_FILE ] ; then [all...] |
/prebuilts/devtools/tools/ |
android | 22 if expr "x${newProg}" : 'x/' >/dev/null; then 39 then 43 then 47 then 54 if [ debug = "$1" ]; then 65 if [ `uname` = "Darwin" ]; then 71 if [ `uname` = "Linux" ]; then 75 if [ "$OSTYPE" = "cygwin" ] ; then 87 # if ANDROID_SWT is defined, then just use this. 88 # else, if running in the Android source tree, then look for the correct swt folder in prebuil [all...] |
ddms | 22 if expr "x${newProg}" : 'x/' >/dev/null; then 40 then 45 then 50 then 57 if [ debug = "$1" ]; then 68 if [ `uname` = "Darwin" ]; then 74 if [ `uname` = "Linux" ]; then 81 # if ANDROID_SWT is defined, then just use this. 82 # else, if running in the Android source tree, then look for the correct swt folder in prebuilt 85 if [ -n "$ANDROID_SWT" ]; then [all...] |
hierarchyviewer | 23 if expr "x${newProg}" : 'x/' >/dev/null; then 41 then 46 then 51 then 58 if [ debug = "$1" ]; then 69 if [ `uname` = "Darwin" ]; then 75 if [ `uname` = "Linux" ]; then 82 # if ANDROID_SWT is defined, then just use this. 83 # else, if running in the Android source tree, then look for the correct swt folder in prebuilt 86 if [ -n "$ANDROID_SWT" ]; then [all...] |
/external/chromium_org/build/ |
update-linux-sandbox.sh | 15 if [ $? -ne 0 ]; then 21 if [ "${TARGET_DIR_TYPE}" = "6969" ]; then 35 if [ ! -d "${CHROME_OUT_DIR}" ]; then 41 if [ ! -f "${CHROME_SANDBOX_BUILD_PATH}" ]; then 47 if [ ! -f "${CHROME_SANDBOX_INST_PATH}" ]; then 53 if [ ! -f "${CHROME_SANDBOX_INST_PATH}" ]; then 61 if [ "${CURRENT_API}" != "${INSTALLED_API}" ]; then 63 if ! installsandbox; then 69 if [ "${CHROME_DEVEL_SANDBOX}" != "${CHROME_SANDBOX_INST_PATH}" ]; then
|
/external/compiler-rt/test/Unit/ |
test | 5 if test `uname` = "Darwin"; then 6 if test "$1" = "armv6"; then 21 if test "$ARCH" != '<host>'; then 31 then 37 then 42 then 44 then 51 then 54 then
|
/external/iproute2/examples/ |
gaiconf | 16 if [ x"$verbose" != x"" ]; then 19 if [ x"$debug" = x"" ]; then 29 if [ x"$command" = x"#label" ]; then 30 if [ ${flush} = 1 ]; then 54 if [ $? != 0 ]; then 66 if [ x"$cmd" != x"" ]; then 79 if [ x"$cmd" != x"" ]; then 86 if [ x"$cmd" != x"" ]; then 109 if [ x"$gai_conf" = x"${TEMPFILE}" ]; then
|
/external/llvm/test/Transforms/SCCP/ |
2003-06-24-OverdefinedPHIValue.ll | 2 ; RUN: not grep then: 9 no_exit: ; preds = %endif, %then, %entry 10 %j.0 = phi i32 [ %j.0, %endif ], [ %i.0, %then ], [ 1, %entry ] ; <i32> [#uses=3] 11 %i.0 = phi i32 [ %inc, %endif ], [ %inc1, %then ], [ 1, %entry ] ; <i32> [#uses=4] 13 br i1 %tmp.8.not, label %endif, label %then 14 then: ; preds = %no_exit 22 loopexit: ; preds = %endif, %then, %entry 23 %j.1 = phi i32 [ 1, %entry ], [ %j.0, %endif ], [ %i.0, %then ] ; <i32> [#uses=1] 24 %i.1 = phi i32 [ 1, %entry ], [ %inc, %endif ], [ %inc1, %then ] ; <i32> [#uses=1]
|
/external/openssh/regress/ |
test-exec.sh | 17 if [ ! -z "$TEST_SSH_PORT" ]; then 23 if [ -x /usr/ucb/whoami ]; then 25 elif whoami >/dev/null 2>&1; then 27 elif logname >/dev/null 2>&1; then 34 if [ "x$OBJ" = "x" ]; then 38 if [ ! -d $OBJ ]; then 43 if [ "x$SCRIPT" = "x" ]; then 47 if [ ! -f $SCRIPT ]; then 51 if $TEST_SHELL -n $SCRIPT; then 77 if [ "x$TEST_SSH_SSH" != "x" ]; then [all...] |
/ndk/tests/build/prebuilt-copy/ |
build.sh | 22 if [ -n "$APP_ABI" ]; then 35 if [ -z "$ABIS" ]; then 45 if [ -z "$APP_ABI" ]; then 53 if [ $RET != 0 ]; then 59 if [ -z "$APP_ABI" ]; then 67 if [ $RET != 0 ]; then 80 if [ $? != 0 ]; then 89 if [ $? = 0 ]; then 97 if [ "$FAILURES" = 0 ]; then
|
/external/chromium/build/linux/ |
python_arch.sh | 14 if [ ! -r "$python" ]; then 19 if [ $? -ne 0 ]; then 25 if [ $? -eq 0 ]; then 31 if [ $? -eq 0 ]; then 37 if [ $? -eq 0 ]; then
|
/external/chromium/third_party/libevent/ |
install-sh | 83 then 96 then 103 if [ x"$dir_arg" != x ]; then 107 if [ -d $dst ]; then 119 then 127 then 138 then 152 if [ ! -d "$dstdir" ]; then 170 then 181 then [all...] |
/external/chromium/third_party/libevent/test/ |
test.sh | 14 then 23 then 30 then 37 then 44 then
|
/external/chromium_org/build/linux/ |
python_arch.sh | 14 if [ $? -ne 0 ]; then 20 if [ $? -eq 0 ]; then 26 if [ $? -eq 0 ]; then 32 if [ $? -eq 0 ]; then 38 if [ $? -eq 0 ]; then
|
/external/chromium_org/chrome/installer/linux/common/ |
apt.include | 12 if [ -x "$APT_CONFIG" ]; then 21 if [ -x "$APT_KEY" ]; then 73 if [ ! "$REPOCONFIG" ]; then 82 if [ ! -r "$SOURCELIST" ]; then 98 if [ "$REPOMATCH" ]; then 100 if [ ! "$MATCH_DISABLED" ]; then 104 if [ ! "$ACTIVECONFIGS" ]; then 110 if [ $BADCONFIG -eq 0 ]; then 119 if [ ! "$ACTIVECONFIGS" ]; then 124 if [ $? -eq 0 ]; then [all...] |
/external/chromium_org/remoting/tools/mac/ |
chromoting-set-channel.sh | 27 if [[ "$(id -u)" != "0" ]]; then 36 if [[ "${channel}" != "beta" && "${channel}" != "stable" ]]; then 42 if [[ "${channel}" == "stable" ]]; then 50 if [[ "${channel}" == "stable" ]]; then 63 if [[ $# < 1 ]]; then
|