/external/llvm/lib/Target/X86/InstPrinter/ |
X86IntelInstPrinter.cpp | 59 case 0: O << "eq"; break; 60 case 1: O << "lt"; break; 61 case 2: O << "le"; break; 62 case 3: O << "unord"; break; 63 case 4: O << "neq"; break; 64 case 5: O << "nlt"; break; 65 case 6: O << "nle"; break; 66 case 7: O << "ord"; break; 67 case 8: O << "eq_uq"; break; 68 case 9: O << "nge"; break [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_video.h | 47 case PIPE_VIDEO_PROFILE_MPEG1: 48 case PIPE_VIDEO_PROFILE_MPEG2_SIMPLE: 49 case PIPE_VIDEO_PROFILE_MPEG2_MAIN: 52 case PIPE_VIDEO_PROFILE_MPEG4_SIMPLE: 53 case PIPE_VIDEO_PROFILE_MPEG4_ADVANCED_SIMPLE: 56 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: 57 case PIPE_VIDEO_PROFILE_VC1_MAIN: 58 case PIPE_VIDEO_PROFILE_VC1_ADVANCED: 61 case PIPE_VIDEO_PROFILE_MPEG4_AVC_BASELINE: 62 case PIPE_VIDEO_PROFILE_MPEG4_AVC_MAIN [all...] |
/external/vboot_reference/firmware/lib/ |
vboot_nvstorage.c | 101 case VBNV_FIRMWARE_SETTINGS_RESET: 106 case VBNV_KERNEL_SETTINGS_RESET: 111 case VBNV_DEBUG_RESET_MODE: 115 case VBNV_TRY_B_COUNT: 116 case VBNV_FW_TRY_COUNT: 120 case VBNV_RECOVERY_REQUEST: 124 case VBNV_RECOVERY_SUBCODE: 128 case VBNV_LOCALIZATION_INDEX: 132 case VBNV_KERNEL_FIELD: 139 case VBNV_DEV_BOOT_USB [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
SupplicantState.java | 102 * case of WPA-PSK, this happens when receiving the first EAPOL-Key 103 * frame after association. In case of WPA-EAP, this state is entered 122 * completed. In case of WPA2, this happens when the 4-Way Handshake is 140 * explicit DISCONNECT command. In such a case, the supplicant is 151 * This is an additional pseudo-state to handle the case where 177 case AUTHENTICATING: 178 case ASSOCIATING: 179 case ASSOCIATED: 180 case FOUR_WAY_HANDSHAKE: 181 case GROUP_HANDSHAKE [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
CsimFileHandler.java | 37 case EF_SMS: 38 case EF_CST: 39 case EF_FDN: 40 case EF_MSISDN: 41 case EF_RUIM_SPN: 42 case EF_CSIM_LI: 43 case EF_CSIM_MDN: 44 case EF_CSIM_IMSIM: 45 case EF_CSIM_CDMAHOME: 46 case EF_CSIM_EPRL [all...] |
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pyerrors.swg | 9 case SWIG_MemoryError: 12 case SWIG_IOError: 15 case SWIG_RuntimeError: 18 case SWIG_IndexError: 21 case SWIG_TypeError: 24 case SWIG_DivisionByZero: 27 case SWIG_OverflowError: 30 case SWIG_SyntaxError: 33 case SWIG_ValueError: 36 case SWIG_SystemError [all...] |
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
tclerrors.swg | 9 case SWIG_MemoryError: 12 case SWIG_IOError: 15 case SWIG_RuntimeError: 18 case SWIG_IndexError: 21 case SWIG_TypeError: 24 case SWIG_DivisionByZero: 27 case SWIG_OverflowError: 30 case SWIG_SyntaxError: 33 case SWIG_ValueError: 36 case SWIG_SystemError [all...] |
/external/v8/src/mips/ |
disasm-mips.cc | 189 case kFCSRRegister: 422 case BREAK: { 428 case TGE: 429 case TGEU: 430 case TLT: 431 case TLTU: 432 case TEQ: 433 case TNE: { 448 case S: 451 case D [all...] |
/external/mesa3d/src/mesa/main/ |
texparam.c | 63 case GL_CLAMP: 71 case GL_CLAMP_TO_EDGE: 75 case GL_CLAMP_TO_BORDER: 80 case GL_REPEAT: 81 case GL_MIRRORED_REPEAT: 86 case GL_MIRROR_CLAMP_EXT: 87 case GL_MIRROR_CLAMP_TO_EDGE_EXT: 94 case GL_MIRROR_CLAMP_TO_BORDER_EXT: 133 case GL_TEXTURE_1D: 137 case GL_TEXTURE_2D [all...] |
es1_conversion.c | 154 case GL_FOG_MODE: 158 case GL_FOG_COLOR: 161 case GL_FOG_DENSITY: 162 case GL_FOG_START: 163 case GL_FOG_END: 246 case GL_AMBIENT: 247 case GL_DIFFUSE: 248 case GL_SPECULAR: 249 case GL_POSITION: 252 case GL_SPOT_DIRECTION [all...] |
/external/valgrind/memcheck/ |
mc_translate.c | 378 case Ity_I1: 379 case Ity_I8: 380 case Ity_I16: 381 case Ity_I32: 382 case Ity_I64: 383 case Ity_I128: return ty; 384 case Ity_F16: return Ity_I16; 385 case Ity_F32: return Ity_I32; 386 case Ity_D32: return Ity_I32; 387 case Ity_F64: return Ity_I64 [all...] |
/art/runtime/ |
dex_instruction.cc | 86 case k22t: return VRegC_22t(); 87 case k21t: return VRegB_21t(); 89 case k10t: return VRegA_10t(); 90 case k20t: return VRegA_20t(); 91 case k30t: return VRegA_30t(); 109 case kPackedSwitchSignature: 111 case kSparseSwitchSignature: 113 case kArrayDataSignature: { 166 case k10x: os << opcode; break; 167 case k12x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_12x(), VRegB_12x()); break [all...] |
/external/valgrind/coregrind/m_gdbserver/ |
valgrind-low-arm.c | 191 case 0: VG_(transfer) (&arm->guest_R0, buf, dir, size, mod); break; 192 case 1: VG_(transfer) (&arm->guest_R1, buf, dir, size, mod); break; 193 case 2: VG_(transfer) (&arm->guest_R2, buf, dir, size, mod); break; 194 case 3: VG_(transfer) (&arm->guest_R3, buf, dir, size, mod); break; 195 case 4: VG_(transfer) (&arm->guest_R4, buf, dir, size, mod); break; 196 case 5: VG_(transfer) (&arm->guest_R5, buf, dir, size, mod); break; 197 case 6: VG_(transfer) (&arm->guest_R6, buf, dir, size, mod); break; 198 case 7: VG_(transfer) (&arm->guest_R7, buf, dir, size, mod); break; 199 case 8: VG_(transfer) (&arm->guest_R8, buf, dir, size, mod); break; 200 case 9: VG_(transfer) (&arm->guest_R9, buf, dir, size, mod); break [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BytecodeArray.java | 195 * case. Similarly, {@code areturn} becomes 202 * that case.</li> 228 case ByteOps.NOP: { 232 case ByteOps.ACONST_NULL: { 237 case ByteOps.ICONST_M1: { 242 case ByteOps.ICONST_0: { 247 case ByteOps.ICONST_1: { 252 case ByteOps.ICONST_2: { 257 case ByteOps.ICONST_3: { 262 case ByteOps.ICONST_4: [all...] |
/external/valgrind/VEX/priv/ |
guest_tilegx_toIR.c | 471 case 0: /* "bpt" */ /* "raise" */ 477 case 1: /* "info" */ /* Ignore this instruction. */ 479 case 2: /* "infol" */ /* Ignore this instruction. */ 481 case 3: /* "ld4s_tls" */ /* Ignore this instruction. */ 483 case 4: /* "ld_tls" */ /* Ignore this instruction. */ 485 case 5: /* "move" */ 490 case 6: /* "movei" */ 495 case 7: /* "moveli" */ 500 case 8: /* "prefetch" */ /* Ignore. */ 502 case 9: /* "prefetch_add_l1" */ /* Ignore. * [all...] |
/external/clang/lib/Basic/ |
OperatorPrecedence.cpp | 21 case tok::greater: 30 case tok::greatergreater: 42 case tok::comma: return prec::Comma; 43 case tok::equal: 44 case tok::starequal: 45 case tok::slashequal: 46 case tok::percentequal: 47 case tok::plusequal: 48 case tok::minusequal: 49 case tok::lesslessequal [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
SourceInterpreter.java | 57 case LCONST_0:
58 case LCONST_1:
59 case DCONST_0:
60 case DCONST_1:
63 case LDC:
67 case GETSTATIC:
84 case LNEG:
85 case DNEG:
86 case I2L:
87 case I2D: [all...] |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
CssGrammar.java | 38 case SEMICOLON: 41 case LEFT_CURLY: 42 case LEFT_PAREN: 43 case LEFT_SQUARE: 46 case RIGHT_CURLY: 47 case RIGHT_PAREN: 48 case RIGHT_SQUARE: 98 case SEMICOLON: 101 case FUNCTION: 107 case IDENT [all...] |
/external/liblzf/ |
lzf_d.c | 27 * in which case the provisions of the GPL are applicable instead of 91 case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; 92 case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; 93 case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++ [all...] |
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastResources.java | 115 case SmsCbCmasInfo.CMAS_CATEGORY_GEO: 118 case SmsCbCmasInfo.CMAS_CATEGORY_MET: 121 case SmsCbCmasInfo.CMAS_CATEGORY_SAFETY: 124 case SmsCbCmasInfo.CMAS_CATEGORY_SECURITY: 127 case SmsCbCmasInfo.CMAS_CATEGORY_RESCUE: 130 case SmsCbCmasInfo.CMAS_CATEGORY_FIRE: 133 case SmsCbCmasInfo.CMAS_CATEGORY_HEALTH: 136 case SmsCbCmasInfo.CMAS_CATEGORY_ENV: 139 case SmsCbCmasInfo.CMAS_CATEGORY_TRANSPORT: 142 case SmsCbCmasInfo.CMAS_CATEGORY_INFRA [all...] |
/external/libunwind/src/x86_64/ |
Gregs.c | 38 case X86_64_SCF_NONE: 41 case X86_64_SCF_LINUX_RT_SIGFRAME: 45 case X86_64_SCF_FREEBSD_SIGFRAME: 75 case UNW_X86_64_RIP: 81 case UNW_X86_64_CFA: 82 case UNW_X86_64_RSP: 88 case UNW_X86_64_RAX: 89 case UNW_X86_64_RDX: 107 case UNW_X86_64_RCX: loc = c->dwarf.loc[RCX]; break; 108 case UNW_X86_64_RBX: loc = c->dwarf.loc[RBX]; break [all...] |
/frameworks/base/services/net/java/android/net/netlink/ |
NetlinkConstants.java | 95 case NLMSG_NOOP: return "NLMSG_NOOP"; 96 case NLMSG_ERROR: return "NLMSG_ERROR"; 97 case NLMSG_DONE: return "NLMSG_DONE"; 98 case NLMSG_OVERRUN: return "NLMSG_OVERRUN"; 99 case RTM_NEWLINK: return "RTM_NEWLINK"; 100 case RTM_DELLINK: return "RTM_DELLINK"; 101 case RTM_GETLINK: return "RTM_GETLINK"; 102 case RTM_SETLINK: return "RTM_SETLINK"; 103 case RTM_NEWADDR: return "RTM_NEWADDR"; 104 case RTM_DELADDR: return "RTM_DELADDR" [all...] |
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
SparcAsmBackend.cpp | 26 case FK_Data_1: 27 case FK_Data_2: 28 case FK_Data_4: 29 case FK_Data_8: 32 case Sparc::fixup_sparc_wplt30: 33 case Sparc::fixup_sparc_call30: 36 case Sparc::fixup_sparc_br22: 39 case Sparc::fixup_sparc_br19: 42 case Sparc::fixup_sparc_br16_2: 45 case Sparc::fixup_sparc_br16_14 [all...] |
/art/runtime/arch/ |
instruction_set_features.cc | 37 case kArm: 38 case kThumb2: 41 case kArm64: 44 case kMips: 47 case kMips64: 50 case kX86: 53 case kX86_64: 68 case kArm: 69 case kThumb2: 72 case kArm64 [all...] |
/external/deqp/framework/randomshaders/ |
rsgVariableType.cpp | 85 case TYPE_VOID: 86 case TYPE_FLOAT: 87 case TYPE_INT: 88 case TYPE_BOOL: 89 case TYPE_SAMPLER_2D: 90 case TYPE_SAMPLER_CUBE: 93 case TYPE_STRUCT: 101 case TYPE_ARRAY: 134 case TYPE_FLOAT: 144 case TYPE_INT [all...] |