Searched refs:num_max (Results 1 – 3 of 3) sorted by relevance
/external/python/cffi/testing/cffi1/ |
D | test_parse_c_type.py | 297 num_max = sys.maxsize 298 assert parse("char[%d]" % num_max) == [Prim(lib._CFFI_PRIM_CHAR), 299 '->', Array(0), num_max] 300 parse_error("char[%d]" % (num_max + 1), "number too large", 5)
|
/external/scapy/scapy/ |
D | volatile.py | 493 num_min,num_max = num.split(",") 496 if num_max: 497 n = RandNum(int(num_min),int(num_max))
|
/external/autotest/server/cros/dynamic_suite/ |
D | suite.py | 1559 num_max=float('inf'), argument 1608 self.tests = [dummy_test] * min(len(available_hosts), num_max)
|