HomeSort by relevance Sort by last modified time
    Searched refs:TestProcessException (Results 1 - 5 of 5) sorted by null

  /external/deqp/execserver/
xsTestProcess.hpp 33 class TestProcessException : public std::runtime_error
36 TestProcessException (const std::string& message) : std::runtime_error(message) {}
xsPosixTestProcess.cpp 199 throw TestProcessException(string("Failed to remove '") + m_logFileName + "'");
223 throw TestProcessException(e.what());
244 throw TestProcessException("Failed to write case list");
xsTestDriver.cpp 71 catch (const TestProcessException& e)
xsWin32TestProcess.cpp 667 throw TestProcessException(string("Failed to remove '") + m_logFileName + "'");
691 throw TestProcessException(e.what());
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 165 throw xs::TestProcessException(std::string("Failed to remove '") + LOG_FILE_NAME + "'");
183 throw xs::TestProcessException("Failed to launch activity");

Completed in 263 milliseconds