/third_party/vk-gl-cts/scripts/opengl/ |
D | gen_call_log_wrapper.py | 32 def enum (group): function 58 "glBeginQuery": LogSpec({0: enum("QueryTarget")}), 59 "glBeginTransformFeedback": LogSpec({0: enum("PrimitiveType")}), 60 "glBindBuffer": LogSpec({0: enum("BufferTarget")}), 61 "glBindBufferBase": LogSpec({0: enum("BufferTarget")}), 62 "glBindBufferRange": LogSpec({0: enum("BufferTarget")}), 63 "glBindFramebuffer": LogSpec({0: enum("FramebufferTarget")}), 64 "glBindRenderbuffer": LogSpec({0: enum("FramebufferTarget")}), 65 "glBindTexture": LogSpec({0: enum("TextureTarget")}), 66 "glBindTransformFeedback": LogSpec({0: enum("TransformFeedbackTarget")}), [all …]
|
/third_party/protobuf/php/tests/proto/ |
D | test_reserved_enum_upper.proto | 5 enum ABSTRACT { ZERO1 = 0; } 6 enum AND { ZERO2 = 0; } 7 enum ARRAY { ZERO3 = 0; } 8 enum AS { ZERO4 = 0; } 9 enum BREAK { ZERO5 = 0; } 10 enum CALLABLE { ZERO6 = 0; } 11 enum CASE { ZERO7 = 0; } 12 enum CATCH { ZERO8 = 0; } 13 enum CLASS { ZERO9 = 0; } 14 enum CLONE { ZERO10 = 0; } [all …]
|
D | test_reserved_enum_lower.proto | 5 enum abstract { ZERO1 = 0; } 6 enum and { ZERO2 = 0; } 7 enum array { ZERO3 = 0; } 8 enum as { ZERO4 = 0; } 9 enum break { ZERO5 = 0; } 10 enum callable { ZERO6 = 0; } 11 enum case { ZERO7 = 0; } 12 enum catch { ZERO8 = 0; } 13 enum class { ZERO9 = 0; } 14 enum clone { ZERO10 = 0; } [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_robust_client_memory.txt | 53 void GetBooleanvRobustANGLE(enum pname, sizei bufSize, sizei *length, boolean *data) 54 …void GetBufferParameterivRobustANGLE(enum target, enum pname, sizei bufSize, sizei *length, int *p… 55 void GetFloatvRobustANGLE(enum pname, sizei bufSize, sizei *length, float *data) 56 …void GetFramebufferAttachmentParameterivRobustANGLE(enum target, enum attachment, enum pname, size… 57 void GetIntegervRobustANGLE(enum pname, sizei bufSize, sizei *length, int *data) 58 … void GetProgramivRobustANGLE(uint program, enum pname, sizei bufSize, sizei *length, int *params) 59 …void GetRenderbufferParameterivRobustANGLE(enum target, enum pname, sizei bufSize, sizei *length, … 60 void GetShaderivRobustANGLE(uint shader, enum pname, sizei bufSize, sizei *length, int *params) 61 …void GetTexParameterfvRobustANGLE(enum target, enum pname, sizei bufSize, sizei *length, float *pa… 62 …void GetTexParameterivRobustANGLE(enum target, enum pname, sizei bufSize, sizei *length, int *para… [all …]
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_robust_client_memory.txt | 53 void GetBooleanvRobustANGLE(enum pname, sizei bufSize, sizei *length, boolean *data) 54 …void GetBufferParameterivRobustANGLE(enum target, enum pname, sizei bufSize, sizei *length, int *p… 55 void GetFloatvRobustANGLE(enum pname, sizei bufSize, sizei *length, float *data) 56 …void GetFramebufferAttachmentParameterivRobustANGLE(enum target, enum attachment, enum pname, size… 57 void GetIntegervRobustANGLE(enum pname, sizei bufSize, sizei *length, int *data) 58 … void GetProgramivRobustANGLE(uint program, enum pname, sizei bufSize, sizei *length, int *params) 59 …void GetRenderbufferParameterivRobustANGLE(enum target, enum pname, sizei bufSize, sizei *length, … 60 void GetShaderivRobustANGLE(uint shader, enum pname, sizei bufSize, sizei *length, int *params) 61 …void GetTexParameterfvRobustANGLE(enum target, enum pname, sizei bufSize, sizei *length, float *pa… 62 …void GetTexParameterivRobustANGLE(enum target, enum pname, sizei bufSize, sizei *length, int *para… [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | augmentedTypesEnum.errors.txt | 1 ….ts(2,6): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 2 ….ts(3,5): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 3 ….ts(6,6): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 4 …ts(7,10): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 5 ….ts(9,6): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 6 …ts(10,5): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 7 …ts(13,6): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 8 …ts(14,7): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 9 …18,11): error TS2432: In an enum with multiple declarations, only one declaration can omit an init… 12 …21,12): error TS2432: In an enum with multiple declarations, only one declaration can omit an init… [all …]
|
D | jsDeclarationsEnums.errors.txt | 1 tests/cases/conformance/jsdoc/declarations/index.js(4,13): error TS8006: 'enum' declarations can on… 2 tests/cases/conformance/jsdoc/declarations/index.js(6,13): error TS8006: 'enum' declarations can on… 3 tests/cases/conformance/jsdoc/declarations/index.js(10,6): error TS8006: 'enum' declarations can on… 4 tests/cases/conformance/jsdoc/declarations/index.js(14,6): error TS8006: 'enum' declarations can on… 5 tests/cases/conformance/jsdoc/declarations/index.js(18,13): error TS8006: 'enum' declarations can o… 6 tests/cases/conformance/jsdoc/declarations/index.js(22,13): error TS8006: 'enum' declarations can o… 7 tests/cases/conformance/jsdoc/declarations/index.js(24,13): error TS8006: 'enum' declarations can o… 8 tests/cases/conformance/jsdoc/declarations/index.js(30,13): error TS8006: 'enum' declarations can o… 9 tests/cases/conformance/jsdoc/declarations/index.js(35,13): error TS8006: 'enum' declarations can o… 10 tests/cases/conformance/jsdoc/declarations/index.js(41,19): error TS8006: 'enum' declarations can o… [all …]
|
D | enumMergingErrors.errors.txt | 1 …26,22): error TS2432: In an enum with multiple declarations, only one declaration can omit an init… 2 …38,22): error TS2432: In an enum with multiple declarations, only one declaration can omit an init… 8 export enum E1 { A = 0 } 9 export enum E2 { C } 10 export enum E3 { A = 0 } 13 export enum E1 { B = 'foo'.length } 14 export enum E2 { B = 'foo'.length } 15 export enum E3 { C } 18 export enum E1 { C } 19 export enum E2 { A = 0 } [all …]
|
D | incrementOperatorWithUnsupportedStringType.errors.txt | 1 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 2 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 3 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 4 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 5 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 6 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 7 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 8 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 9 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 10 …24): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. [all …]
|
D | decrementOperatorWithUnsupportedStringType.errors.txt | 1 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 2 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 3 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 4 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 5 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 6 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 7 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 8 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 9 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 10 …24): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. [all …]
|
D | templateStringBinaryOperationsES6Invalid.errors.txt | 1 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 2 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 3 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 4 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 5 …eft-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 6 …eft-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 7 …eft-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 8 …eft-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 9 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 10 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. [all …]
|
D | templateStringBinaryOperationsInvalid.errors.txt | 1 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 2 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 3 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 4 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 5 …eft-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 6 …eft-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 7 …eft-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 8 …eft-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 9 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 10 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. [all …]
|
D | arithmeticOperatorWithInvalidOperands.errors.txt | 1 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 2 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 3 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 4 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 5 …eft-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 6 …eft-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 7 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 8 …eft-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 9 …eft-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 10 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. [all …]
|
D | arithmeticOperatorWithTypeParameter.errors.txt | 1 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 2 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 3 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 4 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 5 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 6 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 7 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 8 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 9 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. 10 …ght-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. [all …]
|
D | augmentedTypesEnum.types | 2 // enum then var 3 enum e1111 { One } // error 11 // enum then function 12 enum e2 { One } // error 19 enum e3 { One } // error 27 // enum then class 28 enum e4 { One } // error 36 // enum then enum 37 enum e5 { One } 41 enum e5 { Two } // error [all …]
|
D | constEnum2.errors.txt | 1 …Enum2.ts(10,9): error TS2474: const enum member initializers can only contain literal values and o… 2 …Enum2.ts(11,9): error TS2474: const enum member initializers can only contain literal values and o… 3 tests/cases/conformance/constEnums/constEnum2.ts(12,5): error TS1357: An enum member name must be f… 4 …Enum2.ts(12,9): error TS2474: const enum member initializers can only contain literal values and o… 8 // An enum declaration that specifies a const modifier is a constant enum declaration. 9 // In a constant enum declaration, all members must have constant values and 10 … a member declaration to specify an expression that isn't classified as a constant enum expression. 12 // Error : not a constant enum expression 15 const enum D { 19 !!! error TS2474: const enum member initializers can only contain literal values and other computed… [all …]
|
D | duplicateIdentifierEnum.errors.txt | 1 ….ts(2,6): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 2 ….ts(5,7): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 3 …ts(9,11): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 4 …s(12,12): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 5 …s(16,12): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 6 …s(19,10): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 7 …ts(23,6): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 8 …ts(26,7): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 9 …ts(1,10): error TS2567: Enum declarations can only merge with namespace or other enum declarations. 10 ….ts(4,6): error TS2567: Enum declarations can only merge with namespace or other enum declarations. [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 172 static enum Attribute::AttrKind getKind() { 177 static enum Attribute::AttrKind getKind() { 182 static enum Attribute::AttrKind getKind() { 187 static enum Attribute::AttrKind getKind() { 192 static enum Attribute::AttrKind getKind() { 197 static enum Attribute::AttrKind getKind() { 202 static enum Attribute::AttrKind getKind() { 207 static enum Attribute::AttrKind getKind() { 212 static enum Attribute::AttrKind getKind() { 217 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 172 static enum Attribute::AttrKind getKind() { 177 static enum Attribute::AttrKind getKind() { 182 static enum Attribute::AttrKind getKind() { 187 static enum Attribute::AttrKind getKind() { 192 static enum Attribute::AttrKind getKind() { 197 static enum Attribute::AttrKind getKind() { 202 static enum Attribute::AttrKind getKind() { 207 static enum Attribute::AttrKind getKind() { 212 static enum Attribute::AttrKind getKind() { 217 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { 173 static enum Attribute::AttrKind getKind() { 178 static enum Attribute::AttrKind getKind() { 183 static enum Attribute::AttrKind getKind() { 188 static enum Attribute::AttrKind getKind() { 193 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { 173 static enum Attribute::AttrKind getKind() { 178 static enum Attribute::AttrKind getKind() { 183 static enum Attribute::AttrKind getKind() { 188 static enum Attribute::AttrKind getKind() { 193 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Attributes.gen | 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { 173 static enum Attribute::AttrKind getKind() { 178 static enum Attribute::AttrKind getKind() { 183 static enum Attribute::AttrKind getKind() { 188 static enum Attribute::AttrKind getKind() { 193 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { 173 static enum Attribute::AttrKind getKind() { 178 static enum Attribute::AttrKind getKind() { 183 static enum Attribute::AttrKind getKind() { 188 static enum Attribute::AttrKind getKind() { 193 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { 173 static enum Attribute::AttrKind getKind() { 178 static enum Attribute::AttrKind getKind() { 183 static enum Attribute::AttrKind getKind() { 188 static enum Attribute::AttrKind getKind() { 193 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { 173 static enum Attribute::AttrKind getKind() { 178 static enum Attribute::AttrKind getKind() { 183 static enum Attribute::AttrKind getKind() { 188 static enum Attribute::AttrKind getKind() { 193 static enum Attribute::AttrKind getKind() { [all …]
|