Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/
Dcommon.h39 #define NODE_API_ASSERT_BASE(env, assertion, message, ret_val) \ argument
50 #define NODE_API_NOGC_ASSERT_BASE(assertion, message, ret_val) \ argument
61 #define NODE_API_ASSERT(env, assertion, message) \ argument
66 #define NODE_API_ASSERT_RETURN_VOID(env, assertion, message) \ argument
69 #define NODE_API_NOGC_ASSERT_RETURN_VOID(assertion, message) \ argument
107 #define NODE_API_ASSERT_STATUS(env, assertion, message) \ argument
/third_party/typescript/src/services/codefixes/
DaddConvertToUnknownForNonOverlappingTypes.ts8 const assertion = getAssertion(context.sourceFile, context.span.start); constant
15 const assertion = getAssertion(diag.file, diag.start); constant
/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/node/deps/v8/src/compiler/
Dadd-type-assertions-reducer.cc35 Node* assertion = graph()->NewNode(simplified()->AssertType(type), node); in Reduce() local
/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/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.py984 def create_code(self, docstring=False, assertion=False): argument
1011 def check_hardlinks(self, script, docstring=False, assertion=False): argument
Dtest_enum.py119 def test_pickle_dump_load(assertion, source, target=None): argument
125 def test_pickle_exception(assertion, exception, obj): argument
/third_party/node/tools/lint-md/
Dlint-md.mjs11966 function assertion(node, ...parameters) { function
12880 function assertion(node, ...parameters) { function
13131 function assertion(node, ...parameters) { function
13514 function assertion(node, ...parameters) { function
13767 function assertion(node, ...parameters) { function
14027 function assertion(node, ...parameters) { function
14304 function assertion(node, ...parameters) { function
14547 function assertion(node, ...parameters) { function
14768 function assertion(node, ...parameters) { function
15063 function assertion(node, ...parameters) { function
[all …]
/third_party/libabigail/tests/lib/
Dcatch.hpp17022 for( auto const& assertion : sectionNode.assertions ) in writeAssertions() local
/third_party/typescript/lib/
DtypingsInstaller.js2550 assertionCache[name] = { level: level, assertion: Debug[name] }; property
Dtsc.js2144 assertionCache[name] = { level: level, assertion: Debug[name] }; property