HomeSort by relevance Sort by last modified time
    Searched defs:Abort (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/protobuf/gtest/test/
gtest-death-test_test.cc 510 // Tests that EXPECT_DEATH doesn't abort the test on failure.
518 // Tests that ASSERT_DEATH does abort the test on failure.
614 abort();
630 // Tests that EXPECT_DEBUG_DEATH in debug mode does not abort
739 // The arguments to the calls to Abort since the last call to
773 virtual void Abort(AbortReason reason) {
937 // This time there are two calls to Abort: one since the test didn't
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
  /external/v8/src/base/platform/
platform-posix.cc 251 void OS::Abort() {
255 // Redirect to std abort to signal abnormal program termination.
256 abort();
  /external/v8/src/crankshaft/
lithium.cc 496 void LChunkBuilderBase::Abort(BailoutReason reason) {
  /external/v8/testing/gtest/test/
gtest-death-test_test.cc 575 // Tests that EXPECT_DEATH doesn't abort the test on failure.
583 // Tests that ASSERT_DEATH does abort the test on failure.
686 abort();
691 // Tests that EXPECT_DEBUG_DEATH in debug mode does not abort
921 // The arguments to the calls to Abort since the last call to
955 virtual void Abort(AbortReason reason) {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc 576 // Tests that EXPECT_DEATH doesn't abort the test on failure.
584 // Tests that ASSERT_DEATH does abort the test on failure.
687 abort();
692 // Tests that EXPECT_DEBUG_DEATH in debug mode does not abort
922 // The arguments to the calls to Abort since the last call to
956 virtual void Abort(AbortReason reason) {
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 577 // Tests that EXPECT_DEATH doesn't abort the test on failure.
585 // Tests that ASSERT_DEATH does abort the test on failure.
688 abort();
693 // Tests that EXPECT_DEBUG_DEATH in debug mode does not abort
857 // The arguments to the calls to Abort since the last call to
891 virtual void Abort(AbortReason reason) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 577 // Tests that EXPECT_DEATH doesn't abort the test on failure.
585 // Tests that ASSERT_DEATH does abort the test on failure.
688 abort();
693 // Tests that EXPECT_DEBUG_DEATH in debug mode does not abort
857 // The arguments to the calls to Abort since the last call to
891 virtual void Abort(AbortReason reason) {
    [all...]
  /art/runtime/
trace.cc 459 void Trace::Abort() {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 401 void Abort() {
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 266 posix::Abort();
374 void Abort(AbortReason reason);
468 void DeathTestImpl::Abort(AbortReason reason) {
    [all...]
  /external/googletest/googletest/src/
gtest-death-test.cc 277 posix::Abort();
387 void Abort(AbortReason reason);
481 void DeathTestImpl::Abort(AbortReason reason) {
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 277 posix::Abort();
387 void Abort(AbortReason reason);
481 void DeathTestImpl::Abort(AbortReason reason) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 228 posix::Abort();
339 void Abort(AbortReason reason) override;
433 void DeathTestImpl::Abort(AbortReason reason) {
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 266 posix::Abort();
376 void Abort(AbortReason reason);
470 void DeathTestImpl::Abort(AbortReason reason) {
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 215 abort();
323 void Abort(AbortReason reason);
414 void DeathTestImpl::Abort(AbortReason reason) {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 228 posix::Abort();
336 void Abort(AbortReason reason);
430 void DeathTestImpl::Abort(AbortReason reason) {
    [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp     [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc 275 posix::Abort();
385 void Abort(AbortReason reason);
479 void DeathTestImpl::Abort(AbortReason reason) {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 266 posix::Abort();
376 void Abort(AbortReason reason);
470 void DeathTestImpl::Abort(AbortReason reason) {
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 266 posix::Abort();
376 void Abort(AbortReason reason);
470 void DeathTestImpl::Abort(AbortReason reason) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 266 posix::Abort();
376 void Abort(AbortReason reason);
470 void DeathTestImpl::Abort(AbortReason reason) {
    [all...]

Completed in 2869 milliseconds

12 3 4