/third_party/typescript/tests/baselines/reference/ |
D | enumConstantMembers.errors.txt | 1 …tantMembers.ts(32,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite … 2 …tantMembers.ts(33,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite … 3 …tantMembers.ts(34,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite … 4 …tantMembers.ts(35,9): error TS2478: 'const' enum member initializer was evaluated to disallowed va… 5 …tantMembers.ts(36,9): error TS2478: 'const' enum member initializer was evaluated to disallowed va… 6 …tantMembers.ts(37,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite … 7 …tantMembers.ts(38,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite … 44 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 47 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 50 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value. [all …]
|
D | collisionArgumentsClassConstructor.errors.txt | 2 …tsClassConstructor.ts(3,31): error TS1210: Code contained in a class is evaluated in JavaScript's … 3 …tsClassConstructor.ts(4,13): error TS1210: Code contained in a class is evaluated in JavaScript's … 4 …tsClassConstructor.ts(8,17): error TS1210: Code contained in a class is evaluated in JavaScript's … 6 …tsClassConstructor.ts(9,13): error TS1210: Code contained in a class is evaluated in JavaScript's … 7 …sClassConstructor.ts(13,17): error TS1210: Code contained in a class is evaluated in JavaScript's … 8 …sClassConstructor.ts(14,13): error TS1210: Code contained in a class is evaluated in JavaScript's … 9 …sClassConstructor.ts(20,13): error TS1210: Code contained in a class is evaluated in JavaScript's … 10 …sClassConstructor.ts(25,13): error TS1210: Code contained in a class is evaluated in JavaScript's … 12 …sClassConstructor.ts(30,24): error TS1210: Code contained in a class is evaluated in JavaScript's … 13 …sClassConstructor.ts(31,13): error TS1210: Code contained in a class is evaluated in JavaScript's … [all …]
|
D | collisionArgumentsClassMethod.errors.txt | 2 …gumentsClassMethod.ts(2,30): error TS1210: Code contained in a class is evaluated in JavaScript's … 3 …gumentsClassMethod.ts(3,13): error TS1210: Code contained in a class is evaluated in JavaScript's … 4 …gumentsClassMethod.ts(5,17): error TS1210: Code contained in a class is evaluated in JavaScript's … 6 …gumentsClassMethod.ts(6,13): error TS1210: Code contained in a class is evaluated in JavaScript's … 7 …gumentsClassMethod.ts(8,23): error TS1210: Code contained in a class is evaluated in JavaScript's … 8 …gumentsClassMethod.ts(9,13): error TS1210: Code contained in a class is evaluated in JavaScript's … 9 …umentsClassMethod.ts(11,29): error TS1210: Code contained in a class is evaluated in JavaScript's … 10 …umentsClassMethod.ts(12,29): error TS1210: Code contained in a class is evaluated in JavaScript's … 12 …umentsClassMethod.ts(13,26): error TS1210: Code contained in a class is evaluated in JavaScript's … 13 …umentsClassMethod.ts(14,13): error TS1210: Code contained in a class is evaluated in JavaScript's … [all …]
|
D | parseClassDeclarationInStrictModeByDefaultInES6.errors.txt | 1 …ModeByDefaultInES6.ts(4,16): error TS1210: Code contained in a class is evaluated in JavaScript's … 2 …ModeByDefaultInES6.ts(5,17): error TS1210: Code contained in a class is evaluated in JavaScript's … 3 …tModeByDefaultInES6.ts(6,9): error TS1210: Code contained in a class is evaluated in JavaScript's … 13 !!! error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does not… 16 !!! error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does not… 19 !!! error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does not…
|
D | constructorParameterShadowsOuterScopes.types | 2 // Initializer expressions for instance member variables are evaluated in the scope of the class co… 14 b = x; // error, evaluated in scope of constructor, cannot reference x 35 b = y; // error, evaluated in scope of constructor, cannot reference y
|
D | constructorParameterShadowsOuterScopes.symbols | 2 // Initializer expressions for instance member variables are evaluated in the scope of the class co… 13 b = x; // error, evaluated in scope of constructor, cannot reference x 30 b = y; // error, evaluated in scope of constructor, cannot reference y
|
D | constEnumErrors.errors.txt | 14 …tEnumErrors.ts(41,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite … 15 …tEnumErrors.ts(42,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite … 16 …tEnumErrors.ts(43,9): error TS2478: 'const' enum member initializer was evaluated to disallowed va… 88 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 91 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 94 !!! error TS2478: 'const' enum member initializer was evaluated to disallowed value 'NaN'.
|
D | constructorParameterShadowsOuterScopes.errors.txt | 7 …// Initializer expressions for instance member variables are evaluated in the scope of the class c… 14 b = x; // error, evaluated in scope of constructor, cannot reference x 26 b = y; // error, evaluated in scope of constructor, cannot reference y
|
D | emitArrowFunctionWhenUsingArguments12_ES6.errors.txt | 1 …singArguments12_ES6.ts(2,7): error TS1210: Code contained in a class is evaluated in JavaScript's … 8 !!! error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does not…
|
D | argumentsReferenceInConstructor4_Js.errors.txt | 1 /a.js(18,9): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which… 24 !!! error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does not…
|
D | argumentsReferenceInMethod4_Js.errors.txt | 1 /a.js(16,9): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which… 22 !!! error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does not…
|
D | constructorParameterShadowsOuterScopes2.errors.txt | 6 // expressions for property declarations are evaluated in the scope of 10 // initialisers of property declarations are evaluated in the scope of
|
D | constructorParameterShadowsOuterScopes2.types | 3 // expressions for property declarations are evaluated in the scope of 7 // initialisers of property declarations are evaluated in the scope of
|
D | classStaticBlock6.errors.txt | 1 …/classStaticBlock6.ts(8,13): error TS1210: Code contained in a class is evaluated in JavaScript's … 2 …/classStaticBlock6.ts(9,13): error TS1210: Code contained in a class is evaluated in JavaScript's … 28 !!! error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does not… 31 !!! error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does not…
|
D | emitArrowFunctionWhenUsingArguments12.errors.txt | 1 …henUsingArguments12.ts(2,7): error TS1210: Code contained in a class is evaluated in JavaScript's … 9 !!! error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does not…
|
D | plainJSBinderErrors.errors.txt | 11 …ainJSBinderErrors.js(22,15): error TS1210: Code contained in a class is evaluated in JavaScript's … 12 …ainJSBinderErrors.js(23,15): error TS1210: Code contained in a class is evaluated in JavaScript's … 66 !!! error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does not… 69 !!! error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does not…
|
D | constructorParameterShadowsOuterScopes2.symbols | 3 // expressions for property declarations are evaluated in the scope of 7 // initialisers of property declarations are evaluated in the scope of
|
/third_party/libabigail/autoconf-archive/ |
D | ax_check_python_modules.m4 | 29 # evaluated. Otherwise the shell variable HAVE_PYMOD_MODNAME is set 30 # to 'no' and ACTION-IF-NOT-FOUND is evaluated. 83 # of the test stops and ACTION-IF-NOT-FOUND is evaluated. 84 # Otherwise, if all modules are found, ACTION-IF-FOUND is evaluated.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_shader_explicit_vertex_parameter.txt | 135 | gl_BaryCoordNoPerspAMD | Linear interpolation evaluated at the pixel's center | 136 | gl_BaryCoordNoPerspCentroidAMD | Linear interpolation evaluated at the centroid | 137 | gl_BaryCoordNoPerspSampleAMD | Linear interpolation evaluated at each covered sample | 138 | gl_BaryCoordSmoothAMD | Perspective interpolation evaluated at the pixel's center | 139 | gl_BaryCoordSmoothCentroidAMD | Perspective interpolation evaluated at the centroid | 140 | gl_BaryCoordSmoothSampleAMD | Perspective interpolation evaluated at each covered sample|
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_shader_explicit_vertex_parameter.txt | 135 | gl_BaryCoordNoPerspAMD | Linear interpolation evaluated at the pixel's center | 136 | gl_BaryCoordNoPerspCentroidAMD | Linear interpolation evaluated at the centroid | 137 | gl_BaryCoordNoPerspSampleAMD | Linear interpolation evaluated at each covered sample | 138 | gl_BaryCoordSmoothAMD | Perspective interpolation evaluated at the pixel's center | 139 | gl_BaryCoordSmoothCentroidAMD | Perspective interpolation evaluated at the centroid | 140 | gl_BaryCoordSmoothSampleAMD | Perspective interpolation evaluated at each covered sample|
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_standard_derivatives.txt | 134 2. The method may assume that the function evaluated is continuous. 146 4. Functions should be evaluated within the interior of a primitive 149 5. Functions for dFdx should be evaluated while holding y constant. 150 Functions for dFdy should be evaluated while holding x constant. 177 being evaluated in parallel on a SIMD array so that at any given point in
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_shader_framebuffer_fetch_rate.txt | 126 causes the shader to be evaluated per-sample, since the 133 to be evaluated per-sample, since the framebuffer potentially 159 will cause the shader to be evaluated per-sample. This language feature 182 shader to be evaluated per-sample." 185 of this variable in a fragment shader causes the entire shader to be evaluated 195 shader to be evaluated per-sample." 198 this variable in a fragment shader causes the entire shader to be evaluated
|
/third_party/openGLES/extensions/OES/ |
D | OES_standard_derivatives.txt | 144 2. The method may assume that the function evaluated is continuous. 156 4. Functions should be evaluated within the interior of a primitive 159 5. Functions for dFdx should be evaluated while holding y constant. 160 Functions for dFdy should be evaluated while holding x constant. 187 being evaluated in parallel on a SIMD array so that at any given point in
|
/third_party/openssl/doc/man3/ |
D | SSL_rstate_string.pod | 39 The header of the record is being evaluated. 43 The body of the record is being evaluated.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sample_shading.txt | 55 evaluated once and then distributed to the samples that have been 126 other associated data are evaluated for each sample, each set of values 127 are evaluated at the sample location. 139 causes the entire shader to be evaluated per-sample. When rendering to a 151 causes the entire shader to be evaluated per-sample. When rendering to a 167 original primitive. If the fragment shader is being evaluated at 272 causes the entire shader to be evaluated per-sample. 279 causes the entire shader to be evaluated per-sample.
|