OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_batchResult
(Results
1 - 4
of
4
) sorted by null
/external/deqp/executor/tools/
xeMergeTestLogs.cpp
65
:
m_batchResult
(batchResult)
72
xe::SessionInfo& combinedInfo =
m_batchResult
->getSessionInfo();
98
if (
m_batchResult
->hasTestCaseResult(casePath))
100
xe::TestCaseResultPtr existingResult =
m_batchResult
->getTestCaseResult(casePath);
105
return
m_batchResult
->createTestCaseResult(casePath);
119
xe::BatchResult* const
m_batchResult
;
xeCommandLineExecutor.cpp
299
:
m_batchResult
(batchResult)
305
m_batchResult
->getSessionInfo() = sessionInfo;
311
if (
m_batchResult
->hasTestCaseResult(casePath))
312
return
m_batchResult
->getTestCaseResult(casePath);
314
return
m_batchResult
->createTestCaseResult(casePath);
326
xe::BatchResult*
m_batchResult
;
xeTestLogCompare.cpp
203
:
m_batchResult
(batchResult)
210
readLogFile(
m_batchResult
, m_filename.c_str());
214
ShortBatchResult&
m_batchResult
;
/external/deqp/executor/
xeBatchExecutor.hpp
64
BatchResult*
m_batchResult
;
114
BatchResult*
m_batchResult
;
Completed in 114 milliseconds