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

  /system/iot/attestation/at-factory-tool/
fastbootsubp_unittest.py 50 ['fastboot', 'devices'], creationflags=CREATE_NO_WINDOW)
60 ['fastboot', 'devices'], creationflags=CREATE_NO_WINDOW)
71 ['fastboot', 'devices'], creationflags=CREATE_NO_WINDOW)
85 ['fastboot', 'devices'], creationflags=CREATE_NO_WINDOW)
93 ['fastboot', 'devices'], creationflags=CREATE_NO_WINDOW)
115 creationflags=CREATE_NO_WINDOW)
127 creationflags=CREATE_NO_WINDOW)
150 creationflags=CREATE_NO_WINDOW)
173 creationflags=CREATE_NO_WINDOW)
198 creationflags=CREATE_NO_WINDOW
    [all...]
fastbootsubp.py 58 creationflags=CREATE_NO_WINDOW)
87 'reboot-bootloader'], creationflags=CREATE_NO_WINDOW)
115 creationflags=CREATE_NO_WINDOW)
139 creationflags=CREATE_NO_WINDOW)
163 creationflags=CREATE_NO_WINDOW)
187 creationflags=CREATE_NO_WINDOW)
217 creationflags=CREATE_NO_WINDOW)
  /development/python-packages/adb/
device.py 375 creationflags=0, **kwargs):
386 creationflags: Argument forwarded to subprocess.Popen.
397 creationflags |= subprocess.CREATE_NEW_PROCESS_GROUP
408 p = _subprocess_Popen(command, creationflags=creationflags,
  /external/python/cpython2/Lib/
subprocess.py 323 startupinfo and creationflags (Windows only)
334 startupinfo=None, creationflags=0):
354 if creationflags != 0:
355 raise ValueError("creationflags is only supported on Windows "
387 startupinfo, creationflags, shell, to_close,
588 startupinfo, creationflags, shell, to_close,
625 creationflags |= _subprocess.CREATE_NEW_CONSOLE
637 creationflags,
882 startupinfo, creationflags, shell, to_close,
    [all...]
  /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...]
  /external/python/cpython3/Lib/
subprocess.py 570 startupinfo and creationflags (Windows only)
590 startupinfo=None, creationflags=0,
634 if creationflags != 0:
635 raise ValueError("creationflags is only supported on Windows "
703 startupinfo, creationflags, shell,
    [all...]
  /external/python/cpython2/Lib/test/
test_subprocess.py     [all...]
test_os.py     [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...]
  /test/vts/runners/host/
utils.py 428 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_subprocess.py 709 creationflags=47)
    [all...]
test_os.py 765 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
  /external/python/cpython3/Lib/test/
test_os.py 202 creationflags=subprocess.CREATE_NEW_CONSOLE,
477 creationflags=DETACHED_PROCESS
    [all...]
test_subprocess.py     [all...]

Completed in 529 milliseconds