OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exitstatus
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/compiler/glsl/glcpp/tests/
glcpp-test-cr-lf
23
read
exitstatus
24
return $
exitstatus
/external/autotest/client/common_lib/
pexpect.py
154
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
))
[
all
...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb
181
case status = $?.
exitstatus
/external/mksh/src/
jobs.c
1566
int
exitstatus
= (WEXITSTATUS(p->status)) & 255;
local
[
all
...]
/external/python/cpython2/Lib/plat-mac/
pimp.py
141
exitstatus
= _cmd(output, self._dir,
146
return (not
exitstatus
)
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py
141
exitstatus
= _cmd(output, self._dir,
146
return (not
exitstatus
)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py
141
exitstatus
= _cmd(output, self._dir,
146
return (not
exitstatus
)
[
all
...]
/external/bison/
configure
[
all
...]
Completed in 1080 milliseconds