Searched defs: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.cpp146 /// GetTestResult - Get the test result for the active set \p Changes with
154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
171 return DDAI.GetTestResult(S, Required);
289 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, function in class:DAGDeltaAlgorithmImpl
/external/chromium/testing/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());
/external/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());
/external/libvpx/libvpx/third_party/googletest/src/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());
/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 251 milliseconds