HomeSort by relevance Sort by last modified time
    Searched refs:SIGABRT (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/bionic/
abort.cpp 40 // Don't block SIGABRT to give any signal handler a chance; we ignore
44 sigdelset(&mask, SIGABRT);
47 raise(SIGABRT);
49 // If SIGABRT ignored, or caught and the handler returns,
50 // remove the SIGABRT signal handler and raise SIGABRT again.
55 sigaction(SIGABRT, &sa, &sa);
57 raise(SIGABRT);
  /external/valgrind/main/gdbserver_tests/
nlgone_abrt.stdoutB.exp 2 Program received signal SIGABRT, Aborted.
5 Program terminated with signal SIGABRT, Aborted.
gone.c 26 kill(getpid(), SIGABRT);
  /system/extras/tests/bionic/libstdc++/
test_csignal.cpp 46 #ifndef SIGABRT
47 #error "SIGABRT must be a macro"
  /bionic/tests/
fortify_test.cpp 67 testing::KilledBySignal(SIGABRT), "");
80 testing::KilledBySignal(SIGABRT), "");
92 testing::KilledBySignal(SIGABRT), "");
105 testing::KilledBySignal(SIGABRT), "");
118 testing::KilledBySignal(SIGABRT), "");
129 testing::KilledBySignal(SIGABRT), "");
149 ASSERT_EXIT(vsprintf_helper2("%s", "0123456789"), testing::KilledBySignal(SIGABRT), "");
154 ASSERT_EXIT(vsprintf_helper2("0123456789"), testing::KilledBySignal(SIGABRT), "");
175 ASSERT_EXIT(vsnprintf_helper2("%s", "0123456789"), testing::KilledBySignal(SIGABRT), "");
180 ASSERT_EXIT(vsnprintf_helper2("0123456789"), testing::KilledBySignal(SIGABRT), "");
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
signal_h.pass.cpp 27 #ifndef SIGABRT
28 #error SIGABRT not defined
  /external/libcxx/test/language.support/support.runtime/
csignal.pass.cpp 27 #ifndef SIGABRT
28 #error SIGABRT not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
signal_h.pass.cpp 27 #ifndef SIGABRT
28 #error SIGABRT not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
csignal.pass.cpp 27 #ifndef SIGABRT
28 #error SIGABRT not defined
  /external/chromium_org/base/mac/
os_crash_dumps.cc 40 SIGABRT
  /external/lldb/tools/debugserver/source/
SysSignal.cpp 28 case SIGABRT: return "SIGABRT"; // 6 abort()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
signum.h 38 #define SIGABRT 6 /* Abort (ANSI). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 38 #define SIGABRT 6 /* Abort (ANSI). */
  /external/bison/lib/
sigaction.c 68 for the signal SIGABRT. Only one signal handler is stored for both
69 SIGABRT and SIGABRT_COMPAT. SIGABRT_COMPAT is not a signal of its own. */
93 if (sig == SIGABRT)
94 signal (SIGABRT, SIG_DFL);
147 sig = SIGABRT;
sigprocmask.c 51 for the signal SIGABRT. Only one signal handler is stored for both
52 SIGABRT and SIGABRT_COMPAT. SIGABRT_COMPAT is not a signal of its own. */
120 sig = SIGABRT;
143 sig = SIGABRT;
163 sig = SIGABRT;
304 sig = SIGABRT;
  /external/chromium_org/sandbox/linux/services/
scoped_process_unittest.cc 56 // Disable this test on Android, SIGABRT is funky there.
58 PCHECK(SIG_ERR != signal(SIGABRT, SIG_DFL));
59 ScopedProcess process(base::Bind(&RaiseAndExit, SIGABRT));
63 EXPECT_EQ(SIGABRT, exit_code);
  /bionic/libc/include/sys/
_sigdefs.h 43 __BIONIC_SIGDEF(SIGABRT, "Aborted")
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(SIGABRT,6,"Aborted")
  /external/chromium_org/v8/tools/testrunner/objects/
output.py 49 self.exit_code != -signal.SIGABRT)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 29 #define SIGABRT 22 /* used by abort, replace SIGIOT in the future */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(SIGABRT,6,"Aborted")
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(SIGABRT,6,"Aborted")
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(SIGABRT,6,"Aborted")
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(SIGABRT,6,"Aborted")
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(SIGABRT,6,"Aborted")

Completed in 422 milliseconds

1 2 3 4 5 6 7 8