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

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
win_platform_backend.py 37 import win32pipe # pylint: disable=import-error
52 win32pipe = None variable
375 pipe = win32pipe.CreateNamedPipe(
377 win32pipe.PIPE_ACCESS_INBOUND,
378 win32pipe.PIPE_TYPE_MESSAGE | win32pipe.PIPE_WAIT,
387 if win32pipe.ConnectNamedPipe(pipe, None) == 0:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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
434 popen = win32pipe.popen
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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
434 popen = win32pipe.popen
    [all...]
  /prebuilts/gdb/darwin-x86/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
434 popen = win32pipe.popen
    [all...]
  /prebuilts/gdb/linux-x86/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
434 popen = win32pipe.popen
    [all...]
  /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
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
434 popen = win32pipe.popen
    [all...]

Completed in 214 milliseconds