/third_party/rust/crates/rustix/src/net/ |
H A 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(featur [all...] |
H A 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"))] 239 #[cfg_attr(staged_api, stable(feature = "ip_shared", since = "1.12.0"))] 266 #[cfg_attr(staged_api, stable(feature = "ip_shared", since = "1.12.0"))] 322 #[cfg_attr(staged_api, stable(featur [all...] |
/third_party/rust/crates/rustix/src/io/fd/ |
H A 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(featur [all...] |
/third_party/rust/crates/rustix/src/io/ |
H A 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/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_strnid.c | 15 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL; 133 /* "stable" can be impacted by config, so load the config file first */ in ASN1_STRING_TABLE_get() 138 if (stable) { in ASN1_STRING_TABLE_get() 139 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd); in ASN1_STRING_TABLE_get() 141 return sk_ASN1_STRING_TABLE_value(stable, idx); in ASN1_STRING_TABLE_get() 156 if (stable == NULL) { in stable_get() 157 stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp); in stable_get() 158 if (stable == NULL) in stable_get() 168 if (!sk_ASN1_STRING_TABLE_push(stable, rv)) { in stable_get() 213 tmp = stable; in ASN1_STRING_TABLE_cleanup() [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | a_strnid.c | 15 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL; 132 /* "stable" can be impacted by config, so load the config file first */ in ASN1_STRING_TABLE_get() 136 if (stable) { in ASN1_STRING_TABLE_get() 137 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd); in ASN1_STRING_TABLE_get() 139 return sk_ASN1_STRING_TABLE_value(stable, idx); in ASN1_STRING_TABLE_get() 154 if (stable == NULL) { in stable_get() 155 stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp); in stable_get() 156 if (stable == NULL) in stable_get() 166 if (!sk_ASN1_STRING_TABLE_push(stable, rv)) { in stable_get() 211 tmp = stable; in ASN1_STRING_TABLE_cleanup() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceTableAccess.java | 43 ICUResourceBundle stable = table; in getTableString() 45 stable = table.findWithFallback(subtableName); in getTableString() 47 if (stable != null) { in getTableString() 48 result = stable.findStringWithFallback(item); in getTableString() 54 // if we get here, stable was null, or there was no string for the item in getTableString()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceTableAccess.java | 45 ICUResourceBundle stable = table; in getTableString() 47 stable = table.findWithFallback(subtableName); in getTableString() 49 if (stable != null) { in getTableString() 50 result = stable.findStringWithFallback(item); in getTableString() 56 // if we get here, stable was null, or there was no string for the item in getTableString()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 8201 // Note that this test does *not* constitute a stable guarantee that all these functions do not in test_stable_pointers() 9743 // stable. in test_sort_stability() 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")] 14062 /// of the [`Global`] type when it and the [`Allocator`] trait become stable. 14083 #[stable(feature = "global_alloc", since = "1.28.0")] 14096 /// of the [`Global`] type when it and the [`Allocator`] trait become stable. 14101 #[stable(featur [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | g723_1.c | 1277 int i, j, temp, stable; in ff_g723_1_inverse_quant() local 1320 stable = 1; in ff_g723_1_inverse_quant() 1324 stable = 0; in ff_g723_1_inverse_quant() 1328 if (stable) in ff_g723_1_inverse_quant() 1331 if (!stable) in ff_g723_1_inverse_quant()
|
/third_party/python/Doc/ |
H A D | Makefile | 28 autobuild-dev autobuild-stable venv 241 # for stable releases: only build if not in pre-release stage (alpha, beta) 242 # release candidate downloads are okay, since the stable tree can be in that stage 243 autobuild-stable: 250 autobuild-stable-html:
|
/third_party/rust/crates/clap/tests/ |
H A D | derive_ui.rs | 9 #[rustversion::attr(any(not(stable), before(1.64), since(1.65)), ignore)] // MSRV
|
/third_party/node/tools/dep_updaters/ |
H A D | update-googletest.sh | 37 # recent commit is stable enough to be pulled in. 71 for f in $( (cd deps/googletest/ && find include src -type f \( -iname '*.h' -o -iname '*.cc' \) ) | LANG=C LC_ALL=C sort --stable ); do
|
/third_party/mesa3d/.gitlab-ci/container/debian/ |
H A D | x86_test-vk.sh | 74 apt install -y --no-remove --install-recommends winehq-stable
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.c | 175 static nghttp3_qpack_static_header stable[] = { variable 1601 hdr = &stable[ent->absidx]; in nghttp3_qpack_lookup_stable() 2100 assert(nghttp3_arraylen(stable) > absidx); in nghttp3_qpack_encoder_dtable_static_add() 2102 shd = &stable[absidx]; in nghttp3_qpack_encoder_dtable_static_add() 2735 return rstate->absidx < nghttp3_arraylen(stable) ? 0 in qpack_decoder_validate_index() 3115 shd = &stable[decoder->rstate.absidx]; in nghttp3_qpack_decoder_dtable_static_add() 3884 const nghttp3_qpack_static_header *shd = &stable[sctx->rstate.absidx]; in qpack_decoder_emit_static_indexed() 3923 const nghttp3_qpack_static_header *shd = &stable[sctx->rstate.absidx]; in qpack_decoder_emit_static_indexed_name()
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_proto.h | 524 uint32_t stable; member
|
/third_party/mesa3d/.gitlab-ci/common/ |
H A D | intel-gpu-freq.sh | 4 # It can be used for debugging performance problems or trying to obtain a stable 576 problems or trying to obtain a stable frequency while benchmarking.
|
/third_party/mesa3d/bin/pick/ |
H A D | core.py | 50 IS_CC = re.compile(r'^\s*cc:\s*["\']?([0-9]{2}\.[0-9])?["\']?\s*["\']?([0-9]{2}\.[0-9])?["\']?\s*\<?mesa-stable',
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 433 * @stable ICU 3.8 586 * @stable ICU 3.8 613 * @stable ICU 3.8 622 * @stable ICU 3.8 629 * @stable ICU 3.8 647 * @stable ICU 3.8 661 * @stable ICU 3.8 675 * @stable ICU 3.8 684 * @stable ICU 3.8 693 * @stable IC [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ubidi.cpp | 803 UBool stable; in bracketProcessClosing() local 807 stable=true; /* assume stable until proved otherwise */ in bracketProcessClosing() 809 /* The stable flag is set when brackets are paired and their in bracketProcessClosing() 832 /* it is stable if there is no containing pair or in in bracketProcessClosing() 834 stable=(openIdx==pLastIsoRun->start); in bracketProcessClosing() 848 if(stable) { in bracketProcessClosing()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Bidi.java | 2134 boolean stable; in bracketProcessClosing() 2138 stable = true; /* assume stable until proved otherwise */ in bracketProcessClosing() 2140 /* The stable flag is set when brackets are paired and their in bracketProcessClosing() 2163 /* it is stable if there is no preceding text or in in bracketProcessClosing() 2165 stable = (openIdx == pLastIsoRun.start); in bracketProcessClosing() 2179 if (stable) { in bracketProcessClosing()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidi.cpp | 803 UBool stable; in bracketProcessClosing() local 807 stable=true; /* assume stable until proved otherwise */ in bracketProcessClosing() 809 /* The stable flag is set when brackets are paired and their in bracketProcessClosing() 832 /* it is stable if there is no containing pair or in in bracketProcessClosing() 834 stable=(openIdx==pLastIsoRun->start); in bracketProcessClosing() 848 if(stable) { in bracketProcessClosing()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidi.cpp | 803 UBool stable; in bracketProcessClosing() local 807 stable=TRUE; /* assume stable until proved otherwise */ in bracketProcessClosing() 809 /* The stable flag is set when brackets are paired and their in bracketProcessClosing() 832 /* it is stable if there is no containing pair or in in bracketProcessClosing() 834 stable=(openIdx==pLastIsoRun->start); in bracketProcessClosing() 848 if(stable) { in bracketProcessClosing()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 310 bool stable = true; in FastAssign() local 331 if (stable) { in FastAssign() 352 stable = from->map() == *map; in FastAssign() 377 if (stable) { in FastAssign() 378 stable = from->map() == *map; in FastAssign() 2120 bool stable = *map == object->map(); in FastGetOwnValuesOrEntries() local 2121 if (stable) { in FastGetOwnValuesOrEntries() 2133 if (stable) { in FastGetOwnValuesOrEntries() 2155 stable = object->map() == *map; in FastGetOwnValuesOrEntries()
|
/third_party/rust/crates/regex/src/ |
H A D | compile.rs | 1214 // TODO Use `std::convert::TryFrom` once it's stable. in fmt()
|