Home
last modified time | relevance | path

Searched refs:PIPE_MAX_SIZE (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/test/
D_test_eintr.py151 data = b"x" * support.PIPE_MAX_SIZE
158 'data = b"x" * %s' % support.PIPE_MAX_SIZE,
Dtest_subprocess.py950 support.PIPE_MAX_SIZE],
957 string_to_write = b"a" * support.PIPE_MAX_SIZE
3712 bufsize=support.PIPE_MAX_SIZE*2)
3717 proc.stdin.write(b'x' * support.PIPE_MAX_SIZE)
Dtest_posix.py895 os.write(w, b'x' * support.PIPE_MAX_SIZE)
Dtest_io.py4413 large_data = item * (support.PIPE_MAX_SIZE // len(item) + 1)
4535 N = support.PIPE_MAX_SIZE
D_test_multiprocessing.py5077 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
/third_party/python/Lib/test/test_asyncio/
Dtest_subprocess.py229 large_data = b'x' * support.PIPE_MAX_SIZE
/third_party/python/Lib/test/support/
D__init__.py388 PIPE_MAX_SIZE = 4 * 1024 * 1024 + 1 variable
/third_party/python/Doc/library/
Dtest.rst316 .. data:: PIPE_MAX_SIZE