OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessError
(Results
1 - 10
of
10
) 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);
/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/deqp/execserver/
xsPosixTestProcess.cpp
219
catch (const de::
ProcessError
& e)
288
catch (const de::
ProcessError
& e)
/external/chromium-trace/catapult/telemetry/telemetry/internal/
story_runner.py
72
def
ProcessError
():
89
ProcessError
()
91
ProcessError
()
Completed in 199 milliseconds