Home
last modified time | relevance | path

Searched refs:GetTestResult (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Support/
DDeltaAlgorithm.cpp17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() function in DeltaAlgorithm
76 if (GetTestResult(*it)) { in Search()
91 if (GetTestResult(Complement)) { in Search()
106 if (GetTestResult(changeset_ty())) in Run()
DDAGDeltaAlgorithm.cpp152 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
169 return DDAI.GetTestResult(S, Required); in ExecuteOneTest()
283 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult() function in DAGDeltaAlgorithmImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDeltaAlgorithm.cpp18 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() function in DeltaAlgorithm
77 if (GetTestResult(*it)) { in Search()
92 if (GetTestResult(Complement)) { in Search()
107 if (GetTestResult(changeset_ty())) in Run()
DDAGDeltaAlgorithm.cpp152 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
169 return DDAI.GetTestResult(S, Required); in ExecuteOneTest()
291 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult() function in DAGDeltaAlgorithmImpl
/external/swiftshader/third_party/LLVM/lib/Support/
DDeltaAlgorithm.cpp17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() function in DeltaAlgorithm
76 if (GetTestResult(*it)) { in Search()
91 if (GetTestResult(Complement)) { in Search()
106 if (GetTestResult(changeset_ty())) in Run()
DDAGDeltaAlgorithm.cpp154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
171 return DDAI.GetTestResult(S, Required); in ExecuteOneTest()
289 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult() function in DAGDeltaAlgorithmImpl
/external/toolchain-utils/bestflags/
Dtask.py156 TEST_STAGE: self.GetTestResult}
351 def GetTestResult(self): member in Task
448 assert other.GetTestResult() is not None
450 return self._exe_cost < other.GetTestResult()
Dgenetic_algorithm.py215 best_parent = sorted(parents, key=lambda task: task.GetTestResult())[0]
216 best_current = sorted(tasks, key=lambda task: task.GetTestResult())[0]
257 sort_func = lambda task: task.GetTestResult()
/external/llvm/include/llvm/ADT/
DDeltaAlgorithm.h53 bool GetTestResult(const changeset_ty &Changes);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDeltaAlgorithm.h53 bool GetTestResult(const changeset_ty &Changes);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDeltaAlgorithm.h53 bool GetTestResult(const changeset_ty &Changes);
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc5333 static const TestResult* GetTestResult( in GetTestResult() function in testing::TestInfoTest
5352 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count()); in TEST_F()
5355 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count()); in TEST_F()
/external/googletest/googletest/test/
Dgtest_unittest.cc5359 static const TestResult* GetTestResult( in GetTestResult() function in testing::TestInfoTest
5378 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count()); in TEST_F()
5381 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count()); in TEST_F()