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

/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-test-part.h54 kFatalFailure // Failed and the test should be terminated. enumerator in enum:testing::TestPartResult::Type
98 bool fatally_failed() const { return type_ == kFatalFailure; }
/external/googletest/googletest/include/gtest/
H A Dgtest-test-part.h54 kFatalFailure // Failed and the test should be terminated. enumerator in enum:testing::TestPartResult::Type
100 bool fatally_failed() const { return type_ == kFatalFailure; }
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest-test-part.h54 kFatalFailure // Failed and the test should be terminated. enumerator in enum:testing::TestPartResult::Type
100 bool fatally_failed() const { return type_ == kFatalFailure; }
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h54 kFatalFailure // Failed and the test should be terminated. enumerator in enum:testing::TestPartResult::Type
98 bool fatally_failed() const { return type_ == kFatalFailure; }
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h54 kFatalFailure // Failed and the test should be terminated. enumerator in enum:testing::TestPartResult::Type
98 bool fatally_failed() const { return type_ == kFatalFailure; }
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h54 kFatalFailure // Failed and the test should be terminated. enumerator in enum:testing::TestPartResult::Type
98 bool fatally_failed() const { return type_ == kFatalFailure; }
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h54 kFatalFailure // Failed and the test should be terminated. enumerator in enum:testing::TestPartResult::Type
98 bool fatally_failed() const { return type_ == kFatalFailure; }
/external/v8/testing/gtest/include/gtest/
H A Dgtest-test-part.h54 kFatalFailure // Failed and the test should be terminated. enumerator in enum:testing::TestPartResult::Type
100 bool fatally_failed() const { return type_ == kFatalFailure; }
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-test-part.h54 kFatalFailure // Failed and the test should be terminated. enumerator in enum:testing::TestPartResult::Type
100 bool fatally_failed() const { return type_ == kFatalFailure; }
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc89 exit(HasFatalFailure() ? kFatalFailure :
96 if (WEXITSTATUS(status) == kFatalFailure) {
109 static const int kFatalFailure = 1; member in class:__anon6693::LinuxPtraceDumperChildTest
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h7188 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure)
15273 kFatalFailure // Failed and the test should be terminated. enumerator in enum:testing::TestPartResult::Type
15317 bool fatally_failed() const { return type_ == kFatalFailure; }
/external/fmtlib/test/gtest/
H A Dgtest.h7992 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure)
17097 kFatalFailure // Failed and the test should be terminated. enumerator in enum:testing::TestPartResult::Type
17143 bool fatally_failed() const { return type_ == kFatalFailure; }
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7993 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure)
17098 kFatalFailure // Failed and the test should be terminated. enumerator in enum:testing::TestPartResult::Type
17144 bool fatally_failed() const { return type_ == kFatalFailure; }

Completed in 526 milliseconds