Home
last modified time | relevance | path

Searched refs:case (Results 1 – 25 of 1897) sorted by relevance

12345678910>>...76

/external/deqp/framework/opengl/
DgluStrUtil.inl11 case GL_NO_ERROR: return "GL_NO_ERROR";
12 case GL_INVALID_ENUM: return "GL_INVALID_ENUM";
13 case GL_INVALID_VALUE: return "GL_INVALID_VALUE";
14 case GL_INVALID_OPERATION: return "GL_INVALID_OPERATION";
15 case GL_OUT_OF_MEMORY: return "GL_OUT_OF_MEMORY";
16 case GL_INVALID_FRAMEBUFFER_OPERATION: return "GL_INVALID_FRAMEBUFFER_OPERATION";
25 case GL_BYTE: return "GL_BYTE";
26 case GL_UNSIGNED_BYTE: return "GL_UNSIGNED_BYTE";
27 case GL_SHORT: return "GL_SHORT";
28 case GL_UNSIGNED_SHORT: return "GL_UNSIGNED_SHORT";
[all …]
DgluQueryUtil.inl11 case GL_VIEWPORT: return 4;
12 case GL_DEPTH_RANGE: return 2;
13 case GL_SCISSOR_BOX: return 4;
14 case GL_COLOR_WRITEMASK: return 4;
15 case GL_ALIASED_POINT_SIZE_RANGE: return 2;
16 case GL_ALIASED_LINE_WIDTH_RANGE: return 2;
17 case GL_MAX_VIEWPORT_DIMS: return 2;
18 case GL_MAX_COMPUTE_WORK_GROUP_COUNT: return 3;
19 case GL_MAX_COMPUTE_WORK_GROUP_SIZE: return 3;
20 case GL_PRIMITIVE_BOUNDING_BOX_EXT: return 8;
[all …]
/external/deqp/framework/egl/
DegluStrUtil.inl11 case EGL_TRUE: return "EGL_TRUE";
12 case EGL_FALSE: return "EGL_FALSE";
21 case EGL_TRUE: return "EGL_TRUE";
22 case EGL_FALSE: return "EGL_FALSE";
23 case EGL_DONT_CARE: return "EGL_DONT_CARE";
32 case EGL_OPENGL_API: return "EGL_OPENGL_API";
33 case EGL_OPENGL_ES_API: return "EGL_OPENGL_ES_API";
34 case EGL_OPENVG_API: return "EGL_OPENVG_API";
43 case EGL_SUCCESS: return "EGL_SUCCESS";
44 case EGL_NOT_INITIALIZED: return "EGL_NOT_INITIALIZED";
[all …]
/external/deqp/data/gles3/shaders/
Dswitch.test2 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 …]
Dkeywords.test6 case const
24 case uniform
42 case layout
60 case centroid
78 case flat
96 case smooth
114 case break
132 case continue
150 case do
168 case for
[all …]
Dpreprocessor.test3 case correct_phases
18 case invalid_identifier
33 case null_directive
53 case invalid_directive
68 case missing_identifier
83 case empty_object
101 case empty_function
119 case empty_directive
137 case identifier_with_double_underscore
158 case define_value_and_function
[all …]
Dconstants.test1 case float_input
26 case float_uniform
47 case float_0
62 case float_1
77 case float_2
92 case float_3
107 case float_4
122 case float_5
137 case float_6
152 case float_7
[all …]
Ddeclarations.test2 case in_in_vertex_main
24 case out_in_vertex_main
47 case in_in_fragment_main
70 case out_in_fragment_main
92 case uniform_in_vertex_main
114 case uniform_in_fragment_main
136 case uniform_block_in_main
150 case invariant_attribute
172 case invariant_uniform
194 case invariant_uniform_block_1
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
DTLexer.m130 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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
DCombinedLexer.m120 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/none/tests/
Dtls.stdout.exp1 tls_ptr: case "race" has mismatch: *ip=1 here=0
2 tls_ptr: case "race" has mismatch: *ip=2 here=1
3 tls_ptr: case "race" has mismatch: *ip=3 here=1
4 tls_ptr: case "race" has mismatch: *ip=4 here=2
5 tls_ptr: case "race" has mismatch: *ip=5 here=2
6 tls_ptr: case "race" has mismatch: *ip=6 here=3
7 tls_ptr: case "race" has mismatch: *ip=7 here=3
8 tls_ptr: case "race" has mismatch: *ip=8 here=4
9 tls_ptr: case "race" has mismatch: *ip=9 here=4
10 tls_ptr: case "race" has mismatch: *ip=10 here=5
[all …]
/external/deqp/scripts/
Dcaselist_diff.py142 for case in cases:
146 if isWildcardPattern(src) and case[:len(src)-1] == src[:-1]:
147 renamed = dst + case[len(src)-1:]
149 elif case == src:
154 renames.append((case, renamed))
155 case = renamed
158 assert not case in renamedSet or renamed != None
159 if case not in renamedSet:
160 renamedCases.append(case)
161 renamedSet.add(case)
[all …]
/external/deqp/data/gles2/shaders/
Dkeywords.test6 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 if
[all …]
Dpreprocessor.test3 case correct_phases
14 case invalid_identifier
26 case null_directive
44 case invalid_directive
55 case missing_identifier
66 case empty_object
82 case empty_function
99 case empty_directive
115 case identifier_with_double_underscore
134 case define_value_and_function
[all …]
Dconstants.test1 case float_input
24 case float_uniform
43 case float_0
56 case float_1
69 case float_2
82 case float_3
95 case float_4
108 case float_5
121 case float_6
134 case float_7
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
DSimpleCLexer.m564 case 1 : ;
627 case 1 : ;
695 case 1 : ;
748 case '(': ;
753 case ')': ;
758 case '+': ;
763 case ',': ;
768 case ';': ;
773 case '<': ;
778 case '=': ;
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.m229 case 1 : ;
293 case 1 : ;
688 case 1 : ;
740 case 'f': ;
766 case 'c': ;
799 case 'i': ;
825 case 'v': ;
858 case 'A': ;
859 case 'B': ;
860 case 'C': ;
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.m348 case 1 : ;
415 case 1 : ;
482 case 1 : ;
534 case '(': ;
539 case ')': ;
544 case ';': ;
549 case '=': ;
554 case 'i': ;
580 case 'm': ;
627 case '{': ;
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLangLexer.m188 case 1 : ;
255 case 1 : ;
345 case ';': ;
350 case 'i': ;
376 case 'f': ;
416 case 'a': ;
417 case 'b': ;
418 case 'c': ;
419 case 'd': ;
420 case 'e': ;
[all …]
/external/bison/m4/
Dsnprintf-posix.m431 case "$gl_cv_func_printf_sizes_c99" in
33 case "$gl_cv_func_printf_long_double" in
35 case "$gl_cv_func_printf_infinite" in
37 case "$gl_cv_func_printf_infinite_long_double" in
39 case "$gl_cv_func_printf_directive_a" in
41 case "$gl_cv_func_printf_directive_f" in
43 case "$gl_cv_func_printf_directive_n" in
45 case "$gl_cv_func_printf_directive_ls" in
47 case "$gl_cv_func_printf_positions" in
49 case "$gl_cv_func_printf_flag_grouping" in
[all …]
Dvsnprintf-posix.m432 case "$gl_cv_func_printf_sizes_c99" in
34 case "$gl_cv_func_printf_long_double" in
36 case "$gl_cv_func_printf_infinite" in
38 case "$gl_cv_func_printf_infinite_long_double" in
40 case "$gl_cv_func_printf_directive_a" in
42 case "$gl_cv_func_printf_directive_f" in
44 case "$gl_cv_func_printf_directive_n" in
46 case "$gl_cv_func_printf_directive_ls" in
48 case "$gl_cv_func_printf_positions" in
50 case "$gl_cv_func_printf_flag_grouping" in
[all …]
Dvsprintf-posix.m424 case "$gl_cv_func_printf_sizes_c99" in
26 case "$gl_cv_func_printf_long_double" in
28 case "$gl_cv_func_printf_infinite" in
30 case "$gl_cv_func_printf_infinite_long_double" in
32 case "$gl_cv_func_printf_directive_a" in
34 case "$gl_cv_func_printf_directive_f" in
36 case "$gl_cv_func_printf_directive_n" in
38 case "$gl_cv_func_printf_directive_ls" in
40 case "$gl_cv_func_printf_positions" in
42 case "$gl_cv_func_printf_flag_grouping" in
[all …]
Dsprintf-posix.m424 case "$gl_cv_func_printf_sizes_c99" in
26 case "$gl_cv_func_printf_long_double" in
28 case "$gl_cv_func_printf_infinite" in
30 case "$gl_cv_func_printf_infinite_long_double" in
32 case "$gl_cv_func_printf_directive_a" in
34 case "$gl_cv_func_printf_directive_f" in
36 case "$gl_cv_func_printf_directive_n" in
38 case "$gl_cv_func_printf_directive_ls" in
40 case "$gl_cv_func_printf_positions" in
42 case "$gl_cv_func_printf_flag_grouping" in
[all …]
Dvfprintf-posix.m424 case "$gl_cv_func_printf_sizes_c99" in
26 case "$gl_cv_func_printf_long_double" in
28 case "$gl_cv_func_printf_infinite" in
30 case "$gl_cv_func_printf_infinite_long_double" in
32 case "$gl_cv_func_printf_directive_a" in
34 case "$gl_cv_func_printf_directive_f" in
36 case "$gl_cv_func_printf_directive_n" in
38 case "$gl_cv_func_printf_directive_ls" in
40 case "$gl_cv_func_printf_positions" in
42 case "$gl_cv_func_printf_flag_grouping" in
[all …]
/external/clang/test/SemaObjC/
Darc-jump-block.m21 case 0:
24 case 2: // expected-error {{cannot jump}}
27 case 3: // expected-error {{cannot jump}}
32 case 4: // expected-error {{cannot jump}}
38 case 10:
43 case 12:
47 case 13:
51 case 14:
56 case 10:
61 case 12:
[all …]

12345678910>>...76