Home
last modified time | relevance | path

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

/external/deqp/execserver/
DxsDefs.hpp71 class ConnectionError : public Error class
74 ConnectionError (const std::string& message) : Error(message) {} in ConnectionError() function in xs::ConnectionError
/external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
Ddo_nothing_forwarder.py24 class ConnectionError(Error): class
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py14 class ConnectionError(Exception): class
/external/autotest/server/cros/faft/
Dfirmware_test.py26 ConnectionError = mode_switcher.ConnectionError variable