Searched refs:hasTestCaseResult (Results 1 – 5 of 5) sorted by relevance
84 bool BatchResult::hasTestCaseResult (const char* casePath) const in hasTestCaseResult() function in xe::BatchResult105 DE_ASSERT(!hasTestCaseResult(casePath)); in createTestCaseResult()
115 bool hasTestCaseResult (const char* casePath) const;
49 if (batchResult->hasTestCaseResult(fullPath.c_str())) in isExecutedInBatch()141 if (m_batchResult->hasTestCaseResult(casePath)) in startTestCaseResult()
98 if (m_batchResult->hasTestCaseResult(casePath)) in startTestCaseResult()
369 if (m_batchResult->hasTestCaseResult(casePath)) in startTestCaseResult()425 if (batchResult.hasTestCaseResult(fullPath.c_str())) in printBatchResultSummary()