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

  /development/python-packages/adb/
device.py 334 creationflags=0, **kwargs):
345 creationflags: Argument forwarded to subprocess.Popen.
356 creationflags |= subprocess.CREATE_NEW_PROCESS_GROUP
367 p = _subprocess_Popen(command, creationflags=creationflags,
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/
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/gdb/darwin-x86/lib/python2.7/test/
test_subprocess.py     [all...]
test_os.py 807 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_subprocess.py     [all...]
test_os.py 807 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
    [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...]
  /ndk/
ndk-gdb.py 679 creationflags=flags)

Completed in 101 milliseconds