/third_party/typescript/tests/baselines/reference/ |
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 | 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 | 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/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/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/libabigail/tests/data/test-diff-pkg/ |
D | graphviz-2.44.0-18.el9.aarch64-self-check-report-0.txt | 1 ==== SELF CHECK SUCCEEDED for 'liblab_gamut.so.1.0.0' ==== 2 ==== SELF CHECK SUCCEEDED for 'libgvplugin_neato_layout.so.6.0.0' ==== 3 ==== SELF CHECK SUCCEEDED for 'libgvc.so.6.0.0' ==== 4 ==== SELF CHECK SUCCEEDED for 'libgvpr.so.2.0.0' ==== 5 ==== SELF CHECK SUCCEEDED for 'gvmap' ==== 6 ==== SELF CHECK SUCCEEDED for 'lefty' ==== 7 ==== SELF CHECK SUCCEEDED for 'libgvplugin_dot_layout.so.6.0.0' ==== 8 ==== SELF CHECK SUCCEEDED for 'libgvplugin_core.so.6.0.0' ==== 9 ==== SELF CHECK SUCCEEDED for 'libcgraph.so.6.0.0' ==== 10 ==== SELF CHECK SUCCEEDED for 'edgepaint' ==== [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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ChangeLog | 1 ChangeLog for hostapd 16 * added support for regulatory WMM limitation (for ETSI) 17 * added support for MACsec Key Agreement using IEEE 802.1X/PSK 18 * added experimental support for EAP-TEAP server (RFC 7170) 19 * added experimental support for EAP-TLS server with TLS v1.3 20 * added support for two server certificates/keys (RSA/ECC) 22 determine with AKM was used for an association 29 - added support for SAE Password Identifier 57 - added support for release number 3 59 * added support for RSN operating channel validation [all …]
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 21 Best wishes for 2019 44 * update comment for struct-expression::cast_expression 46 * document that identifiers are now OK for address spaces 53 * add support for __has_attribute() & __has_builtin() 54 * many fixes for type evaluation/checking 55 * the build should be more friendly for distros 64 * add predefined macros for __INTMAX_TYPE__, __INT_MAX__, ... 69 * fixes for -dD 70 * add support for -dM 75 * add support for __has_attribute() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ChangeLog | 1 ChangeLog for wpa_supplicant 7 - added support for the hash-to-element mechanism (sae_pwe=1 or 11 - added support for SAE-PK 23 * added support for using OpenSSL 3.0 26 * fixed various issues in experimental support for EAP-TEAP peer 27 * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol) 29 * added support for SAE (WPA3-Personal) AP mode configuration 30 * added P2P support for EDMG (IEEE 802.11ay) channels 33 * dropped support for libnl 1.1 34 * added support for nl80211 control port for EAPOL frame TX/RX [all …]
|