/external/google-breakpad/src/testing/gtest/include/gtest/ |
H A D | gtest-test-part.h | 46 // 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 117 // Prints a TestPartResult object. 118 std::ostream& operator<<(std::ostream& os, const TestPartResult& result); 120 // An array of TestPartResult objects. 128 // Appends the given TestPartResult to the array. 129 void Append(const TestPartResult [all...] |
/external/gtest/include/gtest/ |
H A D | gtest-test-part.h | 46 // 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 D | gtest-test-part.h | 46 // 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 D | gtest-test-part.h | 46 // 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 D | gtest-test-part.h | 46 // 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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
H A D | gtest-test-part.h | 46 // 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/protobuf/gtest/fused-src/gtest/ |
H A D | gtest.h | 6501 class TestPartResult; // Result of a test part. 7188 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure) 7191 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure) 7194 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess) 15265 // Don't inherit from TestPartResult as its destructor is not virtual. 15266 class GTEST_API_ TestPartResult { class in namespace:testing 15276 // C'tor. TestPartResult does NOT have a default constructor. 15278 // TestPartResult object. 15279 TestPartResult(Type a_type, function in class:testing::TestPartResult 15335 // Prints a TestPartResult objec [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
H A D | gtest.h | 7047 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/opencv3/modules/ts/include/opencv2/ts/ |
H A D | ts_gtest.h | 7098 class TestPartResult; // Result of a test part. 7167 explicit GoogleTestFailureException(const TestPartResult& failure); 8053 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure) 8056 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure) 8059 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess) 17150 // Don't inherit from TestPartResult as its destructor is not virtual. 17151 class GTEST_API_ TestPartResult { class in namespace:testing 17161 // C'tor. TestPartResult does NOT have a default constructor. 17163 // TestPartResult object. 17164 TestPartResult(Typ function in class:testing::TestPartResult [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
H A D | gtest.h | 7048 class TestPartResult; // Result of a test part. 7111 explicit GoogleTestFailureException(const TestPartResult& failure); 7993 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure) 7996 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure) 7999 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess) 17090 // Don't inherit from TestPartResult as its destructor is not virtual. 17091 class GTEST_API_ TestPartResult { class in namespace:testing 17101 // C'tor. TestPartResult does NOT have a default constructor. 17103 // TestPartResult object. 17104 TestPartResult(Typ function in class:testing::TestPartResult [all...] |