/third_party/typescript/tests/baselines/reference/ |
D | es6ImportDefaultBindingFollowedWithNamedImportDts.js | 7 export class a11 { } class 48 var a11 = /** @class */ (function () { function 49 function a11() { function
|
D | es6ImportNamedImportDts.js | 5 export class a11 { } class 58 var a11 = /** @class */ (function () { function 59 function a11() { function
|
D | invalidTaggedTemplateEscapeSequences(target=esnext).js | 22 const a11 = tag`${ 100 }\u{1f622}` // \u{1f622} constant 47 const a11 = tag `${100}\u{1f622}`; // \u{1f622} constant
|
D | invalidTaggedTemplateEscapeSequences(target=es5).js | 22 const a11 = tag`${ 100 }\u{1f622}` // \u{1f622} constant 55 var a11 = tag(__makeTemplateObject(["", "\uD83D\uDE22"], ["", "\\u{1f622}"]), 100); // \u{1f622} variable
|
D | invalidTaggedTemplateEscapeSequences(target=es2015).js | 22 const a11 = tag`${ 100 }\u{1f622}` // \u{1f622} constant 51 const a11 = tag `${100}\u{1f622}`; // \u{1f622} constant
|
D | excessivelyLargeTupleSpread.js | 36 const a11 = [...a10, ...a10] as const; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | transform_args.h | 96 a9, a10, a11) \ argument 101 a9, a10, a11, a12) \ argument 106 a9, a10, a11, a12, a13) \ argument 111 a9, a10, a11, a12, a13, a14) \ argument 116 a9, a10, a11, a12, a13, a14, a15) \ argument 121 a9, a10, a11, a12, a13, a14, a15, a16) \ argument 126 a9, a10, a11, a12, a13, a14, a15, a16, \ argument 132 a9, a10, a11, a12, a13, a14, a15, a16, \ argument 138 a9, a10, a11, a12, a13, a14, a15, a16, \ argument 145 a9, a10, a11, a12, a13, a14, a15, a16, \ argument [all …]
|
/third_party/skia/src/core/ |
D | SkMatrixInvert.cpp | 16 double a11 = inMatrix[3]; in SkInvert2x2Matrix() local 40 double a11 = inMatrix[4]; in SkInvert3x3Matrix() local 78 double a11 = inMatrix[5]; in SkInvert4x4Matrix() local
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
D | callSignatureAssignabilityInInheritance4.ts | 16 a11: <T>(x: { foo: T }, y: { foo: T; bar: T }) => Base; method 44 a11: <T, U>(x: { foo: T }, y: { foo: U; bar: U }) => Base; // ok method
|
D | constructSignatureAssignabilityInInheritance6.ts | 18 a11: new <T>(x: { foo: T }, y: { foo: T; bar: T }) => Base; property 45 a11: new <U>(x: { foo: T }, y: { foo: U; bar: U }) => Base; property
|
D | callSignatureAssignabilityInInheritance6.ts | 18 a11: <T>(x: { foo: T }, y: { foo: T; bar: T }) => Base; method 45 a11: <U>(x: { foo: T }, y: { foo: U; bar: U }) => Base; method
|
D | constructSignatureAssignabilityInInheritance4.ts | 16 a11: new <T>(x: { foo: T }, y: { foo: T; bar: T }) => Base; property 52 a11: new <T, U>(x: { foo: T }, y: { foo: U; bar: U }) => Base; // ok property
|
D | constructSignatureAssignabilityInInheritance5.ts | 21 a11: new (x: { foo: string }, y: { foo: string; bar: string }) => Base; property 44 a11: new <T extends Base>(x: T, y: T) => T; // ok property
|
D | callSignatureAssignabilityInInheritance5.ts | 21 a11: (x: { foo: string }, y: { foo: string; bar: string }) => Base; property 44 a11: <T extends Base>(x: T, y: T) => T; // ok method
|
D | constructSignatureAssignabilityInInheritance2.ts | 20 a11: new (x: { foo: string }, y: { foo: string; bar: string }) => Base; property 61 a11: new <T extends Base>(x: T, y: T) => T; // ok property
|
D | callSignatureAssignabilityInInheritance2.ts | 20 a11: (x: { foo: string }, y: { foo: string; bar: string }) => Base; property 61 a11: <T extends Base>(x: T, y: T) => T; // ok method
|
D | callSignatureAssignabilityInInheritance3.ts | 17 a11: (x: { foo: string }, y: { foo: string; bar: string }) => Base; property 69 …a11: <T extends Derived>(x: T, y: T) => T; // valid, even though x is a Base, parameter covariance… method
|
D | constructSignatureAssignabilityInInheritance3.ts | 17 a11: new (x: { foo: string }, y: { foo: string; bar: string }) => Base; property 59 …a11: new <T extends Derived>(x: T, y: T) => T; // valid, even though x is a Base, parameter covari… property
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | subtypingWithConstructSignatures6.ts | 18 a11: new <T>(x: { foo: T }, y: { foo: T; bar: T }) => Base; property 45 a11: new <U>(x: { foo: T }, y: { foo: U; bar: U }) => Base; property
|
D | subtypingWithConstructSignatures5.ts | 21 a11: new (x: { foo: string }, y: { foo: string; bar: string }) => Base; property 44 a11: new <T extends Base>(x: T, y: T) => T; // ok property
|
/third_party/typescript/tests/cases/compiler/ |
D | es6ImportDefaultBindingFollowedWithNamedImportDts.ts | 8 export class a11 { } class
|
D | declarationEmitDestructuringArrayPattern2.ts | 5 var [a11, b11, c11] = []; variable
|
/third_party/typescript/tests/cases/conformance/es2018/ |
D | invalidTaggedTemplateEscapeSequences.ts | 23 const a11 = tag`${ 100 }\u{1f622}` // \u{1f622} constant
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringParameterDeclaration3ES6.ts | 20 function a11([a, b, c, ...x]: number[]) { } function
|
D | destructuringParameterDeclaration3ES5iterable.ts | 21 function a11([a, b, c, ...x]: number[]) { } function
|