Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/util/process_wrapper/
H A 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
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A 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
/aosp_15_r20/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java318 static class ProcessError { class in ProcessErrorsTest
321 public ProcessError(ProcessErrorStateInfo newInfo) { in ProcessError() method in ProcessErrorsTest.ProcessError
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dcontext.py14 class ProcessError(Exception): class
32 ProcessError = ProcessError variable in BaseContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dcontext.py14 class ProcessError(Exception): class
32 ProcessError = ProcessError variable in BaseContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dcontext.py14 class ProcessError(Exception): class
32 ProcessError = ProcessError variable in BaseContext
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dcontext.py14 class ProcessError(Exception): class
32 ProcessError = ProcessError variable in BaseContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dcontext.py14 class ProcessError(Exception): class
32 ProcessError = ProcessError variable in BaseContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dcontext.py14 class ProcessError(Exception): class
32 ProcessError = ProcessError variable in BaseContext
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/libs/proc/
Dprocess.py29 class ProcessError(Exception): class
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
D__init__.py71 class ProcessError(Exception): class
/aosp_15_r20/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.c20 PyObject *ProcessError, *BufferTooShort; variable
/aosp_15_r20/external/stressapptest/src/
H A 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
/aosp_15_r20/system/extras/simpleperf/
H A DETMDecoder.cpp115 void ProcessError(const ocsdError& error) { in ProcessError() function in simpleperf::__anon3f3c96020111::ETMV4IDecodeTree