Home
last modified time | relevance | path

Searched refs:SOCK_MAX_SIZE (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_socketserver.py410 big_chunk = b'\0' * test.support.SOCK_MAX_SIZE
455 self.assertEqual(server.sent2, test.support.SOCK_MAX_SIZE)
456 self.assertEqual(received2, test.support.SOCK_MAX_SIZE - 100)
Dtest_wsgiref.py262 return [b'\0' * support.SOCK_MAX_SIZE]
301 self.assertEqual(received, support.SOCK_MAX_SIZE - 100)
Dtest_socket.py1610 c.sendall(b"x" * support.SOCK_MAX_SIZE)
1615 b"x" * support.SOCK_MAX_SIZE)
5020 BIG = b"x" * support.SOCK_MAX_SIZE
D_test_multiprocessing.py4942 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
/external/python/cpython3/Lib/test/eintrdata/
Deintr_tester.py236 data = b"xyz" * (support.SOCK_MAX_SIZE // 3)
245 'data = b"xyz" * %s' % (support.SOCK_MAX_SIZE // 3),
/external/python/cpython2/Lib/test/
Dtest_socket.py729 c.sendall(b"x" * test_support.SOCK_MAX_SIZE)
734 b"x" * test_support.SOCK_MAX_SIZE)
Dtest_multiprocessing.py2685 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
/external/python/cpython2/Lib/test/support/
D__init__.py604 SOCK_MAX_SIZE = 16 * 1024 * 1024 + 1 variable
/external/python/cpython3/Lib/test/support/
D__init__.py676 SOCK_MAX_SIZE = 16 * 1024 * 1024 + 1 variable
/external/python/cpython3/Doc/library/
Dtest.rst367 .. data:: SOCK_MAX_SIZE