/external/rust/crates/rustversion/src/ |
D | bound.rs | 12 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()
|
D | expr.rs | 11 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()
|
D | version.rs | 14 Stable, enumerator
|
/external/rust/crates/rustversion/tests/ |
D | test_parse.rs | 11 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/ |
D | AppendingTypeTableBuilder.cpp | 80 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()
|
D | MergingTypeTableBuilder.cpp | 85 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/ |
D | sort.pass.cpp | 24 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/ |
D | AppendingTypeTableBuilder.cpp | 79 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()
|
D | GlobalTypeTableBuilder.cpp | 89 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()
|
D | MergingTypeTableBuilder.cpp | 85 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/ |
D | rustc.rs | 13 Stable, enumerator 47 None => Stable, in parse() 94 Channel::Stable => formatter.write_str("crate::version::Channel::Stable"), in fmt()
|
/external/python/cpython3/.github/ |
D | CONTRIBUTING.rst | 9 + `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/ |
D | GlobalTypeTableBuilder.h | 78 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/ |
D | GlobalTypeTableBuilder.h | 84 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs() local 85 MutableArrayRef<uint8_t> Data(Stable, RecordSize); in insertRecordAs()
|
/external/rust/crates/tinyvec/ |
D | rustfmt.toml | 4 # Stable
|
D | CHANGELOG.md | 34 Initial Stable Release.
|
/external/tensorflow/ |
D | README.md | 128 **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/ |
D | README.parameter-framework | 7 '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/ |
D | CLASSIFIERS | 1 Development Status :: 5 - Production/Stable
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/ |
D | CLASSIFIERS | 1 Development Status :: 5 - Production/Stable
|
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/ |
D | pyproject.toml | 12 "Development Status :: 5 - Production/Stable",
|
/external/rust/crates/untrusted/ |
D | README.md | 22 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/ |
D | setup.cfg | 10 Development Status :: 5 - Production/Stable
|
/external/rust/crates/rustversion/patches/ |
D | version.diff | 17 + channel: version::Channel::Stable,
|
/external/python/cpython2/Lib/test/ |
D | test_sort.py | 66 class Stable(object): class 119 s = [Stable(random.randrange(10), i) for i in xrange(n)]
|