Home
last modified time | relevance | path

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

/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/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/typescript/src/services/codefixes/
DaddConvertToUnknownForNonOverlappingTypes.ts17 …const assertion = Debug.checkDefined(findAncestor(token, (n): n is AsExpression | TypeAssertion =>… constant
/third_party/jerryscript/jerry-core/jrt/
Djrt-fatals.c132 jerry_assert_fail (const char *assertion, /**< assertion condition string */ in jerry_assert_fail()
/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/ltp/testcases/kernel/mem/vma/
Dvma04.c187 static void assertion(char *expected, char *value, char *name) in assertion() function
/third_party/lz4/tests/
Dfreestanding.c174 void __assert_fail(const char * assertion, const char * file, unsigned int line, const char * funct… in __assert_fail()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.c104 … rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion) in rc_if_fail_helper()
/third_party/python/Lib/test/
Dtest_compileall.py963 def create_code(self, docstring=False, assertion=False): argument
990 def check_hardlinks(self, script, docstring=False, assertion=False): argument
Dtest_enum.py83 def test_pickle_dump_load(assertion, source, target=None): argument
89 def test_pickle_exception(assertion, exception, obj): argument
/third_party/libabigail/tests/lib/
Dcatch.hpp17022 for( auto const& assertion : sectionNode.assertions ) in writeAssertions() local
/third_party/node/tools/
Dlint-md.mjs45666 function assertion(...parameters) { function
/third_party/typescript/lib/
Dtsc.js1887 assertionCache[name] = { level: level, assertion: Debug[name] }; property
DtypingsInstaller.js2262 assertionCache[name] = { level: level, assertion: Debug[name] }; property
Dtypescript.js2467 assertionCache[name] = { level: level, assertion: Debug[name] }; property
DtypescriptServices.js2467 assertionCache[name] = { level: level, assertion: Debug[name] }; property
Dtsserverlibrary.js2467 assertionCache[name] = { level: level, assertion: Debug[name] }; property
Dtsserver.js2273 assertionCache[name] = { level: level, assertion: Debug[name] }; property