Searched refs:TestPartResult (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/tests/camera2/
H A DTestForkerEventListener.h40 const ::testing::TestPartResult& test_part_result);
H A DTestForkerEventListener.cpp75 const ::testing::TestPartResult& test_part_result) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc118 // An object of this class appends a TestPartResult object to the
146 // Appends the TestPartResult object to the TestPartResultArray
151 virtual void ReportTestPartResult(const TestPartResult& result);
173 TestPartResult::Type type,
178 const TestPartResult::Type type_;
219 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
236 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
281 &gtest_failures, ::testing::TestPartResult::kNonFatalFailure, \
295 &gtest_failures, ::testing::TestPartResult::kNonFatalFailure, \
881 virtual void ReportTestPartResult(const TestPartResult
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7047 class TestPartResult; // Result of a test part.
7110 explicit GoogleTestFailureException(const TestPartResult& failure);
7992 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure)
7995 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
7998 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
17089 // Don't inherit from TestPartResult as its destructor is not virtual.
17090 class GTEST_API_ TestPartResult { class in namespace:testing
17100 // C'tor. TestPartResult does NOT have a default constructor.
17102 // TestPartResult object.
17103 TestPartResult(Typ function in class:testing::TestPartResult
[all...]

Completed in 109 milliseconds