HomeSort by relevance Sort by last modified time
    Searched refs:pipe_buf (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 432 # communicate() with writes larger than pipe_buf
437 pipe_buf = 512
439 pipe_buf = os.fpathconf(x, "PC_PIPE_BUF")
446 'sys.stdout.write(sys.stdin.read())' % pipe_buf],
453 string_to_write = "abc"*pipe_buf
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 432 # communicate() with writes larger than pipe_buf
437 pipe_buf = 512
439 pipe_buf = os.fpathconf(x, "PC_PIPE_BUF")
446 'sys.stdout.write(sys.stdin.read())' % pipe_buf],
453 string_to_write = "abc"*pipe_buf
    [all...]

Completed in 59 milliseconds