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.py413 big_chunk = b'\0' * test.support.SOCK_MAX_SIZE
458 self.assertEqual(server.sent2, test.support.SOCK_MAX_SIZE)
459 self.assertEqual(received2, test.support.SOCK_MAX_SIZE - 100)
Dtest_wsgiref.py261 return [b'\0' * support.SOCK_MAX_SIZE]
300 self.assertEqual(received, support.SOCK_MAX_SIZE - 100)
Dtest_socket.py1479 c.sendall(b"x" * support.SOCK_MAX_SIZE)
1484 b"x" * support.SOCK_MAX_SIZE)
4607 BIG = b"x" * support.SOCK_MAX_SIZE
D_test_multiprocessing.py4338 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
/external/python/cpython3/Lib/test/eintrdata/
Deintr_tester.py237 data = b"xyz" * (support.SOCK_MAX_SIZE // 3)
246 '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__.py783 SOCK_MAX_SIZE = 16 * 1024 * 1024 + 1 variable
/external/python/cpython3/Doc/library/
Dtest.rst311 .. data:: SOCK_MAX_SIZE