Home
last modified time | relevance | path

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

/system/utest/libfzl/
A Dvmo-probe.cpp21 ASSERT_NO_DEATH(rd_fn, addr, "Read probe failed when it should have succeeded."); in probe_access()
30 ASSERT_NO_DEATH(wr_fn, addr, "Write probe failed when it should have succeeded."); in probe_access()
/system/ulib/unittest/include/unittest/
A Dunittest.h640 #define ASSERT_NO_DEATH(fn, arg, msg) ASSERT_TRUE(unittest_run_no_death_fn(fn, arg), msg) macro

Completed in 8 milliseconds