/external/mesa3d/scons/ |
fixes.py | 15 ret = old_spawnve(os.P_NOWAIT, file, args, env)
|
/external/bison/lib/ |
spawn-pipe.c | 197 child = spawnvpe (P_NOWAIT, prog_path, (const char **) prog_argv, 205 child = spawnvpe (P_NOWAIT, prog_argv[0], (const char **) prog_argv,
|
/external/selinux/policycoreutils/gui/ |
system-config-selinux.py | 123 os.spawnl(os.P_NOWAIT, "/usr/share/system-config-selinux/semanagegui.py") 125 os.spawnl(os.P_NOWAIT, "/usr/bin/seaudit")
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
shell.py | 171 pid = os.spawnve(os.P_NOWAIT, argv[0], argv, env) 281 pid = os.spawnve(os.P_NOWAIT, argv[0], argv, env) 306 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env) 360 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/ |
shell.py | 171 pid = os.spawnve(os.P_NOWAIT, argv[0], argv, env) 281 pid = os.spawnve(os.P_NOWAIT, argv[0], argv, env) 306 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env) 360 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 523 P_NOWAIT = P_NOWAITO = 1 543 if mode == P_NOWAIT: 560 If mode == P_NOWAIT return the pid of the process. 570 If mode == P_NOWAIT return the pid of the process. 582 If mode == P_NOWAIT return the pid of the process. 592 If mode == P_NOWAIT return the pid of the process. 605 If mode == P_NOWAIT return the pid of the process. 615 If mode == P_NOWAIT return the pid of the process. 633 If mode == P_NOWAIT return the pid of the process. 643 If mode == P_NOWAIT return the pid of the process [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 523 P_NOWAIT = P_NOWAITO = 1 543 if mode == P_NOWAIT: 560 If mode == P_NOWAIT return the pid of the process. 570 If mode == P_NOWAIT return the pid of the process. 582 If mode == P_NOWAIT return the pid of the process. 592 If mode == P_NOWAIT return the pid of the process. 605 If mode == P_NOWAIT return the pid of the process. 615 If mode == P_NOWAIT return the pid of the process. 633 If mode == P_NOWAIT return the pid of the process. 643 If mode == P_NOWAIT return the pid of the process [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
process.h | 135 #define P_NOWAIT _P_NOWAIT
|
/ndk/sources/host-tools/make-3.81/ |
job.c | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 380 self.rpcpid = os.spawnv(os.P_NOWAIT, sys.executable, args) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 380 self.rpcpid = os.spawnv(os.P_NOWAIT, sys.executable, args) [all...] |