Home
last modified time | relevance | path

Searched refs:SIGABRT (Results 1 – 13 of 13) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/
Dcrash_reporter.cc64 sigaction(SIGABRT, &action, &g_orig_action[SIGABRT]); in InitCrashReporter()
/frameworks/av/media/utils/include/mediautils/
DTidWrapper.h46 return syscall(SYS_rt_tgsigqueueinfo, pid, tid, SIGABRT, &siginfo); in abortTid()
/frameworks/av/media/module/libwatchdog/
DWatchdog.cpp35 sev.sigev_signo = SIGABRT; in Watchdog()
/frameworks/base/libs/hwui/tests/unit/
Dmain.cpp31 SIGABRT, SIGSEGV, SIGBUS,
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_DisplayTransactionCommitTest.cpp285 testing::KilledBySignal(SIGABRT), "Primary display cannot be disconnected."); in TEST_F()
335 testing::KilledBySignal(SIGABRT), "Primary display cannot be disconnected."); in TEST_F()
393 testing::KilledBySignal(SIGABRT), "Primary display cannot be disconnected."); in TEST_F()
DSurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp312 testing::KilledBySignal(SIGABRT), "Missing primary display"); in TEST_F()
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_signal_handling.cc149 case SIGABRT: in IsReservedSignal()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java640 public static final int SIGABRT = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp508 initConstant(env, c, "SIGABRT", SIGABRT); in OsConstants_initConstants()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationExitInfoTest.java510 sigNum = OsConstants.SIGABRT; in testApplicationExitInfo()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp874 EXPECT_TRUE(WIFSIGNALED(wstatus) && WTERMSIG(wstatus) == SIGABRT) in TEST_P()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27929 field public static final int SIGABRT;