Searched refs:referencing (Results 1 – 25 of 259) sorted by relevance
1234567891011
/third_party/typescript/tests/baselines/reference/ |
D | qualifiedName_ImportDeclarations-entity-names-referencing-a-var.symbols | 1 === 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 …]
|
D | es6ExportEqualsInterop.errors.txt | 14 …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 …]
|
D | es6ImportEqualsExportModuleCommonJsError.errors.txt | 1 …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…
|
D | importNonExportedMember5.errors.txt | 2 …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…
|
D | es6ImportEqualsExportModuleEs2015Error.errors.txt | 2 …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…
|
D | importNonExportedMember9.errors.txt | 2 …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…
|
D | importNonExportedMember8.errors.txt | 2 …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…
|
D | importNonExportedMember4.errors.txt | 2 …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…
|
D | importNonExportedMember11.errors.txt | 3 …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…
|
D | importNonExportedMember7.errors.txt | 3 …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…
|
D | importNonExportedMember10.errors.txt | 3 …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…
|
D | importNonExportedMember6.errors.txt | 3 …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…
|
D | genericCallWithObjectTypeArgsAndConstraints5.types | 38 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
|
D | genericCallWithObjectTypeArgsAndConstraints5.symbols | 45 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
|
D | genericCallWithObjectTypeArgsAndConstraints5.errors.txt | 27 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
|
D | functionImplementationErrors.errors.txt | 37 // Function signature with parameter initializer referencing in scope local variable 44 // Function signature with initializer referencing other parameter to the right
|
D | qualifiedName_ImportDeclarations-entity-names-referencing-a-var.types | 1 === tests/cases/compiler/qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts ===
|
D | infiniteExpansionThroughInstantiation2.types | 5 interface AA<T extends AA<T>> // now an error due to referencing type parameter in constraint
|
D | errorForwardReferenceForwadingConstructor.types | 2 // Error forward referencing derived class with forwarding constructor
|
D | recursiveIdenticalAssignment.types | 7 interface B<T extends B<B<T>>> { // error, constraint referencing itself
|
D | errorForwardReferenceForwadingConstructor.errors.txt | 5 // Error forward referencing derived class with forwarding constructor
|
D | functionImplementationErrors.types | 65 // Function signature with parameter initializer referencing in scope local variable 76 // Function signature with initializer referencing other parameter to the right
|
D | recursiveTypeInGenericConstraint.types | 9 class Foo<T extends G<T>> { // error, constraint referencing itself
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_EGL_image.txt | 118 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/ |
D | OES_EGL_image.txt | 128 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