Searched refs:test_abort (Results 1 – 4 of 4) sorted by relevance
18 static void test_abort(skiatest::Reporter* reporter) { in test_abort() function101 test_abort(reporter); in DEF_TEST()
153 static void test_abort(io_channel channel, unsigned long block) in test_abort() function342 test_abort(channel, block); in test_read_blk()369 test_abort(channel, block); in test_write_blk()396 test_abort(channel, block); in test_read_blk64()423 test_abort(channel, block); in test_write_blk64()
24 void __attribute__((noreturn)) test_abort(int code) { in test_abort() function
12 def test_abort(self): member in TestMiscellaneous