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

/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-test-part.h53 kNonFatalFailure, // Failed but the test can continue. enumerator in enum:testing::TestPartResult::Type
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
/external/gtest/include/gtest/
H A Dgtest-test-part.h53 kNonFatalFailure, // Failed but the test can continue. enumerator in enum:testing::TestPartResult::Type
97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h53 kNonFatalFailure, // Failed but the test can continue. enumerator in enum:testing::TestPartResult::Type
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h53 kNonFatalFailure, // Failed but the test can continue. enumerator in enum:testing::TestPartResult::Type
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h53 kNonFatalFailure, // Failed but the test can continue. enumerator in enum:testing::TestPartResult::Type
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc90 (HasNonfatalFailure() ? kNonFatalFailure : 0));
98 } else if (WEXITSTATUS(status) == kNonFatalFailure) {
110 static const int kNonFatalFailure = 2; member in class:__anon5075::LinuxPtraceDumperChildTest
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h7191 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
15272 kNonFatalFailure, // Failed but the test can continue. enumerator in enum:testing::TestPartResult::Type
15314 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7995 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
17096 kNonFatalFailure, // Failed but the test can continue. enumerator in enum:testing::TestPartResult::Type
17140 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
19282 ::testing::TestPartResult::kNonFatalFailure)

Completed in 1219 milliseconds