Home
last modified time | relevance | path

Searched refs:PIPE_MAX_SIZE (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/test/
H A D_test_eintr.py151 data = b"x" * support.PIPE_MAX_SIZE
158 'data = b"x" * %s' % support.PIPE_MAX_SIZE,
H A Dtest_subprocess.py974 support.PIPE_MAX_SIZE],
981 string_to_write = b"a" * support.PIPE_MAX_SIZE
3784 bufsize=support.PIPE_MAX_SIZE*2)
3789 proc.stdin.write(b'x' * support.PIPE_MAX_SIZE)
H A Dtest_posix.py910 os.write(w, b'x' * support.PIPE_MAX_SIZE)
H A Dtest_io.py4445 large_data = item * (support.PIPE_MAX_SIZE // len(item) + 1)
4577 N = support.PIPE_MAX_SIZE
H A D_test_multiprocessing.py5150 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py258 large_data = b'x' * support.PIPE_MAX_SIZE
/third_party/python/Lib/test/support/
H A D__init__.py29 "PIPE_MAX_SIZE", "verbose", "max_memuse", "use_resources", "failfast",
450 PIPE_MAX_SIZE = 4 * 1024 * 1024 + 1 variable

Completed in 27 milliseconds