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

  /external/chromium_org/content/browser/renderer_host/
renderer_frame_manager.h 37 void set_max_handles(float max_handles) { max_handles_ = max_handles; }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 532 max_handles = 1026 # too much for most UNIX systems
534 max_handles = 2050 # too much for (at least some) Windows setups
537 for i in range(max_handles):
547 "(tried %d)" % max_handles)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 532 max_handles = 1026 # too much for most UNIX systems
534 max_handles = 2050 # too much for (at least some) Windows setups
537 for i in range(max_handles):
547 "(tried %d)" % max_handles)
    [all...]

Completed in 69 milliseconds