/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatorFactory.h | 53 case AnimatedAngle: 55 case AnimatedBoolean: 57 case AnimatedColor: 59 case AnimatedEnumeration: 61 case AnimatedInteger: 63 case AnimatedIntegerOptionalInteger: 65 case AnimatedLength: 67 case AnimatedLengthList: 69 case AnimatedNumber: 71 case AnimatedNumberList [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathUtil.cpp | 45 case Node::ATTRIBUTE_NODE: 46 case Node::PROCESSING_INSTRUCTION_NODE: 47 case Node::COMMENT_NODE: 48 case Node::TEXT_NODE: 49 case Node::CDATA_SECTION_NODE: 50 case Node::XPATH_NAMESPACE_NODE: 76 case Node::ATTRIBUTE_NODE: 77 case Node::CDATA_SECTION_NODE: 78 case Node::COMMENT_NODE: 79 case Node::DOCUMENT_NODE [all...] |
/external/clang/test/Sema/ |
statements.c | 50 case kThree: 60 case a: 61 case b: 62 case c: 63 case d: 64 case e: 65 case f: 70 case a: 71 case b: 72 case c [all...] |
/hardware/qcom/msm8x74/original-kernel-headers/video/ |
msm_hdmi_modes.h | 285 case HDMI_VFRMT_UNKNOWN: return "Unknown"; 286 case HDMI_VFRMT_640x480p60_4_3: return "640x480 p60 4/3"; 287 case HDMI_VFRMT_720x480p60_4_3: return "720x480 p60 4/3"; 288 case HDMI_VFRMT_720x480p60_16_9: return "720x480 p60 16/9"; 289 case HDMI_VFRMT_1280x720p60_16_9: return "1280x 720 p60 16/9"; 290 case HDMI_VFRMT_1920x1080i60_16_9: return "1920x1080 i60 16/9"; 291 case HDMI_VFRMT_1440x480i60_4_3: return "1440x480 i60 4/3"; 292 case HDMI_VFRMT_1440x480i60_16_9: return "1440x480 i60 16/9"; 293 case HDMI_VFRMT_1440x240p60_4_3: return "1440x240 p60 4/3"; 294 case HDMI_VFRMT_1440x240p60_16_9: return "1440x240 p60 16/9" [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_pipe.c | 249 case R600: 250 case R700: 265 case EVERGREEN: 266 case CAYMAN: 335 case CHIP_R600: return "AMD R600"; 336 case CHIP_RV610: return "AMD RV610"; 337 case CHIP_RV630: return "AMD RV630"; 338 case CHIP_RV670: return "AMD RV670"; 339 case CHIP_RV620: return "AMD RV620"; 340 case CHIP_RV635: return "AMD RV635" [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe.c | 249 case R600: 250 case R700: 265 case EVERGREEN: 266 case CAYMAN: 335 case CHIP_R600: return "AMD R600"; 336 case CHIP_RV610: return "AMD RV610"; 337 case CHIP_RV630: return "AMD RV630"; 338 case CHIP_RV670: return "AMD RV670"; 339 case CHIP_RV620: return "AMD RV620"; 340 case CHIP_RV635: return "AMD RV635" [all...] |
/external/qemu/target-mips/ |
translate.c | 660 case 0: gen_helper_2i(cmp ## type ## _ ## fmt ## _f, a, b, cc); break;\ 661 case 1: gen_helper_2i(cmp ## type ## _ ## fmt ## _un, a, b, cc); break;\ 662 case 2: gen_helper_2i(cmp ## type ## _ ## fmt ## _eq, a, b, cc); break;\ 663 case 3: gen_helper_2i(cmp ## type ## _ ## fmt ## _ueq, a, b, cc); break;\ 664 case 4: gen_helper_2i(cmp ## type ## _ ## fmt ## _olt, a, b, cc); break;\ 665 case 5: gen_helper_2i(cmp ## type ## _ ## fmt ## _ult, a, b, cc); break;\ 666 case 6: gen_helper_2i(cmp ## type ## _ ## fmt ## _ole, a, b, cc); break;\ 667 case 7: gen_helper_2i(cmp ## type ## _ ## fmt ## _ule, a, b, cc); break;\ 668 case 8: gen_helper_2i(cmp ## type ## _ ## fmt ## _sf, a, b, cc); break;\ 669 case 9: gen_helper_2i(cmp ## type ## _ ## fmt ## _ngle, a, b, cc); break; [all...] |
/art/compiler/llvm/ |
backend_types.h | 64 case 'V': 67 case 'Z': 70 case 'B': 73 case 'C': 76 case 'S': 79 case 'I': 82 case 'J': 85 case 'F': 88 case 'D': 91 case 'L' [all...] |
/art/test/015-switch/src/ |
Main.java | 25 case -1: System.out.print("neg one\n"); break; 26 case 0: System.out.print("zero\n"); break; 27 case 1: System.out.print("CORRECT (one)\n"); break; 28 case 2: System.out.print("two\n"); break; 29 case 3: System.out.print("three\n"); break; 30 case 4: System.out.print("four\n"); break; 34 case 3: System.out.print("three\n"); break; 35 case 4: System.out.print("four\n"); break; 42 case 0x12345678: System.out.print("CORRECT (large)\n"); break; 43 case 0x12345679: System.out.print("large+1\n"); break [all...] |
/bionic/libc/bionic/ |
pathconf.c | 145 case _PC_FILESIZEBITS: 148 case _PC_LINK_MAX: 151 case _PC_MAX_CANON: 154 case _PC_MAX_INPUT: 157 case _PC_NAME_MAX: 160 case _PC_PATH_MAX: 163 case _PC_PIPE_BUF: 166 case _PC_2_SYMLINKS: 170 case _PC_ALLOC_SIZE_MIN: 171 case _PC_REC_INCR_XFER_SIZE [all...] |
/dalvik/tests/015-switch/src/ |
Main.java | 25 case -1: System.out.print("neg one\n"); break; 26 case 0: System.out.print("zero\n"); break; 27 case 1: System.out.print("CORRECT (one)\n"); break; 28 case 2: System.out.print("two\n"); break; 29 case 3: System.out.print("three\n"); break; 30 case 4: System.out.print("four\n"); break; 34 case 3: System.out.print("three\n"); break; 35 case 4: System.out.print("four\n"); break; 42 case 0x12345678: System.out.print("CORRECT (large)\n"); break; 43 case 0x12345679: System.out.print("large+1\n"); break [all...] |
/external/chromium/net/base/ |
cert_status_flags.cc | 14 case ERR_CERT_COMMON_NAME_INVALID: 16 case ERR_CERT_DATE_INVALID: 18 case ERR_CERT_AUTHORITY_INVALID: 20 case ERR_CERT_NO_REVOCATION_MECHANISM: 22 case ERR_CERT_UNABLE_TO_CHECK_REVOCATION: 24 case ERR_CERT_REVOKED: 29 case ERR_CERT_CONTAINS_ERRORS: 32 case ERR_CERT_INVALID: 34 case ERR_CERT_WEAK_SIGNATURE_ALGORITHM: 36 case ERR_CERT_NOT_IN_DNS [all...] |
/external/chromium_org/chrome/browser/printing/ |
print_preview_context_menu_observer.cc | 28 case IDC_PRINT: 29 case IDC_VIEW_SOURCE: 30 case IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE: 31 case IDC_CONTENT_CONTEXT_VIEWPAGEINFO: 32 case IDC_CONTENT_CONTEXT_SEARCHWEBFOR: 42 case IDC_PRINT: 43 case IDC_VIEW_SOURCE: 44 case IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE: 45 case IDC_CONTENT_CONTEXT_VIEWPAGEINFO: 46 case IDC_CONTENT_CONTEXT_SEARCHWEBFOR [all...] |
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_action.cc | 30 case TYPE_PENDING: 33 case TYPE_PENDING_IGNORE: 45 case TYPE_SELECT: 49 case TYPE_ADD_TO_DICT: 52 case TYPE_IGNORE: 55 case TYPE_IN_DICTIONARY: 58 case TYPE_NO_ACTION: 61 case TYPE_MANUALLY_CORRECTED: 65 case TYPE_PENDING: 66 case TYPE_PENDING_IGNORE [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
mock_util.h | 26 case PP_VARTYPE_BOOL: 29 case PP_VARTYPE_INT32: 32 case PP_VARTYPE_DOUBLE: 35 case PP_VARTYPE_STRING: 38 case PP_VARTYPE_UNDEFINED: 39 case PP_VARTYPE_NULL: 42 case PP_VARTYPE_ARRAY: 43 case PP_VARTYPE_ARRAY_BUFFER: 44 case PP_VARTYPE_DICTIONARY: 45 case PP_VARTYPE_OBJECT [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ittrans.cpp | 28 #define CASE(id,test) case id: \ 41 CASE(0, TransliteratorTest); 42 CASE(1, TransliteratorAPITest); 43 CASE(2, CompoundTransliteratorTest); 44 CASE(3, TransliteratorRoundTripTest); 45 CASE(4, JamoTest); 46 CASE(5, TransliteratorErrorTest); 47 CASE(6, ReplaceableTest); 49 CASE(7, UnicodeFilterLogicTest) [all...] |
/external/chromium_org/ui/gl/ |
gl_image_mac.cc | 18 case kGLImplementationOSMesaGL: 19 case kGLImplementationDesktopGL: 20 case kGLImplementationAppleGL: 22 case kGLImplementationMockGL: 36 case kGLImplementationOSMesaGL: 37 case kGLImplementationDesktopGL: 38 case kGLImplementationAppleGL: 40 case SHARED_MEMORY_BUFFER: { 48 case IO_SURFACE_BUFFER: { 59 case kGLImplementationMockGL [all...] |
/external/e2fsprogs/lib/e2p/ |
parse_num.c | 27 case 'T': case 't': 29 case 'G': case 'g': 31 case 'M': case 'm': 33 case 'K': case 'k': 36 case 's': 39 case '\0' [all...] |
/external/icu4c/test/intltest/ |
ittrans.cpp | 28 #define CASE(id,test) case id: \ 41 CASE(0, TransliteratorTest); 42 CASE(1, TransliteratorAPITest); 43 CASE(2, CompoundTransliteratorTest); 44 CASE(3, TransliteratorRoundTripTest); 45 CASE(4, JamoTest); 46 CASE(5, TransliteratorErrorTest); 47 CASE(6, ReplaceableTest); 49 CASE(7, UnicodeFilterLogicTest) [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
ContactDisplayUtils.java | 89 case Phone.TYPE_HOME: 91 case Phone.TYPE_MOBILE: 93 case Phone.TYPE_WORK: 95 case Phone.TYPE_FAX_WORK: 97 case Phone.TYPE_FAX_HOME: 99 case Phone.TYPE_PAGER: 101 case Phone.TYPE_OTHER: 103 case Phone.TYPE_CALLBACK: 105 case Phone.TYPE_CAR: 107 case Phone.TYPE_COMPANY_MAIN [all...] |
/external/chromium_org/ui/base/cursor/ |
cursor_loader_x11.cc | 29 case ui::kCursorMiddlePanning: 31 case ui::kCursorEastPanning: 33 case ui::kCursorNorthPanning: 35 case ui::kCursorNorthEastPanning: 37 case ui::kCursorNorthWestPanning: 39 case ui::kCursorSouthPanning: 41 case ui::kCursorSouthEastPanning: 43 case ui::kCursorSouthWestPanning: 45 case ui::kCursorWestPanning: 47 case ui::kCursorNone [all...] |
/external/chromium_org/net/cert/ |
cert_status_flags.cc | 22 case ERR_CERT_COMMON_NAME_INVALID: 24 case ERR_CERT_DATE_INVALID: 26 case ERR_CERT_AUTHORITY_INVALID: 28 case ERR_CERT_NO_REVOCATION_MECHANISM: 30 case ERR_CERT_UNABLE_TO_CHECK_REVOCATION: 32 case ERR_CERT_REVOKED: 37 case ERR_CERT_CONTAINS_ERRORS: 40 case ERR_CERT_INVALID: 42 case ERR_CERT_WEAK_SIGNATURE_ALGORITHM: 44 case ERR_CERT_WEAK_KEY [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSParserValues.cpp | 104 case CSSPrimitiveValue::CSS_IDENT: 105 case CSSPrimitiveValue::CSS_PROPERTY_ID: 106 case CSSPrimitiveValue::CSS_VALUE_ID: 108 case CSSPrimitiveValue::CSS_NUMBER: 110 case CSSPrimitiveValue::CSS_STRING: 111 case CSSPrimitiveValue::CSS_URI: 112 case CSSPrimitiveValue::CSS_VARIABLE_NAME: 113 case CSSPrimitiveValue::CSS_PARSER_HEXCOLOR: 115 case CSSPrimitiveValue::CSS_PERCENTAGE: 116 case CSSPrimitiveValue::CSS_EMS [all...] |
/external/clang/lib/Analysis/ |
FormatString.cpp | 100 // Special case: '*0$', since this is an easy mistake. 163 // Special case: '%0$', since this is an easy mistake. 191 case 'h': 196 case 'l': 201 case 'j': lmKind = LengthModifier::AsIntMax; ++I; break; 202 case 'z': lmKind = LengthModifier::AsSizeT; ++I; break; 203 case 't': lmKind = LengthModifier::AsPtrDiff; ++I; break; 204 case 'L': lmKind = LengthModifier::AsLongDouble; ++I; break; 205 case 'q': lmKind = LengthModifier::AsQuad; ++I; break; 206 case 'a' [all...] |
/external/clang/test/SemaCXX/ |
switch-implicit-fallthrough-per-method.cpp | 6 case 0: 8 case 1: // expected-warning{{unannotated fall-through}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 10 case 111: 13 case 112: 15 case 113: // expected-warning{{unannotated fall-through}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 25 case 0: 27 case 1: // no warning, as we didn't "opt-in" for it in this method 29 case 111: 31 case 112: // no warning, as we didn't "opt-in" for it in this method 33 case 113: // no warning, as we didn't "opt-in" for it in this metho [all...] |