/third_party/rust/crates/rustix/src/net/ |
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 …]
|
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(feature = "ip_shared", since = "1.12.0"))] [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/node/deps/npm/node_modules/fast-json-stable-stringify/ |
D | README.md | 1 # fast-json-stable-stringify 3 …)` - a faster version of [@substack](https://github.com/substack)'s json-stable-strigify without [… 7 …vis-ci.org/epoberezkin/fast-json-stable-stringify.svg?branch=master)](https://travis-ci.org/epober… 8 …thub/epoberezkin/fast-json-stable-stringify/badge.svg?branch=master)](https://coveralls.io/github/… 13 var stringify = require('fast-json-stable-stringify'); 28 var stringify = require('fast-json-stable-stringify') 51 var stringify = require('fast-json-stable-stringify'); 69 var stringify = require('fast-json-stable-stringify'); 96 npm install fast-json-stable-stringify 109 fast-json-stable-stringify x 17,189 ops/sec ±1.43% (83 runs sampled) [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/openssl/crypto/asn1/ |
D | a_strnid.c | 15 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL; 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() 214 stable = NULL; in ASN1_STRING_TABLE_cleanup()
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | features_test.dart | 60 stable: stableSetting, 66 expect(feature.getSettingForChannel('stable'), stableSetting); 102 stable: FeatureChannelSetting(available: true), 107 'This setting will take effect on the master, dev, beta, and stable channels.'); 172 test('flutter web off by default on stable', () => testbed.run(() { 173 when(mockFlutterVerion.channel).thenReturn('stable'); 178 test('flutter web not enabled with config on stable', () => testbed.run(() { 179 when(mockFlutterVerion.channel).thenReturn('stable'); 185 test('flutter web not enabled with environment variable on stable', () => testbed.run(() { 186 when(mockFlutterVerion.channel).thenReturn('stable'); [all …]
|
D | channel_test.dart | 67 'origin/stable\n' 70 'upstream/stable\n'); 96 expect(rows, <String>['dev', 'beta', 'stable']); 147 <String>['git', 'show-ref', '--verify', '--quiet', 'refs/heads/stable'], 152 <String>['git', 'checkout', 'stable', '--'], 157 await runner.run(<String>['channel', 'stable']); 165 <String>['git', 'show-ref', '--verify', '--quiet', 'refs/heads/stable'], 170 <String>['git', 'checkout', 'stable', '--'],
|
/third_party/libwebsockets/READMEs/ |
D | README.release-policy.md | 10 The stable releases go on to a branch like v4.0-stable as described below, over 13 v4.0.0 but build into your planning that you will need to follow v4.0-stable in 16 And we only backport fixes to the last stable release, although we will make 57 to be working, it's copied out into a versioned stable branch, like `v4.0-stable`. 59 ![stable branches are copied from development](../doc-assets/lws-relpol-2.svg) 72 the development branch that was copied to form the last -stable branch. 74 In that case, the patch may be backported to the last stable branch to also fix 83 When new stable releases are made, the soname is bumped reflecting the API is 86 ![backports from main to stable](../doc-assets/lws-relpol-3.svg) 96 Periodically fix patches pile up on the -stable branch and are tagged out as [all …]
|
/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/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/ |
D | 0.wgsl.expected.hlsl | 3 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.wgsl:46:11 warning: code is… 7 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.wgsl:60:11 warning: code is… 11 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.wgsl:62:9 warning: code is … 15 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.wgsl:105:11 warning: code i… 19 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.wgsl:119:11 warning: code i… 23 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.wgsl:121:9 warning: code is… 27 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.wgsl:164:11 warning: code i… 31 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.wgsl:178:11 warning: code i… 35 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.wgsl:180:9 warning: code is… 39 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.wgsl:223:11 warning: code i… [all …]
|
D | 1.wgsl.expected.hlsl | 3 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/1.wgsl:61:15 warning: code is… 7 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/1.wgsl:99:11 warning: code is… 11 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/1.wgsl:171:17 warning: code i… 15 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/1.wgsl:209:13 warning: code i… 19 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/1.wgsl:268:15 warning: code i… 23 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/1.wgsl:306:11 warning: code i… 27 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/1.wgsl:359:15 warning: code i… 31 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/1.wgsl:397:11 warning: code i… 35 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/1.wgsl:450:15 warning: code i… 39 vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/1.wgsl:488:11 warning: code i… [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | animated_size.dart | 19 /// The next state is [stable]. 22 /// At this state the child's size is assumed to be stable and we are either 26 /// it remains [stable]. 27 stable, 30 /// [stable]. 34 /// * [stable] if the child's size stabilized immediately. This is a signal 49 /// is [stable]. 189 case RenderAnimatedSizeState.stable: 219 _state = RenderAnimatedSizeState.stable; 222 /// At this state we're assuming the child size is stable and letting the [all …]
|
/third_party/vk-gl-cts/android/cts/main/vk-master-2021-03-01/ |
D | graphicsfuzz.txt | 254 dEQP-VK.graphicsfuzz.spv-stable-bifurcation-Os-mutate-var-vector-shuffle 255 dEQP-VK.graphicsfuzz.spv-stable-collatz-O-mutate-composite-construct-extract 256 dEQP-VK.graphicsfuzz.spv-stable-colorgrid-modulo-O-move-block-down 257 dEQP-VK.graphicsfuzz.spv-stable-maze-flatten-copy-composite 258 dEQP-VK.graphicsfuzz.spv-stable-mergesort-O-prop-up-mutate-var 259 dEQP-VK.graphicsfuzz.spv-stable-mergesort-flatten-selection-dead-continues 260 dEQP-VK.graphicsfuzz.spv-stable-mergesort-func-inline-mutate-var 261 dEQP-VK.graphicsfuzz.spv-stable-orbit-O-mutate-variable 262 dEQP-VK.graphicsfuzz.spv-stable-orbit-Os-access-chain-mutate-pointer 263 dEQP-VK.graphicsfuzz.spv-stable-pillars-O-op-select-to-op-phi [all …]
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/ |
D | graphicsfuzz.txt | 435 dEQP-VK.graphicsfuzz.spv-stable-bifurcation-Os-mutate-var-vector-shuffle 436 dEQP-VK.graphicsfuzz.spv-stable-bubblesort-flag-complex-conditionals 437 dEQP-VK.graphicsfuzz.spv-stable-collatz-O-mutate-composite-construct-extract 438 dEQP-VK.graphicsfuzz.spv-stable-colorgrid-modulo-O-move-block-down 439 dEQP-VK.graphicsfuzz.spv-stable-maze-O-dead-code 440 dEQP-VK.graphicsfuzz.spv-stable-maze-O-memory-accesses 441 dEQP-VK.graphicsfuzz.spv-stable-maze-flatten-copy-composite 442 dEQP-VK.graphicsfuzz.spv-stable-mergesort-O-prop-up-mutate-var 443 dEQP-VK.graphicsfuzz.spv-stable-mergesort-dead-code 444 dEQP-VK.graphicsfuzz.spv-stable-mergesort-flatten-selection-dead-continues [all …]
|
/third_party/mesa3d/docs/ |
D | submittingpatches.rst | 103 ``Fixes:``, ``Cc: mesa-stable`` and/or other) to the commit messages. 123 The stable tag 126 If you want a commit to be applied to a stable branch, you should add an 137 Cc: mesa-stable 138 Cc: 20.0 <mesa-stable> 139 CC: 20.0 19.3 <mesa-stable> 141 Using the CC tag **should** include the stable branches you want to 143 to all active stable branches. 273 Nominating a commit for a stable branch 276 There are several ways to nominate a patch for inclusion in the stable [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceTableAccess.java | 43 ICUResourceBundle stable = table; in getTableString() local 45 stable = table.findWithFallback(subtableName); in getTableString() 47 if (stable != null) { in getTableString() 48 result = stable.findStringWithFallback(item); in getTableString()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUResourceTableAccess.java | 45 ICUResourceBundle stable = table; in getTableString() local 47 stable = table.findWithFallback(subtableName); in getTableString() 49 if (stable != null) { in getTableString() 50 result = stable.findStringWithFallback(item); in getTableString()
|
/third_party/vk-gl-cts/android/cts/master/vk-master/ |
D | graphicsfuzz.txt | 488 dEQP-VK.graphicsfuzz.spv-stable-bifurcation-Os-mutate-var-vector-shuffle 489 dEQP-VK.graphicsfuzz.spv-stable-bubblesort-flag-complex-conditionals 490 dEQP-VK.graphicsfuzz.spv-stable-collatz-O-mutate-composite-construct-extract 491 dEQP-VK.graphicsfuzz.spv-stable-colorgrid-modulo-O-move-block-down 492 dEQP-VK.graphicsfuzz.spv-stable-maze-O-dead-code 493 dEQP-VK.graphicsfuzz.spv-stable-maze-O-memory-accesses 494 dEQP-VK.graphicsfuzz.spv-stable-maze-flatten-copy-composite 495 dEQP-VK.graphicsfuzz.spv-stable-mergesort-O-prop-up-mutate-var 496 dEQP-VK.graphicsfuzz.spv-stable-mergesort-dead-code 497 dEQP-VK.graphicsfuzz.spv-stable-mergesort-flatten-selection-dead-continues [all …]
|
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/ |
D | graphicsfuzz.txt | 488 dEQP-VK.graphicsfuzz.spv-stable-bifurcation-Os-mutate-var-vector-shuffle 489 dEQP-VK.graphicsfuzz.spv-stable-bubblesort-flag-complex-conditionals 490 dEQP-VK.graphicsfuzz.spv-stable-collatz-O-mutate-composite-construct-extract 491 dEQP-VK.graphicsfuzz.spv-stable-colorgrid-modulo-O-move-block-down 492 dEQP-VK.graphicsfuzz.spv-stable-maze-O-dead-code 493 dEQP-VK.graphicsfuzz.spv-stable-maze-O-memory-accesses 494 dEQP-VK.graphicsfuzz.spv-stable-maze-flatten-copy-composite 495 dEQP-VK.graphicsfuzz.spv-stable-mergesort-O-prop-up-mutate-var 496 dEQP-VK.graphicsfuzz.spv-stable-mergesort-dead-code 497 dEQP-VK.graphicsfuzz.spv-stable-mergesort-flatten-selection-dead-continues [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
D | graphicsfuzz.txt | 488 dEQP-VK.graphicsfuzz.spv-stable-bifurcation-Os-mutate-var-vector-shuffle 489 dEQP-VK.graphicsfuzz.spv-stable-bubblesort-flag-complex-conditionals 490 dEQP-VK.graphicsfuzz.spv-stable-collatz-O-mutate-composite-construct-extract 491 dEQP-VK.graphicsfuzz.spv-stable-colorgrid-modulo-O-move-block-down 492 dEQP-VK.graphicsfuzz.spv-stable-maze-O-dead-code 493 dEQP-VK.graphicsfuzz.spv-stable-maze-O-memory-accesses 494 dEQP-VK.graphicsfuzz.spv-stable-maze-flatten-copy-composite 495 dEQP-VK.graphicsfuzz.spv-stable-mergesort-O-prop-up-mutate-var 496 dEQP-VK.graphicsfuzz.spv-stable-mergesort-dead-code 497 dEQP-VK.graphicsfuzz.spv-stable-mergesort-flatten-selection-dead-continues [all …]
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | animated_size_test.dart | 20 …testWidgets('animates forwards then backwards with stable-sized children', (WidgetTester tester) a… 171 verify(size: 100.0, state: RenderAnimatedSizeState.stable); 190 verify(state: RenderAnimatedSizeState.stable); 200 verify(size: 200.0, state: RenderAnimatedSizeState.stable); 217 verify(size: 200.0, state: RenderAnimatedSizeState.stable); 221 verify(size: 150.0, state: RenderAnimatedSizeState.stable); 223 verify(size: 100.0, state: RenderAnimatedSizeState.stable); 277 expect(box.state, RenderAnimatedSizeState.stable);
|
/third_party/node/ |
D | CHANGELOG.md | 877 ## 2012.06.29, Version 0.8.1 (stable) 881 ## 2012.06.25, Version 0.8.0 (stable) 941 ## 2012.06.06 Version 0.6.19 (stable) 945 ## 2012.05.15 Version 0.6.18 (stable) 949 ## 2012.05.04 Version 0.6.17 (stable) 953 ## 2012.04.30 Version 0.6.16 (stable) 957 ## 2012.04.09 Version 0.6.15 (stable) 961 ## 2012.03.22 Version 0.6.14 (stable) 965 ## 2012.03.15 Version 0.6.13 (stable) 969 ## 2012.03.02 Version 0.6.12 (stable) [all …]
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ci/ |
D | lvp-skips.txt | 10 dEQP-VK.graphicsfuzz.spv-stable-maze-flatten-copy-composite 11 dEQP-VK.graphicsfuzz.spv-stable-pillars-O-op-select-to-op-phi 12 dEQP-VK.graphicsfuzz.spv-stable-pillars-volatile-nontemporal-store
|
/third_party/ffmpeg/libavcodec/ |
D | g723_1.c | 1276 int i, j, temp, stable; in ff_g723_1_inverse_quant() local 1319 stable = 1; in ff_g723_1_inverse_quant() 1323 stable = 0; in ff_g723_1_inverse_quant() 1327 if (stable) in ff_g723_1_inverse_quant() 1330 if (!stable) in ff_g723_1_inverse_quant()
|