/external/chromium_org/cloud_print/virtual_driver/ |
D | gcp_driver.gpd | 58 *switch: Orientation { 74 *switch: Orientation { 90 *switch: Orientation { 106 *switch: Orientation { 122 *switch: Orientation { 138 *switch: Orientation { 154 *switch: Orientation { 170 *switch: Orientation { 186 *switch: Orientation { 202 *switch: Orientation { [all …]
|
/external/deqp/data/gles3/shaders/ |
D | switch.test | 12 switch () 34 switch (c) 56 switch (c) 78 switch (c) 102 switch (c) 124 switch (c) 147 switch (c) 170 switch (c) 191 switch (1) 213 switch (1) [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/X86/ |
D | switch_to_lookup_table.ll | 7 ; CHECK: @switch.table = private unnamed_addr constant [7 x i32] [i32 55, i32 123, i32 0, i32 -1, i… 10 ; CHECK: @switch.table1 = private unnamed_addr constant [4 x float] [float 0x40091EB860000000, floa… 13 ; CHECK: @switch.table2 = private unnamed_addr constant [4 x i8*] [i8* getelementptr inbounds ([4 x… 16 ; CHECK: @switch.table3 = private unnamed_addr constant [4 x i32] [i32 42, i32 9, i32 88, i32 5] 19 ; CHECK: @switch.table4 = private unnamed_addr constant [199 x i32] [i32 1, i32 4, i32 9, 22 ; CHECK: @switch.table5 = private unnamed_addr constant [7 x i32] [i32 5, i32 42, i32 126, i32 -452… 25 ; CHECK: @switch.table6 = private unnamed_addr constant [5 x i32] [i32 0, i32 0, i32 0, i32 1, i32 … 27 ; A simple int-to-int selection switch. 34 switch i32 %c, label %sw.default [ 57 ; CHECK-NEXT: %switch.tableidx = sub i32 %c, 42 [all …]
|
/external/clang/test/SemaObjC/ |
D | arc-jump-block.m | 20 switch (button) { 24 case 2: // expected-error {{switch case is in protected scope}} 27 case 3: // expected-error {{switch case is in protected scope}} 32 case 4: // expected-error {{switch case is in protected scope}} 37 switch (button) { 55 switch (button) { 64 switch (button) { 88 switch (state) { 93 default: // expected-error {{switch case is in protected scope}}
|
/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 7 switch (value) 17 switch (value) 28 switch (value) 39 switch (value) 62 switch (value) 74 switch (value) 111 switch (value) 135 switch (value) 145 switch (value) 155 switch (value) [all …]
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.switch.txt | 19 GLSL switch statement tests 22 + dEQP-GLES3.functional.shaders.switch.* 25 + Constant, uniform and dynamic switch expressions 30 + Nested switch, conditional and loop statements 31 + Negative syntax tests for switch statements 33 + Negative semantic tests for switch statements 35 - Non-integer switch expressions 37 - No statement between a label and end of switch statement
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2003-08-17-FoldSwitch.ll | 3 ; CHECK-NOT: switch 7 switch i32 5, label %Default [ 27 switch i32 3, label %Default [ 49 switch i32 3, label %TheDest [ 59 ; Test folding switch -> branch 61 switch i32 %C, label %L1 [ 72 switch i32 %C, label %L1 [
|
D | switch_switch_fold.ll | 2 ; RUN: grep switch | count 1 4 ; Test that a switch going to a switch on the same value can be merged. All 16 switch i32 %V, label %F [ 23 switch i32 %V, label %F [ 38 switch i32 %V, label %F [
|
D | CoveredLookupTable.ll | 10 ; CHECK-NEXT: zext i3 %switch.tableidx to i24 11 ; CHECK-NEXT: mul i24 %switch.cast, 3 12 ; CHECK-NEXT: lshr i24 7507338, %switch.shiftamt 13 ; CHECK-NEXT: trunc i24 %switch.downshift to i3 14 ; CHECK-NEXT: ret i3 %switch.masked 18 switch i3 %input, label %bb8 [
|
D | switch_thread.ll | 4 ; Test that we can thread a simple known condition through switch statements. 13 switch i32 %V, label %A [ 21 ;; This switch is always statically determined. 22 switch i32 %V, label %A2 [ 51 switch i32 %V, label %A [ 59 ;; This switch is always statically determined. 60 switch i32 %V, label %E [
|
D | switch-on-const-select.ll | 8 br i1 %eq, label %b, label %switch 9 switch: 13 switch i32 %qux, label %bees [ 22 ; CHECK-NEXT: %retval = phi i32 [ 0, %switch ], [ 2, %entry ] 24 %retval = phi i32 [0, %switch], [0, %switch], [2, %entry] 42 switch i32 %qux, label %bees [ 68 switch i32 %qux, label %b [ 93 switch i32 %qux, label %b [ 120 switch i32 %qux, label %bees [
|
D | preserve-branchweights.ll | 85 switch i32 %N, label %sw2 [ 91 ; CHECK: switch i32 %N, label %sw2 [ 112 ;; test6 - Some cases of the second switch are pruned during optimization. 113 ;; Then the second switch will be converted to a branch, finally, the first 114 ;; switch and the branch will be merged into a single switch. 117 switch i32 %N, label %sw2 [ 123 ; CHECK: switch i32 %N, label %sw.epilog 138 ;; Here "case 2" is invalidated since the default case of the first switch 140 switch i32 %N, label %sw.epilog [ 203 switch i32 %qux, label %bees [ [all …]
|
D | switch-to-icmp.ll | 5 switch i32 %x, label %lor.rhs [ 20 ; CHECK: %switch = icmp ult i32 %x.off, 3 25 switch i32 %x, label %lor.rhs [ 38 ; CHECK: %switch = icmp ult i32 %x, 2 43 switch i1 %flag, label %bad [
|
D | switch_create.ll | 20 ; CHECK: switch i32 %V, label %F [ 39 ; DL: switch i32 %magicptr, label %F [ 58 ; DL: switch i16 %magicptr, label %F [ 76 ; CHECK: switch i32 %V, label %T [ 96 ; CHECK: switch i32 %V, label %F [ 123 ; CHECK: switch i8 %c, label %lor.rhs [ 132 switch i8 %c, label %lor.rhs [ 147 ; CHECK: switch i8 %c, label %lor.rhs [ 184 ; CHECK: %switch = icmp ult i32 %tmp.2.i.off, 6 205 ; CHECK: br i1 %cmp, label %if.then, label %switch.early.test [all …]
|
D | preserve-branchweights-switch-create.ll | 8 ;; test1 - create a switch with case 2 and case 4 from two branches: N == 2 15 ; CHECK: switch i32 %N 48 switch i32 %N, label %sw2 [ 53 ; CHECK: switch i32 %N, label %sw.epilog 69 ;; of the first switch. 70 switch i32 %N, label %sw.epilog [ 94 switch i32 %N, label %sw.bb [ 100 ; CHECK: switch i32 %N, label %sw.bb 115 switch i32 %N, label %sw.epilog [
|
/external/llvm/test/Transforms/StructurizeCFG/ |
D | switch.ll | 3 ; The structurizecfg pass cannot handle switch instructions, so we need to 4 ; make sure the lower switch pass is always run before structurizecfg. 6 ; CHECK-LABEL: @switch 7 define void @switch(i32 addrspace(1)* %out, i32 %cond) nounwind { 10 switch i32 %cond, label %done [ i32 0, label %zero]
|
/external/chromium_org/tools/ipc_fuzzer/ |
D | play_testcase.py | 82 switch, value = arg.split('=', 1) 83 if switch in prefixes: 84 launchers[switch] = value + ' ' + launchers[switch] 88 for switch, value in launchers.items(): 89 chrome_command.append(switch + '=' + value)
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 7 switch (value) 21 switch (value) 50 switch (value) 115 switch (value) 142 switch (value) 158 switch (value) 192 switch (value) 214 switch (value) 226 switch (value) 241 switch (value) [all …]
|
/external/chromium_org/third_party/expat/files/lib/ |
D | xmltok_impl.c.original | 103 switch (BYTE_TYPE(enc, ptr)) { 136 switch (BYTE_TYPE(enc, ptr)) { 151 switch (BYTE_TYPE(enc, ptr)) { 156 switch (BYTE_TYPE(enc, ptr + MINBPC(enc))) { 185 switch (BYTE_TO_ASCII(enc, ptr)) { 195 switch (BYTE_TO_ASCII(enc, ptr)) { 205 switch (BYTE_TO_ASCII(enc, ptr)) { 230 switch (BYTE_TYPE(enc, ptr)) { 237 switch (BYTE_TYPE(enc, ptr)) { 246 switch (BYTE_TYPE(enc, ptr)) { [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-and-tst-peephole.ll | 41 br i1 %tst, label %sw.bb, label %tailrecurse.switch 43 tailrecurse.switch: ; preds = %tailrecurse 44 ; V8-LABEL: %tailrecurse.switch 47 ; V8-NEXT: %tailrecurse.switch 50 ; V8-NEXT: %tailrecurse.switch 55 switch i32 %and, label %sw.epilog [ 61 sw.bb: ; preds = %tailrecurse.switch, %tailrecurse 68 sw.bb6: ; preds = %tailrecurse.switch 71 sw.bb8: ; preds = %tailrecurse.switch 76 sw.epilog: ; preds = %tailrecurse.switch
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | 2011-11-18-TwoSwitches.ll | 26 ; CHECK-NEXT: switch i32 1, label %second_switch.us.us [ 30 ; CHECK-NEXT: switch i32 1, label %default.us.us [ 42 ; CHECK-NEXT: switch i32 1, label %second_switch.us [ 46 ; CHECK-NEXT: switch i32 %d, label %default.us [ 69 ; CHECK-NEXT: switch i32 %c, label %second_switch.us3 [ 74 ; CHECK-NEXT: switch i32 1, label %default.us5 [ 90 ; CHECK-NEXT: switch i32 %c, label %second_switch [ 98 ; CHECK-NEXT: switch i32 %d, label %default [ 118 switch i32 %c, label %second_switch [ 123 switch i32 %d, label %default [
|
D | 2011-11-18-TwoSwitches-Threshold.ll | 20 ; CHECK: switch i32 1, label %second_switch.us [ 24 ; CHECK-NEXT: switch i32 %d, label %default.us [ 36 ; CHECK: switch i32 %c, label %second_switch [ 44 ; CHECK-NEXT: switch i32 %d, label %default [ 64 switch i32 %c, label %second_switch [ 69 switch i32 %d, label %default [
|
/external/smali/smali/src/test/resources/LexerTest/ |
D | DirectiveTest.tokens | 18 PACKED_SWITCH_DIRECTIVE(".packed-switch") 19 END_PACKED_SWITCH_DIRECTIVE(".end packed-switch") 20 SPARSE_SWITCH_DIRECTIVE(".sparse-switch") 21 END_SPARSE_SWITCH_DIRECTIVE(".end sparse-switch")
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
D | Fuzzy.m | 169 switch (alt1) { 231 switch (alt2) { 305 switch (alt3) { 326 switch (alt5) { 349 switch (alt4) { 376 switch (alt10) { 399 switch (alt6) { 421 switch (alt9) { 435 switch (alt7) { 460 switch (alt8) { [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
D | RTCEnumConverter.mm | 36 switch (nativeState) { 56 switch (nativeState) { 68 switch (nativeState) { 86 switch (statsOutputLevel) { 96 switch (nativeState) { 110 switch (state) { 124 switch (nativeState) {
|