Searched
full:switch (Results
276 -
300 of
11629) sorted by null
<<11121314151617181920>>
/external/kernel-headers/original/asm-generic/ |
futex.h | 26 switch (op) { 39 switch (cmp) {
|
/external/llvm/lib/Target/X86/ |
X86ELFWriterInfo.cpp | 37 switch(MachineRelTy) { 51 switch(MachineRelTy) { 69 switch(RelTy) { 79 switch(RelTy) { 91 switch(RelTy) { 102 switch(RelTy) { 115 switch(RelTy) { 126 switch(RelTy) {
|
/external/llvm/test/Analysis/RegionInfo/ |
multiple_exiting_edge.ll | 6 switch i32 undef, label %bb42 [ 24 switch i32 undef, label %bb41 [
|
/external/llvm/test/CodeGen/Generic/ |
switch-lower-feature.ll | 5 switch i32 %tmp158, label %bb336 [ 29 switch i32 %tmp158, label %bb336 [
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
2011-10-03-CritEdgeMerge.ll | 26 switch i32 0, label %bb89 [ 32 switch i8 0, label %bb89 [
|
/external/llvm/test/Transforms/SimplifyCFG/ |
switch_create.ll | 19 ; CHECK: switch i32 %V, label %F [ 37 ; CHECK: switch i32 %V, label %T [ 57 ; CHECK: switch i32 %V, label %F [ 84 ; CHECK: switch i8 %c, label %lor.rhs [ 93 switch i8 %c, label %lor.rhs [ 108 ; CHECK: switch i8 %c, label %lor.rhs [ 145 ; CHECK: %switch = icmp ult i32 %tmp.2.i.off, 6 166 ; CHECK: br i1 %cmp, label %if.then, label %switch.early.test 167 ; CHECK: switch.early.test: 168 ; CHECK: switch i8 %c, label %if.end [all...] |
2003-08-17-FoldSwitch-dbg.ll | 2 ; RUN: not grep switch 22 switch i32 3, label %TheDest [ 32 ; Test folding switch -> branch 34 switch i32 %C, label %L1 [ 47 switch i32 %C, label %L1 [
|
/external/mesa3d/docs/ |
MESA_set_3dfx_mode.spec | 34 to switch between full-screen and windowed rendering. 56 mode or rendering into an X window. An application can switch between
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
watch.js | 36 switch (state++) { 56 switch (state++) {
|
/external/webkit/Source/WebCore/bindings/gobject/ |
WebKitDOMObject.cpp | 27 switch (prop_id) { 36 switch (prop_id) {
|
/frameworks/base/core/res/res/layout/ |
preference_widget_switch.xml | 17 <!-- Layout used by SwitchPreference for the switch widget style. This is inflated 19 <Switch xmlns:android="http://schemas.android.com/apk/res/android"
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidEnumTest.java | 55 switch (e) { 59 fail("wrong switch");
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
groupify.sed | 46 # switch back to pattern space. 55 # Step 3.4: Switch back to pattern space, print the first blank line
|
/packages/apps/Camera/res/layout/ |
in_line_setting_switch.xml | 23 <!-- The Switch widget always aligns to the right, so we have to wrap it in a frame layout. --> 27 <Switch android:id="@+id/setting_switch"
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiEnabler.java | 29 import android.widget.Switch; 39 private Switch mSwitch; 66 public WifiEnabler(Context context, Switch switch_) { 88 public void setSwitch(Switch switch_) { 109 // Reset switch to off. No infinite check/listenenr loop. 130 switch (state) { 161 // After the refactoring from a CheckBoxPreference to a Switch, this method is useless since 166 // Here we use the state of the switch as an optimization.
|
/packages/inputmethods/LatinIME/java/res/xml/ |
kbd_settings_or_tab.xml | 24 <switch> 44 </switch>
|
/packages/inputmethods/LatinIME/java/res/xml-sw600dp/ |
kbd_row3_comma_period.xml | 24 <switch> 45 </switch>
|
/packages/inputmethods/LatinIME/java/res/xml-sw768dp/ |
kbd_row3_comma_period.xml | 24 <switch> 45 </switch>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
video_decoder.h | 39 #define DECODER_SET_GPIO _IOW('d', 8, int) /* switch general purpose pin */ 41 #define DECODER_SET_VBI_BYPASS _IOW('d', 10, int) /* switch vbi bypass */
|
/external/clang/test/SemaCXX/ |
scope-check.cpp | 141 switch (c) { 144 case 1: // expected-error {{switch case is in protected scope}} 165 switch (x) { 184 switch (K) { // expected-warning {{enumeration value 'something_invalid' not handled in switch}}
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Statements/ |
regress-83532-001.js | 22 * SUMMARY: Testing that we don't crash on switch case -1... 28 var summary = "Testing that we don't crash on switch case -1"; 41 function f () {switch(1) {case -1:}} 42 function g(){switch(1){case (-1):}} 43 var h = function() {switch(1) {case -1:}}
|
regress-83532-002.js | 22 * SUMMARY: Testing that we don't crash on switch case -1... 28 var summary = "Testing that we don't crash on switch case -1"; 42 sToEval += 'function f () {switch(1) {case -1:}};'; 43 sToEval += 'function g(){switch(1){case (-1):}};'; 44 sToEval += 'var h = function() {switch(1) {case -1:}};'
|
/external/webkit/Source/WebCore/platform/mac/ |
PlatformMouseEventMac.mm | 35 switch ([event type]) { 55 switch ([event type]) { 78 switch ([event type]) { 104 switch ([event type]) { 124 switch ([event type]) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardShiftState.java | 39 switch (oldState) { 51 switch (oldState) { 70 switch (oldState) { 79 switch (oldState) { 129 switch (state) {
|
/external/clang/test/Sema/ |
return.c | 127 switch (i) default: ; 132 switch (i) { 142 switch (i) { 163 switch (j) { 247 // Test that for switch(enum) that if the switch statement covers all the cases 251 switch (C) {
|
Completed in 633 milliseconds
<<11121314151617181920>>