Home
last modified time | relevance | path

Searched refs:ConnectionError (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py73 ConnectionError,
79 if not isinstance(e, ConnectionError):
80 raise ConnectionError(str(e))
90 raise ConnectionError("Timed out waiting for server")
93 raise ConnectionError("Connection closed")
98 raise ConnectionError("Bad message %r" % (line))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dclient.py35 raise ConnectionError("Connection closed")
44 raise ConnectionError("Bad response from server %r" % r)
48 raise ConnectionError("Bad response from server %r" % r)
H A Dtests.py320 with self.assertRaises(ConnectionError):
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p.h98ConnectionError = QGeoServiceProvider::ConnectionError, //TODO Qt6 merge with Map's ConnectionError enumerator
H A Dqdeclarativenavigator.cpp492 case QGeoServiceProvider::ConnectionError: in ensureEngine()
493 newError = ConnectionError; break; in ensureEngine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.h72 ConnectionError, enumerator
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/
H A Dxmlrpcclient.py62 except ConnectionError:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dsiggen.py582 except ConnectionError as e:
661 except ConnectionError as e:
701 except ConnectionError as e:
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp305 case QGeoServiceProvider::ConnectionError: in pluginReady()
H A Dqdeclarativegeoroutemodel.cpp361 case QGeoServiceProvider::ConnectionError: in pluginReady()