Home
last modified time | relevance | path

Searched refs:Asserts (Results 1 – 25 of 46) sorted by relevance

12

/third_party/cJSON/tests/unity/docs/
DUnityAssertionsReference.md112 with the `_MESSAGE`variants of Unity's Asserts in that for pretty much any Unity
135 variants of Unity's Asserts in that for pretty much any Unity type assertion you
276 Asserts the masked bits of the `actual` parameter are high.
281 Asserts the masked bits of the `actual` parameter are low.
286 Asserts the specified bit of the `actual` parameter is high.
291 Asserts the specified bit of the `actual` parameter is low.
390 Asserts that the pointers point to the same memory location.
395 Asserts that the null terminated (`'\0'`)strings are identical. If strings are
403 Asserts that the contents of the memory specified by the `expected` and `actual`
515 Asserts that the `actual` value is within +/- `delta` of the `expected` value.
[all …]
/third_party/unity/docs/
DUnityAssertionsReference.md127 with the `_MESSAGE`variants of Unity's Asserts in that for pretty much any Unity
153 variants of Unity's Asserts in that for pretty much any Unity type assertion you
331 Asserts the masked bits of the `actual` parameter are high.
336 Asserts the masked bits of the `actual` parameter are low.
341 Asserts the specified bit of the `actual` parameter is high.
346 Asserts the specified bit of the `actual` parameter is low.
409 Asserts that the pointers point to the same memory location.
414 Asserts that the null terminated (`'\0'`)strings are identical. If strings are
422 Asserts that the contents of the memory specified by the `expected` and `actual`
576 Asserts that the `actual` value is within +/- `delta` of the `expected` value.
[all …]
/third_party/boost/libs/mpl/doc/src/refmanual/
DMacros-Asserts.rst9 .. |Asserts| replace:: `Asserts`_ substdef
DASSERT_NOT.rst1 .. Macros/Asserts//BOOST_MPL_ASSERT_NOT
90 |Asserts|, |BOOST_MPL_ASSERT|, |BOOST_MPL_ASSERT_MSG|, |BOOST_MPL_ASSERT_RELATION|
DASSERT.rst1 .. Macros/Asserts//BOOST_MPL_ASSERT
90 |Asserts|, |BOOST_MPL_ASSERT_NOT|, |BOOST_MPL_ASSERT_MSG|, |BOOST_MPL_ASSERT_RELATION|
DASSERT_RELATION.rst1 .. Macros/Asserts//BOOST_MPL_ASSERT_RELATION
97 |Asserts|, |BOOST_MPL_ASSERT|, |BOOST_MPL_ASSERT_NOT|, |BOOST_MPL_ASSERT_MSG|
DASSERT_MSG.rst1 .. Macros/Asserts//BOOST_MPL_ASSERT_MSG
128 |Asserts|, |BOOST_MPL_ASSERT|, |BOOST_MPL_ASSERT_NOT|, |BOOST_MPL_ASSERT_RELATION|
Drefmanual.toc33 Macros/Asserts
/third_party/unity/
DREADME.md87 Asserts that the actual value is within plus or minus delta of the expected value. This also comes …
93 Asserts that the actual value is greater than the threshold. This also comes in size specific varia…
98 Asserts that the actual value is less than the threshold. This also comes in size specific variants.
147 Asserts that the actual value is within plus or minus delta of the expected value.
152 Asserts that two floating point values are "equal" within a small % delta of the expected value.
/third_party/cJSON/tests/unity/
DREADME.md118 Asserts that the actual value is within plus or minus delta of the expected value. This also comes…
124 Asserts that the actual value is greater than the threshold. This also comes in size specific varia…
129 Asserts that the actual value is less than the threshold. This also comes in size specific variants.
178 Asserts that the actual value is within plus or minus delta of the expected value.
183 Asserts that two floating point values are "equal" within a small % delta of the expected value.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Ddebug.dart111 /// Asserts if the given child list contains any duplicate non-null keys.
140 /// Asserts if the given list of items contains any duplicate non-null keys.
162 /// Asserts that the given context has a [Table] ancestor.
192 /// Asserts that the given context has a [MediaQuery] ancestor.
225 /// Asserts that the given context has a [Directionality] ancestor.
262 /// Asserts that the `built` widget is not null.
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dmatchers.dart27 /// Asserts that the [Finder] matches no widgets in the widget tree.
42 /// Asserts that the [Finder] locates at least one widget in the widget tree.
57 /// Asserts that the [Finder] locates at exactly one widget in the widget tree.
72 /// Asserts that the [Finder] locates the specified number of widgets in the widget tree.
87 /// Asserts that the [Finder] locates a single widget that has at
104 /// Asserts that the [Finder] locates a single widget that has no
112 /// Asserts that the [Finder] locates a single widget that has at
120 /// Asserts that the [Finder] locates a single widget that has no
130 /// Asserts that an object's toString() is a plausible one-line description.
137 /// Asserts that an object's toStringDeep() is a plausible multi-line
[all …]
/third_party/skia/buildtools/reclient_cfgs/
Drewrapper_linux.cfg9 inputs=third_party/llvm-build/Release+Asserts/lib/libstdc++.so.6
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Ddebug.dart11 /// Asserts that the given context has a [Material] ancestor.
73 /// Asserts that the given context has a [Localizations] ancestor that contains
132 /// Asserts that the given context has a [Scaffold] ancestor.
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dbounds.go295 for _, o := range n.JumpTarget().Asserts() {
647 for _, o := range n.Asserts() {
674 for _, o := range n.Asserts() {
685 for _, o := range n.Asserts() {
700 for _, o := range n.Asserts() {
717 for _, o := range n.Asserts() {
730 for _, o := range n.Asserts() {
Dcheck.go517 if len(n.Asserts()) == 0 {
524 for _, o := range n.Asserts() {
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go244 Asserts() []*Node methodSpec
521 func (n *Iterate) Asserts() []*Node { return n.list1 } func
556 func (n *While) Asserts() []*Node { return n.list1 } func
822 func (n *Func) Asserts() []*Node { return n.list1 } func
/third_party/grpc/doc/
Dhttp2-interop-test-descriptions.md178 Server Asserts:
189 Client Asserts:
/third_party/skia/third_party/externals/tint/
DREADME.md95 CC=../../third_party/llvm-build/Release+Asserts/bin/clang cmake -DTINT_CHECK_CHROMIUM_STYLE=ON ../.…
/third_party/mesa3d/docs/drivers/openswr/
Dknobs.rst9 Use dialogs when asserts fire. Asserts are only enabled in debug builds
/third_party/openssl/fuzz/
DREADME.md21 $ PATH=~/third_party/llvm-build/Release+Asserts/bin/:$PATH
/third_party/curl/docs/
DCODE_REVIEW.md62 ## Asserts section in How to do code reviews for curl
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DREADME.rst19 tools in ``native_client/../third_party/llvm-build/Release+Asserts/bin`` which
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/
DREADME.rst19 tools in ``native_client/../third_party/llvm-build/Release+Asserts/bin`` which
/third_party/boost/libs/geometry/doc/
Dabout_documentation.qbk98 …ple (a complete example including necessary headerfiles) and the output. Asserts are not used here…

12