Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp167 void AssertDeath(int signo);
244 void CrasherTest::AssertDeath(int signo) { in AssertDeath() function in CrasherTest
294 AssertDeath(SIGSEGV); in TEST_F()
314 AssertDeath(SIGSEGV); in TEST_F()
332 AssertDeath(SIGABRT); in TEST_F()
354 AssertDeath(SIGSEGV); in TEST_F()
383 AssertDeath(SIGABRT); in TEST_F()
403 AssertDeath(0); in TEST_F()
428 AssertDeath(SIGABRT); in TEST_F()
449 AssertDeath(SIGABRT); in TEST_F()
[all …]