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/autotest/server/cros/faft/utils/
Dmode_switcher.py10 class ConnectionError(Exception): class
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc124 TEST_P(BindingTest, ConnectionError) { in TEST_P() argument
/external/autotest/server/cros/faft/
Dfirmware_test.py28 ConnectionError = mode_switcher.ConnectionError variable