| /third_party/glslang/Test/ |
| D | hlsl.intrinsics.negative.comp | 7 // asdouble(inF0, inF1); // expected error: only integer inputs 8 // CheckAccessFullyMapped(3.0); // expected error: only valid on integers 9 // clip(inF0); // expected error: only valid in pixel stage 10 // countbits(inF0); // expected error: only integer inputs 11 // cross(inF0, inF1); // expected error: only on float3 inputs 12 // D3DCOLORtoUBYTE4(inF0); // expected error: only on float4 inputs 13 // ddx(inF0); // expected error: only valid in pixel stage 14 // ddx_coarse(inF0); // expected error: only valid in pixel stage 15 // ddx_fine(inF0); // expected error: only valid in pixel stage 16 // ddy(inF0); // expected error: only valid in pixel stage [all …]
|
| D | hlsl.intrinsics.negative.vert | 18 // AllMemoryBarrier(); // expected error: only valid in compute stage 19 // AllMemoryBarrierWithGroupSync(); // expected error: only valid in compute stage 20 // asdouble(inF0, inF1); // expected error: only integer inputs 21 // CheckAccessFullyMapped(3.0); // expected error: only valid on integers 22 …// CheckAccessFullyMapped(3); // expected error: only valid in pixel & compute stag… 23 // clip(inF0); // expected error: only valid in pixel stage 24 // countbits(inF0); // expected error: only integer inputs 25 // cross(inF0, inF1); // expected error: only on float3 inputs 26 // D3DCOLORtoUBYTE4(inF0); // expected error: only on float4 inputs 27 …// DeviceMemoryBarrier(); // expected error: only valid in pixel & compute stag… [all …]
|
| D | hlsl.intrinsics.negative.frag | 5 asdouble(inF0, inF1); // expected error: only integer inputs 6 CheckAccessFullyMapped(3.0); // expected error: only valid on integers 7 countbits(inF0); // expected error: only integer inputs 8 cross(inF0, inF1); // expected error: only on float3 inputs 9 D3DCOLORtoUBYTE4(inF0); // expected error: only on float4 inputs 10 determinant(inF0); // expected error: only valid on mats 11 // DeviceMemoryBarrierWithGroupSync(); // TODO: expected error: only valid in compute stage 12 f16tof32(inF0); // expected error: only integer inputs 13 firstbithigh(inF0); // expected error: only integer inputs 14 firstbitlow(inF0); // expected error: only integer inputs [all …]
|
| /third_party/libphonenumber/resources/carrier/en/ |
| D | 262.txt | 20 26263903|Only 21 26263904|Only 22 26263905|Only 23 26263906|Only 24 26263907|Only 28 26263919|Only 30 26263926|Only 32 26263939|Only 51 26263971|Only 52 26263972|Only [all …]
|
| /third_party/flutter/flutter/packages/flutter/test/painting/ |
| D | edge_insets_test.dart | 57 …expect(const EdgeInsetsDirectional.only(start: 963.25).resolve(TextDirection.ltr), const EdgeInset… 58 …expect(const EdgeInsetsDirectional.only(top: 963.25).resolve(TextDirection.ltr), const EdgeInsets.… 59 …expect(const EdgeInsetsDirectional.only(end: 963.25).resolve(TextDirection.ltr), const EdgeInsets.… 60 …expect(const EdgeInsetsDirectional.only(bottom: 963.25).resolve(TextDirection.ltr), const EdgeInse… 61 …expect(const EdgeInsetsDirectional.only(start: 963.25).resolve(TextDirection.rtl), const EdgeInset… 62 …expect(const EdgeInsetsDirectional.only(top: 963.25).resolve(TextDirection.rtl), const EdgeInsets.… 63 …expect(const EdgeInsetsDirectional.only(end: 963.25).resolve(TextDirection.rtl), const EdgeInsets.… 64 …expect(const EdgeInsetsDirectional.only(bottom: 963.25).resolve(TextDirection.rtl), const EdgeInse… 65 …expect(EdgeInsetsDirectional.only(), EdgeInsetsDirectional.only()); // ignore: prefer_const_constr… 66 …expect(const EdgeInsetsDirectional.only(top: 1.0), isNot(const EdgeInsetsDirectional.only(bottom: … [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | callSignaturesWithAccessibilityModifiersOnParameters.errors.txt | 1 …lityModifiersOnParameters.ts(3,14): error TS2369: A parameter property is only allowed in a constr… 2 …lityModifiersOnParameters.ts(3,24): error TS2369: A parameter property is only allowed in a constr… 3 …lityModifiersOnParameters.ts(4,22): error TS2369: A parameter property is only allowed in a constr… 4 …lityModifiersOnParameters.ts(4,32): error TS2369: A parameter property is only allowed in a constr… 5 …lityModifiersOnParameters.ts(5,20): error TS2369: A parameter property is only allowed in a constr… 6 …lityModifiersOnParameters.ts(5,30): error TS2369: A parameter property is only allowed in a constr… 7 …lityModifiersOnParameters.ts(6,14): error TS2369: A parameter property is only allowed in a constr… 8 …lityModifiersOnParameters.ts(7,14): error TS2369: A parameter property is only allowed in a constr… 9 …lityModifiersOnParameters.ts(9,15): error TS2369: A parameter property is only allowed in a constr… 10 …lityModifiersOnParameters.ts(9,34): error TS2369: A parameter property is only allowed in a constr… [all …]
|
| D | objectLiteralGettersAndSetters.errors.txt | 1 …rals/objectLiteralGettersAndSetters.ts(2,24): error TS1056: Accessors are only available when targ… 2 …rals/objectLiteralGettersAndSetters.ts(2,50): error TS1056: Accessors are only available when targ… 3 …rals/objectLiteralGettersAndSetters.ts(3,24): error TS1056: Accessors are only available when targ… 4 …rals/objectLiteralGettersAndSetters.ts(3,50): error TS1056: Accessors are only available when targ… 5 …rals/objectLiteralGettersAndSetters.ts(4,24): error TS1056: Accessors are only available when targ… 6 …rals/objectLiteralGettersAndSetters.ts(4,51): error TS1056: Accessors are only available when targ… 7 …rals/objectLiteralGettersAndSetters.ts(5,24): error TS1056: Accessors are only available when targ… 8 …rals/objectLiteralGettersAndSetters.ts(5,49): error TS1056: Accessors are only available when targ… 9 …rals/objectLiteralGettersAndSetters.ts(6,24): error TS1056: Accessors are only available when targ… 10 …rals/objectLiteralGettersAndSetters.ts(6,51): error TS1056: Accessors are only available when targ… [all …]
|
| D | errorSuperPropertyAccess.errors.txt | 1 …opertyAccess/errorSuperPropertyAccess.ts(6,17): error TS2335: 'super' can only be referenced in a … 2 …opertyAccess/errorSuperPropertyAccess.ts(7,17): error TS2335: 'super' can only be referenced in a … 3 …pertyAccess/errorSuperPropertyAccess.ts(11,17): error TS2335: 'super' can only be referenced in a … 4 …pertyAccess/errorSuperPropertyAccess.ts(12,17): error TS2335: 'super' can only be referenced in a … 5 …opertyAccess/errorSuperPropertyAccess.ts(15,9): error TS2335: 'super' can only be referenced in a … 6 …opertyAccess/errorSuperPropertyAccess.ts(16,9): error TS2335: 'super' can only be referenced in a … 7 …opertyAccess/errorSuperPropertyAccess.ts(21,9): error TS2335: 'super' can only be referenced in a … 8 …rtyAccess/errorSuperPropertyAccess.ts(24,23): error TS1056: Accessors are only available when targ… 9 …opertyAccess/errorSuperPropertyAccess.ts(25,9): error TS2335: 'super' can only be referenced in a … 10 …rtyAccess/errorSuperPropertyAccess.ts(29,23): error TS1056: Accessors are only available when targ… [all …]
|
| D | thisTypeErrors.errors.txt | 1 …thisType/thisTypeErrors.ts(1,9): error TS2526: A 'this' type is available only in a non-static mem… 2 …hisType/thisTypeErrors.ts(2,14): error TS2526: A 'this' type is available only in a non-static mem… 3 …thisType/thisTypeErrors.ts(3,9): error TS2526: A 'this' type is available only in a non-static mem… 4 …hisType/thisTypeErrors.ts(5,16): error TS2526: A 'this' type is available only in a non-static mem… 5 …hisType/thisTypeErrors.ts(5,23): error TS2526: A 'this' type is available only in a non-static mem… 6 …hisType/thisTypeErrors.ts(6,12): error TS2526: A 'this' type is available only in a non-static mem… 7 …isType/thisTypeErrors.ts(11,13): error TS2526: A 'this' type is available only in a non-static mem… 8 …isType/thisTypeErrors.ts(12,14): error TS2526: A 'this' type is available only in a non-static mem… 9 …isType/thisTypeErrors.ts(13,18): error TS2526: A 'this' type is available only in a non-static mem… 10 …isType/thisTypeErrors.ts(14,23): error TS2526: A 'this' type is available only in a non-static mem… [all …]
|
| D | jsDeclarationsInterfaces.errors.txt | 1 …c/declarations/index.js(4,18): error TS8006: 'interface' declarations can only be used in TypeScri… 2 …c/declarations/index.js(6,18): error TS8006: 'interface' declarations can only be used in TypeScri… 3 …/declarations/index.js(10,18): error TS8006: 'interface' declarations can only be used in TypeScri… 4 …/declarations/index.js(31,11): error TS8006: 'interface' declarations can only be used in TypeScri… 5 …/declarations/index.js(35,11): error TS8006: 'interface' declarations can only be used in TypeScri… 6 …/declarations/index.js(39,18): error TS8006: 'interface' declarations can only be used in TypeScri… 7 …/declarations/index.js(43,18): error TS8006: 'interface' declarations can only be used in TypeScri… 8 …/declarations/index.js(45,18): error TS8006: 'interface' declarations can only be used in TypeScri… 9 …/declarations/index.js(49,18): error TS8006: 'interface' declarations can only be used in TypeScri… 10 …/declarations/index.js(53,18): error TS8006: 'interface' declarations can only be used in TypeScri… [all …]
|
| D | jsDeclarationsClassesErr.errors.txt | 1 …eclarations/index.js(4,16): error TS8004: Type parameter declarations can only be used in TypeScri… 2 tests/cases/conformance/jsdoc/declarations/index.js(5,12): error TS8010: Type annotations can only … 3 …eclarations/index.js(8,16): error TS8004: Type parameter declarations can only be used in TypeScri… 4 tests/cases/conformance/jsdoc/declarations/index.js(8,29): error TS8011: Type arguments can only be… 5 tests/cases/conformance/jsdoc/declarations/index.js(9,12): error TS8010: Type annotations can only … 6 tests/cases/conformance/jsdoc/declarations/index.js(13,11): error TS8010: Type annotations can only… 7 tests/cases/conformance/jsdoc/declarations/index.js(19,11): error TS8010: Type annotations can only… 8 tests/cases/conformance/jsdoc/declarations/index.js(23,11): error TS8010: Type annotations can only… 9 tests/cases/conformance/jsdoc/declarations/index.js(27,11): error TS8010: Type annotations can only… 10 tests/cases/conformance/jsdoc/declarations/index.js(28,11): error TS8010: Type annotations can only… [all …]
|
| D | constDeclarations-access4.errors.txt | 1 …eclarations-access4.ts(6,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 2 …eclarations-access4.ts(7,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 3 …eclarations-access4.ts(8,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 4 …eclarations-access4.ts(9,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 5 …clarations-access4.ts(10,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 6 …clarations-access4.ts(11,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 7 …clarations-access4.ts(12,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 8 …clarations-access4.ts(13,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 9 …clarations-access4.ts(14,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 10 …clarations-access4.ts(15,3): error TS2540: Cannot assign to 'x' because it is a read-only property. [all …]
|
| D | constDeclarations-access5.errors.txt | 1 …clarations_access_2.ts(4,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 2 …clarations_access_2.ts(5,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 3 …clarations_access_2.ts(6,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 4 …clarations_access_2.ts(7,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 5 …clarations_access_2.ts(8,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 6 …clarations_access_2.ts(9,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 7 …larations_access_2.ts(10,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 8 …larations_access_2.ts(11,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 9 …larations_access_2.ts(12,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 10 …larations_access_2.ts(13,3): error TS2540: Cannot assign to 'x' because it is a read-only property. [all …]
|
| D | constDeclarations-access3.errors.txt | 1 …eclarations-access3.ts(6,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 2 …eclarations-access3.ts(7,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 3 …eclarations-access3.ts(8,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 4 …eclarations-access3.ts(9,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 5 …clarations-access3.ts(10,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 6 …clarations-access3.ts(11,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 7 …clarations-access3.ts(12,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 8 …clarations-access3.ts(13,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 9 …clarations-access3.ts(14,3): error TS2540: Cannot assign to 'x' because it is a read-only property. 10 …clarations-access3.ts(15,3): error TS2540: Cannot assign to 'x' because it is a read-only property. [all …]
|
| D | newWithSpread.errors.txt | 1 …thSpread.ts(36,13): error TS2472: Spread operator in 'new' expressions is only available when targ… 2 …thSpread.ts(37,13): error TS2472: Spread operator in 'new' expressions is only available when targ… 3 …ithSpread.ts(40,8): error TS2472: Spread operator in 'new' expressions is only available when targ… 4 …thSpread.ts(41,13): error TS2472: Spread operator in 'new' expressions is only available when targ… 5 …thSpread.ts(45,13): error TS2472: Spread operator in 'new' expressions is only available when targ… 6 …thSpread.ts(46,13): error TS2472: Spread operator in 'new' expressions is only available when targ… 7 …thSpread.ts(50,15): error TS2472: Spread operator in 'new' expressions is only available when targ… 8 …thSpread.ts(51,15): error TS2472: Spread operator in 'new' expressions is only available when targ… 9 …thSpread.ts(55,17): error TS2472: Spread operator in 'new' expressions is only available when targ… 10 …thSpread.ts(56,17): error TS2472: Spread operator in 'new' expressions is only available when targ… [all …]
|
| D | moduleElementsInWrongContext3.errors.txt | 1 …ElementsInWrongContext3.ts(3,9): error TS1235: A namespace declaration is only allowed in a namesp… 2 …ElementsInWrongContext3.ts(4,9): error TS1235: A namespace declaration is only allowed in a namesp… 3 …ElementsInWrongContext3.ts(8,9): error TS1235: A namespace declaration is only allowed in a namesp… 4 …sInWrongContext3.ts(10,9): error TS1234: An ambient module declaration is only allowed at the top … 5 …eElementsInWrongContext3.ts(14,9): error TS1231: An export assignment can only be used in a module. 6 …ElementsInWrongContext3.ts(18,9): error TS1233: An export declaration can only be used in a module. 7 …ElementsInWrongContext3.ts(19,9): error TS1233: An export declaration can only be used in a module. 8 …ElementsInWrongContext3.ts(20,9): error TS1233: An export declaration can only be used in a module. 9 …eElementsInWrongContext3.ts(21,9): error TS1231: An export assignment can only be used in a module. 12 …ElementsInWrongContext3.ts(24,9): error TS1232: An import declaration can only be used in a namesp… [all …]
|
| D | moduleElementsInWrongContext.errors.txt | 1 …eElementsInWrongContext.ts(2,5): error TS1235: A namespace declaration is only allowed in a namesp… 2 …eElementsInWrongContext.ts(3,5): error TS1235: A namespace declaration is only allowed in a namesp… 3 …eElementsInWrongContext.ts(7,5): error TS1235: A namespace declaration is only allowed in a namesp… 4 …ntsInWrongContext.ts(9,5): error TS1234: An ambient module declaration is only allowed at the top … 5 …leElementsInWrongContext.ts(13,5): error TS1231: An export assignment can only be used in a module. 6 …eElementsInWrongContext.ts(17,5): error TS1233: An export declaration can only be used in a module. 7 …eElementsInWrongContext.ts(18,5): error TS1233: An export declaration can only be used in a module. 8 …eElementsInWrongContext.ts(19,5): error TS1233: An export declaration can only be used in a module. 9 …leElementsInWrongContext.ts(20,5): error TS1231: An export assignment can only be used in a module. 12 …eElementsInWrongContext.ts(23,5): error TS1232: An import declaration can only be used in a namesp… [all …]
|
| D | moduleElementsInWrongContext2.errors.txt | 1 …ElementsInWrongContext2.ts(2,5): error TS1235: A namespace declaration is only allowed in a namesp… 2 …ElementsInWrongContext2.ts(3,5): error TS1235: A namespace declaration is only allowed in a namesp… 3 …ElementsInWrongContext2.ts(7,5): error TS1235: A namespace declaration is only allowed in a namesp… 4 …tsInWrongContext2.ts(9,5): error TS1234: An ambient module declaration is only allowed at the top … 5 …eElementsInWrongContext2.ts(13,5): error TS1231: An export assignment can only be used in a module. 6 …ElementsInWrongContext2.ts(17,5): error TS1233: An export declaration can only be used in a module. 7 …ElementsInWrongContext2.ts(18,5): error TS1233: An export declaration can only be used in a module. 8 …ElementsInWrongContext2.ts(19,5): error TS1233: An export declaration can only be used in a module. 9 …eElementsInWrongContext2.ts(20,5): error TS1231: An export assignment can only be used in a module. 12 …ElementsInWrongContext2.ts(23,5): error TS1232: An import declaration can only be used in a namesp… [all …]
|
| D | protectedClassPropertyAccessibleWithinSubclass2.errors.txt | 1 …bleWithinSubclass2.ts(13,12): error TS2445: Property 'x' is protected and only accessible within c… 2 …bleWithinSubclass2.ts(26,11): error TS2446: Property 'x' is protected and only accessible through … 3 …bleWithinSubclass2.ts(28,12): error TS2446: Property 'x' is protected and only accessible through … 4 …bleWithinSubclass2.ts(29,12): error TS2445: Property 'x' is protected and only accessible within c… 5 …bleWithinSubclass2.ts(30,12): error TS2446: Property 'x' is protected and only accessible through … 6 …bleWithinSubclass2.ts(42,11): error TS2446: Property 'x' is protected and only accessible through … 7 …bleWithinSubclass2.ts(43,12): error TS2446: Property 'x' is protected and only accessible through … 8 …bleWithinSubclass2.ts(45,12): error TS2445: Property 'x' is protected and only accessible within c… 9 …bleWithinSubclass2.ts(59,11): error TS2446: Property 'x' is protected and only accessible through … 10 …bleWithinSubclass2.ts(60,12): error TS2446: Property 'x' is protected and only accessible through … [all …]
|
| D | protectedClassPropertyAccessibleWithinNestedSubclass1.errors.txt | 1 …hinNestedSubclass1.ts(15,20): error TS2445: Property 'x' is protected and only accessible within c… 2 …hinNestedSubclass1.ts(32,19): error TS2446: Property 'x' is protected and only accessible through … 3 …hinNestedSubclass1.ts(34,20): error TS2446: Property 'x' is protected and only accessible through … 4 …hinNestedSubclass1.ts(35,20): error TS2445: Property 'x' is protected and only accessible within c… 5 …hinNestedSubclass1.ts(36,20): error TS2446: Property 'x' is protected and only accessible through … 6 …hinNestedSubclass1.ts(52,19): error TS2446: Property 'x' is protected and only accessible through … 7 …hinNestedSubclass1.ts(53,20): error TS2446: Property 'x' is protected and only accessible through … 8 …hinNestedSubclass1.ts(55,20): error TS2445: Property 'x' is protected and only accessible within c… 9 …hinNestedSubclass1.ts(73,19): error TS2446: Property 'x' is protected and only accessible through … 10 …hinNestedSubclass1.ts(74,20): error TS2446: Property 'x' is protected and only accessible through … [all …]
|
| D | classPropertyAsPrivate.errors.txt | 1 …ccessibility/classPropertyAsPrivate.ts(3,17): error TS1056: Accessors are only available when targ… 2 …ccessibility/classPropertyAsPrivate.ts(4,17): error TS1056: Accessors are only available when targ… 3 …ccessibility/classPropertyAsPrivate.ts(8,24): error TS1056: Accessors are only available when targ… 4 …ccessibility/classPropertyAsPrivate.ts(9,24): error TS1056: Accessors are only available when targ… 5 …lassPropertyAsPrivate.ts(15,3): error TS2341: Property 'x' is private and only accessible within c… 6 …lassPropertyAsPrivate.ts(16,3): error TS2341: Property 'y' is private and only accessible within c… 7 …lassPropertyAsPrivate.ts(17,3): error TS2341: Property 'y' is private and only accessible within c… 8 …ssPropertyAsPrivate.ts(18,3): error TS2341: Property 'foo' is private and only accessible within c… 9 …lassPropertyAsPrivate.ts(20,3): error TS2341: Property 'a' is private and only accessible within c… 10 …lassPropertyAsPrivate.ts(21,3): error TS2341: Property 'b' is private and only accessible within c… [all …]
|
| D | reExportGlobalDeclaration1.errors.txt | 1 tests/cases/compiler/file2.ts(1,9): error TS2661: Cannot export 'x'. Only local declarations can be… 2 tests/cases/compiler/file2.ts(1,12): error TS2661: Cannot export 'x'. Only local declarations can b… 3 tests/cases/compiler/file2.ts(2,9): error TS2661: Cannot export 'x1'. Only local declarations can b… 4 tests/cases/compiler/file2.ts(2,13): error TS2661: Cannot export 'x1'. Only local declarations can … 5 tests/cases/compiler/file2.ts(4,9): error TS2661: Cannot export 'a'. Only local declarations can be… 6 tests/cases/compiler/file2.ts(4,12): error TS2661: Cannot export 'a'. Only local declarations can b… 7 tests/cases/compiler/file2.ts(5,9): error TS2661: Cannot export 'b'. Only local declarations can be… 8 tests/cases/compiler/file2.ts(5,12): error TS2661: Cannot export 'b'. Only local declarations can b… 9 tests/cases/compiler/file2.ts(8,9): error TS2661: Cannot export 'x'. Only local declarations can be… 10 tests/cases/compiler/file2.ts(9,9): error TS2661: Cannot export 'x1'. Only local declarations can b… [all …]
|
| D | readonlyMembers.errors.txt | 1 …ler/readonlyMembers.ts(6,3): error TS2540: Cannot assign to 'a' because it is a read-only property. 2 …ler/readonlyMembers.ts(7,3): error TS2540: Cannot assign to 'b' because it is a read-only property. 3 …r/readonlyMembers.ts(16,14): error TS2540: Cannot assign to 'c' because it is a read-only property. 4 …r/readonlyMembers.ts(18,18): error TS2540: Cannot assign to 'a' because it is a read-only property. 5 …r/readonlyMembers.ts(19,18): error TS2540: Cannot assign to 'b' because it is a read-only property. 6 …r/readonlyMembers.ts(20,18): error TS2540: Cannot assign to 'c' because it is a read-only property. 7 …r/readonlyMembers.ts(24,14): error TS2540: Cannot assign to 'a' because it is a read-only property. 8 …r/readonlyMembers.ts(25,14): error TS2540: Cannot assign to 'b' because it is a read-only property. 9 …r/readonlyMembers.ts(26,14): error TS2540: Cannot assign to 'c' because it is a read-only property. 10 …er/readonlyMembers.ts(35,3): error TS2540: Cannot assign to 'a' because it is a read-only property. [all …]
|
| D | jsdocDisallowedInTypescript.errors.txt | 1 …jsdoc/jsdocDisallowedInTypescript.ts(2,15): error TS8020: JSDoc types can only be used inside docu… 2 …jsdoc/jsdocDisallowedInTypescript.ts(4,15): error TS8020: JSDoc types can only be used inside docu… 3 …jsdoc/jsdocDisallowedInTypescript.ts(4,32): error TS8020: JSDoc types can only be used inside docu… 4 …jsdoc/jsdocDisallowedInTypescript.ts(7,20): error TS8020: JSDoc types can only be used inside docu… 5 …sdoc/jsdocDisallowedInTypescript.ts(10,18): error TS8020: JSDoc types can only be used inside docu… 7 …sdoc/jsdocDisallowedInTypescript.ts(13,14): error TS8020: JSDoc types can only be used inside docu… 8 …sdoc/jsdocDisallowedInTypescript.ts(14,11): error TS8020: JSDoc types can only be used inside docu… 9 …jsdoc/jsdocDisallowedInTypescript.ts(15,8): error TS8020: JSDoc types can only be used inside docu… 10 …sdoc/jsdocDisallowedInTypescript.ts(16,11): error TS8020: JSDoc types can only be used inside docu… 11 …sdoc/jsdocDisallowedInTypescript.ts(17,17): error TS8020: JSDoc types can only be used inside docu… [all …]
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
| D | radeonsi-stoney-fails.txt | 11 …exwrap formats bordercolor-swizzled@GL_COMPRESSED_RGBA_BPTC_UNORM- swizzled- border color only,Fail 12 … formats bordercolor-swizzled@GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT- swizzled- border color only,Fail 13 …ormats bordercolor-swizzled@GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT- swizzled- border color only,Fail 14 … formats bordercolor-swizzled@GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM- swizzled- border color only,Fail 16 …ompression@texwrap formats bordercolor-swizzled@GL_COMPRESSED_RGB- swizzled- border color only,Fail 17 …mpression@texwrap formats bordercolor-swizzled@GL_COMPRESSED_RGBA- swizzled- border color only,Fail 19 spec@arb_texture_float@texwrap formats bordercolor-swizzled@GL_RGB16F- swizzled- border color only,… 20 spec@arb_texture_float@texwrap formats bordercolor-swizzled@GL_RGB32F- swizzled- border color only,… 21 spec@arb_texture_float@texwrap formats bordercolor-swizzled@GL_RGBA16F- swizzled- border color only… 22 spec@arb_texture_float@texwrap formats bordercolor-swizzled@GL_RGBA32F- swizzled- border color only… [all …]
|