Home
last modified time | relevance | path

Searched defs:ProcessError (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeProcess.hpp35 class ProcessError : public std::runtime_error class
38 ProcessError (const std::string& message) : std::runtime_error(message) {} in ProcessError() function in de::ProcessError
/external/python/cpython2/Lib/multiprocessing/
D__init__.py71 class ProcessError(Exception): class
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.c20 PyObject *ProcessError, *BufferTooShort; variable
/external/python/cpython3/Lib/multiprocessing/
Dcontext.py14 class ProcessError(Exception): class
32 ProcessError = ProcessError variable in BaseContext
/external/stressapptest/src/
Dworker.cc570 void WorkerThread::ProcessError(struct ErrorRecord *error, in ProcessError() function in WorkerThread
630 void FileThread::ProcessError(struct ErrorRecord *error, in ProcessError() function in FileThread
3291 void MemoryRegionThread::ProcessError(struct ErrorRecord *error, in ProcessError() function in MemoryRegionThread