Home
last modified time | relevance | path

Searched refs:referencing (Results 1 – 25 of 259) sorted by relevance

1234567891011

/third_party/typescript/tests/baselines/reference/
DqualifiedName_ImportDeclarations-entity-names-referencing-a-var.symbols1 === tests/cases/compiler/qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts ===
3 >Alpha : Symbol(Alpha, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 0, …
6 >x : Symbol(x, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 1, 14))
10 >Beta : Symbol(Beta, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 2, 1))
13 >p : Symbol(p, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 4, 13))
14 >Alpha : Symbol(Alpha, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 0, …
15 >x : Symbol(p, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 1, 14))
20 >x : Symbol(x, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 9, 3))
21 >Alpha.x : Symbol(Alpha.x, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts,…
22 >Alpha : Symbol(Alpha, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 0, …
[all …]
Des6ExportEqualsInterop.errors.txt14 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
15 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
16 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
21 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
23 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
25 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
27 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
29 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
31 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
121 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
[all …]
Des6ImportEqualsExportModuleCommonJsError.errors.txt1 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
11 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
DimportNonExportedMember5.errors.txt2 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
14 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
Des6ImportEqualsExportModuleEs2015Error.errors.txt2 …orts/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default exp…
14 …orts/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default exp…
DimportNonExportedMember9.errors.txt2 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
14 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
DimportNonExportedMember8.errors.txt2 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
14 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
DimportNonExportedMember4.errors.txt2 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
14 …CMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default exp…
DimportNonExportedMember11.errors.txt3 …orts/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default exp…
17 …orts/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default exp…
DimportNonExportedMember7.errors.txt3 …orts/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default exp…
17 …orts/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default exp…
DimportNonExportedMember10.errors.txt3 …orts/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default exp…
17 …orts/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default exp…
DimportNonExportedMember6.errors.txt3 …orts/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default exp…
17 …orts/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default exp…
DgenericCallWithObjectTypeArgsAndConstraints5.types38 var r2 = foo(d, c); // the constraints are self-referencing, no downstream error
45 var r9 = foo(() => 1, () => { }); // the constraints are self-referencing, no downstream error
DgenericCallWithObjectTypeArgsAndConstraints5.symbols45 var r2 = foo(d, c); // the constraints are self-referencing, no downstream error
51 var r9 = foo(() => 1, () => { }); // the constraints are self-referencing, no downstream error
DgenericCallWithObjectTypeArgsAndConstraints5.errors.txt27 var r2 = foo(d, c); // the constraints are self-referencing, no downstream error
32 var r9 = foo(() => 1, () => { }); // the constraints are self-referencing, no downstream error
DfunctionImplementationErrors.errors.txt37 // Function signature with parameter initializer referencing in scope local variable
44 // Function signature with initializer referencing other parameter to the right
DqualifiedName_ImportDeclarations-entity-names-referencing-a-var.types1 === tests/cases/compiler/qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts ===
DinfiniteExpansionThroughInstantiation2.types5 interface AA<T extends AA<T>> // now an error due to referencing type parameter in constraint
DerrorForwardReferenceForwadingConstructor.types2 // Error forward referencing derived class with forwarding constructor
DrecursiveIdenticalAssignment.types7 interface B<T extends B<B<T>>> { // error, constraint referencing itself
DerrorForwardReferenceForwadingConstructor.errors.txt5 // Error forward referencing derived class with forwarding constructor
DfunctionImplementationErrors.types65 // Function signature with parameter initializer referencing in scope local variable
76 // Function signature with initializer referencing other parameter to the right
DrecursiveTypeInGenericConstraint.types9 class Foo<T extends G<T>> { // error, constraint referencing itself
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_EGL_image.txt118 zero size). As a result of this referencing operation, all of the pixel
163 {Reference}RenderbufferStorageOES. As a result of this referencing
211 as referencing 2D texture objects from cube map EGLImage sources
256 UNRESOLVED: One of the problems with allowing the referencing
267 as a result of referencing.
271 EGLImage source must not be affected by the referencing
275 a result of the referencing operation.
282 and referencing prior to use), making the image data undefined will
300 5. What should the entry point for referencing 2D textures be named?
330 specify only a single mipmap level-of-detail, the referencing
[all …]
/third_party/openGLES/extensions/OES/
DOES_EGL_image.txt128 zero size). As a result of this referencing operation, all of the pixel
173 {Reference}RenderbufferStorageOES. As a result of this referencing
221 as referencing 2D texture objects from cube map EGLImage sources
266 UNRESOLVED: One of the problems with allowing the referencing
277 as a result of referencing.
281 EGLImage source must not be affected by the referencing
285 a result of the referencing operation.
292 and referencing prior to use), making the image data undefined will
310 5. What should the entry point for referencing 2D textures be named?
340 specify only a single mipmap level-of-detail, the referencing
[all …]

1234567891011