/external/fec/ |
viterbi29.c | 14 case PORT: 18 case ALTIVEC: 22 case MMX: 24 case SSE: 26 case SSE2: 34 case PORT: 39 case ALTIVEC: 44 case MMX: 47 case SSE: 50 case SSE2 [all...] |
viterbi39.c | 14 case PORT: 18 case ALTIVEC: 22 case MMX: 24 case SSE: 26 case SSE2: 34 case PORT: 39 case ALTIVEC: 44 case MMX: 47 case SSE: 50 case SSE2 [all...] |
viterbi615.c | 15 case PORT: 19 case ALTIVEC: 23 case MMX: 25 case SSE: 27 case SSE2: 36 case PORT: 41 case ALTIVEC: 46 case MMX: 49 case SSE: 52 case SSE2 [all...] |
/external/libunwind/src/dwarf/ |
Gexpr.c | 115 case 1: return (int8_t) val; 116 case 2: return (int16_t) val; 117 case 4: return (int32_t) val; 118 case 8: return (int64_t) val; 136 case 1: operand_type = VAL8; break; 137 case 2: operand_type = VAL16; break; 138 case 4: operand_type = VAL32; break; 139 case 8: operand_type = VAL64; break; 145 case VAL8: 152 case VAL16 [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_inlines.h | 41 case PIPE_FUNC_NEVER: 43 case PIPE_FUNC_LESS: 45 case PIPE_FUNC_LEQUAL: 47 case PIPE_FUNC_GREATER: 49 case PIPE_FUNC_GEQUAL: 51 case PIPE_FUNC_NOTEQUAL: 53 case PIPE_FUNC_EQUAL: 55 case PIPE_FUNC_ALWAYS: 66 case PIPE_FUNC_NEVER: 68 case PIPE_FUNC_LESS [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
msp430-decode.c | 117 case 1: 122 case 2: 128 case 3: 135 case 4: 174 case 0: /* (PC) -> Symbolic. */ 177 case 2: /* (SR) -> Absolute. */ 199 case 0: 202 case 3: 210 case 1: 213 case 0: /* PC -> Symbolic. * [all...] |
/system/update_engine/ |
metrics_utils.cc | 38 case ErrorCode::kSuccess: 41 case ErrorCode::kDownloadTransferError: 44 case ErrorCode::kDownloadInvalidMetadataSize: 45 case ErrorCode::kDownloadInvalidMetadataMagicString: 46 case ErrorCode::kDownloadMetadataSignatureError: 47 case ErrorCode::kDownloadMetadataSignatureVerificationError: 48 case ErrorCode::kPayloadMismatchedType: 49 case ErrorCode::kUnsupportedMajorPayloadVersion: 50 case ErrorCode::kUnsupportedMinorPayloadVersion: 51 case ErrorCode::kDownloadNewPartitionInfoError [all...] |
/external/curl/lib/ |
escape.c | 46 case '0': case '1': case '2': case '3': case '4': 47 case '5': case '6': case '7': case '8': case '9' [all...] |
strerror.c | 57 case CURLE_OK: 60 case CURLE_UNSUPPORTED_PROTOCOL: 63 case CURLE_FAILED_INIT: 66 case CURLE_URL_MALFORMAT: 69 case CURLE_NOT_BUILT_IN: 73 case CURLE_COULDNT_RESOLVE_PROXY: 76 case CURLE_COULDNT_RESOLVE_HOST: 79 case CURLE_COULDNT_CONNECT: 82 case CURLE_FTP_WEIRD_SERVER_REPLY: 85 case CURLE_REMOTE_ACCESS_DENIED [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
BasicVerifier.java | 53 case ILOAD:
54 case ISTORE:
57 case FLOAD:
58 case FSTORE:
61 case LLOAD:
62 case LSTORE:
65 case DLOAD:
66 case DSTORE:
69 case ALOAD:
76 case ASTORE: [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
UCharacterCategory.java | 40 case UPPERCASE_LETTER : 42 case LOWERCASE_LETTER : 44 case TITLECASE_LETTER : 46 case MODIFIER_LETTER : 48 case OTHER_LETTER : 50 case NON_SPACING_MARK : 52 case ENCLOSING_MARK : 54 case COMBINING_SPACING_MARK : 56 case DECIMAL_DIGIT_NUMBER : 58 case LETTER_NUMBER [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
UCharacterCategory.java | 41 case UPPERCASE_LETTER : 43 case LOWERCASE_LETTER : 45 case TITLECASE_LETTER : 47 case MODIFIER_LETTER : 49 case OTHER_LETTER : 51 case NON_SPACING_MARK : 53 case ENCLOSING_MARK : 55 case COMBINING_SPACING_MARK : 57 case DECIMAL_DIGIT_NUMBER : 59 case LETTER_NUMBER [all...] |
/system/media/camera/src/ |
camera_metadata_tag_info.c | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 60 case ISD::DELETED_NODE: return "<<Deleted Node!>>"; 62 case ISD::PREFETCH: return "Prefetch"; 63 case ISD::ATOMIC_FENCE: return "AtomicFence"; 64 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap"; 65 case ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS: return "AtomicCmpSwapWithSuccess"; 66 case ISD::ATOMIC_SWAP: return "AtomicSwap"; 67 case ISD::ATOMIC_LOAD_ADD: return "AtomicLoadAdd"; 68 case ISD::ATOMIC_LOAD_SUB: return "AtomicLoadSub"; 69 case ISD::ATOMIC_LOAD_AND: return "AtomicLoadAnd"; 70 case ISD::ATOMIC_LOAD_OR: return "AtomicLoadOr" [all...] |
/external/boringssl/src/ssl/ |
ssl_stat.c | 91 case SSL_ST_ACCEPT: 94 case SSL_ST_CONNECT: 97 case SSL_ST_OK: 100 case SSL_ST_RENEGOTIATE: 104 case SSL3_ST_CW_CLNT_HELLO_A: 107 case SSL3_ST_CW_CLNT_HELLO_B: 110 case SSL3_ST_CR_SRVR_HELLO_A: 113 case SSL3_ST_CR_SRVR_HELLO_B: 116 case SSL3_ST_CR_CERT_A: 119 case SSL3_ST_CR_CERT_B [all...] |
/external/clang/test/Sema/ |
enum-packed.c | 11 case Ea: 12 case Eb: 13 case Ec: 14 case Ed:
|
/external/clang/test/VFS/Inputs/ |
unknown-value.yaml | 3 'case-sensitive': 'Maybe?',
|
/external/deqp/data/gles3/shaders/ |
switch.test | 2 case empty_condition 14 case 1: 23 case condition_float 36 case 1: 45 case condition_bool 58 case 1: 67 case condition_ivec2 80 case 1: 89 case condition_struct 104 case 1 [all...] |
/external/libchrome/base/files/ |
file_util_linux.cc | 28 case 0: 31 case EXT2_SUPER_MAGIC: // Also ext3 and ext4 32 case MSDOS_SUPER_MAGIC: 33 case REISERFS_SUPER_MAGIC: 34 case BTRFS_SUPER_MAGIC: 35 case 0x5346544E: // NTFS 36 case 0x58465342: // XFS 37 case 0x3153464A: // JFS 40 case NFS_SUPER_MAGIC: 43 case SMB_SUPER_MAGIC [all...] |
/external/llvm/lib/Fuzzer/test/ |
SwitchTest.cpp | 16 case 1: Sink = __LINE__; break; 17 case 101: Sink = __LINE__; break; 18 case 1001: Sink = __LINE__; break; 19 case 10001: Sink = __LINE__; break; 20 case 100001: Sink = __LINE__; break; 21 case 1000001: Sink = __LINE__; break; 22 case 10000001: Sink = __LINE__; break; 23 case 100000001: return true; 33 case 42: Sink = __LINE__; break; 34 case 402: Sink = __LINE__; break [all...] |
/external/mesa3d/src/glsl/glcpp/tests/ |
100-macro-with-colon.c | 5 case one + two:
|
/external/v8/test/unittests/compiler/ |
compiler-test-utils.h | 14 // The TARGET_TEST(Case, Name) macro works just like 15 // TEST(Case, Name), except that the test is disabled 17 #define TARGET_TEST(Case, Name) TEST(Case, Name) 20 // The TARGET_TEST_F(Case, Name) macro works just like 21 // TEST_F(Case, Name), except that the test is disabled 23 #define TARGET_TEST_F(Case, Name) TEST_F(Case, Name) 26 // The TARGET_TEST_P(Case, Name) macro works just like 27 // TEST_P(Case, Name), except that the test is disable [all...] |
/external/clang/lib/Basic/ |
OpenMPKinds.cpp | 25 #define OPENMP_DIRECTIVE(Name) .Case(#Name, OMPD_##Name) 26 #define OPENMP_DIRECTIVE_EXT(Name, Str) .Case(Str, OMPD_##Name) 34 case OMPD_unknown: 37 case OMPD_##Name: \ 40 case OMPD_##Name: \ 56 #define OPENMP_CLAUSE(Name, Class) .Case(#Name, OMPC_##Name) 64 case OMPC_unknown: 67 case OMPC_##Name: \ 70 case OMPC_threadprivate: 79 case OMPC_default [all...] |
/art/compiler/optimizing/ |
optimizing_compiler_stats.h | 107 case kAttemptCompilation : name = "AttemptCompilation"; break; 108 case kCompiled : name = "Compiled"; break; 109 case kInlinedInvoke : name = "InlinedInvoke"; break; 110 case kReplacedInvokeWithSimplePattern: name = "ReplacedInvokeWithSimplePattern"; break; 111 case kInstructionSimplifications: name = "InstructionSimplifications"; break; 112 case kInstructionSimplificationsArch: name = "InstructionSimplificationsArch"; break; 113 case kUnresolvedMethod : name = "UnresolvedMethod"; break; 114 case kUnresolvedField : name = "UnresolvedField"; break; 115 case kUnresolvedFieldNotAFastAccess : name = "UnresolvedFieldNotAFastAccess"; break; 116 case kRemovedCheckedCast: name = "RemovedCheckedCast"; break [all...] |
/external/mesa3d/src/gallium/winsys/nouveau/drm/ |
nouveau_drm_winsys.c | 24 case 0x30: 25 case 0x40: 26 case 0x60: 29 case 0x50: 30 case 0x80: 31 case 0x90: 32 case 0xa0: 35 case 0xc0: 36 case 0xd0: 37 case 0xe0 [all...] |