Searched refs:check_limit (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Tools/scripts/ |
D | find_recursionlimit.py | 98 def check_limit(n, test_func_name): function 119 check_limit(limit, "test_recurse") 120 check_limit(limit, "test_add") 121 check_limit(limit, "test_repr") 122 check_limit(limit, "test_init") 123 check_limit(limit, "test_getattr") 124 check_limit(limit, "test_getitem") 125 check_limit(limit, "test_cpickle") 126 check_limit(limit, "test_compiler_recursion")
|
/third_party/python/Lib/test/ |
D | test_compile.py | 564 def check_limit(prefix, repeated, mode="single"): function 574 check_limit("a", "()") 575 check_limit("a", ".b") 576 check_limit("a", "[0]") 577 check_limit("a", "*a")
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-common.hh | 303 bool check_limit (unsigned int offset, unsigned int count) const in check_limit() function 347 { return (!in_error () && str.check_limit (offset, count)); } in avail()
|