Searched refs:_assert (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/tools/testrunner/local/ |
H A 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/ |
H A D | deDefs.c | 124 _assert(reason, file, line); in deAssertFail()
|
Completed in 1 milliseconds