/third_party/mbedtls/tests/suites/ |
D | test_suite_hmac_drbg.no_reseed.data | 1 HMAC_DRBG NIST CAVS 14.3 No Reseed (SHA-1,128+64,0,0) #0 5 HMAC_DRBG NIST CAVS 14.3 No Reseed (SHA-1,128+64,0,0) #1 9 HMAC_DRBG NIST CAVS 14.3 No Reseed (SHA-1,128+64,0,0) #2 13 HMAC_DRBG NIST CAVS 14.3 No Reseed (SHA-1,128+64,0,0) #3 17 HMAC_DRBG NIST CAVS 14.3 No Reseed (SHA-1,128+64,0,0) #4 21 HMAC_DRBG NIST CAVS 14.3 No Reseed (SHA-1,128+64,0,0) #5 25 HMAC_DRBG NIST CAVS 14.3 No Reseed (SHA-1,128+64,0,0) #6 29 HMAC_DRBG NIST CAVS 14.3 No Reseed (SHA-1,128+64,0,0) #7 33 HMAC_DRBG NIST CAVS 14.3 No Reseed (SHA-1,128+64,0,0) #8 37 HMAC_DRBG NIST CAVS 14.3 No Reseed (SHA-1,128+64,0,0) #9 [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | enumLiteralTypes3.types | 2 const enum Choice { Unknown, Yes, No }; 6 >No : Choice.No 12 type YesNo = Choice.Yes | Choice.No; 13 >YesNo : Choice.Yes | Choice.No 17 type NoYes = Choice.No | Choice.Yes; 18 >NoYes : Choice.Yes | Choice.No 22 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 102 >c = c : Choice.Yes | Choice.No 104 >c : Choice.Yes | Choice.No 161 a = Choice.No; [all …]
|
D | stringEnumLiteralTypes3.types | 2 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; 8 >No : Choice.No 15 type YesNo = Choice.Yes | Choice.No; 16 >YesNo : Choice.Yes | Choice.No 20 type NoYes = Choice.No | Choice.Yes; 21 >NoYes : Choice.Yes | Choice.No 25 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 105 >c = c : Choice.Yes | Choice.No 107 >c : Choice.Yes | Choice.No 164 a = Choice.No; [all …]
|
D | stringEnumLiteralTypes2.types | 2 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; 8 >No : Choice.No 11 type YesNo = Choice.Yes | Choice.No; 12 >YesNo : Choice.Yes | Choice.No 16 type NoYes = Choice.No | Choice.Yes; 17 >NoYes : Choice.Yes | Choice.No 21 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 36 var a: Choice.Yes | Choice.No; 41 var a: Choice.No | Choice.Yes; 64 >c = b : Choice.Yes | Choice.No [all …]
|
D | stringEnumLiteralTypes1.types | 2 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; 8 >No : Choice.No 11 type YesNo = Choice.Yes | Choice.No; 12 >YesNo : Choice.Yes | Choice.No 16 type NoYes = Choice.No | Choice.Yes; 17 >NoYes : Choice.Yes | Choice.No 21 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 36 var a: Choice.Yes | Choice.No; 41 var a: Choice.No | Choice.Yes; 64 >c = b : Choice.Yes | Choice.No [all …]
|
D | enumLiteralTypes1.types | 2 const enum Choice { Unknown, Yes, No }; 6 >No : Choice.No 8 type YesNo = Choice.Yes | Choice.No; 9 >YesNo : Choice.Yes | Choice.No 13 type NoYes = Choice.No | Choice.Yes; 14 >NoYes : Choice.Yes | Choice.No 18 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 33 var a: Choice.Yes | Choice.No; 38 var a: Choice.No | Choice.Yes; 61 >c = b : Choice.Yes | Choice.No [all …]
|
D | enumLiteralTypes2.types | 2 const enum Choice { Unknown, Yes, No }; 6 >No : Choice.No 8 type YesNo = Choice.Yes | Choice.No; 9 >YesNo : Choice.Yes | Choice.No 13 type NoYes = Choice.No | Choice.Yes; 14 >NoYes : Choice.Yes | Choice.No 18 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 33 var a: Choice.Yes | Choice.No; 38 var a: Choice.No | Choice.Yes; 61 >c = b : Choice.Yes | Choice.No [all …]
|
D | privacyTypeParametersOfInterface.types | 41 myMethod(val: T): T; // No Error 45 myMethod0(): publicClassT<T>; // No error 62 myMethod(val: T): T; // No Error 66 myMethod0(): publicClassT<T>; // No error 69 myMethod1(): privateClassT<privateClass>; // No error 72 myMethod2(): privateClassT<publicClass>; // No error 75 myMethod3(): publicClassT<privateClass>; //No error 83 myMethod(val: T): T; // No Error 87 myMethod0(): publicClassT<T>; // No error 90 myMethod1(): privateClassT<privateClass>; // No error [all …]
|
D | propertiesAndIndexersForNumericNames.symbols | 36 public " 1": string = "leading space"; // No error 39 public "1 ": string = "trailing space"; // No error 42 public "": string = "no nothing"; // No error 45 public " ": string = "just space"; // No error 48 public "1 0 1": string = "several numbers and spaces"; // No error 51 public "hunter2": string = "not a password"; // No error 54 public "+Infinity": string = "A gillion"; // No error 57 public "+NaN": string = "not a positive number"; // No error 60 public "-NaN": string = "not a negative number"; // No error 67 public "+1": string = "positive number (for the paranoid)"; // No error [all …]
|
D | propertiesAndIndexersForNumericNames.types | 44 public " 1": string = "leading space"; // No error 48 public "1 ": string = "trailing space"; // No error 52 public "": string = "no nothing"; // No error 56 public " ": string = "just space"; // No error 60 public "1 0 1": string = "several numbers and spaces"; // No error 64 public "hunter2": string = "not a password"; // No error 68 public "+Infinity": string = "A gillion"; // No error 72 public "+NaN": string = "not a positive number"; // No error 76 public "-NaN": string = "not a negative number"; // No error 84 public "+1": string = "positive number (for the paranoid)"; // No error [all …]
|
D | enumLiteralTypes3.symbols | 2 const enum Choice { Unknown, Yes, No }; 6 >No : Symbol(Choice.No, Decl(enumLiteralTypes3.ts, 0, 33)) 13 type YesNo = Choice.Yes | Choice.No; 18 >No : Symbol(Choice.No, Decl(enumLiteralTypes3.ts, 0, 33)) 20 type NoYes = Choice.No | Choice.Yes; 23 >No : Symbol(Choice.No, Decl(enumLiteralTypes3.ts, 0, 33)) 27 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 34 >No : Symbol(Choice.No, Decl(enumLiteralTypes3.ts, 0, 33)) 171 a = Choice.No; 173 >Choice.No : Symbol(Choice.No, Decl(enumLiteralTypes3.ts, 0, 33)) [all …]
|
D | stringEnumLiteralTypes3.symbols | 2 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; 6 >No : Symbol(Choice.No, Decl(stringEnumLiteralTypes3.ts, 0, 46)) 13 type YesNo = Choice.Yes | Choice.No; 18 >No : Symbol(Choice.No, Decl(stringEnumLiteralTypes3.ts, 0, 46)) 20 type NoYes = Choice.No | Choice.Yes; 23 >No : Symbol(Choice.No, Decl(stringEnumLiteralTypes3.ts, 0, 46)) 27 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 34 >No : Symbol(Choice.No, Decl(stringEnumLiteralTypes3.ts, 0, 46)) 171 a = Choice.No; 173 >Choice.No : Symbol(Choice.No, Decl(stringEnumLiteralTypes3.ts, 0, 46)) [all …]
|
D | checkSuperCallBeforeThisAccessing4.types | 14 >(() => { this; // No error }) : () => void 15 >() => { this; // No error } : () => void 17 this; // No error 22 >() => { this; // No error } : () => void 24 this; // No error 29 >(() => { this; // No error })() : void 30 >(() => { this; // No error }) : () => void 31 >() => { this; // No error } : () => void 33 this; // No error
|
/third_party/pcre2/pcre2/testdata/ |
D | testoutputEBC | 36 No match 38 No match 56 No match 58 No match 60 No match 76 No match 78 No match 94 No match 96 No match 104 No match [all …]
|
D | testoutput6 | 28 No match 30 No match 83 No match 85 No match 94 No match 101 No match 103 No match 110 No match 112 No match 121 No match [all …]
|
D | testoutput1 | 20 No match 22 No match 101 No match 103 No match 105 No match 107 No match 109 No match 111 No match 122 No match 124 No match [all …]
|
D | testoutput26 | 30 No match 35 No match 62 No match 67 No match 94 No match 99 No match 126 No match 131 No match 158 No match 163 No match [all …]
|
D | testoutput14-16 | 14 No match 40 No match 42 No match 44 No match 46 No match 48 No match 50 No match 54 No match 56 No match 58 No match [all …]
|
D | testoutput22-32 | 53 No match 58 No match 62 No match 64 No match 71 No match 73 No match 90 No match 94 No match 98 No match 102 No match [all …]
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | stringEnumLiteralTypes3.ts | 1 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enumerator 4 type YesNo = Choice.Yes | Choice.No; 5 type NoYes = Choice.No | Choice.Yes; 6 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 39 a = Choice.No; 42 b = Choice.No; 45 c = Choice.No; 48 d = Choice.No; 54 a === Choice.No; 57 b === Choice.No; [all …]
|
D | enumLiteralTypes3.ts | 1 const enum Choice { Unknown, Yes, No }; enumerator 4 type YesNo = Choice.Yes | Choice.No; 5 type NoYes = Choice.No | Choice.Yes; 6 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 39 a = Choice.No; 42 b = Choice.No; 45 c = Choice.No; 48 d = Choice.No; 54 a === Choice.No; 57 b === Choice.No; [all …]
|
D | stringEnumLiteralTypes2.ts | 3 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enumerator 5 type YesNo = Choice.Yes | Choice.No; 6 type NoYes = Choice.No | Choice.Yes; 7 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 12 var a: Choice.Yes | Choice.No; 13 var a: Choice.No | Choice.Yes; 36 declare function g(x: Choice.No): boolean; 41 var z2 = g(Choice.No); 54 case Choice.No: return "false"; 61 case Choice.No: return "false"; [all …]
|
D | stringEnumLiteralTypes1.ts | 1 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enumerator 3 type YesNo = Choice.Yes | Choice.No; 4 type NoYes = Choice.No | Choice.Yes; 5 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 10 var a: Choice.Yes | Choice.No; 11 var a: Choice.No | Choice.Yes; 34 declare function g(x: Choice.No): boolean; 39 var z2 = g(Choice.No); 52 case Choice.No: return "false"; 59 case Choice.No: return "false"; [all …]
|
D | enumLiteralTypes2.ts | 3 const enum Choice { Unknown, Yes, No }; enumerator 5 type YesNo = Choice.Yes | Choice.No; 6 type NoYes = Choice.No | Choice.Yes; 7 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 12 var a: Choice.Yes | Choice.No; 13 var a: Choice.No | Choice.Yes; 50 declare function g(x: Choice.No): boolean; 55 var z2 = g(Choice.No); 68 case Choice.No: return "false"; 75 case Choice.No: return "false"; [all …]
|
D | enumLiteralTypes1.ts | 1 const enum Choice { Unknown, Yes, No }; enumerator 3 type YesNo = Choice.Yes | Choice.No; 4 type NoYes = Choice.No | Choice.Yes; 5 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No; 10 var a: Choice.Yes | Choice.No; 11 var a: Choice.No | Choice.Yes; 48 declare function g(x: Choice.No): boolean; 53 var z2 = g(Choice.No); 66 case Choice.No: return "false"; 73 case Choice.No: return "false"; [all …]
|