/external/llvm/autoconf/m4/ |
huge_val.m4 | 3 # -pedantic switch or not. XCode < 2.4.1 doesn't get it right.
|
/external/llvm/projects/sample/autoconf/m4/ |
huge_val.m4 | 3 # -pedantic switch or not. XCode < 2.4.1 doesn't get it right.
|
/external/llvm/test/CodeGen/Blackfin/ |
switch.ll | 5 switch i32 %A, label %out [
|
switch2.ll | 9 switch i8 %tmp, label %bb [
|
/external/llvm/test/Transforms/LowerSwitch/ |
2003-05-01-PHIProblem.ll | 5 switch i32 0, label %return [
|
/external/skia/include/utils/unix/ |
XkeysToSkKeys.h | 10 switch (keysym) {
|
/packages/inputmethods/LatinIME/java/res/xml-sw600dp/ |
kbd_qwerty_row4.xml | 32 <switch> 52 </switch> 57 <switch> 69 </switch>
|
/external/webkit/Source/WebCore/css/ |
CSSPrimitiveValueMappings.h | 53 switch (e) { 96 switch (e) { 144 switch (m_value.ident) { 183 switch (e) { 375 switch (e) { 390 switch (m_value.ident) { 407 switch (e) { 425 switch (m_value.ident) { 448 switch (e) { 466 switch (m_value.ident) [all...] |
/development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
_index.html | 14 the user can also fling left and right to switch tabs.</dd> 19 left or right to switch between fragments.</dd> 24 left or right to switch between fragments. This versions of the adapter
|
/external/clang/test/Analysis/ |
misc-ps-ranges.m | 24 // PR 5969: the comparison of argc < 3 || argc > 4 should constraint the switch 34 switch(argc) { 52 switch(argc) {
|
/external/clang/test/PCH/ |
stmts.h | 11 switch (x) { 20 switch (x >> 1) { 59 switch (x) {
|
/external/clang/test/SemaCXX/ |
unreachable-code.cpp | 18 switch (i) { 23 switch (i) { 52 switch(i) {
|
/external/mesa3d/src/glsl/ |
TODO | 18 - Implement AST-to-HIR conversion of switch-statements 19 - switch 21 - Update break to correcly handle mixed nexting of switch-statements
|
/external/qemu/android/utils/ |
duff.h | 34 switch (__count & 1) { \ 45 switch (__count & 3) { \ 58 switch (__count & 7) { \
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
lexical-015.js | 13 catch default extends switch 35 eval("switch = true;"); 43 "switch = true" +
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKAPICast.h | 117 switch (wkCacheModel) { 132 switch (cacheModel) { 146 switch (wkLevel) { 168 switch (level) { 189 switch (behavior) { 208 switch (wkBehavior) { 227 switch (type) { 250 switch (type) { 274 switch (type) { 288 switch (wkResourceCachesToClear) [all...] |
/frameworks/compile/linkloader/lib/ |
ELFSymbol.cpp | 22 switch (type) { 46 switch (type) { 65 switch (type) {
|
/external/bluetooth/hcidump/parser/ |
avdtp.c | 41 switch (si & 0x7f) { 75 switch (hdr & 0x0c) { 91 switch (hdr & 0x03) { 105 switch (type) { 119 switch (type) { 121 switch (codec) { 137 switch (codec) { 158 switch (cat) { 225 switch (codec) { 295 switch (hdr & 0x03) [all...] |
/dalvik/tests/015-switch/src/ |
Main.java | 18 * Test switch() blocks 24 switch (a) { 33 switch (a) { 41 switch (a) { 46 switch (a) { 51 switch (a) { 59 switch (a) { 66 switch (a) { 73 switch (a) { 78 switch (a) [all...] |
/frameworks/base/core/java/android/preference/ |
SwitchPreference.java | 25 import android.widget.Switch; 39 // Switch text for on and off states 110 if (checkableView instanceof Switch) { 111 final Switch switchView = (Switch) checkableView; 122 * Set the text displayed on the switch widget in the on state. 133 * Set the text displayed on the switch widget in the off state. 144 * Set the text displayed on the switch widget in the on state. 154 * Set the text displayed on the switch widget in the off state. 164 * @return The text that will be displayed on the switch widget in the on stat [all...] |
/external/clang/test/Driver/ |
le32-unknown-nacl.cpp | 127 template<int> void Switch(); 128 template<> void Switch<4>(); 129 template<> void Switch<8>(); 130 template<> void Switch<16>(); 134 Switch<sizeof(void*)>(); 137 Switch<sizeof(long long)>(); 140 Switch<sizeof(va_list)>();
|
/hardware/ti/omap4xxx/camera/ |
BaseCameraAdapter.cpp | 337 switch ( operation ) { 1153 switch( mask ){ 1191 }//SWITCH [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
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 [all...] |
/external/chromium/base/ |
command_line.h | 7 // "-switch=value". Arguments that aren't prefixed with a switch prefix are 8 // saved as extra arguments. An argument of "--" will terminate switch parsing, 38 // The type of map for parsed-out switch key and values. 94 // Returns true if this command line contains the given switch. 95 // (Switch names are case-insensitive). 98 // Returns the value associated with the given switch. If the switch has no 111 // Append a switch [with optional value] to the command line. 112 // CAUTION! Appending a switch after the "--" switch terminator is futile [all...] |
/external/icu4c/i18n/ |
selfmt.cpp | 135 switch (state) { 138 switch (type) { 150 }//end of switch(type) 155 switch (type) { 171 }//end of switch(type) 176 switch (type) { 187 }//end of switch(type) 192 switch (type) { 230 }//end of switch(type) 233 //Handle the default case of switch(state [all...] |