Home
last modified time | relevance | path

Searched refs:WEXITSTATUS (Results 1 – 11 of 11) sorted by relevance

/ndk/tests/device/test-wait/jni/
Dtest_wait.c76 return WEXITSTATUS(status); in check_wait()
87 return WEXITSTATUS(status); in check_waitpid()
99 return WEXITSTATUS(status); in check_wait3()
111 return WEXITSTATUS(status); in check_wait4()
/ndk/sources/android/crazy_linker/tests/
Dtest_shared_relro.cpp95 int child_status = WEXITSTATUS(status); in main()
Dtest_relocated_shared_relro.cpp95 int child_status = WEXITSTATUS(status); in main()
Dtest_two_shared_relros.cpp109 int child_status = WEXITSTATUS(status); in main()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_test_utils.py187 return os.WEXITSTATUS(exit_code)
279 self._return_code = os.WEXITSTATUS(ret_code)
/ndk/sources/host-tools/make-3.81/
Djob.c146 # ifndef WEXITSTATUS
147 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
165 # ifndef WEXITSTATUS
166 # define WEXITSTATUS(x) ((x).w_retcode) macro
570 exit_code = WEXITSTATUS (status); in reap_children()
603 exit_code = WEXITSTATUS (status); in reap_children()
Dconfigure.in204 #ifdef WEXITSTATUS
207 conflicts with WEXITSTATUS et al, we don't want to use it at all. */
208 if (WEXITSTATUS (status) != 0) pid = -1;
210 /* If we have WEXITSTATUS and WTERMSIG, just use them on ints. */
Dmain.c2101 exit (WIFEXITED(status) ? WEXITSTATUS(status) : EXIT_FAILURE); in main()
Dconfigure8471 conflicts with WEXITSTATUS et al, we don't want to use it at all. */
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc160 return WIFEXITED(exit_status) && WEXITSTATUS(exit_status) == exit_code_; in operator ()()
192 m << "Exited with exit status " << WEXITSTATUS(exit_code); in ExitSummary()
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.08468 #ifdef WEXITSTATUS
8471 conflicts with WEXITSTATUS et al, we don't want to use it at all. */
8472 if (WEXITSTATUS (status) != 0) pid = -1;
8474 /* If we have WEXITSTATUS and WTERMSIG, just use them on ints. */