/third_party/openssl/test/recipes/10-test_bn_data/ |
D | bnmul.txt | 8 # These test vectors satisfy A^2 = Square. 10 Title = Square tests. 13 Square = 4000000000000000800000000000000240000000000000000000000000000001fffffffffffffff80000000000… 17 Square = 40000000000000000000000080000001fffffffe000000004000000200000001fffffff8000000040000000000… 20 Square = c2fa18e1d110a4639781 23 Square = 4805f01d379f4ce8dc86ed269 26 Square = 57def107babc1c2bffeff858947e69 29 Square = f3b01f7941961b3f5cc3361e3ac82423690 32 Square = 5e2d9c36d498ad1e8b6113f442ac513eaca74601 35 Square = 7b7c2eb3fe55615e422b41c6f725341527626398cdee4 [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | staticVisibility2.symbols | 2 class Square { 3 >Square : Symbol(Square, Decl(staticVisibility2.ts, 0, 0)) 6 >sideLength : Symbol(Square.sideLength, Decl(staticVisibility2.ts, 0, 14)) 12 >this : Symbol(Square, Decl(staticVisibility2.ts, 0, 0))
|
D | discriminatedUnionErrorMessage.symbols | 2 type Square = { kind: "sq", size: number } 3 >Square : Symbol(Square, Decl(discriminatedUnionErrorMessage.ts, 0, 0)) 21 | Square 22 >Square : Symbol(Square, Decl(discriminatedUnionErrorMessage.ts, 0, 0))
|
D | partiallyDiscriminantedUnions.js | 31 class Square { kind: "square"; } class 34 type Shape = Circle | Square; 58 var Square = /** @class */ (function () { 59 function Square() { class in Square 61 return Square;
|
D | staticVisibility2.errors.txt | 2 …: Property 'sideLength' does not exist on type 'Square'. Did you mean to access the static member … 6 class Square { 13 …: Property 'sideLength' does not exist on type 'Square'. Did you mean to access the static member …
|
D | jsdocImplements_interface_multiple.symbols | 19 class Square { 20 >Square : Symbol(Square, Decl(a.js, 0, 0)) 23 >draw : Symbol(Square.draw, Decl(a.js, 4, 14)) 28 >size : Symbol(Square.size, Decl(a.js, 7, 5))
|
D | staticVisibility2.js | 2 class Square { class 10 var Square = /** @class */ (function () { 11 function Square(sideLength) { class in Square 14 return Square;
|
D | discriminatedUnionTypes1.symbols | 2 interface Square { 3 >Square : Symbol(Square, Decl(discriminatedUnionTypes1.ts, 0, 0)) 6 >kind : Symbol(Square.kind, Decl(discriminatedUnionTypes1.ts, 0, 18)) 9 >size : Symbol(Square.size, Decl(discriminatedUnionTypes1.ts, 1, 19)) 35 type Shape = Square | Rectangle | Circle; 37 >Square : Symbol(Square, Decl(discriminatedUnionTypes1.ts, 0, 0)) 52 >s.size : Symbol(Square.size, Decl(discriminatedUnionTypes1.ts, 1, 19)) 54 >size : Symbol(Square.size, Decl(discriminatedUnionTypes1.ts, 1, 19)) 55 >s.size : Symbol(Square.size, Decl(discriminatedUnionTypes1.ts, 1, 19)) 57 >size : Symbol(Square.size, Decl(discriminatedUnionTypes1.ts, 1, 19)) [all …]
|
D | discriminatedUnionErrorMessage.types | 2 type Square = { kind: "sq", size: number } 3 >Square : Square 21 | Square
|
D | typeGuardNarrowsIndexedAccessOfKnownProperty.symbols | 2 interface Square { 3 >Square : Symbol(Square, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty.ts, 0, 0)) 6 >["dash-ok"] : Symbol(Square["dash-ok"], Decl(typeGuardNarrowsIndexedAccessOfKnownProperty.ts, 0, 1… 7 >"dash-ok" : Symbol(Square["dash-ok"], Decl(typeGuardNarrowsIndexedAccessOfKnownProperty.ts, 0, 18)) 10 >["square-size"] : Symbol(Square["square-size"], Decl(typeGuardNarrowsIndexedAccessOfKnownProperty.… 11 >"square-size" : Symbol(Square["square-size"], Decl(typeGuardNarrowsIndexedAccessOfKnownProperty.ts… 36 type Shape = Square | Rectangle | Circle; 38 >Square : Symbol(Square, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty.ts, 0, 0)) 72 >'square-size' : Symbol(Square["square-size"], Decl(typeGuardNarrowsIndexedAccessOfKnownProperty.ts… 74 >'square-size' : Symbol(Square["square-size"], Decl(typeGuardNarrowsIndexedAccessOfKnownProperty.ts… [all …]
|
D | discriminatedUnionErrorMessage.errors.txt | 2 Object literal may only specify known properties, and 'x' does not exist in type 'Square'. 6 type Square = { kind: "sq", size: number } 10 | Square 18 …S2322: Object literal may only specify known properties, and 'x' does not exist in type 'Square'.
|
D | partiallyDiscriminantedUnions.symbols | 64 class Square { kind: "square"; } 65 >Square : Symbol(Square, Decl(partiallyDiscriminantedUnions.ts, 25, 1)) 66 >kind : Symbol(Square.kind, Decl(partiallyDiscriminantedUnions.ts, 29, 14)) 72 type Shape = Circle | Square; 75 >Square : Symbol(Square, Decl(partiallyDiscriminantedUnions.ts, 25, 1))
|
D | staticVisibility2.types | 2 class Square { 3 >Square : Square
|
D | jsdocImplements_interface_multiple.types | 15 class Square { 16 >Square : Square
|
D | partiallyDiscriminantedUnions.types | 59 class Square { kind: "square"; } 60 >Square : Square 67 type Shape = Circle | Square;
|
D | discriminatedUnionTypes1.types | 2 interface Square { 29 type Shape = Square | Rectangle | Circle; 46 >s : Square 49 >s : Square 107 >s : Square 110 >s : Square 164 >s : Square 167 >s : Square 214 >s : Square 217 >s : Square
|
D | typeGuardNarrowsIndexedAccessOfKnownProperty.types | 2 interface Square { 30 type Shape = Square | Rectangle | Circle; 62 >s : Square 65 >s : Square 114 >s[0].sub.under.shape : Square 122 >shape : Square 125 >s[0].sub.under.shape : Square 133 >shape : Square
|
D | exhaustiveSwitchStatements1.symbols | 108 interface Square { kind: "square"; size: number; } 109 >Square : Symbol(Square, Decl(exhaustiveSwitchStatements1.ts, 50, 1)) 110 >kind : Symbol(Square.kind, Decl(exhaustiveSwitchStatements1.ts, 54, 18)) 111 >size : Symbol(Square.size, Decl(exhaustiveSwitchStatements1.ts, 54, 34)) 129 type Shape = Square | Rectangle | Circle | Triangle; 131 >Square : Symbol(Square, Decl(exhaustiveSwitchStatements1.ts, 50, 1)) 151 >s.size : Symbol(Square.size, Decl(exhaustiveSwitchStatements1.ts, 54, 34)) 153 >size : Symbol(Square.size, Decl(exhaustiveSwitchStatements1.ts, 54, 34)) 154 >s.size : Symbol(Square.size, Decl(exhaustiveSwitchStatements1.ts, 54, 34)) 156 >size : Symbol(Square.size, Decl(exhaustiveSwitchStatements1.ts, 54, 34)) [all …]
|
D | jsdocImplements_interface_multiple.js | 15 class Square { class 40 declare class Square implements Drawable, Sizable {
|
D | discriminatedUnionErrorMessage.js | 2 type Square = { kind: "sq", size: number } 6 | Square
|
D | exhaustiveSwitchStatements1.js | 56 interface Square { kind: "square"; size: number; } 64 type Shape = Square | Rectangle | Circle | Triangle; 468 interface Square { 485 declare type Shape = Square | Rectangle | Circle | Triangle;
|
/third_party/typescript/tests/cases/compiler/ |
D | discriminatedUnionErrorMessage.ts | 1 type Square = { kind: "sq", size: number } alias 5 | Square
|
D | partiallyDiscriminantedUnions.ts | 30 class Square { kind: "square"; } class 33 type Shape = Circle | Square;
|
D | typeGuardNarrowsIndexedAccessOfKnownProperty.ts | 2 interface Square { interface 15 type Shape = Square | Rectangle | Circle;
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/class_expressions/ |
D | class_expressions_1.ts | 26 var Square = class { variable 33 var square = new Square(5, 10);
|