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

1 2 3 4 5 6

  /bionic/libc/bionic/
abort.cpp 43 // Don't block SIGABRT to give any signal handler a chance; we ignore
47 sigdelset(&mask, SIGABRT);
55 raise(SIGABRT);
57 // If SIGABRT ignored, or caught and the handler returns,
58 // remove the SIGABRT signal handler and raise SIGABRT again.
63 sigaction(SIGABRT, &sa, &sa);
65 raise(SIGABRT);
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_argchk.c 24 (void)raise(SIGABRT);
  /external/dropbear/
common-chansession.c 29 {SIGABRT, "ABRT"},
  /system/extras/tests/bionic/libstdc++/
test_csignal.cpp 46 #ifndef SIGABRT
47 #error "SIGABRT must be a macro"
  /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
  /bionic/tests/
fortify_test.cpp 47 testing::KilledBySignal(SIGABRT), "");
60 testing::KilledBySignal(SIGABRT), "");
71 testing::KilledBySignal(SIGABRT), "");
91 ASSERT_EXIT(vsprintf_helper2("%s", "0123456789"), testing::KilledBySignal(SIGABRT), "");
96 ASSERT_EXIT(vsprintf_helper2("0123456789"), testing::KilledBySignal(SIGABRT), "");
117 ASSERT_EXIT(vsnprintf_helper2("%s", "0123456789"), testing::KilledBySignal(SIGABRT), "");
122 ASSERT_EXIT(vsnprintf_helper2("0123456789"), testing::KilledBySignal(SIGABRT), "");
137 testing::KilledBySignal(SIGABRT), "");
151 testing::KilledBySignal(SIGABRT), "");
165 testing::KilledBySignal(SIGABRT), "");
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
signum.h 38 #define SIGABRT 6 /* Abort (ANSI). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h 38 #define SIGABRT 6 /* Abort (ANSI). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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;
  /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/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")
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(SIGABRT,6,"Aborted")
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(SIGABRT,6,"Aborted")
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(SIGABRT,6,"Aborted")
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(SIGABRT,6,"Aborted")
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(SIGABRT,6,"Aborted")
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(SIGABRT,6,"Aborted")

Completed in 116 milliseconds

1 2 3 4 5 6