Home
last modified time | relevance | path

Searched defs:ConnectionError (Results 1 – 5 of 5) 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/libmojo/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc132 TEST_F(BindingTest, ConnectionError) { in TEST_F() argument
/external/autotest/server/cros/faft/
Dfirmware_test.py24 ConnectionError = mode_switcher.ConnectionError variable