/third_party/mindspore/mindspore/ccsrc/utils/ |
D | contract.h | 53 class Ensures : public EnsuresAccess<T, R> { 55 Ensures(T v, const Signatory &signatory) : value_(v) { in Ensures() function 63 Ensures(const Ensures<O, R> &other) : value_(other.get()) {} in Ensures() function 64 ~Ensures() = default; 78 auto ptr = static_cast<const Ensures<T, R> *>(this)->get(); 96 auto ptr = static_cast<const Ensures<T, R> *>(this)->get(); 102 using Expects = Ensures<T, R>; 104 using NotNull = Ensures<T, NotNullRule>; 105 #define ENSURE(_v, _rule) Ensures<decltype(_v), _rule>(_v, {{__FILE__, __LINE__, __FUNCTION__}, #_v…
|
/third_party/boost/libs/system/doc/system/ |
D | reference.adoc | 525 Ensures: :: `val_ == 0`; `*cat_ == system_category()`. 533 Ensures: :: `val_ == val`; `cat_ == &cat`. 542 Ensures: :: `*this == make_error_code( e )`. 553 Ensures: :: `val_ == val`; `cat_ == &cat`. 562 Ensures: :: `*this == make_error_code( e )`. 571 Ensures: :: 698 Ensures: :: `val_ == 0`; `*cat_ == generic_category()`. 706 Ensures: :: `val_ == val`; `cat_ == &cat`. 715 Ensures: :: `*this == make_error_condition( e )`. 727 Ensures: :: `val_ == val`; `cat_ == &cat`. [all …]
|
/third_party/node/deps/npm/node_modules/stringify-package/ |
D | README.md | 31 * Ensures consistent file indentation 35 * Ensures consistent newlines
|
/third_party/boost/libs/variant2/doc/variant2/ |
D | reference.adoc | 263 Ensures: :: `index() == 0`. 308 Ensures: :: `holds_alternative<Tj>(*this)`. 329 Ensures: :: `holds_alternative<U>(*this)`. 345 Ensures: :: `holds_alternative<U>(*this)`. 360 Ensures: :: `index() == I`. 375 Ensures: :: `index() == I`. 405 Ensures: :: `index() == r.index()`. 421 Ensures: :: `index() == r.index()`. 440 Ensures: :: `index() == j`. 495 Ensures: :: `index() == I`. [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/macos/ |
D | cocoapods.dart | 179 /// Ensures the given Xcode-based sub-project of a parent Flutter project 216 /// Ensures all `Flutter/Xxx.xcconfig` files for the given Xcode-based 234 /// Ensures that pod install is deemed needed on next check.
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | promise-function-async.md | 4 Ensures that each function is only capable of:
|
D | class-literal-property-style.md | 1 # Ensures that literals on classes are exposed in a consistent style (`class-literal-property-style…
|
/third_party/boost/libs/stl_interfaces/doc/ |
D | tutorial.qbk | 575 [ ['Ensures:] `u.empty()` ] 583 [ ['Ensures:] `u == a` ] 591 [ ['Ensures:] `u` is equal to the value `rv_c` had before this operation. ] 597 [ ['Ensures:] `u` is equal to the value `rv_c` had before this operation. ] 627 [ ['Ensures:] `r` == `a`. ] 741 [ ['Ensures:] `distance(u.begin(), u.end()) == n` ] 747 [ ['Ensures:] `distance(u.begin(), u.end()) == distance(i, j)` ]
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/ |
D | tiles_ctl.dart | 37 /// Ensures that tiles is running on the device.
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.dart | 507 /// Ensures json document database index specified by [path] json pointer to string data type. 517 /// Ensures json document database index specified by [path] json pointer to integer data type. 527 …/// Ensures json document database index specified by [path] json pointer to floating point data t…
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | browser_location.dart | 11 /// Ensures that [str] is prefixed with [leading]. If [str] is already prefixed,
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b4.rst | 73 Ensures that backtraces inclusing generator expressions show the correct
|
D | 3.7.0b5.rst | 534 Ensures module definition files for the stable ABI on Windows are correctly
|
D | 3.7.0b2.rst | 545 Ensures activate.bat can handle Unicode contents.
|
D | 3.6.6rc1.rst | 654 Ensures module definition files for the stable ABI on Windows are correctly
|
D | 3.6.5rc1.rst | 700 Ensures activate.bat can handle Unicode contents.
|
D | 3.6.0b1.rst | 1526 Ensures TargetDir is set before continuing with custom install.
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/services/ |
D | buffers.dart | 252 /// Ensures that [_buffer] is at least [requiredCapacity] long,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | BufferMtl.mm | 500 // Ensures no validation layer issues in std140 with data types like vec3 being 12 bytes vs 16
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | paginated_data_table.dart | 260 /// Ensures that the given row is visible.
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | automatic_keep_alive.dart | 364 /// Ensures that any [AutomaticKeepAlive] ancestors are in a good state, by
|
/third_party/typescript_eslint/packages/eslint-plugin/ |
D | README.md | 106 …le`](./docs/rules/class-literal-property-style.md) | Ensures that literals on …
|
/third_party/python/Doc/c-api/ |
D | module.rst | 309 Ensures a module definition is a properly initialized Python object that
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | server.pyx.pxi | 962 # Ensures the serving task (coroutine) exits.
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | semantics_tester.dart | 390 /// Ensures that the given widget tester has a semantics tree to test.
|