| /third_party/typescript/tests/baselines/reference/ |
| H A D | negateOperatorWithEnumType.js | 22 var ENUM;
variable [all...] |
| H A D | decrementOperatorWithEnumTypeInvalidOperations.js | 27 var ENUM;
variable [all...] |
| H A D | plusOperatorWithEnumType.js | 23 var ENUM;
variable [all...] |
| H A D | incrementOperatorWithEnumTypeInvalidOperations.js | 27 var ENUM;
variable [all...] |
| H A D | logicalNotOperatorWithEnumType.js | 26 var ENUM; global() variable [all...] |
| H A D | deleteOperatorWithEnumType.js | 27 var ENUM;
variable [all...] |
| H A D | typeofOperatorWithEnumType.js | 32 var ENUM;
variable [all...] |
| H A D | voidOperatorWithEnumType.js | 27 var ENUM;
variable [all...] |
| /third_party/mesa3d/src/compiler/ |
| H A D | shader_enums.c | 33 #define ENUM(x) [x] = #x macro [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query.c | 188 #define ENUM(t) \ in query_type() macro [all...] |
| /third_party/skia/src/core/ |
| H A D | SkRecords.h | 87 #define ENUM(T) T##_Type, macro 89 #undef ENUM macro
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | JavaType.java | 44 ENUM(int.class, Integer.class, null), enum constant
|
| H A D | WireFormat.java | 92 ENUM(null), enum constant 145 ENUM(JavaType.ENUM, WIRETYPE_VARINT), enum constant
|
| H A D | FieldType.java | 54 ENUM(12, Collection.SCALAR, JavaType.ENUM), enum constant
|
| H A D | Descriptors.java | 1283 ENUM(JavaType.ENUM), enum constant 1324 ENUM(null), enum constant
|
| /third_party/python/Tools/c-analyzer/c_parser/ |
| H A D | info.py | 29 ENUM = 'enum' variable in KIND
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_colorspace.c | 888 #define ENUM(x, y, z) { x, "", 0, AV_OPT_TYPE_CONST, { .i64 = y }, INT_MIN, INT_MAX, FLAGS, z } macro [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | descriptor.cc | 83 ENUM, enumerator [all...] |