Searched defs:DeathCheck (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sandbox/linux/tests/
H A Dunit_tests.h47 // While it is perfectly OK for a complex test to provide its own DeathCheck
52 // NOTE: If you do decide to write your own DeathCheck, make sure to use
106 typedef void (*DeathCheck)(int status, typedef in class:sandbox::UnitTests
120 DeathCheck death,
136 // A DeathCheck method that verifies that the test completed succcessfully.
138 // of this DeathCheck is unused (and thus unnamed)
141 // A DeathCheck method that verifies that the test completed succcessfully
147 // A DeathCheck method that verifies that the test completed with error
164 // A DeathCheck method that verifies that the test completed with a
172 // A DeathCheck metho
[all...]

Completed in 991 milliseconds