Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/execserver/
H A DxsPosixTestProcess.cpp194 throw TestProcessException(string("Failed to remove '") + m_logFileName + "'"); in start()
218 throw TestProcessException(e.what()); in start()
239 throw TestProcessException("Failed to write case list"); in start()
H A DxsTestProcess.hpp33 class TestProcessException : public std::runtime_error class
36 TestProcessException(const std::string &message) : std::runtime_error(message) in TestProcessException() function in xs::TestProcessException
H A DxsWin32TestProcess.cpp661 throw TestProcessException(string("Failed to remove '") + m_logFileName + "'"); in start()
686 throw TestProcessException(e.what()); in start()
H A DxsTestDriver.cpp71 catch (const TestProcessException &e) in startProcess()
/aosp_15_r20/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.cpp170 throw xs::TestProcessException(std::string("Failed to remove '") + LOG_FILE_NAME + "'"); in start()
188 throw xs::TestProcessException("Failed to launch activity"); in start()