OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exit_status
(Results
101 - 125
of
165
) sorted by null
1
2
3
4
5
6
7
/ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc
153
bool ExitedWithCode::operator()(int
exit_status
) const {
156
return
exit_status
== exit_code_;
160
return WIFEXITED(
exit_status
) && WEXITSTATUS(
exit_status
) == exit_code_;
171
bool KilledBySignal::operator()(int
exit_status
) const {
172
return WIFSIGNALED(
exit_status
) && WTERMSIG(
exit_status
) == signum_;
206
// Returns true if
exit_status
describes a process that was terminated
208
bool ExitedUnsuccessfully(int
exit_status
) {
209
return !ExitedWithCode(0)(
exit_status
);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py
228
exit_status
= int(not main())
variable
229
sys.exit(
exit_status
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py
228
exit_status
= int(not main())
variable
229
sys.exit(
exit_status
)
/art/runtime/jdwp/
jdwp_main.cc
600
void JdwpState::ExitAfterReplying(int
exit_status
) {
601
LOG(WARNING) << "Debugger told VM to exit with status " <<
exit_status
;
603
exit_status_ =
exit_status
;
/external/chromium/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h
154
// Returns true if
exit_status
describes a process that was terminated
156
GTEST_API_ bool ExitedUnsuccessfully(int
exit_status
);
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h
154
// Returns true if
exit_status
describes a process that was terminated
156
GTEST_API_ bool ExitedUnsuccessfully(int
exit_status
);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-death-test-internal.h
154
// Returns true if
exit_status
describes a process that was terminated
156
GTEST_API_ bool ExitedUnsuccessfully(int
exit_status
);
/external/e2fsprogs/lib/ss/
listen.c
132
ss_info(sci_idx)->
exit_status
= code;
/external/gtest/include/gtest/internal/
gtest-death-test-internal.h
154
// Returns true if
exit_status
describes a process that was terminated
156
GTEST_API_ bool ExitedUnsuccessfully(int
exit_status
);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h
154
// Returns true if
exit_status
describes a process that was terminated
156
GTEST_API_ bool ExitedUnsuccessfully(int
exit_status
);
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h
154
// Returns true if
exit_status
describes a process that was terminated
156
GTEST_API_ bool ExitedUnsuccessfully(int
exit_status
);
/external/open-vcdiff/gtest/include/gtest/internal/
gtest-death-test-internal.h
148
// Returns true if
exit_status
describes a process that was terminated
150
bool ExitedUnsuccessfully(int
exit_status
);
/external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h
148
// Returns true if
exit_status
describes a process that was terminated
150
bool ExitedUnsuccessfully(int
exit_status
);
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h
154
// Returns true if
exit_status
describes a process that was terminated
156
GTEST_API_ bool ExitedUnsuccessfully(int
exit_status
);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc
[
all
...]
/external/openssh/
clientloop.c
153
static int
exit_status
; /* Used to store the command exit status. */
variable
[
all
...]
/external/e2fsprogs/misc/
fsck.c
570
inst->
exit_status
= 0;
625
inst->
exit_status
= status;
661
inst->device, inst->
exit_status
);
679
global_status |= inst->
exit_status
;
1331
status |= inst->
exit_status
;
/external/e2fsprogs/e2fsck/
crc32.c
545
int
exit_status
= 0;
local
562
exit_status
++;
/external/chromium/sdch/open-vcdiff/
ltmain.sh
370
exit_status
=$?
371
if test "$
exit_status
" -ne 0 && test ! -d "$my_xdir"; then
372
exit $
exit_status
952
exit_status
=$?
953
if test "$
exit_status
" -ne 0 && test ! -d "${xdir}$objdir"; then
954
exit $
exit_status
[
all
...]
/external/chromium/third_party/libevent/
ltmain.sh
370
exit_status
=$?
371
if test "$
exit_status
" -ne 0 && test ! -d "$my_xdir"; then
372
exit $
exit_status
952
exit_status
=$?
953
if test "$
exit_status
" -ne 0 && test ! -d "${xdir}$objdir"; then
954
exit $
exit_status
[
all
...]
/external/chromium_org/third_party/libevent/
ltmain.sh
370
exit_status
=$?
371
if test "$
exit_status
" -ne 0 && test ! -d "$my_xdir"; then
372
exit $
exit_status
952
exit_status
=$?
953
if test "$
exit_status
" -ne 0 && test ! -d "${xdir}$objdir"; then
954
exit $
exit_status
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh
365
exit_status
=$?
366
if test "$
exit_status
" -ne 0 && test ! -d "$my_xdir"; then
367
exit $
exit_status
944
exit_status
=$?
945
if test "$
exit_status
" -ne 0 && test ! -d "${xdir}$objdir"; then
946
exit $
exit_status
[
all
...]
/external/libffi/
ltmain.sh
364
exit_status
=$?
365
if test "$
exit_status
" -ne 0 && test ! -d "$my_xdir"; then
366
exit $
exit_status
945
exit_status
=$?
946
if test "$
exit_status
" -ne 0 && test ! -d "${xdir}$objdir"; then
947
exit $
exit_status
[
all
...]
/external/llvm/autoconf/
ltmain.sh
336
exit_status
=$?
337
if test "$
exit_status
" -ne 0 && test ! -d "$my_xdir"; then
338
exit $
exit_status
915
exit_status
=$?
916
if test "$
exit_status
" -ne 0 && test ! -d "${xdir}$objdir"; then
917
exit $
exit_status
[
all
...]
/external/llvm/projects/sample/autoconf/
ltmain.sh
336
exit_status
=$?
337
if test "$
exit_status
" -ne 0 && test ! -d "$my_xdir"; then
338
exit $
exit_status
915
exit_status
=$?
916
if test "$
exit_status
" -ne 0 && test ! -d "${xdir}$objdir"; then
917
exit $
exit_status
[
all
...]
Completed in 435 milliseconds
1
2
3
4
5
6
7