Home
last modified time | relevance | path

Searched refs:check_limit (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Tools/scripts/
Dfind_recursionlimit.py98 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")
/external/python/cpython2/Tools/scripts/
Dfind_recursionlimit.py90 def check_limit(n, test_func_name): function
109 check_limit(limit, "test_recurse")
110 check_limit(limit, "test_add")
111 check_limit(limit, "test_repr")
112 check_limit(limit, "test_init")
113 check_limit(limit, "test_getattr")
114 check_limit(limit, "test_getitem")
115 check_limit(limit, "test_cpickle")
/external/python/cpython3/Lib/test/
Dtest_compile.py546 def check_limit(prefix, repeated): function
555 check_limit("a", "()")
556 check_limit("a", ".b")
557 check_limit("a", "[0]")
558 check_limit("a", "*a")
/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh306 bool check_limit (unsigned int offset, unsigned int count) const in check_limit() function
350 { return (!in_error () && str.check_limit (offset, count)); } in avail()
/external/grpc-grpc/third_party/nanopb/
Dpb_decode.c440 const size_t check_limit = (size_t)1 << (sizeof(size_t) * 4); in allocate_field() local
441 if (data_size >= check_limit || array_size >= check_limit) in allocate_field()
/external/nanopb-c/
Dpb_decode.c495 const size_t check_limit = (size_t)1 << (sizeof(size_t) * 4); in allocate_field() local
496 if (data_size >= check_limit || array_size >= check_limit) in allocate_field()