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

  /external/mesa3d/scons/
fixes.py 14 if mode == os.P_WAIT:
20 if mode == os.P_WAIT:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
spawn.py 69 rc = os.spawnv(os.P_WAIT, executable, cmd)
88 rc = os.spawnv(os.P_WAIT, executable, cmd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 69 rc = os.spawnv(os.P_WAIT, executable, cmd)
88 rc = os.spawnv(os.P_WAIT, executable, cmd)
  /external/protobuf/gtest/test/
run_tests_util_test.py 136 P_WAIT = os.P_WAIT
150 assert wait == FakeOs.P_WAIT
run_tests_util.py 218 return self.os.spawnv(self.os.P_WAIT, args[0], args)
  /external/bison/djgpp/
subpipe.c 228 status = spawnvp(P_WAIT, program, arguments);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 134 #define P_WAIT _P_WAIT
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 522 P_WAIT = 0
561 If mode == P_WAIT return the process's exit code if it exits normally;
571 If mode == P_WAIT return the process's exit code if it exits normally;
583 If mode == P_WAIT return the process's exit code if it exits normally;
593 If mode == P_WAIT return the process's exit code if it exits normally;
606 If mode == P_WAIT return the process's exit code if it exits normally;
616 If mode == P_WAIT return the process's exit code if it exits normally;
634 If mode == P_WAIT return the process's exit code if it exits normally;
644 If mode == P_WAIT return the process's exit code if it exits normally;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 522 P_WAIT = 0
561 If mode == P_WAIT return the process's exit code if it exits normally;
571 If mode == P_WAIT return the process's exit code if it exits normally;
583 If mode == P_WAIT return the process's exit code if it exits normally;
593 If mode == P_WAIT return the process's exit code if it exits normally;
606 If mode == P_WAIT return the process's exit code if it exits normally;
616 If mode == P_WAIT return the process's exit code if it exits normally;
634 If mode == P_WAIT return the process's exit code if it exits normally;
644 If mode == P_WAIT return the process's exit code if it exits normally;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 376 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 376 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
  /ndk/sources/host-tools/make-3.81/
job.c     [all...]
  /system/extras/tests/net_test/
multinetwork_test.py 256 ret = os.spawnvp(os.P_WAIT, iptables, args.split(" "))
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 441 milliseconds