/external/chromium_org/third_party/WebKit/Tools/ |
whitespace_file.txt | 5 Then, backed away.
|
/external/llvm/test/Transforms/InstCombine/ |
hoist_instr.ll | 3 ;; This tests that the div is hoisted into the then block. 6 br i1 %C, label %then, label %endif 8 then: ; preds = %entry 9 ; CHECK: then: 13 endif: ; preds = %then, %entry 14 %X = phi i32 [ %A, %then ], [ 15, %entry ] ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/LowerInvoke/ |
2004-02-29-PHICrash.ll | 5 br i1 false, label %then, label %UnifiedReturnBlock 6 then: ; preds = %entry 9 UnifiedReturnBlock: ; preds = %then, %then, %entry 10 %UnifiedRetVal = phi i32* [ null, %entry ], [ null, %then ], [ null, %then ] ; <i32*> [#uses=0]
|
/external/dhcpcd/dhcpcd-hooks/ |
10-mtu | 3 if [ -n "${new_interface_mtu}" ]; then
|
50-ypbind | 13 if [ -e "$ypbind_dir/$i" ]; then 27 if [ -n "$new_nis_servers" ]; then 35 # Because this is not an if .. fi then we can use $? below 39 if [ $? = 0 -o "$nd" != "$(domainname)" ]; then 41 if [ -n "$ypbind_restart_cmd" ]; then 54 if [ -z "$nd" ]; then 55 if [ -n "$ypbind_stop_cmd" ]; then 58 elif [ "$nd" != "$(domainname)" ]; then 60 if [ -n "$ypbind_restart_cmd" ]; then 66 if [ "$reason" = PREINIT ]; then [all...] |
29-lookup-hostname | 8 if type dig >/dev/null 2>&1; then 10 if [ $? = 0 ]; then 14 elif type host >/dev/null 2>&1; then 16 if [ $? = 0 ]; then 27 if [ -z "$new_host_name" -a -z "$new_fqdn_name" ]; then 32 if $if_up; then
|
02-dump | 3 if [ "$reason" = "DUMP" ]; then
|
30-hostname | 23 if need_hostname; then 24 if [ -n "$new_host_name" ]; then 26 elif [ -n "$new_fqdn_name" ]; then 32 if $if_up; then
|
/external/llvm/test/ExecutionEngine/ |
2003-05-11-PHIRegAllocBug.ll | 8 then: ; No predecessors! 10 endif: ; preds = %then, %entry 11 %x = phi i32 [ 4, %entry ], [ 27, %then ] ; <i32> [#uses=0] 12 %result = phi i32 [ 32, %then ], [ 0, %entry ] ; <i32> [#uses=0]
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
2003-05-11-PHIRegAllocBug.ll | 8 then: ; No predecessors! 10 endif: ; preds = %then, %entry 11 %x = phi i32 [ 4, %entry ], [ 27, %then ] ; <i32> [#uses=0] 12 %result = phi i32 [ 32, %then ], [ 0, %entry ] ; <i32> [#uses=0]
|
/external/llvm/test/Transforms/LoopSimplify/ |
2004-04-12-LoopSimplify-SwitchBackedges.ll | 6 loopentry.1: ; preds = %then.6, %then.6, %loopentry.1, %loopentry.0 7 %pixel.4 = phi i32 [ 0, %loopentry.0 ], [ %pixel.4, %loopentry.1 ], [ %tmp.370, %then.6 ], [ %tmp.370, %then.6 ] ; <i32> [#uses=1] 8 br i1 false, label %then.6, label %loopentry.1 9 then.6: ; preds = %loopentry.1 15 label.7: ; preds = %then.6
|
/external/e2fsprogs/tests/ |
run_e2fsck | 1 if [ "$DESCRIPTION"x != x ]; then 4 if [ "$IMAGE"x = x ]; then 8 if [ "$FSCK_OPT"x = x ]; then 12 if [ "$SECOND_FSCK_OPT"x = x ]; then 16 if [ "$OUT1"x = x ]; then 20 if [ "$OUT2"x = x ]; then 24 if [ "$EXP1"x = x ]; then 25 if [ -f $test_dir/expect.1.gz ]; then 33 if [ "$EXP2"x = x ]; then 34 if [ -f $test_dir/expect.2.gz ]; then [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
2004-12-10-SimplifyCFGCrash.ll | 5 br i1 undef, label %then.0, label %UnifiedReturnBlock 6 then.0: ; preds = %entry 8 loopentry.1.preheader: ; preds = %then.0 12 loopentry.1: ; preds = %endif.1, %then.4, %then.3, %then.1, %loopentry.1.outer 15 br i1 undef, label %then.1, label %else.0 16 then.1: ; preds = %no_exit.1 19 br i1 undef, label %then.2, label %else.1 20 then.2: ; preds = %else. [all...] |
/external/llvm/test/Transforms/LoopStrengthReduce/ |
2005-09-12-UsesOutOutsideOfLoop.ll | 6 loopentry.0: ; preds = %then.5, %entry 7 %arg_index.1.ph = phi i32 [ 1, %entry ], [ %arg_index.1.ph.be, %then.5 ] ; <i32> [#uses=1] 11 br i1 false, label %then.i55, label %endif.i61 12 then.i55: ; preds = %no_exit.0 13 br i1 false, label %then.4, label %else.1 16 then.4: ; preds = %then.i55 19 else.1: ; preds = %then.i55 20 br i1 false, label %then.i86, label %loopexit.i97 21 then.i86: ; preds = %else. [all...] |
/external/valgrind/main/exp-sgcheck/tests/ |
preen_invars_so.c | 3 which is dlopened by preen_invar.c. That then accesses the global 6 preen_invar.c then dlcloses this object, causing it to get 7 unmapped; and we then need to be sure that the Inv_Global is
|
/art/test/063-process-manager/ |
info.txt | 1 Test that spawning a child process and then reaping it (a) works and (b)
|
/dalvik/dx/tests/030-minimal-jasmin/ |
info.txt | 2 file and then dumping it. It doesn't test any features in particular.
|
/dalvik/tests/063-process-manager/ |
info.txt | 1 Test that spawning a child process and then reaping it (a) works and (b)
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
back-forward-during-alert-1.html | 2 View this page, then click <a href="back-forward-during-alert-2.html">here.</a>
|
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
alert-and-go-back.html | 3 alert("Wait a moment and then dismiss this alert. If there is no crash, the test succeeded.");
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
net_unittests.gtest-drmemory_win-xp.txt | 2 # Failing and then crashing.
|
/external/dnsmasq/contrib/openvpn/ |
dhclient-enter-hooks | 4 if [ -e $1 -a ! -e $1.predhclient ]; then 11 if [ -n "$new_domain_name" ] || [ -n "$new_domain_name_servers" ]; then 14 if [ -n "$SEARCH" ]; then 17 if [ -n "$new_domain_name" ]; then
|
/external/dropbear/libtommath/ |
mess.sh | 2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi
|
/external/e2fsprogs/debian/ |
libuuid1.postrm | 4 then
|
uuid-runtime.postrm | 4 then
|