Lines Matching refs:range
1194 # Make sure getservbyport does not accept out of range ports.
1720 for protocol in range(pickle.HIGHEST_PROTOCOL + 1):
1722 for protocol in range(pickle.HIGHEST_PROTOCOL + 1):
3404 values = list(range(257)) + list(range(toobig - 257, toobig))
3425 values = list(range(257)) + list(range(toobig - 257, toobig))
3457 for i in range(n):
3910 # and traffic class and hop limit are in range (hop limit no
4861 threading.Event() for i in range(4)]
5092 for i in range(LIMIT):
6069 for i in range(cls.BUFSIZE)])
6678 pipes = [os.pipe() for _ in range(10)]