/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 17 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()
|
D | DAGDeltaAlgorithm.cpp | 151 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/ |
D | DeltaAlgorithm.cpp | 17 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()
|
D | DAGDeltaAlgorithm.cpp | 151 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/ |
D | DeltaAlgorithm.cpp | 17 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()
|
D | DAGDeltaAlgorithm.cpp | 152 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/ |
D | task.py | 156 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()
|
D | genetic_algorithm.py | 215 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/ |
D | DeltaAlgorithm.h | 53 bool GetTestResult(const changeset_ty &Changes);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DeltaAlgorithm.h | 52 bool GetTestResult(const changeset_ty &Changes);
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | DeltaAlgorithm.h | 52 bool GetTestResult(const changeset_ty &Changes);
|
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/lib/tpm/ |
D | sub.mk | 184 srcs-y += tpm_symlink/TPMCmd/tpm/src/command/Testing/GetTestResult.c
|
/external/tpm2-tss/ |
D | CHANGELOG.md | 564 - Added GetTestResult functions (had missed these previously) 566 - Added GetTestResult tests.
|
/external/googletest/googletest/test/ |
D | gtest_unittest.cc | 5362 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/ |
D | gtest_unittest.cc | 5280 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()
|