Searched refs:_assert (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/tools/testrunner/local/ |
D | statusfile.py | 309 def _assert(check, message): # Like "assert", but doesn't throw. function 315 _assert(type(section) == list, "Section must be a list") 316 _assert(len(section) == 2, "Section list must have exactly 2 entries") 318 _assert(type(section) == dict, 321 _assert(type(rule) == str, "Rule key must be a string") 322 _assert(not rule.startswith(root_prefix), 324 _assert(not rule.endswith('.js'), 326 _assert('*' not in rule or (rule.count('*') == 1 and rule[-1] == '*'), 333 _assert(any(_any_exist(paths)
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deDefs.c | 124 _assert(reason, file, line); in deAssertFail()
|
/third_party/python/Doc/reference/ |
D | simple_stmts.rst | 375 .. _assert:
|
/third_party/json/ |
D | ChangeLog.md | 2131 - Static\_assert failed "incompatible pointer type" with Xcode [\#751](https://github.com/nlohmann/… 2265 - error: static\_assert failed [\#573](https://github.com/nlohmann/json/issues/573) 2379 - to/from\_json: add a MSVC-specific static\_assert to force a stacktrace [\#854](https://github.co…
|
/third_party/python/Doc/library/ |
D | unittest.rst | 812 .. _assert-methods:
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 1004 - turnip: add tu_cs_reserve_space(_assert)
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V18.md | 2002 …node/commit/cde375510f)] - **src**: replace unreachable code with static\_assert (Tobias Nießen) [… 2322 …node/commit/94605b1665)] - **src**: replace unreachable code with static\_assert (Tobias Nießen) […
|
/third_party/NuttX/ |
D | ReleaseNotes | 27606 * [PR-1365](https://github.com/apache/nuttx/pull/1365) up\_assert 32546 * [#7791](https://github.com/apache/incubator-nuttx/pull/7791) sched: move _assert to kernel space. 33429 * [#8437](https://github.com/apache/nuttx/pull/8437) libc: Define _assert/__assert to avoid 3rd lib…
|