Home
last modified time | relevance | path

Searched refs:hasTestCaseResult (Results 1 – 5 of 5) sorted by relevance

/external/deqp/executor/
DxeBatchResult.cpp84 bool BatchResult::hasTestCaseResult (const char* casePath) const in hasTestCaseResult() function in xe::BatchResult
105 DE_ASSERT(!hasTestCaseResult(casePath)); in createTestCaseResult()
DxeBatchResult.hpp115 bool hasTestCaseResult (const char* casePath) const;
DxeBatchExecutor.cpp49 if (batchResult->hasTestCaseResult(fullPath.c_str())) in isExecutedInBatch()
141 if (m_batchResult->hasTestCaseResult(casePath)) in startTestCaseResult()
/external/deqp/executor/tools/
DxeMergeTestLogs.cpp98 if (m_batchResult->hasTestCaseResult(casePath)) in startTestCaseResult()
DxeCommandLineExecutor.cpp369 if (m_batchResult->hasTestCaseResult(casePath)) in startTestCaseResult()
425 if (batchResult.hasTestCaseResult(fullPath.c_str())) in printBatchResultSummary()