/external/clang/test/CodeGen/ |
2008-09-22-bad-switch-type.c | 5 switch (0) { 10 switch (0) { 15 switch (0) { 20 switch (0) { 25 switch (0) { 30 switch (0) {
|
switch-dce.c | 6 // CHECK-NOT: switch 9 // CHECK-NOT: switch 16 switch (1) 20 switch (0) 27 // CHECK-NOT: switch 30 // CHECK-NOT: switch 34 switch (4) { 40 // Fall off the end of the switch. 46 // CHECK-NOT: switch 49 // CHECK-NOT: switch [all...] |
2003-11-04-OutOfMemory.c | 5 switch (timeout)
|
/external/llvm/test/Assembler/ |
2003-05-15-SwitchBug.ll | 3 ; Check minimal switch statement 6 switch i32 %X, label %dest [
|
/external/clang/test/Sema/ |
switch.c | 4 default: z--; // expected-error {{statement not in switch}} 9 switch (X) { 26 // empty switch; 27 switch (0); // expected-warning {{no case matching constant switch condition '0'}} 35 switch (cond) { 41 switch(cond) { 47 switch (cond) { 52 switch (cond) { 57 switch (cond) [all...] |
statements.c | 39 switch (bit) 40 switch (env->fpscr) // expected-error {{use of undeclared identifier 'env'}} 48 switch (num == kOne) {// expected-warning {{switch condition has boolean value}} 59 switch (X) { // expected-warning {{enumeration value 'g' not handled in switch}} 69 switch (X) { // expected-warning {{enumeration values 'f' and 'g' not handled in switch}} 78 switch (X) { // expected-warning {{enumeration values 'e', 'f', and 'g' not handled in switch}} [all...] |
default.c | 5 default: // expected-error {{not in switch statement}}
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Switch.java | 1 public class Switch { 3 * Test switch() blocks 6 System.out.println("Switch.testSwitch"); 10 switch (a) { 19 switch (a) { 27 switch (a) { 32 switch (a) { 40 switch (a) { 47 switch (a) { 54 switch (a) [all...] |
/external/clang/test/SemaCXX/ |
switch.cpp | 5 switch (x) { // expected-warning {{bool}} 11 switch (n && true) { // expected-warning {{bool}} 23 switch(A()) { 33 switch (B()) { // expected-error{{multiple conversions}} 40 switch (c) { // expected-error{{incomplete class type}} 49 switch (how) { //expected-warning {{no case matching constant switch condition '2'}} 63 switch (0 == 8) { // expected-warning {{switch condition has boolean value}}
|
return-noreturn.cpp | 19 switch (x) { default: pr6884_abort(); } 22 switch (x) default: pr6884_abort_struct(); 25 switch (x) { default: pr6884_abort_struct(); } 28 switch (x) { default: ; } 31 switch (x) { default: { pr6884_abort_struct(); } } 34 switch (x) default: L1: L2: case 4: pr6884_abort_struct(); 37 switch (x) default: L1: { L2: case 4: pr6884_abort_struct(); } 40 switch (x) default: L1: L2: case 4: { pr6884_abort_struct(); } 44 // before and after the switch due to implicit destructors. 47 switch (x) default: pr6884_abort_struct() [all...] |
/external/llvm/test/Transforms/LowerSwitch/ |
2003-08-23-EmptySwitch.ll | 4 switch i32 0, label %Next [
|
/external/llvm/test/Transforms/LoopDeletion/ |
2007-07-23-InfiniteLoop.ll | 1 ; RUN: opt < %s -loop-deletion -S | grep switch 10 switch i32 0, label %unreachable [
|
/external/llvm/test/Transforms/SCCP/ |
switch.ll | 3 ; Make sure we always consider the default edge executable for a switch 9 switch i32 undef, label %d []
|
/dalvik/vm/mterp/x86/ |
OP_PACKED_SWITCH.S | 4 * Handle a packed-switch or sparse-switch instruction. In both cases 7 * We don't really expect backward branches in a switch statement, but 10 * for: packed-switch, sparse-switch
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/ |
switch2.js | 24 Description: 'Tests the switch statement' 35 var TITLE = 'statements: switch'; 47 switch(i) { 59 testcases[count++] = new TestCase(SECTION, 'switch statement', 62 testcases[count++] = new TestCase(SECTION, 'switch statement', 65 testcases[count++] = new TestCase(SECTION, 'switch statement', 68 testcases[count++] = new TestCase(SECTION, 'switch statement', 71 testcases[count++] = new TestCase(SECTION, 'switch statement', 75 switch(i) { 88 testcases[count++] = new TestCase(SECTION, 'switch statement' [all...] |
/development/samples/ApiDemos/res/layout/ |
switches.xml | 24 <Switch android:text="Standard switch" 29 <Switch android:text="Default is on" 35 <Switch android:id="@+id/monitored_switch" 36 android:text="Monitored switch" 41 <Switch android:text="Customized text" 48 <Switch android:text="This is an example of a switch with a lot of text in it. It may end up wrapping to another line. The switch will be pinned at the top." 55 <Switch android:text="This is an example of a switch with a lot of text in it. It may end up wrapping to a (…) [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
switch-001.js | 2 * File Name: switch-001.js 4 * Description: The switch Statement 6 * A simple switch test with no abrupt completions. 12 var SECTION = "switch-001"; 14 var TITLE = "The switch statement"; 43 switch ( input ) { 60 "switch with no breaks, case expressions are numbers. input is "+
|
switch-002.js | 2 * File Name: switch-002.js 4 * Description: The switch Statement 6 * A simple switch test with no abrupt completions. 12 var SECTION = "switch-002"; 14 var TITLE = "The switch statement"; 38 switch ( input ) { 57 "switch with no breaks: input is " + input,
|
/packages/inputmethods/LatinIME/java/res/xml-sw768dp/ |
kbd_qwerty_row4.xml | 27 <switch> 35 </switch> 39 <switch> 48 <switch> 68 </switch> 69 <switch> 83 </switch> 85 </switch> 90 <switch> 101 </switch> [all...] |
/external/clang/test/Parser/ |
switch-recovery.cpp | 7 switch (a) { // expected-error{{use of undeclared identifier 'a'}} 12 switch (b) { 24 switch (x) { // expected-warning {{enumeration value 'Xb' not handled in switch}} 29 switch (x) { 36 switch (i) { 45 switch (i) 51 switch (i) { 61 switch (i) { 78 switch (i) [all...] |
bad-control.c | 4 break; /* expected-error {{'break' statement not in loop or switch statement}} */
|
/dalvik/dx/tests/092-ssa-cfg-edge-cases/ |
Blort.java | 5 switch(foo) {
|
/external/clang/test/CodeGenCXX/ |
conversion-operator-base.cpp | 6 void a() { switch(B()) {} }
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
Switch.java | 5 public interface Switch
|
Switchable.java | 7 void apply(Switch sw);
|