| /third_party/typescript/tests/baselines/reference/ |
| D | parserSyntaxWalker.generated.types | 3 No type information for this code.// export class File { 4 No type information for this code.// constructor(filename: string); 5 No type information for this code.// public ReadAllText(): string; 6 No type information for this code.// } 7 No type information for this code.// export interface IFile { 8 No type information for this code.// [index: number]: string; 9 No type information for this code.// } 10 No type information for this code.//} 11 No type information for this code. 12 No type information for this code.//import fs = module("fs"); [all …]
|
| D | parserSyntaxWalker.generated.symbols | 3 No type information for this code.// export class File { 4 No type information for this code.// constructor(filename: string); 5 No type information for this code.// public ReadAllText(): string; 6 No type information for this code.// } 7 No type information for this code.// export interface IFile { 8 No type information for this code.// [index: number]: string; 9 No type information for this code.// } 10 No type information for this code.//} 11 No type information for this code. 12 No type information for this code.//import fs = module("fs"); [all …]
|
| D | for-inStatements.symbols | 1 === tests/cases/conformance/statements/for-inStatements/for-inStatements.ts === 3 >aString : Symbol(aString, Decl(for-inStatements.ts, 0, 3)) 5 for (aString in {}) { } 6 >aString : Symbol(aString, Decl(for-inStatements.ts, 0, 3)) 9 >anAny : Symbol(anAny, Decl(for-inStatements.ts, 3, 3)) 11 for (anAny in {}) { } 12 >anAny : Symbol(anAny, Decl(for-inStatements.ts, 3, 3)) 14 for (var x in {}) { } 15 …x, Decl(for-inStatements.ts, 6, 8), Decl(for-inStatements.ts, 7, 8), Decl(for-inStatements.ts, 8, … 17 for (var x in []) { } [all …]
|
| D | for-inStatementsInvalid.symbols | 1 === tests/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts === 3 >aNumber : Symbol(aNumber, Decl(for-inStatementsInvalid.ts, 0, 3)) 5 for (aNumber in {}) { } 6 >aNumber : Symbol(aNumber, Decl(for-inStatementsInvalid.ts, 0, 3)) 9 >aBoolean : Symbol(aBoolean, Decl(for-inStatementsInvalid.ts, 3, 3)) 11 for (aBoolean in {}) { } 12 >aBoolean : Symbol(aBoolean, Decl(for-inStatementsInvalid.ts, 3, 3)) 15 >aRegExp : Symbol(aRegExp, Decl(for-inStatementsInvalid.ts, 6, 3)) 18 for (aRegExp in {}) { } 19 >aRegExp : Symbol(aRegExp, Decl(for-inStatementsInvalid.ts, 6, 3)) [all …]
|
| D | parser.numericSeparators.decmialNegative.symbols | 3 No type information for this code. 4 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato… 6 No type information for this code. 7 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato… 9 No type information for this code. 10 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato… 12 No type information for this code. 13 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato… 15 No type information for this code. 16 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato… [all …]
|
| D | parser.numericSeparators.unicodeEscape.symbols | 3 No type information for this code. 4 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato… 6 No type information for this code. 7 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato… 9 No type information for this code. 10 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato… 12 No type information for this code. 13 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato… 15 No type information for this code. 16 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato… [all …]
|
| D | for-inStatementsInvalid.errors.txt | 1 …/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(2,6): error TS2405: The … 2 …/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(5,6): error TS2405: The … 3 …/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(8,6): error TS2405: The … 4 …cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(10,10): error TS2404: The… 5 …cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(13,15): error TS2407: The… 6 …cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(17,15): error TS2407: The… 7 …cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(18,15): error TS2407: The… 8 …cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(19,15): error TS2407: The… 9 …cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(20,15): error TS2407: The… 10 …cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(22,15): error TS2407: The… [all …]
|
| D | for-inStatementsArray.symbols | 1 === tests/cases/conformance/statements/for-inStatements/for-inStatementsArray.ts === 3 >a : Symbol(a, Decl(for-inStatementsArray.ts, 0, 3)) 7 >b : Symbol(b, Decl(for-inStatementsArray.ts, 1, 3)) 9 for (let x in a) { 10 >x : Symbol(x, Decl(for-inStatementsArray.ts, 3, 8)) 11 >a : Symbol(a, Decl(for-inStatementsArray.ts, 0, 3)) 14 >a1 : Symbol(a1, Decl(for-inStatementsArray.ts, 4, 7)) 15 >a : Symbol(a, Decl(for-inStatementsArray.ts, 0, 3)) 16 >x : Symbol(x, Decl(for-inStatementsArray.ts, 3, 8)) 19 >a2 : Symbol(a2, Decl(for-inStatementsArray.ts, 5, 7)) [all …]
|
| D | for-inStatements.js | 1 //// [for-inStatements.ts] 3 for (aString in {}) { } 6 for (anAny in {}) { } 8 for (var x in {}) { } 9 for (var x in []) { } 10 for (var x in [1, 2, 3, 4, 5]) { } 13 for (var x in fn()) { } 15 for (var x in /[a-z]/) { } 16 for (var x in new Date()) { } 20 for (var x in c || d) { } [all …]
|
| D | forStatementsMultipleValidDecl.js | 4 for (var x: number; ;) { } 5 for (var x = 2; ;) { } 7 for (var x = <number>undefined; ;) { } 10 for (var x = 'this is a string'; ;) { } 14 for (var p: Point; ;) { } 15 for (var p = { x: 1, y: 2 }; ;) { } 16 for (var p: Point = { x: 0, y: undefined }; ;) { } 17 for (var p = { x: 1, y: <number>undefined }; ;) { } 18 for (var p: { x: number; y: number; } = { x: 1, y: 2 }; ;) { } 19 for (var p = <{ x: number; y: number; }>{ x: 0, y: undefined }; ;) { } [all …]
|
| D | for-inStatementsInvalid.js | 1 //// [for-inStatementsInvalid.ts] 3 for (aNumber in {}) { } 6 for (aBoolean in {}) { } 9 for (aRegExp in {}) { } 11 for (var idx : number in {}) { } 14 for (var x in fn()) { } 18 for (var x in c || d) { } 19 for (var x in e ? c : d) { } 20 for (var x in 42 ? c : d) { } 21 for (var x in '' ? c : d) { } [all …]
|
| D | for-inStatements.errors.txt | 1 tests/cases/conformance/statements/for-inStatements/for-inStatements.ts(33,18): error TS2403: Subse… 2 tests/cases/conformance/statements/for-inStatements/for-inStatements.ts(50,18): error TS2403: Subse… 3 …ts/cases/conformance/statements/for-inStatements/for-inStatements.ts(79,15): error TS2407: The rig… 6 ==== tests/cases/conformance/statements/for-inStatements/for-inStatements.ts (3 errors) ==== 8 for (aString in {}) { } 11 for (anAny in {}) { } 13 for (var x in {}) { } 14 for (var x in []) { } 15 for (var x in [1, 2, 3, 4, 5]) { } 18 for (var x in fn()) { } [all …]
|
| D | doNotEmitDetachedCommentsAtStartOfLambdaFunction.symbols | 3 No type information for this code. // Single line comment 4 No type information for this code. 5 No type information for this code. return 0; 6 No type information for this code.} 7 No type information for this code. 8 No type information for this code.() => { 9 No type information for this code. /* 10 No type information for this code. multi-line comment 11 No type information for this code. */ 12 No type information for this code. [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-aat-layout.h | 8 * software and its documentation for any purpose, provided that the 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 20 * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS 81 …* The possible feature types defined for AAT shaping, from Apple [Font Feature Registry](https://d… 136 …* @HB_AAT_LAYOUT_FEATURE_SELECTOR_ALL_TYPE_FEATURES_ON: for #HB_AAT_LAYOUT_FEATURE_TYPE_ALL_TYPOGR… 137 …* @HB_AAT_LAYOUT_FEATURE_SELECTOR_ALL_TYPE_FEATURES_OFF: for #HB_AAT_LAYOUT_FEATURE_TYPE_ALL_TYPOG… 138 * @HB_AAT_LAYOUT_FEATURE_SELECTOR_REQUIRED_LIGATURES_ON: for #HB_AAT_LAYOUT_FEATURE_TYPE_LIGATURES 139 * @HB_AAT_LAYOUT_FEATURE_SELECTOR_REQUIRED_LIGATURES_OFF: for #HB_AAT_LAYOUT_FEATURE_TYPE_LIGATURES 140 * @HB_AAT_LAYOUT_FEATURE_SELECTOR_COMMON_LIGATURES_ON: for #HB_AAT_LAYOUT_FEATURE_TYPE_LIGATURES 141 * @HB_AAT_LAYOUT_FEATURE_SELECTOR_COMMON_LIGATURES_OFF: for #HB_AAT_LAYOUT_FEATURE_TYPE_LIGATURES [all …]
|
| /third_party/harfbuzz/src/ |
| D | hb-aat-layout.h | 8 * software and its documentation for any purpose, provided that the 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 20 * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS 81 …* The possible feature types defined for AAT shaping, from Apple [Font Feature Registry](https://d… 136 …* @HB_AAT_LAYOUT_FEATURE_SELECTOR_ALL_TYPE_FEATURES_ON: for #HB_AAT_LAYOUT_FEATURE_TYPE_ALL_TYPOGR… 137 …* @HB_AAT_LAYOUT_FEATURE_SELECTOR_ALL_TYPE_FEATURES_OFF: for #HB_AAT_LAYOUT_FEATURE_TYPE_ALL_TYPOG… 138 * @HB_AAT_LAYOUT_FEATURE_SELECTOR_REQUIRED_LIGATURES_ON: for #HB_AAT_LAYOUT_FEATURE_TYPE_LIGATURES 139 * @HB_AAT_LAYOUT_FEATURE_SELECTOR_REQUIRED_LIGATURES_OFF: for #HB_AAT_LAYOUT_FEATURE_TYPE_LIGATURES 140 * @HB_AAT_LAYOUT_FEATURE_SELECTOR_COMMON_LIGATURES_ON: for #HB_AAT_LAYOUT_FEATURE_TYPE_LIGATURES 141 * @HB_AAT_LAYOUT_FEATURE_SELECTOR_COMMON_LIGATURES_OFF: for #HB_AAT_LAYOUT_FEATURE_TYPE_LIGATURES [all …]
|
| /third_party/boost/libs/multiprecision/performance/ |
| D | sf_performance-msvc-10.log | 8 Time for mpfr_float_50 = 6.47208 seconds 9 Total allocations for mpfr_float_50 = 2684348 10 Time for mpf_float_50 = 11.6627 seconds 11 Total allocations for mpf_float_50 = 2601366 12 Time for cpp_float_50 = 20.2855 seconds 13 Total allocations for cpp_float_50 = 0 14 Time for mpfr_class (50 digits) = 6.48063 seconds 15 Total allocations for mpfr_class (50 digits) = 3946031 16 Time for mpreal (50 digits) = 9.98151 seconds 17 Total allocations for mpreal (50 digits) = 13223017 [all …]
|
| D | sf_performance.log | 1 Allocation Counts for Horner Evaluation: 2 Allocation count for type mpfr_float_50 = 3 3 Allocation count for type mpfr_float_50 - no expression templates = 1 4 Allocation Counts for boost::math::tools::evaluate_polynomial: 5 Allocation count for type mpfr_float_50 = 13 6 Allocation count for type mpfr_float_50 - no expression templates = 9 7 Time for double = 0.000688113 seconds 8 Total allocations for double = 14 9 Time for real_concept = 0.00149196 seconds 10 Total allocations for real_concept = 0 [all …]
|
| /third_party/skia/third_party/externals/icu/source/data/zone/ |
| D | nn.txt | 75 ld{"sommartid for Amazonas"} 76 lg{"tidssone for Amazonas"} 77 ls{"normaltid for Amazonas"} 80 ld{"sommartid for sentrale Nord-Amerika"} 81 lg{"tidssone for sentrale Nord-Amerika"} 82 ls{"normaltid for sentrale Nord-Amerika"} 85 ld{"sommartid for den nordamerikansk austkysten"} 86 lg{"tidssone for den nordamerikanske austkysten"} 87 ls{"normaltid for den nordamerikanske austkysten"} 90 ld{"sommartid for Rocky Mountains (USA)"} [all …]
|
| /third_party/icu/icu4c/source/data/zone/ |
| D | nn.txt | 75 ld{"sommartid for Amazonas"} 76 lg{"tidssone for Amazonas"} 77 ls{"normaltid for Amazonas"} 80 ld{"sommartid for sentrale Nord-Amerika"} 81 lg{"tidssone for sentrale Nord-Amerika"} 82 ls{"normaltid for sentrale Nord-Amerika"} 85 ld{"sommartid for den nordamerikansk austkysten"} 86 lg{"tidssone for den nordamerikanske austkysten"} 87 ls{"normaltid for den nordamerikanske austkysten"} 90 ld{"sommartid for Rocky Mountains (USA)"} [all …]
|
| /third_party/python/Doc/library/ |
| D | token-list.inc | 18 Token value for ``"("``. 22 Token value for ``")"``. 26 Token value for ``"["``. 30 Token value for ``"]"``. 34 Token value for ``":"``. 38 Token value for ``","``. 42 Token value for ``";"``. 46 Token value for ``"+"``. 50 Token value for ``"-"``. 54 Token value for ``"*"``. [all …]
|
| /third_party/e2fsprogs/tests/f_ind_inode_collision/ |
| D | expect.1 | 12 Pass 1B: Rescanning for multiply-claimed blocks 16 …: 41 40Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed bl… 17 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 18 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 19 Illegal block number passed to ext2fs_test_block_bitmap #16877 for multiply claimed block map 20 Illegal block number passed to ext2fs_test_block_bitmap #4096 for multiply claimed block map 21 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 22 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 23 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 24 Illegal block number passed to ext2fs_test_block_bitmap #196608 for multiply claimed block map [all …]
|
| /third_party/libphonenumber/ |
| D | release_notes.txt | 3 - Updated phone metadata for region code(s): 6 - New geocoding data for country calling code(s): 8 - Updated carrier data for country calling code(s): 14 - Updated phone metadata for region code(s): 16 - Updated carrier data for country calling code(s): 22 - Updated phone metadata for region code(s): BJ, JM, PW, SA 23 - Updated short number metadata for region code(s): HU 24 - Updated carrier data for country calling code(s): 29 - Updated phone metadata for region code(s): BF, EE, JM, RE, SE, US 30 - New geocoding data for country calling code(s): 1464 (en) [all …]
|
| /third_party/boost/boost/proto/ |
| D | tags.hpp | 3 /// Contains the tags for all the overloadable operators in C++ 17 /// Tag type for terminals; aka, leaves in the expression tree. 20 /// Tag type for the unary + operator. 23 /// Tag type for the unary - operator. 26 /// Tag type for the unary * operator. 29 /// Tag type for the unary ~ operator. 32 /// Tag type for the unary & operator. 35 /// Tag type for the unary ! operator. 38 /// Tag type for the unary prefix ++ operator. 41 /// Tag type for the unary prefix -- operator. [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| D | ChangeLog | 1 ChangeLog for hostapd 9 - added support for the hash-to-element mechanism (sae_pwe=1 or 12 - added support for SAE-PK 20 * added support for using OpenSSL 3.0 21 * fixed various issues in experimental support for EAP-TEAP server 24 support cases with very large certificates) for the EAP server 25 * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol) 29 * dropped support for libnl 1.1 30 * added support for nl80211 control port for EAPOL frame TX/RX 32 compatibility for these groups while the default group 19 remains [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | ChangeLog | 1 ChangeLog for wpa_supplicant 14 (disabled by default for backwards compatibility; can be enabled 22 * added support for EAP-SIM/AKA using anonymous@realm identity 25 * added experimental support for EAP-TEAP peer (RFC 7170) 26 * added experimental support for EAP-TLS peer with TLS v1.3 27 * fixed a regression in WMM parameter configuration for a TDLS peer 34 - added support for SAE Password Identifier 65 - added support for release number 3 66 - enable PMF automatically for network profiles created from 70 * added support for RSN operating channel validation [all …]
|