/third_party/rust/crates/rustix/src/net/ |
D | ip.rs | 36 #[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))] 40 #[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))] 41 V4(#[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))] Ipv4Addr), 43 #[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))] 44 V6(#[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))] Ipv6Addr), 79 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 161 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 237 rustc_const_stable(feature = "const_ip_50", since = "1.50.0") 239 #[cfg_attr(staged_api, stable(feature = "ip_shared", since = "1.12.0"))] 264 rustc_const_stable(feature = "const_ip_50", since = "1.50.0") [all …]
|
D | addr.rs | 39 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 42 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 43 V4(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] SocketAddrV4), 45 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 46 V6(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] SocketAddrV6), 75 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 108 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 130 #[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))] 154 #[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))] 177 #[cfg_attr(staged_api, stable(feature = "sockaddr_setters", since = "1.9.0"))] [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | conditionalEqualityOnLiteralObjects.errors.txt | 1 …lObjects.ts(4,5): error TS2839: This condition will always return 'false' since JavaScript compare… 2 …lObjects.ts(6,5): error TS2839: This condition will always return 'false' since JavaScript compare… 3 …lObjects.ts(8,5): error TS2839: This condition will always return 'false' since JavaScript compare… 4 …Objects.ts(10,5): error TS2839: This condition will always return 'false' since JavaScript compare… 5 …Objects.ts(12,5): error TS2839: This condition will always return 'false' since JavaScript compare… 6 …Objects.ts(14,5): error TS2839: This condition will always return 'false' since JavaScript compare… 7 …lObjects.ts(17,5): error TS2839: This condition will always return 'true' since JavaScript compare… 8 …lObjects.ts(19,5): error TS2839: This condition will always return 'true' since JavaScript compare… 9 …lObjects.ts(21,5): error TS2839: This condition will always return 'true' since JavaScript compare… 10 …lObjects.ts(23,5): error TS2839: This condition will always return 'true' since JavaScript compare… [all …]
|
D | uncalledFunctionChecksInConditional.errors.txt | 1 …Conditional.ts(5,5): error TS2774: This condition will always return true since this function is a… 2 …Conditional.ts(9,5): error TS2774: This condition will always return true since this function is a… 3 …onditional.ts(9,14): error TS2774: This condition will always return true since this function is a… 4 …onditional.ts(13,5): error TS2774: This condition will always return true since this function is a… 5 …nditional.ts(32,10): error TS2774: This condition will always return true since this function is a… 6 …onditional.ts(36,5): error TS2774: This condition will always return true since this function is a… 7 …nditional.ts(40,22): error TS2774: This condition will always return true since this function is a… 8 …nditional.ts(44,16): error TS2774: This condition will always return true since this function is a… 9 …nditional.ts(48,22): error TS2774: This condition will always return true since this function is a… 19 !!! error TS2774: This condition will always return true since this function is always defined. Did… [all …]
|
D | truthinessCallExpressionCoercion2.errors.txt | 1 …nCoercion2.ts(11,5): error TS2774: This condition will always return true since this function is a… 2 …Coercion2.ts(14,10): error TS2774: This condition will always return true since this function is a… 3 …Coercion2.ts(41,18): error TS2774: This condition will always return true since this function is a… 4 …nCoercion2.ts(44,9): error TS2774: This condition will always return true since this function is a… 5 …Coercion2.ts(48,11): error TS2774: This condition will always return true since this function is a… 6 …Coercion2.ts(65,46): error TS2774: This condition will always return true since this function is a… 7 …nCoercion2.ts(76,5): error TS2774: This condition will always return true since this function is a… 8 …Coercion2.ts(79,10): error TS2774: This condition will always return true since this function is a… 9 …nCoercion2.ts(99,5): error TS2774: This condition will always return true since this function is a… 10 …Coercion2.ts(109,9): error TS2774: This condition will always return true since this function is a… [all …]
|
D | functionsMissingReturnStatementsAndExpressions.types | 25 // Fine since we are typed void. 31 // Fine since we are typed void. 38 // Fine since we are typed void and return undefined 46 // Fine since we are typed void and return null 54 // Fine since are typed any. 61 // Fine since we are typed any and return undefined 69 // Fine since we are typed any and return null 77 // Fine since we consist of a single throw statement. 85 // Fine since we consist of a single throw statement. 93 // Fine since we consist of a single throw statement. [all …]
|
D | functionsMissingReturnStatementsAndExpressions.errors.txt | 25 // Fine since we are typed void. 29 // Fine since we are typed void. 34 // Fine since we are typed void and return undefined 39 // Fine since we are typed void and return null 44 // Fine since are typed any. 49 // Fine since we are typed any and return undefined 54 // Fine since we are typed any and return null 59 // Fine since we consist of a single throw statement. 64 // Fine since we consist of a single throw statement. 69 // Fine since we consist of a single throw statement. [all …]
|
D | truthinessCallExpressionCoercion.errors.txt | 1 …ionCoercion.ts(2,9): error TS2774: This condition will always return true since this function is a… 2 …onCoercion.ts(18,9): error TS2774: This condition will always return true since this function is a… 3 …onCoercion.ts(36,9): error TS2774: This condition will always return true since this function is a… 4 …onCoercion.ts(50,9): error TS2774: This condition will always return true since this function is a… 5 …nCoercion.ts(66,13): error TS2774: This condition will always return true since this function is a… 6 …onCoercion.ts(76,9): error TS2774: This condition will always return true since this function is a… 7 …onCoercion.ts(82,9): error TS2774: This condition will always return true since this function is a… 14 !!! error TS2774: This condition will always return true since this function is always defined. Did… 32 !!! error TS2774: This condition will always return true since this function is always defined. Did… 52 !!! error TS2774: This condition will always return true since this function is always defined. Did… [all …]
|
D | functionsMissingReturnStatementsAndExpressions.symbols | 24 // Fine since we are typed void. 30 // Fine since we are typed void. 37 // Fine since we are typed void and return undefined 45 // Fine since we are typed void and return null 52 // Fine since are typed any. 59 // Fine since we are typed any and return undefined 67 // Fine since we are typed any and return null 74 // Fine since we consist of a single throw statement. 82 // Fine since we consist of a single throw statement. 90 // Fine since we consist of a single throw statement. [all …]
|
D | truthinessPromiseCoercion.errors.txt | 1 …iseCoercion.ts(7,9): error TS2801: This condition will always return true since this 'Promise<numb… 2 …seCoercion.ts(11,5): error TS2801: This condition will always return true since this 'Promise<numb… 3 …seCoercion.ts(32,9): error TS2801: This condition will always return true since this 'Promise<unkn… 4 …seCoercion.ts(40,9): error TS2801: This condition will always return true since this 'Promise<bool… 5 …seCoercion.ts(43,9): error TS2801: This condition will always return true since this 'Promise<bool… 17 !!! error TS2801: This condition will always return true since this 'Promise<number>' is always def… 24 !!! error TS2801: This condition will always return true since this 'Promise<number>' is always def… 48 !!! error TS2801: This condition will always return true since this 'Promise<unknown>' is always de… 59 !!! error TS2801: This condition will always return true since this 'Promise<boolean>' is always de… 65 !!! error TS2801: This condition will always return true since this 'Promise<boolean>' is always de…
|
D | truthinessCallExpressionCoercion1.errors.txt | 1 …onCoercion1.ts(3,5): error TS2774: This condition will always return true since this function is a… 2 …nCoercion1.ts(19,5): error TS2774: This condition will always return true since this function is a… 3 …nCoercion1.ts(33,5): error TS2774: This condition will always return true since this function is a… 4 …nCoercion1.ts(46,5): error TS2774: This condition will always return true since this function is a… 5 …nCoercion1.ts(76,9): error TS2774: This condition will always return true since this function is a… 13 !!! error TS2774: This condition will always return true since this function is always defined. Did… 31 !!! error TS2774: This condition will always return true since this function is always defined. Did… 47 !!! error TS2774: This condition will always return true since this function is always defined. Did… 62 !!! error TS2774: This condition will always return true since this function is always defined. Did… 94 !!! error TS2774: This condition will always return true since this function is always defined. Did…
|
D | uncalledFunctionChecksInConditional2.errors.txt | 1 …nditional2.ts(20,5): error TS2774: This condition will always return true since this function is a… 2 …nditional2.ts(38,5): error TS2774: This condition will always return true since this function is a… 27 !!! error TS2774: This condition will always return true since this function is always defined. Did… 47 !!! error TS2774: This condition will always return true since this function is always defined. Did…
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | macros.h | 43 # define OSSL_DEPRECATED(since) \ argument 44 __declspec(deprecated("Since OpenSSL " # since)) 45 # define OSSL_DEPRECATED_FOR(since, message) \ argument 46 __declspec(deprecated("Since OpenSSL " # since ";" message)) 48 # define OSSL_DEPRECATED(since) __declspec(deprecated) argument 49 # define OSSL_DEPRECATED_FOR(since, message) __declspec(deprecated) argument 57 # define OSSL_DEPRECATED(since) \ argument 58 __attribute__((deprecated("Since OpenSSL " # since))) 59 # define OSSL_DEPRECATED_FOR(since, message) \ argument 60 __attribute__((deprecated("Since OpenSSL " # since ";" message))) [all …]
|
/third_party/openssl/include/openssl/ |
D | macros.h | 43 # define OSSL_DEPRECATED(since) \ argument 44 __declspec(deprecated("Since OpenSSL " # since)) 45 # define OSSL_DEPRECATED_FOR(since, message) \ argument 46 __declspec(deprecated("Since OpenSSL " # since ";" message)) 48 # define OSSL_DEPRECATED(since) __declspec(deprecated) argument 49 # define OSSL_DEPRECATED_FOR(since, message) __declspec(deprecated) argument 57 # define OSSL_DEPRECATED(since) \ argument 58 __attribute__((deprecated("Since OpenSSL " # since))) 59 # define OSSL_DEPRECATED_FOR(since, message) \ argument 60 __attribute__((deprecated("Since OpenSSL " # since ";" message))) [all …]
|
/third_party/rust/crates/rustix/src/io/fd/ |
D | raw.rs | 7 #![cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 13 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 21 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 50 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 56 #[cfg_attr(staged_api, stable(feature = "from_raw_os", since = "1.1.0"))] 93 #[cfg_attr(staged_api, stable(feature = "from_raw_os", since = "1.1.0"))] 99 #[cfg_attr(staged_api, stable(feature = "into_raw_os", since = "1.4.0"))] 126 #[cfg_attr(staged_api, stable(feature = "into_raw_os", since = "1.4.0"))] 132 stable(feature = "raw_fd_reflexive_traits", since = "1.48.0") 142 stable(feature = "raw_fd_reflexive_traits", since = "1.48.0") [all …]
|
/third_party/tzdata/ |
D | antarctica | 19 # Belgrano II, Confin Coast, -770227-0343737, since 1972-02-05 20 # Carlini, Potter Cove, King George Island, -6414-0602320, since 1982-01 21 # Esperanza, Hope Bay, -6323-05659, since 1952-12-17 22 # Marambio, -6414-05637, since 1969-10-29 23 # Orcadas, Laurie I, -6016-04444, since 1904-02-22 24 # San Martín, Barry I, -6808-06706, since 1951-03-21 36 # Casey, Bailey Peninsula, -6617+11032, since 1969 37 # Davis, Vestfold Hills, -6835+07759, since 1957-01-13 39 # Mawson, Holme Bay, -6736+06253, since 1954-02-13 127 # Princess Elisabeth, Queen Maud Land, -713412+0231200, since 2007 [all …]
|
/third_party/curl/docs/libcurl/ |
D | libcurl-symbols.md | 21 since that version no new code should be written to use the symbol as it is 87 Introduced in 7.12.1. Deprecated since 7.56.0. 90 Introduced in 7.9.8. Deprecated since 7.56.0. 93 Introduced in 7.9.8. Deprecated since 7.56.0. 96 Introduced in 7.9.8. Deprecated since 7.56.0. 99 Introduced in 7.9.8. Deprecated since 7.56.0. 102 Introduced in 7.9.8. Deprecated since 7.56.0. 105 Introduced in 7.9.8. Deprecated since 7.56.0. 108 Introduced in 7.9.8. Deprecated since 7.56.0. 486 Introduced in 7.10.6. Deprecated since 7.38.0. [all …]
|
/third_party/rust/crates/rustix/src/io/ |
D | seek_from.rs | 9 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 12 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 13 Start(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] u64), 20 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 21 End(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64), 28 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 29 Current(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64),
|
/third_party/rust/crates/libc/src/ |
D | fixed_width_ints.rs | 5 #[deprecated(since = "0.2.55", note = "Use i8 instead.")] 7 #[deprecated(since = "0.2.55", note = "Use i16 instead.")] 9 #[deprecated(since = "0.2.55", note = "Use i32 instead.")] 11 #[deprecated(since = "0.2.55", note = "Use i64 instead.")] 13 #[deprecated(since = "0.2.55", note = "Use u8 instead.")] 15 #[deprecated(since = "0.2.55", note = "Use u16 instead.")] 17 #[deprecated(since = "0.2.55", note = "Use u32 instead.")] 19 #[deprecated(since = "0.2.55", note = "Use u64 instead.")]
|
/third_party/lwip/ |
D | FEATURES | 6 …, ND, MLD, UDP, TCP, IGMP, ARP, PPPoS, PPPoE, 6LowPAN (via IEEE 802.15.4, BLE or ZEP; since v2.1.0) 7 …, stateless DHCPv6 (since v2.1.0), DNS client (incl. mDNS hostname resolver), AutoIP/APIPA (Zeroco… 10 … recovery/fast retransmit, sending SACKs (since v2.1.0), "altcp": nearly transparent TLS for any t… 11 …S) client (since v2.1.0), SNTP client, SMTP client (SMTPS via altcp), ping, NetBIOS nameserver, mD…
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 13915 #[stable(feature = "rust1", since = "1.0.0")] 13983 #[stable(feature = "rust1", since = "1.0.0")] 14003 #![stable(feature = "alloc_module", since = "1.28.0")] 14013 #[stable(feature = "alloc_module", since = "1.28.0")] 14083 #[stable(feature = "global_alloc", since = "1.28.0")] 14101 #[stable(feature = "global_alloc", since = "1.28.0")] 14119 #[stable(feature = "global_alloc", since = "1.28.0")] 14152 #[stable(feature = "global_alloc", since = "1.28.0")] 14360 #[stable(feature = "global_alloc", since = "1.28.0")] 14994 #![stable(feature = "rust1", since = "1.0.0")] [all …]
|
/third_party/rust/crates/io-lifetimes/src/ |
D | traits.rs | 68 since = "1.0.0", 92 since = "1.0.0", 116 since = "1.0.0", 143 since = "1.0.0", 189 since = "1.0.0", 222 since = "1.0.0",
|
/third_party/rust/crates/bindgen/releases/ |
D | friends.sh | 9 read -p "List friends since which commit/tag? " since 12 since=$1 15 git shortlog -s -n "$since.." \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMScheduleA9.td | 468 // Extra latency cycles since wbck is 2 cycles 477 // Extra latency cycles since wbck is 2 cycles 487 // Extra latency cycles since wbck is 4 cycles 496 // Extra latency cycles since wbck is 4 cycles 668 // Extra 1 latency cycle since wbck is 2 cycles 677 // Extra 1 latency cycle since wbck is 2 cycles 880 // Extra latency cycles since wbck is 7 cycles 908 // Extra latency cycles since wbck is 7 cycles 1279 // Extra latency cycles since wbck is 6 cycles 1288 // Extra latency cycles since wbck is 6 cycles [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MSA.txt | 18 It is not possible to emit bclri.b since andi.b covers exactly the 24 constant since shf.w covers exactly the same cases. shf.w is used 36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the 40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the 48 It is not possible to emit splati.w since shf.w covers the same cases. 53 copy_u.w. This is semantically equivalent since the general-purpose 66 It is (currently) not possible to emit bmz.v, or bsel.v since bmnz.v is
|