Searched refs:ProcessError (Results 1 - 8 of 8) 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/python/cpython2/Lib/multiprocessing/
H A D__init__.py71 class ProcessError(Exception): class in inherits:Exception
74 class BufferTooShort(ProcessError):
77 class TimeoutError(ProcessError):
80 class AuthenticationError(ProcessError):
/external/python/cpython3/Lib/multiprocessing/
H A Dcontext.py14 class ProcessError(Exception): class in inherits:Exception
17 class BufferTooShort(ProcessError):
20 class TimeoutError(ProcessError):
23 class AuthenticationError(ProcessError):
32 ProcessError = ProcessError variable in class:BaseContext
/external/deqp/execserver/
H A DxsPosixTestProcess.cpp219 catch (const de::ProcessError& e)
288 catch (const de::ProcessError& e)
/external/stressapptest/src/
H A Dworker.h316 virtual void ProcessError(struct ErrorRecord *er,
432 virtual void ProcessError(struct ErrorRecord *er,
795 void ProcessError(struct ErrorRecord *error, int priority,
H A Dworker.cc570 void WorkerThread::ProcessError(struct ErrorRecord *error, function in class:WorkerThread
630 void FileThread::ProcessError(struct ErrorRecord *error, function in class:FileThread
813 ProcessError(&recorded[0], 0, errormessage.c_str());
831 ProcessError(&recorded[err], priority, errormessage.c_str());
862 ProcessError(&er, 12, errormessage.c_str());
1243 ProcessError(&er, 0, "Hardware Error");
1387 ProcessError(&er, 0, "Hardware Error");
3291 void MemoryRegionThread::ProcessError(struct ErrorRecord *error, function in class:MemoryRegionThread
3298 // just pass it to the original ProcessError to call a
3300 WorkerThread::ProcessError(erro
[all...]
/external/python/cpython2/Modules/_multiprocessing/
H A Dmultiprocessing.c20 PyObject *ProcessError, *BufferTooShort; variable

Completed in 397 milliseconds