Home
last modified time | relevance | path

Searched defs:assertion (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/contract/detail/
Dcheck.hpp33 #define BOOST_CONTRACT_DETAIL_CHECK(assertion) \ argument
44 #define BOOST_CONTRACT_DETAIL_CHECK(assertion) {} argument
/third_party/node/test/js-native-api/
Dcommon.h21 #define NAPI_ASSERT_BASE(env, assertion, message, ret_val) \ argument
34 #define NAPI_ASSERT(env, assertion, message) \ argument
39 #define NAPI_ASSERT_RETURN_VOID(env, assertion, message) \ argument
/third_party/boost/boost/spirit/home/classic/error_handling/
Dexceptions.hpp185 struct assertion struct
187 assertion(ErrorDescrT descriptor_) in assertion() function
192 operator()(ParserT const& parser) const in operator ()()
197 ErrorDescrT descriptor;
/third_party/node/test/js-native-api/test_general/
DtestInstanceOf.js18 function assertTrue(assertion) { argument
23 function assertFalse(assertion) { argument
/third_party/lwip/src/include/lwip/
Ddebug.h116 #define LWIP_ASSERT(message, assertion) do { if (!(assertion)) { \ argument
119 #define LWIP_ASSERT(message, assertion) argument
/third_party/boost/boost/test/tools/
Dcstring_comparison_op.hpp30 namespace assertion { namespace
Dfpc_op.hpp32 namespace assertion { namespace
Dassertion.hpp39 namespace assertion { namespace
Dcollection_comparison_op.hpp33 namespace assertion { namespace
/third_party/jerryscript/jerry-core/jrt/
Djrt-fatals.c132 jerry_assert_fail (const char *assertion, /**< assertion condition string */ in jerry_assert_fail()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Dltp-diorh.c53 void assert(const char *what, int assertion) in assert()
/third_party/boost/libs/iterator/test/
Diterator_traits_test.cpp94 template <> struct assertion<true> struct
101 : assertion<(::boost::is_same<T,U>::value)> argument
/third_party/node/deps/npm/test/tap/
Dfund.js165 function testFundCmd ({ title, assertionMsg, args = [], opts = {}, output = checkOutput, assertion property
202 assertion: jsonTest, property
238 assertion: jsonTest, property
264 assertion: jsonTest, property
327 assertion: jsonTest, property
370 assertion: jsonTest, property
/third_party/boost/boost/mpl/
Dassert.hpp86 struct assertion struct
92 struct assertion<true> struct
/third_party/ltp/testcases/kernel/mem/vma/
Dvma04.c187 static void assertion(char *expected, char *value, char *name) in assertion() function
/third_party/boost/boost/python/
Dclass.hpp117 struct assertion struct
/third_party/python/Lib/test/
Dtest_enum.py82 def test_pickle_dump_load(assertion, source, target=None): argument
88 def test_pickle_exception(assertion, exception, obj): argument