HomeSort by relevance Sort by last modified time
    Searched refs:WIFSIGNALED (Results 51 - 74 of 74) sorted by null

1 23

  /external/chromium/base/
process_util_posix.cc 690 if (WIFSIGNALED(status)) {
726 DCHECK(WIFSIGNALED(status));
739 if (WIFSIGNALED(status)) {
process_util_unittest.cc 201 int signaled = WIFSIGNALED(exit_code);
246 int signaled = WIFSIGNALED(exit_code);
  /external/dbus/dbus/
dbus-spawn.c 335 else if (WIFSIGNALED (sitter->status))
425 WIFEXITED (sitter->status), WIFSIGNALED (sitter->status),
705 else if (WIFSIGNALED (sitter->status))
    [all...]
  /external/dbus/test/
break-loader.c 148 else if (WIFSIGNALED (status))
  /frameworks/base/cmds/dumpstate/
utils.c 189 if (WIFSIGNALED(status)) {
  /system/core/adb/
services.c 361 if (WIFSIGNALED(status)) {
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 134 return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_;
155 } else if (WIFSIGNALED(exit_code)) {
    [all...]
  /external/clang/www/demo/
index.cgi 285 if ( WIFSIGNALED($retcode) != 0 ) {
  /external/gtest/src/
gtest-death-test.cc 130 return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_;
147 } else if (WIFSIGNALED(exit_code)) {
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 134 return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_;
155 } else if (WIFSIGNALED(exit_code)) {
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 130 return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_;
147 } else if (WIFSIGNALED(exit_code)) {
    [all...]
  /external/v8/src/
d8-posix.cc 431 if (WIFSIGNALED(child_status)) {
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 36 public static boolean WIFSIGNALED(int status) { return (WTERMSIG(status + 1) >= 2); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 89 # define WIFSIGNALED(status) __WIFSIGNALED(__WAIT_INT(status))
  /external/bluetooth/glib/glib/
gtestutils.c     [all...]
  /external/mksh/src/
jobs.c 1076 WIFSIGNALED(status) &&
1173 if (WIFSIGNALED(status))
    [all...]
  /external/dropbear/
svr-chansession.c 115 if (WIFSIGNALED(status)) {
  /external/e2fsprogs/misc/
fsck.c 610 else if (WIFSIGNALED(status)) {
  /system/core/sh/
jobs.c 462 else /* WIFSIGNALED(ps->status) */
1025 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGINT)
  /bootable/recovery/updater/
install.c 1063 } else if (WIFSIGNALED(status)) {
    [all...]
  /external/ppp/pppd/
main.c     [all...]
  /external/valgrind/main/coregrind/
launcher-aix5.c     [all...]
  /external/strace/
strace.c     [all...]
process.c     [all...]

Completed in 908 milliseconds

1 23