Home
last modified time | relevance | path

Searched defs:ConnectionError (Results 1 – 6 of 6) 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/syzkaller/vendor/google.golang.org/grpc/transport/
Dtransport.go644 type ConnectionError struct { struct
645 Desc string
646 temp bool
647 err error
650 func (e ConnectionError) Error() string {
655 func (e ConnectionError) Temporary() bool {
660 func (e ConnectionError) Origin() error {
/external/syzkaller/vendor/golang.org/x/net/http2/
Derrors.go58 type ConnectionError ErrCode type
/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
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc124 TEST_P(BindingTest, ConnectionError) { in TEST_P() argument