HomeSort by relevance Sort by last modified time
    Searched refs:ProcessError (Results 1 - 16 of 16) sorted by null

  /external/deqp/framework/delibs/decpp/
deProcess.cpp 46 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));
deProcess.hpp 35 class ProcessError : public std::runtime_error
38 ProcessError (const std::string& message) : std::runtime_error(message) {}
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 54 private static final Collection<ProcessError> mAsyncErrors =
55 Collections.synchronizedSet(new LinkedHashSet<ProcessError>());
97 final Set<ProcessError> errSet = new LinkedHashSet<ProcessError>();
100 final Collection<ProcessError> errProcs = runOneActivity(app);
142 public Collection<ProcessError> runOneActivity(ResolveInfo app) {
152 final Collection<ProcessError> preErrProcs =
153 ProcessError.fromCollection(mActivityManager.getProcessesInErrorState());
179 final Collection<ProcessError> errProcs =
180 ProcessError.fromCollection(mActivityManager.getProcessesInErrorState())
    [all...]
SmokeTestRunner.java 72 final Set<ProcessError> errSet = new HashSet<ProcessError>();
73 final Collection<ProcessError> errProcs = runOneActivity(app);
  /system/connectivity/wifilogd/
main_loop.h 42 void ProcessError(Os::Errno err);
main_loop.cpp 58 ProcessError(err);
73 void MainLoop::ProcessError(Os::Errno err) {
  /external/python/cpython2/Lib/multiprocessing/
__init__.py 71 class ProcessError(Exception):
74 class BufferTooShort(ProcessError):
77 class TimeoutError(ProcessError):
80 class AuthenticationError(ProcessError):
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
__init__.py 71 class ProcessError(Exception):
74 class BufferTooShort(ProcessError):
77 class TimeoutError(ProcessError):
80 class AuthenticationError(ProcessError):
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
__init__.py 71 class ProcessError(Exception):
74 class BufferTooShort(ProcessError):
77 class TimeoutError(ProcessError):
80 class AuthenticationError(ProcessError):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 71 class ProcessError(Exception):
74 class BufferTooShort(ProcessError):
77 class TimeoutError(ProcessError):
80 class AuthenticationError(ProcessError):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 71 class ProcessError(Exception):
74 class BufferTooShort(ProcessError):
77 class TimeoutError(ProcessError):
80 class AuthenticationError(ProcessError):
  /external/python/cpython3/Lib/multiprocessing/
context.py 14 class ProcessError(Exception):
17 class BufferTooShort(ProcessError):
20 class TimeoutError(ProcessError):
23 class AuthenticationError(ProcessError):
32 ProcessError = ProcessError
  /external/deqp/execserver/
xsPosixTestProcess.cpp 219 catch (const de::ProcessError& e)
288 catch (const de::ProcessError& e)
  /external/stressapptest/src/
worker.h 316 virtual void ProcessError(struct ErrorRecord *er,
432 virtual void ProcessError(struct ErrorRecord *er,
795 void ProcessError(struct ErrorRecord *error, int priority,
worker.cc 570 void WorkerThread::ProcessError(struct ErrorRecord *error,
630 void FileThread::ProcessError(struct ErrorRecord *error,
813 ProcessError(&recorded[0], 0, errormessage.c_str());
831 ProcessError(&recorded[err], priority, errormessage.c_str());
862 ProcessError(&er, 12, errormessage.c_str());
    [all...]
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.c 20 PyObject *ProcessError, *BufferTooShort;

Completed in 346 milliseconds