Home
last modified time | relevance | path

Searched refs:Stable (Results 1 – 25 of 84) sorted by relevance

1234

/external/rust/crates/rustversion/src/
Dbound.rs12 Stable(Release), enumerator
20 return release::parse(paren, iter).map(Bound::Stable); in parse()
37 Stable | Beta | Dev => false, in eq()
40 Bound::Stable(release) => { in eq()
52 Stable | Beta => Some(Ordering::Less), in partial_cmp()
56 Bound::Stable(release) => { in partial_cmp()
Dexpr.rs11 Stable, enumerator
28 Stable => rustc.channel == Channel::Stable, in eval()
32 Channel::Stable | Channel::Beta => false, in eval()
36 Channel::Stable | Channel::Beta | Channel::Dev => false, in eval()
41 rustc.channel == Channel::Stable in eval()
88 None => return Ok(Expr::Stable), in parse_stable()
Dversion.rs14 Stable, enumerator
/external/rust/crates/rustversion/tests/
Dtest_parse.rs11 channel: Stable, in test_parse()
19 channel: Stable, in test_parse()
27 channel: Stable, in test_parse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DAppendingTypeTableBuilder.cpp80 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in insertRecordBytes() local
81 memcpy(Stable, Record.data(), Record.size()); in insertRecordBytes()
82 Record = ArrayRef<uint8_t>(Stable, Record.size()); in insertRecordBytes()
DMergingTypeTableBuilder.cpp85 uint8_t *Stable = Alloc.Allocate<uint8_t>(Data.size()); in stabilize() local
86 memcpy(Stable, Data.data(), Data.size()); in stabilize()
87 return makeArrayRef(Stable, Data.size()); in stabilize()
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/
Dsort.pass.cpp24 static bool Stable; variable
143 return (x.value == y.value && !Stable) || (x.index == y.index); in Equal()
170 if (Stable) in operator ()()
175 if (Stable) in operator ()()
233 Stable = kind != 0; in main()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DAppendingTypeTableBuilder.cpp79 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in stabilize() local
80 memcpy(Stable, Record.data(), Record.size()); in stabilize()
81 return ArrayRef<uint8_t>(Stable, Record.size()); in stabilize()
DGlobalTypeTableBuilder.cpp89 uint8_t *Stable = Alloc.Allocate<uint8_t>(Data.size()); in stabilize() local
90 memcpy(Stable, Data.data(), Data.size()); in stabilize()
91 return makeArrayRef(Stable, Data.size()); in stabilize()
DMergingTypeTableBuilder.cpp85 uint8_t *Stable = Alloc.Allocate<uint8_t>(Data.size()); in stabilize() local
86 memcpy(Stable, Data.data(), Data.size()); in stabilize()
87 return makeArrayRef(Stable, Data.size()); in stabilize()
/external/rust/crates/rustversion/build/
Drustc.rs13 Stable, enumerator
47 None => Stable, in parse()
94 Channel::Stable => formatter.write_str("crate::version::Channel::Stable"), in fmt()
/external/python/cpython3/.github/
DCONTRIBUTING.rst9 + `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_
13 + `Stable buildbots <http://buildbot.python.org/3.7.stable/>`_
17 + `Stable buildbots <http://buildbot.python.org/3.6.stable/>`_
21 + `Stable buildbots <http://buildbot.python.org/2.7.stable/>`_
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DGlobalTypeTableBuilder.h78 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs() local
79 MutableArrayRef<uint8_t> Data(Stable, RecordSize); in insertRecordAs()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DGlobalTypeTableBuilder.h84 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs() local
85 MutableArrayRef<uint8_t> Data(Stable, RecordSize); in insertRecordAs()
/external/rust/crates/tinyvec/
Drustfmt.toml4 # Stable
DCHANGELOG.md34 Initial Stable Release.
/external/tensorflow/
DREADME.md128 **Linux AMD ROCm GPU** Stable Release | [![Build Stat…
130 **Linux s390x CPU** Stable Release | [![Build Stat…
132 **Linux ppc64le CPU** Stable Release | [![Build Stat…
134 **Linux ppc64le GPU** Stable Release | [![Build Stat…
136 **Linux aarch64 CPU** Stable Release (Linaro) | [![Build Stat…
138 **Linux aarch64 CPU** Stable Release (OpenLab) | [![Build Stat…
140 **Linux CPU with Intel oneAPI Deep Neural Network Library (oneDNN)** Stable Release | ![Build Statu…
147 **TensorFlow aarch64 Neoverse-N1 CPU** Stable (Linaro)<br> Debian | Static | Release [2.3](https://…
/external/parameter-framework/asio-1.10.6/
DREADME.parameter-framework7 'http://sourceforge.net/projects/asio/files/asio/1.10.6%20%28Stable%29/' and
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/
DCLASSIFIERS1 Development Status :: 5 - Production/Stable
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
DCLASSIFIERS1 Development Status :: 5 - Production/Stable
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/
Dpyproject.toml12 "Development Status :: 5 - Production/Stable",
/external/rust/crates/untrusted/
DREADME.md22 untrusted.rs is intended to be used with the latest version of Rust Stable.
87 current release of each Rust channel (Stable, Beta, Nightly). Since
/external/python/mock/
Dsetup.cfg10 Development Status :: 5 - Production/Stable
/external/rust/crates/rustversion/patches/
Dversion.diff17 + channel: version::Channel::Stable,
/external/python/cpython2/Lib/test/
Dtest_sort.py66 class Stable(object): class
119 s = [Stable(random.randrange(10), i) for i in xrange(n)]

1234