/third_party/typescript/tests/baselines/reference/ |
D | protectedClassPropertyAccessibleWithinNestedSubclass1.types | 32 b.x; // OK, accessed within their declaring class 37 d1.x; // OK, accessed within their declaring class 42 d2.x; // OK, accessed within their declaring class 47 …d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 52 d4.x; // OK, accessed within their declaring class 89 b.x; // Error, isn't accessed through an instance of the enclosing class 94 …d1.x; // OK, accessed within a class derived from their declaring class, and through an … 99 d2.x; // Error, isn't accessed through an instance of the enclosing class 104 …d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 109 d4.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
D | protectedClassPropertyAccessibleWithinSubclass2.types | 26 b.x; // OK, accessed within their declaring class 31 d1.x; // OK, accessed within their declaring class 36 d2.x; // OK, accessed within their declaring class 41 …d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 46 d4.x; // OK, accessed within their declaring class 75 b.x; // Error, isn't accessed through an instance of the enclosing class 80 …d1.x; // OK, accessed within a class derived from their declaring class, and through an … 85 d2.x; // Error, isn't accessed through an instance of the enclosing class 90 …d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 95 d4.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
D | protectedStaticClassPropertyAccessibleWithinSubclass.types | 11 Base.x; // OK, accessed within their declaring class 16 Derived1.x; // OK, accessed within their declaring class 21 Derived2.x; // OK, accessed within their declaring class 26 …Derived3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 40 Base.x; // OK, accessed within a class derived from their declaring class 45 Derived1.x; // OK, accessed within a class derived from their declaring class 50 Derived2.x; // OK, accessed within a class derived from their declaring class 55 …Derived3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 69 Base.x; // OK, accessed within a class derived from their declaring class 74 Derived1.x; // OK, accessed within a class derived from their declaring class [all …]
|
D | protectedStaticClassPropertyAccessibleWithinSubclass.errors.txt | 14 Base.x; // OK, accessed within their declaring class 15 Derived1.x; // OK, accessed within their declaring class 16 Derived2.x; // OK, accessed within their declaring class 17 …Derived3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 25 Base.x; // OK, accessed within a class derived from their declaring class 26 Derived1.x; // OK, accessed within a class derived from their declaring class 27 Derived2.x; // OK, accessed within a class derived from their declaring class 28 …Derived3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 36 Base.x; // OK, accessed within a class derived from their declaring class 37 Derived1.x; // OK, accessed within a class derived from their declaring class [all …]
|
D | protectedClassPropertyAccessibleWithinSubclass2.errors.txt | 34 b.x; // OK, accessed within their declaring class 35 d1.x; // OK, accessed within their declaring class 36 d2.x; // OK, accessed within their declaring class 37 …d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 40 d4.x; // OK, accessed within their declaring class 52 b.x; // Error, isn't accessed through an instance of the enclosing class 55 …d1.x; // OK, accessed within a class derived from their declaring class, and through an … 56 d2.x; // Error, isn't accessed through an instance of the enclosing class 59 …d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 62 d4.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
D | protectedClassPropertyAccessibleWithinNestedSubclass1.errors.txt | 36 b.x; // OK, accessed within their declaring class 37 d1.x; // OK, accessed within their declaring class 38 d2.x; // OK, accessed within their declaring class 39 …d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 42 d4.x; // OK, accessed within their declaring class 58 … b.x; // Error, isn't accessed through an instance of the enclosing class 61 …d1.x; // OK, accessed within a class derived from their declaring class, and through an … 62 … d2.x; // Error, isn't accessed through an instance of the enclosing class 65 …d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 68 … d4.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
D | abstractPropertyInConstructor.errors.txt | 1 …ror TS2715: Abstract property 'prop' in class 'AbstractClass' cannot be accessed in the constructo… 2 …ror TS2715: Abstract property 'prop' in class 'AbstractClass' cannot be accessed in the constructo… 3 …error TS2715: Abstract property 'cb' in class 'AbstractClass' cannot be accessed in the constructo… 4 …ror TS2715: Abstract property 'prop' in class 'AbstractClass' cannot be accessed in the constructo… 6 …ror TS2715: Abstract property 'prop' in class 'AbstractClass' cannot be accessed in the constructo… 15 !!! error TS2715: Abstract property 'prop' in class 'AbstractClass' cannot be accessed in the const… 20 !!! error TS2715: Abstract property 'prop' in class 'AbstractClass' cannot be accessed in the const… 24 !!! error TS2715: Abstract property 'cb' in class 'AbstractClass' cannot be accessed in the constru… 42 !!! error TS2715: Abstract property 'prop' in class 'AbstractClass' cannot be accessed in the const… 61 !!! error TS2715: Abstract property 'prop' in class 'AbstractClass' cannot be accessed in the const…
|
D | protectedStaticClassPropertyAccessibleWithinSubclass.symbols | 11 Base.x; // OK, accessed within their declaring class 16 Derived1.x; // OK, accessed within their declaring class 21 Derived2.x; // OK, accessed within their declaring class 26 …Derived3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 40 Base.x; // OK, accessed within a class derived from their declaring class 45 Derived1.x; // OK, accessed within a class derived from their declaring class 50 Derived2.x; // OK, accessed within a class derived from their declaring class 55 …Derived3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 69 Base.x; // OK, accessed within a class derived from their declaring class 74 Derived1.x; // OK, accessed within a class derived from their declaring class [all …]
|
D | protectedClassPropertyAccessibleWithinSubclass2.symbols | 31 b.x; // OK, accessed within their declaring class 36 d1.x; // OK, accessed within their declaring class 41 d2.x; // OK, accessed within their declaring class 46 …d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 51 d4.x; // OK, accessed within their declaring class 85 b.x; // Error, isn't accessed through an instance of the enclosing class 90 …d1.x; // OK, accessed within a class derived from their declaring class, and through an … 95 d2.x; // Error, isn't accessed through an instance of the enclosing class 100 …d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 105 d4.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
D | indexedAccessPrivateMemberOfGenericConstraint.errors.txt | 1 …raint.ts(9,24): error TS4105: Private or protected member 'a' cannot be accessed on a type paramet… 2 …raint.ts(9,32): error TS4105: Private or protected member 'a' cannot be accessed on a type paramet… 3 …aint.ts(10,27): error TS4105: Private or protected member 'a' cannot be accessed on a type paramet… 17 !!! error TS4105: Private or protected member 'a' cannot be accessed on a type parameter. 19 !!! error TS4105: Private or protected member 'a' cannot be accessed on a type parameter. 22 !!! error TS4105: Private or protected member 'a' cannot be accessed on a type parameter.
|
D | protectedClassPropertyAccessibleWithinNestedSubclass1.symbols | 37 b.x; // OK, accessed within their declaring class 42 d1.x; // OK, accessed within their declaring class 47 d2.x; // OK, accessed within their declaring class 52 …d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 57 d4.x; // OK, accessed within their declaring class 99 b.x; // Error, isn't accessed through an instance of the enclosing class 104 …d1.x; // OK, accessed within a class derived from their declaring class, and through an … 109 d2.x; // Error, isn't accessed through an instance of the enclosing class 114 …d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or … 119 d4.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
D | noPropertyAccessFromIndexSignature1.errors.txt | 1 …): error TS4111: Property 'foo' comes from an index signature, so it must be accessed with ['foo']. 2 …): error TS4111: Property 'bar' comes from an index signature, so it must be accessed with ['bar']. 3 …): error TS4111: Property 'bar' comes from an index signature, so it must be accessed with ['bar']. 32 !!! error TS4111: Property 'foo' comes from an index signature, so it must be accessed with ['foo']. 42 !!! error TS4111: Property 'bar' comes from an index signature, so it must be accessed with ['bar']. 52 !!! error TS4111: Property 'bar' comes from an index signature, so it must be accessed with ['bar'].
|
D | classAbstractSuperCalls.errors.txt | 1 …s.ts(13,26): error TS2513: Abstract method 'foo' in class 'B' cannot be accessed via super express… 2 …s.ts(13,41): error TS2513: Abstract method 'foo' in class 'B' cannot be accessed via super express… 20 !!! error TS2513: Abstract method 'foo' in class 'B' cannot be accessed via super expression. 22 !!! error TS2513: Abstract method 'foo' in class 'B' cannot be accessed via super expression.
|
D | protectedStaticClassPropertyAccessibleWithinSubclass2.types | 11 this.x; // OK, accessed within their declaring class 25 this.x; // OK, accessed within a class derived from their declaring class 47 this.x; // OK, accessed within a class derived from their declaring class
|
D | constEnumErrors.errors.txt | 6 …onstEnumErrors.ts(22,13): error TS2476: A const enum member can only be accessed using a string li… 7 …onstEnumErrors.ts(24,13): error TS2476: A const enum member can only be accessed using a string li… 8 …onstEnumErrors.ts(25,13): error TS2476: A const enum member can only be accessed using a string li… 51 !!! error TS2476: A const enum member can only be accessed using a string literal. 55 !!! error TS2476: A const enum member can only be accessed using a string literal. 58 !!! error TS2476: A const enum member can only be accessed using a string literal.
|
D | protectedStaticClassPropertyAccessibleWithinSubclass2.errors.txt | 9 this.x; // OK, accessed within their declaring class 15 this.x; // OK, accessed within a class derived from their declaring class 25 this.x; // OK, accessed within a class derived from their declaring class
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | array_refcount_test.cpp | 312 const bool accessed = (j == 1) && (k == 0); in TEST_F() local 315 EXPECT_EQ(accessed, in TEST_F() 341 const bool accessed = (i == 1) && (k == 0); in TEST_F() local 344 EXPECT_EQ(accessed, in TEST_F() 370 const bool accessed = (i == 1) && (j == 2); in TEST_F() local 373 EXPECT_EQ(accessed, in TEST_F() 399 const bool accessed = (j == 3); in TEST_F() local 402 EXPECT_EQ(accessed, in TEST_F() 581 const bool accessed = (i == 2) && (k == 1); in TEST_F() local 584 EXPECT_EQ(accessed, in TEST_F() [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | build_micromap_common.adoc | 25 of pname:pInfos that is accessed by this command must: not overlap the 27 pname:pInfos, which is accessed by this command 30 of pname:pInfos that is accessed by this command must: not overlap the 32 pname:pInfos (including the same element), which is accessed by this 36 of pname:pInfos that is accessed by this command must: not overlap the 38 pname:pInfos, which is accessed by this command
|
D | build_acceleration_structure_common.txt | 64 any element of pname:pInfos that is accessed by this command must: not 67 ename:VK_BUILD_ACCELERATION_STRUCTURE_MODE_UPDATE_KHR, which is accessed 71 any element of pname:pInfos that is accessed by this command must: not 73 any other element of pname:pInfos, which is accessed by this command 76 any element of pname:pInfos that is accessed by this command must: not 78 of pname:pInfos (including the same element), which is accessed by this 82 of pname:pInfos that is accessed by this command must: not overlap the 84 pname:pInfos, which is accessed by this command 87 of pname:pInfos that is accessed by this command must: not overlap the 91 same element), which is accessed by this command [all …]
|
D | build_acceleration_structure_common.adoc | 64 any element of pname:pInfos that is accessed by this command must: not 67 ename:VK_BUILD_ACCELERATION_STRUCTURE_MODE_UPDATE_KHR, which is accessed 71 any element of pname:pInfos that is accessed by this command must: not 73 any other element of pname:pInfos, which is accessed by this command 76 any element of pname:pInfos that is accessed by this command must: not 78 of pname:pInfos (including the same element), which is accessed by this 82 of pname:pInfos that is accessed by this command must: not overlap the 84 pname:pInfos, which is accessed by this command 87 of pname:pInfos that is accessed by this command must: not overlap the 91 same element), which is accessed by this command [all …]
|
D | trace_rays_binding_table.adoc | 91 accessed as a result of this command in order to execute an any-hit 98 accessed as a result of this command in order to execute a closest hit 105 accessed as a result of this command in order to execute an intersection 109 {hitShaderBindingTableAddress} accessed by this call from a geometry 115 {hitShaderBindingTableAddress} accessed by this call from a geometry
|
D | draw_dispatch_common.txt | 36 If a sname:VkImageView is accessed using atomic operations as a result 172 any resource accessed by the slink:VkPipeline object bound to the 177 If a slink:VkImageView is accessed using code:OpImageWrite as a result 182 If a slink:VkBufferView is accessed using code:OpImageWrite as a result 189 width is accessed as a result of this command, the code:SampledType of 194 less than 64-bit is accessed as a result of this command, the 199 component width is accessed as a result of this command, the 204 less than 64-bit is accessed as a result of this command, the 211 ename:VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag must: not be accessed by 218 ename:VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag must: not be accessed
|
/third_party/jerryscript/tests/jerry/ |
D | array-prototype-reduce.js | 68 var accessed = false; variable 70 accessed = true; 76 assert (Array.prototype.reduce.call(obj, callbackfn, undefined) === true && accessed);
|
D | array-prototype-reduce-right.js | 75 var accessed = false; variable 77 accessed = true; 83 assert (Array.prototype.reduceRight.call(obj, callbackfn, undefined) === true && accessed);
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.synchronization.txt | 43 buffer within a single invocation. Data accessed by a single invocation is not 44 accessed by other invocations. Image accesses are synchronized using 49 buffer within a single work group. Data accessed by a single invocation is also 50 accessed by another invocation within the work group. Accesses are synchronized
|