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

  /prebuilts/python/darwin-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
654 startupinfo=None, creationflags=0):
675 if creationflags != 0:
676 raise ValueError("creationflags is only supported on Windows "
708 startupinfo, creationflags, shell,
900 startupinfo, creationflags, shell,
    [all...]
  /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
654 startupinfo=None, creationflags=0):
675 if creationflags != 0:
676 raise ValueError("creationflags is only supported on Windows "
708 startupinfo, creationflags, shell,
900 startupinfo, creationflags, shell,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py     [all...]
test_os.py 807 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py     [all...]
test_os.py 807 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
    [all...]

Completed in 307 milliseconds