/third_party/typescript/tests/baselines/reference/ |
D | mergedClassInterface.symbols | 26 interface C5 { 27 >C5 : Symbol(C5, Decl(file1.ts, 14, 12), Decl(file1.ts, 18, 1), Decl(file1.ts, 22, 1), Decl(file1.t… 30 >x1 : Symbol(C5.x1, Decl(file1.ts, 16, 14)) 33 declare class C5 { 34 >C5 : Symbol(C5, Decl(file1.ts, 14, 12), Decl(file1.ts, 18, 1), Decl(file1.ts, 22, 1), Decl(file1.t… 37 >x2 : Symbol(C5.x2, Decl(file1.ts, 20, 18)) 40 interface C5 { 41 >C5 : Symbol(C5, Decl(file1.ts, 14, 12), Decl(file1.ts, 18, 1), Decl(file1.ts, 22, 1), Decl(file1.t… 44 >x3 : Symbol(C5.x3, Decl(file1.ts, 24, 14)) 47 interface C5 { [all …]
|
D | jsdocImplements_class.types | 92 var C5; 93 >C5 : any 96 Ns.C5 = C5 || class { 97 >Ns.C5 = C5 || class { method() { return 15; }} : typeof C5 98 >Ns.C5 : typeof C5 100 >C5 : typeof C5 101 >C5 || class { method() { return 15; }} : typeof C5 102 >C5 : undefined 103 >class { method() { return 15; }} : typeof C5
|
D | mergedClassInterface.types | 22 interface C5 { 27 declare class C5 { 28 >C5 : C5 34 interface C5 { 39 interface C5 { 45 var c5 : C5; 46 >c5 : C5 50 >c5 : C5 55 >c5 : C5 60 >c5 : C5 [all …]
|
D | mergedClassInterface.js | 20 interface C5 { 24 declare class C5 { 28 interface C5 { 32 interface C5 { 37 var c5 : C5; 91 interface C5 { 94 declare class C5 { 97 interface C5 { 100 interface C5 { 103 declare var c5: C5;
|
D | jsdocImplements_class.symbols | 78 var C5; 79 >C5 : Symbol(C5, Decl(a.js, 44, 3)) 82 Ns.C5 = C5 || class { 83 >Ns.C5 : Symbol(Ns.C5, Decl(a.js, 44, 7)) 85 >C5 : Symbol(Ns.C5, Decl(a.js, 44, 7)) 86 >C5 : Symbol(C5, Decl(a.js, 44, 3)) 89 >method : Symbol(C5.method, Decl(a.js, 46, 21))
|
D | mixinAccessModifiers.types | 173 f(c4: C4, c5: C5, c6: C6) { 174 >f : (c4: C4, c5: C5, c6: C6) => void 176 >c5 : C5 186 >c5 : C5 202 C5.s; 203 >C5.s : string 204 >C5 : typeof C5 214 class C5 extends Mix(Protected, Public) { 215 >C5 : C5 221 f(c4: C4, c5: C5, c6: C6) { [all …]
|
D | mixinAccessModifiers.js | 71 f(c4: C4, c5: C5, c6: C6) { argument 78 C5.s; 83 class C5 extends Mix(Protected, Public) { class 84 f(c4: C4, c5: C5, c6: C6) { argument 91 C5.s; 97 f(c4: C4, c5: C5, c6: C6) { argument 104 C5.s; 257 C5.s; 262 var C5 = /** @class */ (function (_super) { 263 __extends(C5, _super); [all …]
|
D | extBaseClass2.js | 8 export class C5 extends B { 42 var C5 = /** @class */ (function (_super) { class 43 __extends(C5, _super); 44 function C5() { class in anonymousFunction67c9006d0900.C5 47 return C5; 49 M.C5 = C5;
|
D | getAndSetAsMemberNames.js | 17 class C5 { class 50 var C5 = /** @class */ (function () { 51 function C5() { class in C5 54 C5.prototype.get = function () { return true; }; 55 Object.defineProperty(C5.prototype, "t", { 60 return C5;
|
D | interfaceImplementation4.js | 9 class C5 implements I1 { class 17 var C5 = /** @class */ (function () { 18 function C5() { class in C5 20 C5.prototype.iFn = function () { }; 21 return C5;
|
D | mixingStaticAndInstanceOverloads.js | 26 class C5 { class 63 var C5 = /** @class */ (function () { 64 function C5() { class in C5 66 C5.prototype.foo5 = function (a) { }; 67 C5.foo5 = function (a) { }; 68 return C5;
|
D | interfaceImplementation4.symbols | 18 class C5 implements I1 { 19 >C5 : Symbol(C5, Decl(interfaceImplementation4.ts, 5, 1)) 23 >iNum : Symbol(C5.iNum, Decl(interfaceImplementation4.ts, 7, 24)) 26 >iAny : Symbol(C5.iAny, Decl(interfaceImplementation4.ts, 8, 23)) 29 >iFn : Symbol(C5.iFn, Decl(interfaceImplementation4.ts, 9, 20))
|
D | thisTypeInClasses.js | 34 class C5 { 70 var C5 = /** @class */ (function () { 71 function C5() { 73 C5.prototype.foo = function () { 85 C5.prototype.bar = function () { 89 return C5;
|
D | getAndSetAsMemberNames.symbols | 34 class C5 { 35 >C5 : Symbol(C5, Decl(getAndSetAsMemberNames.ts, 14, 1)) 38 >set : Symbol(C5.set, Decl(getAndSetAsMemberNames.ts, 15, 10)) 41 >get : Symbol(C5.get, Decl(getAndSetAsMemberNames.ts, 16, 61)) 44 >t : Symbol(C5.t, Decl(getAndSetAsMemberNames.ts, 17, 36))
|
D | jsdocImplements_class.js | 46 var C5; variable 48 Ns.C5 = C5 || class { 76 export const C5: { 99 declare var C5: any;
|
D | interfaceImplementation4.errors.txt | 1 tests/cases/compiler/interfaceImplementation4.ts(8,7): error TS2420: Class 'C5' incorrectly impleme… 2 Property 'iObj' is missing in type 'C5' but required in type 'I1'. 13 class C5 implements I1 { 15 !!! error TS2420: Class 'C5' incorrectly implements interface 'I1'. 16 !!! error TS2420: Property 'iObj' is missing in type 'C5' but required in type 'I1'.
|
D | mixingStaticAndInstanceOverloads.symbols | 66 class C5 { 67 >C5 : Symbol(C5, Decl(mixingStaticAndInstanceOverloads.ts, 23, 1)) 71 >foo5 : Symbol(C5.foo5, Decl(mixingStaticAndInstanceOverloads.ts, 24, 10), Decl(mixingStaticAndInst… 75 >foo5 : Symbol(C5.foo5, Decl(mixingStaticAndInstanceOverloads.ts, 24, 10), Decl(mixingStaticAndInst… 79 >foo5 : Symbol(C5.foo5, Decl(mixingStaticAndInstanceOverloads.ts, 24, 10), Decl(mixingStaticAndInst… 84 >foo5 : Symbol(C5.foo5, Decl(mixingStaticAndInstanceOverloads.ts, 28, 15), Decl(mixingStaticAndInst… 88 >foo5 : Symbol(C5.foo5, Decl(mixingStaticAndInstanceOverloads.ts, 28, 15), Decl(mixingStaticAndInst… 92 >foo5 : Symbol(C5.foo5, Decl(mixingStaticAndInstanceOverloads.ts, 28, 15), Decl(mixingStaticAndInst…
|
D | interfaceImplementation5.js | 23 class C5 implements I1 { class 76 var C5 = /** @class */ (function () { 77 function C5() { class in C5 79 Object.defineProperty(C5.prototype, "getset1", { 84 return C5;
|
D | emitter.asyncGenerators.classMethods.es2018.symbols | 42 === tests/cases/conformance/emitter/es2018/asyncGenerators/C5.ts === 43 class C5 { 44 >C5 : Symbol(C5, Decl(C5.ts, 0, 0)) 47 >f : Symbol(C5.f, Decl(C5.ts, 0, 10)) 50 >x : Symbol(x, Decl(C5.ts, 2, 13))
|
/third_party/ffmpeg/libavcodec/ |
D | sbcdsp_data.c | 145 #define C5 2.4270044280 macro 155 F(2.10371989E-03 * C5), F(3.49717454E-03 * C5), 163 F(8.85757540E-03 * C5), F(5.31873032E-02 * C5), 171 F(1.45389847E-01 * C5), -F(8.29847578E-02 * C5), 179 F(1.53184106E-02 * C5), -F(8.02941163E-03 * C5), 187 F(1.78371725E-03 * C5), -F(1.56575398E-04 * C5), 208 -F(1.0000000000 / C4), F(0.5555702330 / C5), 209 -F(1.0000000000 / C4), -F(0.9807852804 / C5), 210 -F(1.0000000000 / C4), F(0.1950903220 / C5), 211 -F(1.0000000000 / C4), F(0.8314696123 / C5), [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | fdct.c | 163 #define TABLE_SSE2 C4, C4, C1, C3, -C6, -C2, -C1, -C5, \ 164 C4, C4, C5, C7, C2, C6, C3, -C7, \ 165 -C4, C4, C7, C3, C6, -C2, C7, -C5, \ 166 C4, -C4, C5, -C1, C2, -C6, C3, -C1, 172 #define C5 12873 macro 181 #undef C5 188 #define C5 17855 macro 197 #undef C5 204 #define C5 16819 macro 213 #undef C5 [all …]
|
/third_party/node/deps/openssl/openssl/crypto/whrlpool/ |
D | wp_block.c | 187 # define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40) macro 205 # define C5(K,i) (Cx.q[5+8*K.c[(i)*8+5]]) macro 218 # define C5(K,i) (((u64_a1*)(Cx.c+3))[2*K.c[(i)*8+5]]) macro 523 C4(K, (i - 4) & 7) ^ C5(K, (i - 5) & 7) ^ in whirlpool_block() 530 C4(S, (i - 4) & 7) ^ C5(S, (i - 5) & 7) ^ in whirlpool_block() 568 C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r]; in whirlpool_block() 570 C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2); in whirlpool_block() 572 C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3); in whirlpool_block() 574 C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4); in whirlpool_block() 576 C4(K, 0) ^ C5(K, 7) ^ C6(K, 6) ^ C7(K, 5); in whirlpool_block() [all …]
|
/third_party/openssl/crypto/whrlpool/ |
D | wp_block.c | 187 # define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40) macro 205 # define C5(K,i) (Cx.q[5+8*K.c[(i)*8+5]]) macro 218 # define C5(K,i) (((u64_a1*)(Cx.c+3))[2*K.c[(i)*8+5]]) macro 523 C4(K, (i - 4) & 7) ^ C5(K, (i - 5) & 7) ^ in whirlpool_block() 530 C4(S, (i - 4) & 7) ^ C5(S, (i - 5) & 7) ^ in whirlpool_block() 568 C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r]; in whirlpool_block() 570 C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2); in whirlpool_block() 572 C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3); in whirlpool_block() 574 C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4); in whirlpool_block() 576 C4(K, 0) ^ C5(K, 7) ^ C6(K, 6) ^ C7(K, 5); in whirlpool_block() [all …]
|
/third_party/typescript/tests/cases/conformance/classes/classDeclarations/ |
D | mergedClassInterface.ts | 21 interface C5 { interface 25 declare class C5 { class 29 interface C5 { interface 33 interface C5 { interface 38 var c5 : C5;
|
/third_party/typescript/tests/cases/conformance/classes/ |
D | mixinAccessModifiers.ts | 72 f(c4: C4, c5: C5, c6: C6) { 79 C5.s; 84 class C5 extends Mix(Protected, Public) { class 85 f(c4: C4, c5: C5, c6: C6) { 92 C5.s; 98 f(c4: C4, c5: C5, c6: C6) { 105 C5.s;
|