Home
last modified time | relevance | path

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

/external/bazelbuild-rules_rust/util/process_wrapper/
Doutput.rs33 pub(crate) enum ProcessError { enum
38 impl fmt::Display for ProcessError { implementation
47 impl error::Error for ProcessError {} implementation
49 impl From<io::Error> for ProcessError { implementation
55 impl From<String> for ProcessError { implementation
/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/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
3295 void MemoryRegionThread::ProcessError(struct ErrorRecord *error, in ProcessError() function in MemoryRegionThread