HomeSort by relevance Sort by last modified time
    Searched refs:startupinfo (Results 26 - 34 of 34) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 37 startupinfo=None, creationflags=0):
104 The startupinfo and creationflags, if given, will be passed to the
420 class STARTUPINFO:
654 startupinfo=None, creationflags=0):
672 if startupinfo is not None:
673 raise ValueError("startupinfo is only supported on Windows "
708 startupinfo, creationflags, shell,
900 startupinfo, creationflags, shell,
910 if startupinfo is None:
911 startupinfo = STARTUPINFO(
    [all...]
  /external/python/cpython3/Lib/
subprocess.py 129 class STARTUPINFO:
174 "STARTUPINFO"])
570 startupinfo and creationflags (Windows only)
590 startupinfo=None, creationflags=0,
631 if startupinfo is not None:
632 raise ValueError("startupinfo is only supported on Windows "
703 startupinfo, creationflags, shell,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_subprocess.py 705 startupinfo=47)
    [all...]
  /external/python/cpython2/Lib/test/
test_subprocess.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_subprocess.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_subprocess.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py     [all...]
  /external/python/cpython3/Lib/test/
test_subprocess.py     [all...]

Completed in 384 milliseconds

12