Home
last modified time | relevance | path

Searched refs:BatchExecutor (Results 1 – 3 of 3) sorted by relevance

/external/deqp/executor/
DxeBatchExecutor.cpp157 BatchExecutor::BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode… in BatchExecutor() function in xe::BatchExecutor
170 BatchExecutor::~BatchExecutor (void) in ~BatchExecutor()
174 void BatchExecutor::run (void) in run()
227 void BatchExecutor::cancel (void) in cancel()
233 void BatchExecutor::onStateChanged (CommLinkState state, const char* message) in onStateChanged()
287 void BatchExecutor::onTestLogData (const deUint8* bytes, size_t numBytes) in onTestLogData()
300 void BatchExecutor::onInfoLogData (const deUint8* bytes, size_t numBytes) in onInfoLogData()
340 void BatchExecutor::launchTestSet (const TestSet& testSet) in launchTestSet()
350 void BatchExecutor::enqueueStateChanged (void* userPtr, CommLinkState state, const char* message) in enqueueStateChanged()
352 BatchExecutor* executor = static_cast<BatchExecutor*>(userPtr); in enqueueStateChanged()
[all …]
DxeBatchExecutor.hpp67 class BatchExecutor class
70BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode* root, const…
71 ~BatchExecutor (void);
77 BatchExecutor (const BatchExecutor& other);
78 BatchExecutor& operator= (const BatchExecutor& other);
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp512 static xe::BatchExecutor* s_executor = DE_NULL;
520 void setupSignalHandler (xe::BatchExecutor* executor) in setupSignalHandler()
546 static xe::BatchExecutor* s_executor = DE_NULL;
554 void setupSignalHandler (xe::BatchExecutor* executor) in setupSignalHandler()
568 void setupSignalHandler (xe::BatchExecutor*) in setupSignalHandler() argument
610 …xe::BatchExecutor executor(cmdLine.targetCfg, commLink.get(), &root, testSet, &batchResult, &infoL… in runExecutor()