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

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
119 // Prints a TestPartResult object.
120 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
122 // An array of TestPartResult objects.
130 // Appends the given TestPartResult to the array.
131 void Append(const TestPartResult
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
116 // Prints a TestPartResult object.
117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
119 // An array of TestPartResult objects.
127 // Appends the given TestPartResult to the array.
128 void Append(const TestPartResult
[all...]
/external/gtest/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
119 // Prints a TestPartResult object.
120 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
122 // An array of TestPartResult objects.
130 // Appends the given TestPartResult to the array.
131 void Append(const TestPartResult
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
116 // Prints a TestPartResult object.
117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
119 // An array of TestPartResult objects.
127 // Appends the given TestPartResult to the array.
128 void Append(const TestPartResult
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
116 // Prints a TestPartResult object.
117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
119 // An array of TestPartResult objects.
127 // Appends the given TestPartResult to the array.
128 void Append(const TestPartResult
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h45 // Don't inherit from TestPartResult as its destructor is not virtual.
46 class TestPartResult { class in namespace:testing
56 // C'tor. TestPartResult does NOT have a default constructor.
58 // TestPartResult object.
59 TestPartResult(Type type, function in class:testing::TestPartResult
115 // Prints a TestPartResult object.
116 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
118 // An array of TestPartResult objects.
130 // Appends the given TestPartResult to the array.
131 void Append(const TestPartResult
[all...]
/external/chromium_org/third_party/libvpx/source/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...]
/external/libvpx/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 2343 milliseconds