HomeSort by relevance Sort by last modified time
    Searched full:case (Results 501 - 525 of 37410) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 106 case 0x0: /* ignore zeros */
110 case 0x01: case 0x02: case 0x03: case 0x04: case 0x05:
111 case 0x0b:
112 case 0x4f: case 0x50: case 0x51: case 0x52: case 0x55
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 105 case SignedShort: return "short";
106 case UnsignedShort: return "unsigned short";
107 case SignedInt: return "int";
108 case UnsignedInt: return "unsigned int";
109 case SignedLong: return "long int";
110 case UnsignedLong: return "long unsigned int";
111 case SignedLongLong: return "long long int";
112 case UnsignedLongLong: return "long long unsigned int";
121 case SignedShort:
122 case SignedInt: return ""
    [all...]
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/chromium_org/tools/gn/
value.cc 40 case NONE:
42 case INTEGER:
44 case STRING:
46 case LIST:
56 case NONE:
58 case INTEGER:
60 case STRING:
62 case LIST:
70 case NONE:
72 case INTEGER
    [all...]
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 93 case PPC::PRED_LT_MINUS:
94 case PPC::PRED_LT_PLUS:
95 case PPC::PRED_LT:
98 case PPC::PRED_LE_MINUS:
99 case PPC::PRED_LE_PLUS:
100 case PPC::PRED_LE:
103 case PPC::PRED_EQ_MINUS:
104 case PPC::PRED_EQ_PLUS:
105 case PPC::PRED_EQ:
108 case PPC::PRED_GE_MINUS
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state.c 35 case PIPE_BLEND_ADD:
37 case PIPE_BLEND_SUBTRACT:
39 case PIPE_BLEND_REVERSE_SUBTRACT:
41 case PIPE_BLEND_MIN:
43 case PIPE_BLEND_MAX:
56 case PIPE_BLENDFACTOR_ONE:
58 case PIPE_BLENDFACTOR_SRC_COLOR:
60 case PIPE_BLENDFACTOR_SRC_ALPHA:
62 case PIPE_BLENDFACTOR_DST_ALPHA:
64 case PIPE_BLENDFACTOR_DST_COLOR
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 35 case PIPE_BLEND_ADD:
37 case PIPE_BLEND_SUBTRACT:
39 case PIPE_BLEND_REVERSE_SUBTRACT:
41 case PIPE_BLEND_MIN:
43 case PIPE_BLEND_MAX:
56 case PIPE_BLENDFACTOR_ONE:
58 case PIPE_BLENDFACTOR_SRC_COLOR:
60 case PIPE_BLENDFACTOR_SRC_ALPHA:
62 case PIPE_BLENDFACTOR_DST_ALPHA:
64 case PIPE_BLENDFACTOR_DST_COLOR
    [all...]
  /art/compiler/dex/quick/arm/
fp_arm.cc 33 case Instruction::ADD_FLOAT_2ADDR:
34 case Instruction::ADD_FLOAT:
37 case Instruction::SUB_FLOAT_2ADDR:
38 case Instruction::SUB_FLOAT:
41 case Instruction::DIV_FLOAT_2ADDR:
42 case Instruction::DIV_FLOAT:
45 case Instruction::MUL_FLOAT_2ADDR:
46 case Instruction::MUL_FLOAT:
49 case Instruction::REM_FLOAT_2ADDR:
50 case Instruction::REM_FLOAT
    [all...]
  /dalvik/tests/052-verifier-fun/src/
Main.java 27 case 0: return arrayOne;
28 case 1: return arrayTwo;
43 case 0: return arrayOne;
44 case 1: return arrayTwo;
45 case 2: return arrayThree;
60 case 0: return arrayOne;
61 case 1: return arrayTwo;
62 case 2: return arrayThree;
75 case 0: return arrayTwo;
76 case 1: return arrayFour
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Cursor.cpp 53 case Cursor::Pointer:
55 case Cursor::Cross:
57 case Cursor::Hand:
59 case Cursor::IBeam:
61 case Cursor::Wait:
63 case Cursor::Help:
65 case Cursor::EastResize:
67 case Cursor::NorthResize:
69 case Cursor::NorthEastResize:
71 case Cursor::NorthWestResize
    [all...]
  /external/chromium_org/third_party/mesa/src/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/javasqlite/src/main/java/SQLite/
StringEncoder.java 113 case '0': tmp = 0; break;
114 case '1': tmp = 1; break;
115 case '2': tmp = 2; break;
116 case '3': tmp = 3; break;
117 case '4': tmp = 4; break;
118 case '5': tmp = 5; break;
119 case '6': tmp = 6; break;
120 case '7': tmp = 7; break;
121 case '8': tmp = 8; break;
122 case '9': tmp = 9; 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...]
  /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...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-arm.c 193 case 0: VG_(transfer) (&arm->guest_R0, buf, dir, size, mod); break;
194 case 1: VG_(transfer) (&arm->guest_R1, buf, dir, size, mod); break;
195 case 2: VG_(transfer) (&arm->guest_R2, buf, dir, size, mod); break;
196 case 3: VG_(transfer) (&arm->guest_R3, buf, dir, size, mod); break;
197 case 4: VG_(transfer) (&arm->guest_R4, buf, dir, size, mod); break;
198 case 5: VG_(transfer) (&arm->guest_R5, buf, dir, size, mod); break;
199 case 6: VG_(transfer) (&arm->guest_R6, buf, dir, size, mod); break;
200 case 7: VG_(transfer) (&arm->guest_R7, buf, dir, size, mod); break;
201 case 8: VG_(transfer) (&arm->guest_R8, buf, dir, size, mod); break;
202 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/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityMediaControls.cpp 51 case MediaSlider:
54 case MediaCurrentTimeDisplay:
55 case MediaTimeRemainingDisplay:
58 case MediaControlsPanel:
77 case MediaEnterFullscreenButton:
79 case MediaExitFullscreenButton:
81 case MediaMuteButton:
83 case MediaPlayButton:
85 case MediaSeekBackButton:
87 case MediaSeekForwardButton
    [all...]
  /external/grub/stage2/
terminfo.c 67 case '^':
78 case '\\':
101 case 'e':
102 case 'E':
105 case 'n':
108 case 'r':
111 case 't':
114 case 'b':
117 case 'f':
120 case 's'
    [all...]
  /external/tcpdump/
print-mpls.c 88 case 0: /* IPv4 explicit NULL label */
89 case 3: /* IPv4 implicit NULL label */
97 case 2: /* IPv6 explicit NULL label */
121 case 0x45:
122 case 0x46:
123 case 0x47:
124 case 0x48:
125 case 0x49:
126 case 0x4a:
127 case 0x4b
    [all...]
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_ui.cc 108 case CONTENT_SETTINGS_TYPE_IMAGES:
110 case CONTENT_SETTINGS_TYPE_JAVASCRIPT:
112 case CONTENT_SETTINGS_TYPE_POPUPS:
114 case CONTENT_SETTINGS_TYPE_PLUGINS:
116 case CONTENT_SETTINGS_TYPE_GEOLOCATION:
118 case CONTENT_SETTINGS_TYPE_NOTIFICATIONS:
121 case CONTENT_SETTINGS_TYPE_FULLSCREEN:
123 case CONTENT_SETTINGS_TYPE_MOUSELOCK:
125 case CONTENT_SETTINGS_TYPE_MEDIASTREAM:
127 case CONTENT_SETTINGS_TYPE_AUTOMATIC_DOWNLOADS
    [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...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 118 case kOpNeg: opcode = kX86Neg32R; break;
119 case kOpNot: opcode = kX86Not32R; break;
120 case kOpBlx: opcode = kX86CallR; break;
122 LOG(FATAL) << "Bad case in OpReg " << op;
132 case kOpLsl: opcode = kX86Sal32RI; break;
133 case kOpLsr: opcode = kX86Shr32RI; break;
134 case kOpAsr: opcode = kX86Sar32RI; break;
135 case kOpAdd: opcode = byte_imm ? kX86Add32RI8 : kX86Add32RI; break;
136 case kOpOr: opcode = byte_imm ? kX86Or32RI8 : kX86Or32RI; break;
137 case kOpAdc: opcode = byte_imm ? kX86Adc32RI8 : kX86Adc32RI; break
    [all...]
  /art/compiler/llvm/
md_builder.cc 36 case kTBAARegister:
39 case kTBAAStackTemp:
42 case kTBAAHeapArray:
45 case kTBAAHeapInstance:
48 case kTBAAHeapStatic:
51 case kTBAAJRuntime:
54 case kTBAARuntimeInfo:
57 case kTBAAShadowFrame:
60 case kTBAAConstJObject:
83 case kTBAAHeapArray: sty_mapped_index = 0; name = "HeapArray "; break
    [all...]

Completed in 1725 milliseconds

<<21222324252627282930>>