/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TLexer.m | 130 case 1 : ; 192 case 1 : ; 259 case 1 : ; 311 case 'e': ; 344 case 'A': ; 345 case 'B': ; 346 case 'C': ; 347 case 'D': ; 348 case 'E': ; 349 case 'F': [all...] |
/external/skia/legacy/src/animator/ |
SkDisplayType.cpp | 59 case SkType_##_class: result = new Sk##_class(); break 61 case SkType_##_class: result = new SkDraw##_class(); break 63 case SkType_##_class: result = new SkDisplay##_class(); break 66 case SkType_##_class: return NULL 219 #define CASE_GET_INFO(_class) case SkType_##_class: \ 221 #define CASE_GET_DRAW_INFO(_class) case SkType_##_class: \ 223 #define CASE_GET_DISPLAY_INFO(_class) case SkType_##_class: \ 314 case SkType_Point: info = Sk_Point::fInfo; infoCount = Sk_Point::fInfoCount; break; // no virtual flavor 578 case SkType_AddMode: 579 case SkType_Align [all...] |
/external/skia/src/animator/ |
SkDisplayType.cpp | 59 case SkType_##_class: result = new Sk##_class(); break 61 case SkType_##_class: result = new SkDraw##_class(); break 63 case SkType_##_class: result = new SkDisplay##_class(); break 66 case SkType_##_class: return NULL 219 #define CASE_GET_INFO(_class) case SkType_##_class: \ 221 #define CASE_GET_DRAW_INFO(_class) case SkType_##_class: \ 223 #define CASE_GET_DISPLAY_INFO(_class) case SkType_##_class: \ 314 case SkType_Point: info = Sk_Point::fInfo; infoCount = Sk_Point::fInfoCount; break; // no virtual flavor 578 case SkType_AddMode: 579 case SkType_Align [all...] |
/external/llvm/lib/Target/MBlaze/ |
MBlazeInstrInfo.h | 92 case COND_EQ: return MBlaze::BEQID; 93 case COND_NE: return MBlaze::BNEID; 94 case COND_GT: return MBlaze::BGTID; 95 case COND_GE: return MBlaze::BGEID; 96 case COND_LT: return MBlaze::BLTID; 97 case COND_LE: return MBlaze::BLEID; 109 case FCOND_F: 110 case FCOND_T: return "f"; 111 case FCOND_UN: 112 case FCOND_OR: return "un" [all...] |
/external/openssl/crypto/x509/ |
x509_txt.c | 77 case X509_V_OK: 79 case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: 81 case X509_V_ERR_UNABLE_TO_GET_CRL: 83 case X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE: 85 case X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE: 87 case X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY: 89 case X509_V_ERR_CERT_SIGNATURE_FAILURE: 91 case X509_V_ERR_CRL_SIGNATURE_FAILURE: 93 case X509_V_ERR_CERT_NOT_YET_VALID: 95 case X509_V_ERR_CRL_NOT_YET_VALID [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
CombinedLexer.m | 120 case 1 : ; 180 case 1 : ; 237 case 1 : ; 284 case 'A': ; 285 case 'B': ; 286 case 'C': ; 287 case 'D': ; 288 case 'E': ; 289 case 'F': ; 290 case 'G': [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
valgrind-low-mips32.c | 155 case 0: VG_(transfer) (&mips1->guest_r0, buf, dir, size, mod); break; 156 case 1: VG_(transfer) (&mips1->guest_r1, buf, dir, size, mod); break; 157 case 2: VG_(transfer) (&mips1->guest_r2, buf, dir, size, mod); break; 158 case 3: VG_(transfer) (&mips1->guest_r3, buf, dir, size, mod); break; 159 case 4: VG_(transfer) (&mips1->guest_r4, buf, dir, size, mod); break; 160 case 5: VG_(transfer) (&mips1->guest_r5, buf, dir, size, mod); break; 161 case 6: VG_(transfer) (&mips1->guest_r6, buf, dir, size, mod); break; 162 case 7: VG_(transfer) (&mips1->guest_r7, buf, dir, size, mod); break; 163 case 8: VG_(transfer) (&mips1->guest_r8, buf, dir, size, mod); break; 164 case 9: VG_(transfer) (&mips1->guest_r9, buf, dir, size, mod); break [all...] |
/external/llvm/lib/TableGen/ |
TGLexer.cpp | 52 case 0: { 72 case '\n': 73 case '\r': 101 case EOF: return tgtok::Eof; 102 case ':': return tgtok::colon; 103 case ';': return tgtok::semi; 104 case '.': return tgtok::period; 105 case ',': return tgtok::comma; 106 case '<': return tgtok::less; 107 case '>': return tgtok::greater [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
d3basics.c | 54 case DW_children_no: return "no children"; 55 case DW_children_yes: return "has children"; 63 case DW_TAG_padding: return "DW_TAG_padding"; 64 case DW_TAG_array_type: return "DW_TAG_array_type"; 65 case DW_TAG_class_type: return "DW_TAG_class_type"; 66 case DW_TAG_entry_point: return "DW_TAG_entry_point"; 67 case DW_TAG_enumeration_type: return "DW_TAG_enumeration_type"; 68 case DW_TAG_formal_parameter: return "DW_TAG_formal_parameter"; 69 case DW_TAG_imported_declaration: 71 case DW_TAG_label: return "DW_TAG_label" [all...] |
/external/webkit/Source/JavaScriptCore/bytecode/ |
StructureStubInfo.cpp | 38 case access_get_by_id_self_list: { 43 case access_get_by_id_proto_list: { 48 case access_get_by_id_self: 49 case access_get_by_id_proto: 50 case access_get_by_id_chain: 51 case access_put_by_id_transition: 52 case access_put_by_id_replace: 53 case access_get_by_id: 54 case access_put_by_id: 55 case access_get_by_id_generic [all...] |
/frameworks/wilhelm/src/ |
data.c | 37 case SL_DATALOCATOR_ADDRESS: 46 case SL_DATALOCATOR_BUFFERQUEUE: 51 case SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE: 62 case SL_DATALOCATOR_IODEVICE: 71 case SL_IODEVICE_LEDARRAY: 74 case SL_IODEVICE_VIBRA: 77 case XA_IODEVICE_CAMERA: 80 case XA_IODEVICE_RADIO: 84 case SL_IODEVICE_AUDIOINPUT: 85 // case SL_IODEVICE_AUDIOOUTPUT: // does not exist in 1.0.1, added in 1. [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...] |
/external/webkit/Source/WebCore/platform/graphics/ |
FontDescription.cpp | 40 case FontWeight100: 41 case FontWeight200: 44 case FontWeight300: 47 case FontWeight400: 48 case FontWeight500: 51 case FontWeight600: 52 case FontWeight700: 55 case FontWeight800: 58 case FontWeight900: 70 case FontWeight100 [all...] |
/external/llvm/lib/MC/ |
MCExpr.cpp | 33 case MCExpr::Target: 35 case MCExpr::Constant: 39 case MCExpr::SymbolRef: { 76 case MCExpr::Unary: { 79 case MCUnaryExpr::LNot: OS << '!'; break; 80 case MCUnaryExpr::Minus: OS << '-'; break; 81 case MCUnaryExpr::Not: OS << '~'; break; 82 case MCUnaryExpr::Plus: OS << '+'; break; 88 case MCExpr::Binary: { 99 case MCBinaryExpr::Add [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...] |
/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/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...] |
/external/webkit/Source/WebCore/svg/ |
SVGPaint.cpp | 36 case SVGPaint::SVG_PAINTTYPE_NONE: 37 case SVGPaint::SVG_PAINTTYPE_UNKNOWN: 38 case SVGPaint::SVG_PAINTTYPE_URI: 39 case SVGPaint::SVG_PAINTTYPE_URI_NONE: 41 case SVGPaint::SVG_PAINTTYPE_URI_RGBCOLOR: 42 case SVGPaint::SVG_PAINTTYPE_RGBCOLOR: 44 case SVGPaint::SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR: 45 case SVGPaint::SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR: 47 case SVGPaint::SVG_PAINTTYPE_URI_CURRENTCOLOR: 48 case SVGPaint::SVG_PAINTTYPE_CURRENTCOLOR [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...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/ |
typing_weighting.cpp | 30 case CT_MATCH: 36 case CT_ADDITIONAL_PROXIMITY: 38 case CT_OMISSION: 45 case CT_SUBSTITUTION: 46 case CT_INSERTION: 47 case CT_TRANSPOSITION: 49 case CT_NEW_WORD_SPACE_OMITTION: 50 case CT_NEW_WORD_SPACE_SUBSTITUTION: 52 case CT_TERMINAL: 54 case CT_COMPLETION [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...] |