HomeSort by relevance Sort by last modified time
    Searched full:case (Results 426 - 450 of 43755) sorted by null

<<11121314151617181920>>

  /external/deqp/data/gles2/shaders/
keywords.test 6 case attribute
23 case const
40 case uniform
57 case varying
74 case break
91 case continue
108 case do
125 case for
142 case while
159 case i
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress.c 79 case GL_COMPRESSED_RED:
80 case GL_COMPRESSED_RED_RGTC1:
81 case GL_COMPRESSED_SIGNED_RED_RGTC1:
84 case GL_COMPRESSED_RG:
85 case GL_COMPRESSED_RG_RGTC2:
86 case GL_COMPRESSED_SIGNED_RG_RGTC2:
89 case GL_COMPRESSED_RGB:
90 case GL_COMPRESSED_SRGB:
91 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
92 case GL_COMPRESSED_RGB_FXT1_3DFX
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-tilegx.c 155 case 0: VG_(transfer) (&tilegx->guest_r0, buf, dir, size, mod); break;
156 case 1: VG_(transfer) (&tilegx->guest_r1, buf, dir, size, mod); break;
157 case 2: VG_(transfer) (&tilegx->guest_r2, buf, dir, size, mod); break;
158 case 3: VG_(transfer) (&tilegx->guest_r3, buf, dir, size, mod); break;
159 case 4: VG_(transfer) (&tilegx->guest_r4, buf, dir, size, mod); break;
160 case 5: VG_(transfer) (&tilegx->guest_r5, buf, dir, size, mod); break;
161 case 6: VG_(transfer) (&tilegx->guest_r6, buf, dir, size, mod); break;
162 case 7: VG_(transfer) (&tilegx->guest_r7, buf, dir, size, mod); break;
163 case 8: VG_(transfer) (&tilegx->guest_r8, buf, dir, size, mod); break;
164 case 9: VG_(transfer) (&tilegx->guest_r9, buf, dir, size, mod); break
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 108 /// @param Arg - The generic callback parameter. In this case, this should
305 case 1:
309 case 2:
313 case 4:
317 case 8:
327 case ENCODING_IB:
331 case ENCODING_IW:
335 case ENCODING_ID:
339 case ENCODING_IO:
348 case X86::CMPPDrmi: NewOpc = X86::CMPPDrmi_alt; break
    [all...]
  /art/test/439-swap-double/
info.txt 2 the presence of register pairs (in this case, doubles on ARM).
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_colormatrix.rs 35 case 4:
38 case 3:
41 case 2:
44 case 1:
53 case 4:
56 case 3:
59 case 2:
62 case 1:
74 case 4:
77 case 3
    [all...]
  /development/ndk/platforms/android-3/arch-arm/include/asm/
unaligned.h 25 #define __get_unaligned_le(ptr) ({ __typeof__(*(ptr)) __v; __u8 *__p = (__u8 *)(ptr); switch (sizeof(*(ptr))) { case 1: __v = *(ptr); break; case 2: __v = __get_unaligned_2_le(__p); break; case 4: __v = __get_unaligned_4_le(__p); break; case 8: { unsigned int __v1, __v2; __v2 = __get_unaligned_4_le((__p+4)); __v1 = __get_unaligned_4_le(__p); __v = ((unsigned long long)__v2 << 32 | __v1); } break; default: __v = __bug_unaligned_x(__p); break; } __v; })
27 #define __get_unaligned_be(ptr) ({ __typeof__(*(ptr)) __v; __u8 *__p = (__u8 *)(ptr); switch (sizeof(*(ptr))) { case 1: __v = *(ptr); break; case 2: __v = __get_unaligned_2_be(__p); break; case 4: __v = __get_unaligned_4_be(__p); break; case 8: { unsigned int __v1, __v2; __v2 = __get_unaligned_4_be(__p); __v1 = __get_unaligned_4_be((__p+4)); __v = ((unsigned long long)__v2 << 32 | __v1); } break; default: __v = __bug_unaligned_x(__p); break; } __v; })
29 #define __put_unaligned_le(val,ptr) ({ switch (sizeof(*(ptr))) { case 1: *(ptr) = (val); break; case 2: __put_unaligned_2_le((val),(__u8 *)(ptr)); break; case 4: __put_unaligned_4_le((val),(__u8 (…)
    [all...]
  /external/clang/test/CodeGen/
2003-11-04-OutOfMemory.c 7 case ((long)(~0UL>>1)): break;
  /external/clang/test/PCH/
objc_methods.h 19 case 23: {}
24 case 42: {}
35 case 23: [self bonk:x]; break;
36 case 82: break;
pth.h 1 // This case came up when using PTH with Boost (<rdar://problem/8227989>).
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
02-dump 3 case "$reason" in
  /external/dng_sdk/source/
dng_exceptions.cpp 91 case dng_error_none:
92 case dng_error_silent:
93 case dng_error_user_canceled:
98 case dng_error_not_yet_implemented:
104 case dng_error_host_insufficient:
110 case dng_error_memory:
116 case dng_error_bad_format:
122 case dng_error_matrix_math:
128 case dng_error_open_file:
134 case dng_error_read_file
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/SDL/
SDLKeyboard.cpp 206 case KC_ESCAPE: mGetString = SDL_GetKeyName(SDLK_ESCAPE); break;
207 case KC_1: mGetString = SDL_GetKeyName(SDLK_1); break;
208 case KC_2: mGetString = SDL_GetKeyName(SDLK_2); break;
209 case KC_3: mGetString = SDL_GetKeyName(SDLK_3); break;
210 case KC_4: mGetString = SDL_GetKeyName(SDLK_4); break;
211 case KC_5: mGetString = SDL_GetKeyName(SDLK_5); break;
212 case KC_6: mGetString = SDL_GetKeyName(SDLK_6); break;
213 case KC_7: mGetString = SDL_GetKeyName(SDLK_7); break;
214 case KC_8: mGetString = SDL_GetKeyName(SDLK_8); break;
215 case KC_9: mGetString = SDL_GetKeyName(SDLK_9); break
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_so_emit_tmp.h 17 case PIPE_PRIM_LINES_ADJACENCY: \
18 case PIPE_PRIM_LINE_STRIP_ADJACENCY: \
19 case PIPE_PRIM_TRIANGLES_ADJACENCY: \
20 case PIPE_PRIM_TRIANGLE_STRIP_ADJACENCY: \
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_logicop.c 55 case PIPE_LOGICOP_CLEAR:
58 case PIPE_LOGICOP_NOR:
61 case PIPE_LOGICOP_AND_INVERTED:
64 case PIPE_LOGICOP_COPY_INVERTED:
67 case PIPE_LOGICOP_AND_REVERSE:
70 case PIPE_LOGICOP_INVERT:
73 case PIPE_LOGICOP_XOR:
76 case PIPE_LOGICOP_NAND:
79 case PIPE_LOGICOP_AND:
82 case PIPE_LOGICOP_EQUIV
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
eg_asm.c 35 case EG_V_SQ_CF_ALU_WORD1_SQ_CF_INST_ALU:
36 case EG_V_SQ_CF_ALU_WORD1_SQ_CF_INST_ALU_POP_AFTER:
37 case EG_V_SQ_CF_ALU_WORD1_SQ_CF_INST_ALU_POP2_AFTER:
38 case EG_V_SQ_CF_ALU_WORD1_SQ_CF_INST_ALU_PUSH_BEFORE:
67 case EG_V_SQ_CF_WORD1_SQ_CF_INST_TEX:
68 case EG_V_SQ_CF_WORD1_SQ_CF_INST_VTX:
74 case EG_V_SQ_CF_ALLOC_EXPORT_WORD1_SQ_CF_INST_EXPORT:
75 case EG_V_SQ_CF_ALLOC_EXPORT_WORD1_SQ_CF_INST_EXPORT_DONE:
91 case EG_V_SQ_CF_ALLOC_EXPORT_WORD1_SQ_CF_INST_MEM_STREAM0_BUF0:
92 case EG_V_SQ_CF_ALLOC_EXPORT_WORD1_SQ_CF_INST_MEM_STREAM0_BUF1
    [all...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_object.cpp 14 case FDE_BRUSHTYPE_Solid:
16 case FDE_BRUSHTYPE_Hatch:
18 case FDE_BRUSHTYPE_Texture:
20 case FDE_BRUSHTYPE_LinearGradient:
  /external/skia/src/gpu/
GrXferProcessor.cpp 102 case kAdd_GrBlendEquation:
104 case kSubtract_GrBlendEquation:
106 case kReverseSubtract_GrBlendEquation:
108 case kScreen_GrBlendEquation:
110 case kOverlay_GrBlendEquation:
112 case kDarken_GrBlendEquation:
114 case kLighten_GrBlendEquation:
116 case kColorDodge_GrBlendEquation:
118 case kColorBurn_GrBlendEquation:
120 case kHardLight_GrBlendEquation
    [all...]
  /external/tcpdump/
print-mpls.c 91 case 0: /* IPv4 explicit NULL label */
92 case 3: /* IPv4 implicit NULL label */
96 case 2: /* IPv6 explicit NULL label */
128 case 0x45:
129 case 0x46:
130 case 0x47:
131 case 0x48:
132 case 0x49:
133 case 0x4a:
134 case 0x4b
    [all...]
  /external/v8/test/mjsunit/regress/
regress-osr-in-case-label.js 9 case 1: return "one";
10 case 2: return "two";
11 case do { for (var i = 0; i < 10; i++) { if (i == 5) %OptimizeOsr(); } }:
12 case 3: return "WAT";
  /external/valgrind/massif/tests/
null.c 1 // This test does no allocations, to make sure that case is handled ok (eg.
  /frameworks/base/core/java/com/android/internal/view/
InputMethodClient.java 46 case START_INPUT_REASON_UNSPECIFIED:
48 case START_INPUT_REASON_WINDOW_FOCUS_GAIN:
50 case START_INPUT_REASON_WINDOW_FOCUS_GAIN_REPORT_ONLY:
52 case START_INPUT_REASON_APP_CALLED_RESTART_INPUT_API:
54 case START_INPUT_REASON_CHECK_FOCUS:
56 case START_INPUT_REASON_BOUND_TO_IMMS:
58 case START_INPUT_REASON_UNBOUND_FROM_IMMS:
60 case START_INPUT_REASON_ACTIVATED_BY_IMMS:
62 case START_INPUT_REASON_DEACTIVATED_BY_IMMS:
85 case UNBIND_REASON_UNSPECIFIED
    [all...]
  /frameworks/rs/
rsComponent.cpp 43 case RS_KIND_PIXEL_L:
44 case RS_KIND_PIXEL_A:
49 case RS_KIND_PIXEL_LA:
54 case RS_KIND_PIXEL_RGB:
59 case RS_KIND_PIXEL_RGBA:
64 case RS_KIND_PIXEL_YUV:
76 case RS_TYPE_NONE:
78 case RS_TYPE_UNSIGNED_5_6_5:
84 case RS_TYPE_UNSIGNED_5_5_5_1:
90 case RS_TYPE_UNSIGNED_4_4_4_4
    [all...]
  /frameworks/wilhelm/src/
data.c 42 case SL_DATALOCATOR_ADDRESS:
51 case SL_DATALOCATOR_BUFFERQUEUE:
56 case SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE:
67 case SL_DATALOCATOR_IODEVICE:
76 case SL_IODEVICE_LEDARRAY:
79 case SL_IODEVICE_VIBRA:
82 case XA_IODEVICE_CAMERA:
85 case XA_IODEVICE_RADIO:
89 case SL_IODEVICE_AUDIOINPUT:
90 // case SL_IODEVICE_AUDIOOUTPUT: // does not exist in 1.0.1, added in 1.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapHandler.java 41 case BluetoothPbapClient.EVENT_PULL_PHONE_BOOK_DONE:
46 case BluetoothPbapClient.EVENT_PULL_PHONE_BOOK_ERROR:
50 case BluetoothPbapClient.EVENT_SESSION_CONNECTED:
54 case BluetoothPbapClient.EVENT_SESSION_DISCONNECTED:
60 case BluetoothPbapClient.EVENT_SET_PHONE_BOOK_DONE:
63 case BluetoothPbapClient.EVENT_PULL_VCARD_LISTING_DONE:
66 case BluetoothPbapClient.EVENT_PULL_VCARD_ENTRY_DONE:
69 case BluetoothPbapClient.EVENT_PULL_PHONE_BOOK_SIZE_DONE:
72 case BluetoothPbapClient.EVENT_PULL_VCARD_LISTING_SIZE_DONE:
75 case BluetoothPbapClient.EVENT_SET_PHONE_BOOK_ERROR
    [all...]

Completed in 1267 milliseconds

<<11121314151617181920>>