Searched defs:assertions (Results 1 – 11 of 11) sorted by relevance
| /external/catch2/include/internal/ |
| D | catch_totals.h | 36 Counts assertions; member
|
| D | catch_run_context.cpp | 176 bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { in sectionStarted() 198 bool RunContext::testForMissingAssertions(Counts& assertions) { in testForMissingAssertions() 211 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded() local 284 Counts assertions; in handleFatalErrorCondition() local
|
| D | catch_interfaces_reporter.h | 104 Counts assertions; member
|
| /external/mesa3d/src/intel/compiler/ |
| D | brw_inst.h | 56 #define FC(name, high, low, assertions) \ argument 437 #define FJ(name, high, low, assertions) \ argument 965 #define FC(name, high, low, assertions) \ argument
|
| /external/libopus/ |
| D | configure.ac | 754 AC_ARG_ENABLE([assertions], optenable
|
| /external/python/cpython2/Tools/bgen/bgen/ |
| D | bgenObjectDefinition.py | 236 def assertions(self): member in PEP252Mixin
|
| /external/catch2/include/reporters/ |
| D | catch_reporter_bases.hpp | 123 Assertions assertions; member
|
| /external/swiftshader/third_party/LLVM/autoconf/ |
| D | configure.ac | 440 AC_ARG_ENABLE(assertions,AS_HELP_STRING( optenable
|
| /external/python/cpython3/ |
| D | configure.ac | 1258 AC_ARG_WITH(assertions, optwith
|
| /external/bcc/tests/cc/ |
| D | catch.hpp | 2243 Counts assertions; member 5151 Counts assertions; member 5955 Counts& assertions in sectionStarted() 5974 bool testForMissingAssertions( Counts& assertions ) { in testForMissingAssertions() 5987 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded() local 6039 Counts assertions; in handleFatalErrorCondition() local 6099 Counts assertions = m_totals.assertions - prevAssertions; in runCurrentTest() local 8616 Assertions assertions; member
|
| /external/catch2/single_include/catch2/ |
| D | catch.hpp | 2474 Counts assertions; member 4942 Counts assertions; member 5180 Assertions assertions; member 10405 bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { in sectionStarted() 10427 bool RunContext::testForMissingAssertions(Counts& assertions) { in testForMissingAssertions() 10440 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded() local 10513 Counts assertions; in handleFatalErrorCondition() local
|