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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 42 import win32pipe namespace
289 _, avail, _ = win32pipe.PeekNamedPipe(handle, 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 423 # Find a working popen implementation preferring win32pipe.popen
427 # On NT win32pipe should work; on Win9x it hangs due to bugs
430 import win32pipe namespace
434 popen = win32pipe.popen
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 423 # Find a working popen implementation preferring win32pipe.popen
427 # On NT win32pipe should work; on Win9x it hangs due to bugs
430 import win32pipe namespace
434 popen = win32pipe.popen
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 682 from win32pipe import PeekNamedPipe
    [all...]

Completed in 385 milliseconds