Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/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.cpp151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
168 return DDAI.GetTestResult(S, Required); in ExecuteOneTest()
290 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult() function in DAGDeltaAlgorithmImpl
/external/llvm-project/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.cpp151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
168 return DDAI.GetTestResult(S, Required); in ExecuteOneTest()
290 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult() function in DAGDeltaAlgorithmImpl
/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/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-10.0/llvm/include/llvm/ADT/
DDeltaAlgorithm.h52 bool GetTestResult(const changeset_ty &Changes);
/external/llvm-project/llvm/include/llvm/ADT/
DDeltaAlgorithm.h52 bool GetTestResult(const changeset_ty &Changes);
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/lib/tpm/
Dsub.mk184 srcs-y += tpm_symlink/TPMCmd/tpm/src/command/Testing/GetTestResult.c
/external/tpm2-tss/
DCHANGELOG.md564 - Added GetTestResult functions (had missed these previously)
566 - Added GetTestResult tests.
/external/googletest/googletest/test/
Dgtest_unittest.cc5362 static const TestResult* GetTestResult( in GetTestResult() function in testing::TestInfoTest
5381 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count()); in TEST_F()
5384 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count()); in TEST_F()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_unittest.cc5280 static const TestResult* GetTestResult( in GetTestResult() function in testing::TestInfoTest
5299 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count()); in TEST_F()
5302 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count()); in TEST_F()