Searched refs:ProcessError (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeProcess.cpp46 throw ProcessError(deProcess_getLastError(m_process));
52 throw ProcessError(deProcess_getLastError(m_process));
58 throw ProcessError(deProcess_getLastError(m_process));
64 throw ProcessError(deProcess_getLastError(m_process));
70 throw ProcessError(deProcess_getLastError(m_process));
76 throw ProcessError(deProcess_getLastError(m_process));
82 throw ProcessError(deProcess_getLastError(m_process));
H A DdeProcess.hpp35 class ProcessError : public std::runtime_error class in namespace:de
38 ProcessError (const std::string& message) : std::runtime_error(message) {} function in class:de::ProcessError
/external/deqp/execserver/
H A DxsPosixTestProcess.cpp219 catch (const de::ProcessError& e)
288 catch (const de::ProcessError& e)
/external/stressapptest/src/
H A Dworker.h317 virtual void ProcessError(struct ErrorRecord *er,
433 virtual void ProcessError(struct ErrorRecord *er,
785 void ProcessError(struct ErrorRecord *error, int priority,
H A Dworker.cc578 void WorkerThread::ProcessError(struct ErrorRecord *error, function in class:WorkerThread
638 void FileThread::ProcessError(struct ErrorRecord *error, function in class:FileThread
818 ProcessError(&recorded[0], 0, errormessage.c_str());
838 ProcessError(&recorded[err], priority, errormessage.c_str());
874 ProcessError(&er, 12, errormessage.c_str());
1250 ProcessError(&er, 0, "Hardware Error");
1394 ProcessError(&er, 0, "Hardware Error");
3265 void MemoryRegionThread::ProcessError(struct ErrorRecord *error, function in class:MemoryRegionThread
3272 // just pass it to the original ProcessError to call a
3274 WorkerThread::ProcessError(erro
[all...]
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_runner.py497 def ProcessError(): function in function:_RunPage
522 ProcessError()
524 ProcessError()

Completed in 2048 milliseconds