Searched defs:spawn (Results 1 – 13 of 13) sorted by relevance
/external/autotest/client/bin/ |
D | prespawner.py | 55 def spawn(self, args, env_additions=None): member in Prespawner
|
/external/skia/tools/ |
D | ok.cpp | 109 bool spawn(std::function<Status(void)> fn) override { in spawn() function 125 bool spawn(std::function<Status(void)> fn) override { in spawn() function 154 bool spawn(std::function<Status(void)> fn) override { in spawn() function 309 auto spawn = [&](std::function<Status(void)> fn) { in main() local
|
/external/ImageMagick/MagickCore/ |
D | delegate.h | 41 spawn, member
|
/external/python/cpython2/Lib/ |
D | pty.py | 161 def spawn(argv, master_read=_read, stdin_read=_read): function
|
/external/python/cpython2/Lib/distutils/ |
D | spawn.py | 18 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
|
D | cmd.py | 383 def spawn (self, cmd, search_path=1, level=1): member in Command
|
D | ccompiler.py | 875 def spawn(self, cmd): member in CCompiler
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | ShellWindow.py | 107 def spawn(prog, args): function
|
/external/ltp/testcases/kernel/controllers/io-throttle/ |
D | iobw.c | 151 static void spawn(int id) in spawn() function
|
/external/valgrind/memcheck/tests/solaris/ |
D | Makefile.am | 135 check_PROGRAMS += scalar_spawn spawn program
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 262 class spawn (object): class
|
/external/valgrind/coregrind/ |
D | m_libcproc.c | 463 Int VG_(spawn) ( const HChar *filename, const HChar **argv ) in VG_() argument
|
/external/ltp/testcases/kernel/sched/process_stress/ |
D | process.c | 523 int spawn(int val) function
|