HomeSort by relevance Sort by last modified time
    Searched refs:test_abort (Results 1 - 6 of 6) sorted by null

  /external/clang/test/PCH/
functions.c 24 void __attribute__((noreturn)) test_abort(int code) { function
  /art/runtime/
parsed_options_test.cc 29 void* test_abort = reinterpret_cast<void*>(0xb); local
55 options.push_back(std::make_pair("abort", test_abort));
70 EXPECT_TRUE(test_abort == parsed->hook_abort_);
  /external/chromium_org/third_party/skia/tests/
DocumentTest.cpp 18 static void test_abort(skiatest::Reporter* reporter) { function
101 test_abort(reporter);
  /external/skia/tests/
DocumentTest.cpp 18 static void test_abort(skiatest::Reporter* reporter) { function
101 test_abort(reporter);
  /external/e2fsprogs/lib/ext2fs/
test_io.c 153 static void test_abort(io_channel channel, unsigned long block) function
342 test_abort(channel, block);
369 test_abort(channel, block);
396 test_abort(channel, block);
423 test_abort(channel, block);
  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 180 def test_abort(self): member in class:TestKilled

Completed in 304 milliseconds