Searched refs:GetTestResult (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Support/
H A DDeltaAlgorithm.cpp17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { function in class:DeltaAlgorithm
76 if (GetTestResult(*it)) {
91 if (GetTestResult(Complement)) {
106 if (GetTestResult(changeset_ty()))
H A DDAGDeltaAlgorithm.cpp148 /// GetTestResult - Get the test result for the active set \p Changes with
156 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
173 return DDAI.GetTestResult(S, Required);
291 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, function in class:DAGDeltaAlgorithmImpl
/external/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h48 /// GetTestResult - Get the test result for the \p Changes from the
53 bool GetTestResult(const changeset_ty &Changes);
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc5297 static const TestResult* GetTestResult( function in class:testing::TestInfoTest
5316 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count());
5319 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count());
/external/gtest/test/
H A Dgtest_unittest.cc5188 static const TestResult* GetTestResult( function in class:testing::TestInfoTest
5207 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count());
5210 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count());
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc5114 static const TestResult* GetTestResult( function in class:testing::TestInfoTest
5133 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count());
5136 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count());

Completed in 296 milliseconds