Searched refs:P_WAIT (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/scons/
H A Dfixes.py14 if mode == os.P_WAIT:
20 if mode == os.P_WAIT:
/external/python/cpython2/Lib/distutils/
H A Dspawn.py73 rc = os.spawnv(os.P_WAIT, executable, cmd)
96 rc = os.spawnv(os.P_WAIT, executable, cmd)
/external/python/cpython3/Lib/distutils/
H A Dspawn.py69 rc = os.spawnv(os.P_WAIT, executable, cmd)
/external/protobuf/gtest/test/
H A Drun_tests_util_test.py136 P_WAIT = os.P_WAIT variable in class:FakeOs
150 assert wait == FakeOs.P_WAIT
H A Drun_tests_util.py218 return self.os.spawnv(self.os.P_WAIT, args[0], args)
/external/python/cpython3/Lib/test/
H A Dtest_os.py2267 exitcode = os.spawnl(os.P_WAIT, args[0], *args)
2273 exitcode = os.spawnle(os.P_WAIT, args[0], *args, self.env)
2279 exitcode = os.spawnlp(os.P_WAIT, args[0], *args)
2285 exitcode = os.spawnlpe(os.P_WAIT, args[0], *args, self.env)
2291 exitcode = os.spawnv(os.P_WAIT, args[0], args)
2297 exitcode = os.spawnve(os.P_WAIT, args[0], args, self.env)
2303 exitcode = os.spawnvp(os.P_WAIT, args[0], args)
2309 exitcode = os.spawnvpe(os.P_WAIT, args[0], args, self.env)
2329 exitcode = os.spawnve(os.P_WAIT, args[0], args, self.env)
H A Dtest_tempfile.py478 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
/external/python/cpython2/Lib/
H A Dos.py524 P_WAIT = 0
563 If mode == P_WAIT return the process's exit code if it exits normally;
573 If mode == P_WAIT return the process's exit code if it exits normally;
585 If mode == P_WAIT return the process's exit code if it exits normally;
595 If mode == P_WAIT return the process's exit code if it exits normally;
608 If mode == P_WAIT return the process's exit code if it exits normally;
618 If mode == P_WAIT return the process's exit code if it exits normally;
636 If mode == P_WAIT return the process's exit code if it exits normally;
646 If mode == P_WAIT return the process's exit code if it exits normally;
/external/python/cpython3/Lib/
H A Dos.py824 P_WAIT = 0
827 __all__.extend(["P_WAIT", "P_NOWAIT", "P_NOWAITO"])
869 If mode == P_WAIT return the process's exit code if it exits normally;
879 If mode == P_WAIT return the process's exit code if it exits normally;
891 If mode == P_WAIT return the process's exit code if it exits normally;
901 If mode == P_WAIT return the process's exit code if it exits normally;
918 If mode == P_WAIT return the process's exit code if it exits normally;
928 If mode == P_WAIT return the process's exit code if it exits normally;
946 If mode == P_WAIT return the process's exit code if it exits normally;
956 If mode == P_WAIT retur
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_tempfile.py426 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
/external/python/cpython2/Modules/
H A Dposixmodule.c9397 if (ins(d, "P_WAIT", (long)P_WAIT)) return -1;
9418 if (ins(d, "P_WAIT", (long)_P_WAIT)) return -1;

Completed in 1401 milliseconds