Home
last modified time | relevance | path

Searched refs:Spawn (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/test/py/
Du_boot_console_exec_attach.py9 from u_boot_spawn import Spawn
58 s = Spawn(['u-boot-test-console'] + args)
Du_boot_console_sandbox.py8 from u_boot_spawn import Spawn
54 return Spawn(cmd, cwd=self.config.source_dir)
Du_boot_spawn.py17 class Spawn(object): class
/external/autotest/client/tests/ddtest/
Dcontrol4 Spawn multiple threads to write sequentially to the same disk and time
/external/python/cpython2/Doc/library/
Dpty.rst41 Spawn a process, and connect its controlling terminal with the current
/external/python/cpython3/Doc/library/
Dpty.rst44 Spawn a process, and connect its controlling terminal with the current
Dasyncio-llapi-index.rst235 - Spawn a subprocess.
238 - Spawn a subprocess from a shell command.
Dasyncio-sync.rst110 # Spawn a Task to wait until 'event' is set.
/external/python/cpython2/Doc/distutils/
Dapiref.rst1396 :mod:`distutils.spawn` --- Spawn a sub-process
/external/python/cpython3/Doc/distutils/
Dapiref.rst1404 :mod:`distutils.spawn` --- Spawn a sub-process