Home
last modified time | relevance | path

Searched refs:enum (Results 1 – 25 of 818) sorted by relevance

12345678910>>...33

/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
Dsignal.pxd9 enum: SIGABRT
10 enum: SIGFPE
11 enum: SIGILL
12 enum: SIGINT
13 enum: SIGSEGV
14 enum: SIGTERM
27 enum: SIGFPE
28 enum: SIGILL
29 enum: SIGSEGV
30 enum: SIGBUS
[all …]
Dfloat.pxd5 enum: FLT_RADIX
7 enum: FLT_MANT_DIG
8 enum: DBL_MANT_DIG
9 enum: LDBL_MANT_DIG
11 enum: DECIMAL_DIG
13 enum: FLT_DIG
14 enum: DBL_DIG
15 enum: LDBL_DIG
17 enum: FLT_MIN_EXP
18 enum: DBL_MIN_EXP
[all …]
Dlimits.pxd5 enum: CHAR_BIT
6 enum: MB_LEN_MAX
8 enum: CHAR_MIN
9 enum: CHAR_MAX
11 enum: SCHAR_MIN
12 enum: SCHAR_MAX
13 enum: UCHAR_MAX
15 enum: SHRT_MIN
16 enum: SHRT_MAX
17 enum: USHRT_MAX
[all …]
Dstdint.pxd83 enum: INTPTR_MIN
84 enum: INTPTR_MAX
85 enum: UINTPTR_MAX
87 enum: INTMAX_MAX
88 enum: INTMAX_MIN
89 enum: UINTMAX_MAX
93 enum: PTRDIFF_MIN
94 enum: PTRDIFF_MAX
96 enum: SIG_ATOMIC_MIN
97 enum: SIG_ATOMIC_MAX
[all …]
Dlocale.pxd35 enum: LC_ALL
36 enum: LC_COLLATE
37 enum: LC_CTYPE
38 enum: LC_MONETARY
39 enum: LC_NUMERIC
40 enum: LC_TIME
Dstdio.pxd15 enum: FOPEN_MAX
16 enum: FILENAME_MAX
28 enum: _IOFBF
29 enum: _IOLBF
30 enum: _IONBF
32 enum: BUFSIZ
39 enum: EOF
44 enum: SEEK_SET
45 enum: SEEK_CUR
46 enum: SEEK_END
/external/chromium_org/third_party/cython/src/Cython/Includes/posix/
Dfcntl.pxd5 enum: F_DUPFD
6 enum: F_GETFD
7 enum: F_SETFD
8 enum: F_GETFL
9 enum: F_SETFL
10 enum: F_GETLK
11 enum: F_SETLK
12 enum: F_SETLKW
13 enum: F_GETOWN
14 enum: F_SETOWN
[all …]
Dunistd.pxd7 enum: R_OK
8 enum: W_OK
9 enum: X_OK
10 enum: F_OK
16 enum: SEEK_SET
17 enum: SEEK_CUR
18 enum: SEEK_END
20 enum: F_LOCK
21 enum: F_TEST
22 enum: F_TLOCK
[all …]
/external/clang/test/Index/
Dcomplete-type-factors.m3 enum Color {
7 enum Priority {
12 int func1(enum Color);
13 enum Priority func2(int);
15 enum Priority test1(enum Priority priority, enum Color color, int integer) {
17 enum Color c = color;
20 void (^block)(enum Color, int);
26 + (void)method:(enum Color)color priority:(enum Priority)priority;
27 - (void)method:(enum Color)color priority:(enum Priority)priority;
36 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (32)
[all …]
/external/clang/test/ARCMT/
Dobjcmt-ns-macros.m9 #define NS_ENUM(_type, _name) enum _name : _type _name; enum _name : _type
10 #define NS_OPTIONS(_type, _name) enum _name : _type _name; enum _name : _type
13 enum {
19 enum {
30 typedef enum {
38 typedef enum {
48 enum {
56 typedef enum {
63 enum {
69 enum {
[all …]
/external/chromium_org/components/copresence/proto/
Denums.proto4 enum IdentityType {
12 enum PushService {
18 enum ErrorType {
24 enum TokenStatus {
30 enum TokenMedium {
41 enum AclType {
50 enum TokenInstructionType {
55 enum PlatformType {
62 enum InstructionType {
68 enum StatusCode {
[all …]
/external/lldb/test/
Dlldbutil.py137 def state_type_to_str(enum): argument
139 if enum == lldb.eStateInvalid:
141 elif enum == lldb.eStateUnloaded:
143 elif enum == lldb.eStateConnected:
145 elif enum == lldb.eStateAttaching:
147 elif enum == lldb.eStateLaunching:
149 elif enum == lldb.eStateStopped:
151 elif enum == lldb.eStateRunning:
153 elif enum == lldb.eStateStepping:
155 elif enum == lldb.eStateCrashed:
[all …]
/external/mesa3d/src/mapi/glapi/gen/
Dgl_enums.py177 for enum in keys:
179 for [name, pri] in self.enum_table[ enum ]:
180 name_table.append( [name, enum] )
184 enum_table[enum] = name
192 for [name, enum] in name_table:
203 for [name, enum] in name_table:
204 print ' { %5u, 0x%08X }, /* %s */' % (string_offsets[name], enum, name)
210 for enum in keys:
211 name = enum_table[ enum ]
212 if [name, enum] not in name_table:
[all …]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
Dgl_enums.py177 for enum in keys:
179 for [name, pri] in self.enum_table[ enum ]:
180 name_table.append( [name, enum] )
184 enum_table[enum] = name
192 for [name, enum] in name_table:
203 for [name, enum] in name_table:
204 print ' { %5u, 0x%08X }, /* %s */' % (string_offsets[name], enum, name)
210 for enum in keys:
211 name = enum_table[ enum ]
212 if [name, enum] not in name_table:
[all …]
/external/clang/test/Rewriter/
Drewrite-modern-ivars-1.mm28 enum {
32 enum e {
39 enum e E2;
69 enum {
75 enum e E2;
90 enum OUTSIDE {
96 enum INSIDE {
100 enum OUTSIDE meetoo;
102 enum {
110 enum INSIDE I1;
[all …]
/external/ltrace/testsuite/ltrace.main/
Dparameters.conf9 void func_enum(enum (RED=0,GREEN=1,BLUE=2,CHARTREUSE=3,PETUNIA=4))
14 typedef color = enum (RED=0,GREEN=1,BLUE=2,CHARTREUSE=3,PETUNIA=4)
32 array(enum[long](A,B), 4) *func_short_enums(array(enum[short](A,B), 4)*);
33 enum[long](A=-1) func_negative_enum(enum[short](A=-1), enum[ushort](A=-1), enum[int](A=-1), enum[ui…
/external/clang/test/SemaObjC/
Denum-fixed-type.m9 typedef enum : Integer { Enumerator1, Enumerator2 } Enumeration;
14 enum Color { Red, Green, Blue };
17 enum Color : 4;
18 enum Color field1: 4;
19 enum Other : Integer field2;
20 enum Other : Integer field3 : 4;
21 enum : Integer { Blah, Blarg } field4 : 4;
30 typedef enum : long { Foo } IntegerEnum;
36 typedef enum : long long { Bar = -1 } LongLongEnum;
39 typedef enum : Integer { BaseElem } BaseEnum;
[all …]
Dblocks.m77 // In C, enum constants have the type of the underlying integer type, not the
78 // enumeration they are part of. We pretend the constants have enum type if
80 enum CStyleEnum {
84 enum CStyleEnum getCSE();
85 typedef enum CStyleEnum (^cse_block_t)();
89 enum CStyleEnum value;
95 …a = ^{ // expected-error {{incompatible block pointer types assigning to 'cse_block_t' (aka 'enum
110 …a = ^{ // expected-error {{incompatible block pointer types assigning to 'cse_block_t' (aka 'enum
117 …a = ^{ // expected-error {{incompatible block pointer types assigning to 'cse_block_t' (aka 'enum
124 …a = ^{ // expected-error {{incompatible block pointer types assigning to 'cse_block_t' (aka 'enum
[all …]
/external/chromium_org/mojo/public/tools/bindings/generators/java_templates/
Denum_definition.tmpl1 {%- macro enum_value(enum, field, index) -%}
7 {{enum.fields[index - 1].name}} + 1
11 {%- macro enum_def(enum, top_level) -%}
12 public {{ 'static ' if not top_level }}final class {{enum|name}} {
14 {% for field in enum.fields %}
15 public static final int {{field.name}} = {{enum_value(enum, field, loop.index0)}};
18 private {{enum|name}}() {}
/external/clang/bindings/python/tests/cindex/
Dtest_cursor.py149 enum = get_cursor(tu, 'TEST')
150 assert enum is not None
152 assert enum.kind == CursorKind.ENUM_DECL
153 enum_type = enum.enum_type
158 enum = get_cursor(tu, 'TEST')
159 assert enum is not None
161 assert enum.kind == CursorKind.ENUM_DECL
162 assert enum.enum_type.kind == TypeKind.LONGLONG
173 enum = get_cursor(tu, 'TEST')
174 assert enum is not None
[all …]
/external/chromium_org/mojo/public/tools/bindings/generators/cpp_templates/
Denum_declaration.tmpl1 enum {{enum.name}} {
2 {%- for field in enum.fields %}
4 {{enum.name|to_all_caps}}_{{field.name}} = {{field.value|expression_to_text}},
6 {{enum.name|to_all_caps}}_{{field.name}},
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
Ddata.py185 struct.enums = map(lambda enum:
186 EnumFromData(module, enum, struct), data['enums'])
270 interface.enums = map(lambda enum:
271 EnumFromData(module, enum, interface), data['enums'])
278 def EnumFieldFromData(module, enum, data, parent_kind): argument
287 module, data['value'], (module.namespace, parent_kind.name), enum)
290 module, data['value'], (module.namespace, ), enum)
291 value = mojom.EnumValue(module, enum, field)
296 enum = mojom.Enum(module=module)
297 enum.name = data['name']
[all …]
/external/chromium_org/ppapi/generators/test_parser/
Denum.idl8 enum Es1 {
16 enum {
22 enum Es3 {
28 enum Es4 {
32 enum Es5 {
41 enum Es6 {
47 enum Es7 {
53 enum Es8 {
67 enum Es9 {
/external/chromium_org/tools/idl_parser/test_parser/
Denum_ppapi.idl38 enum MealType1 {
49 enum {
61 enum MealType2 {
72 enum MissingComma {
80 enum TrailingComma {
88 enum ExtraComma {
96 enum ExtraComma {
104 enum ExtraComma {
111 enum MealType3 {
121 enum MealType4 {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
Dd3dcommon.idl32 typedef enum D3D_DRIVER_TYPE
42 typedef enum D3D_FEATURE_LEVEL
52 typedef enum D3D_PRIMITIVE_TOPOLOGY
157 typedef enum D3D_PRIMITIVE
250 typedef enum D3D_SRV_DIMENSION
321 typedef enum _D3D_INCLUDE_TYPE
347 typedef enum _D3D_SHADER_VARIABLE_CLASS
369 typedef enum _D3D_SHADER_VARIABLE_FLAGS
384 typedef enum _D3D_SHADER_VARIABLE_TYPE
496 typedef enum _D3D_SHADER_INPUT_FLAGS
[all …]

12345678910>>...33