Searched refs:exitstatus (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A Dglcpp-test-cr-lf23 read exitstatus
24 return $exitstatus
/external/autotest/client/common_lib/
H A Dpexpect.py154 exitstatus). If 'withexitstatus' is false then this returns just
186 (command_output, exitstatus) = run ('ls -l /bin', withexitstatus=1)
258 return (child_result, child.exitstatus)
369 in self.exitstatus or self.signalstatus. If the child exited normally
370 then exitstatus will store the exit return code and signalstatus will
372 signalstatus will store the signal value and exitstatus will be None.
391 self.exitstatus = None
465 s.append('exitstatus: ' + str(self.exitstatus))
1097 self.exitstatus
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb181 case status = $?.exitstatus
/external/mksh/src/
H A Djobs.c1589 int exitstatus = (WEXITSTATUS(p->status)) & 255; local
1593 else if (exitstatus == 0)
1597 exitstatus);
/external/python/cpython2/Lib/plat-mac/
H A Dpimp.py141 exitstatus = _cmd(output, self._dir,
146 return (not exitstatus)

Completed in 876 milliseconds