Home
last modified time | relevance | path

Searched refs:_exception (Results 1 – 9 of 9) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketClient.java401 Throwable _exception; field in WebSocketClient.WebSocketFuture
453 _exception=ex; in handshakeFailed()
519 if (_connection==null && _exception==null && _channel!=null) in cancel()
551 return _connection!=null && _exception==null; in isDone()
576 exception=_exception; in get()
579 exception=_exception; in get()
/external/autotest/client/cros/
Ddhcp_test_server.py84 self._exception = None
171 self._exception = None
180 if self._exception:
181 raise self._exception
301 self._exception = e
/external/autotest/server/cros/dynamic_suite/
Dreporting.py338 self._exception = control_file_exception
348 if isinstance(self._exception, error.ControlFileNotFound):
366 if isinstance(self._exception, error.ControlFileNotFound):
378 'to triage.\n%s\n') % str(self._exception)
382 'error': type(self._exception),
391 self._suite, type(self._exception))
/external/protobuf/python/
Dmox.py542 self._exception = None
570 if expected_method._exception:
571 raise expected_method._exception
736 self._exception = exception
/external/jetty/src/java/org/eclipse/jetty/server/session/
DJDBCSessionManager.java808 final AtomicReference<Exception> _exception = new AtomicReference<Exception>(); in loadSession() local
846 _exception.set(e); in loadSession()
870 if (_exception.get()!=null) in loadSession()
875 throw _exception.get(); in loadSession()
/external/chromium-trace/catapult/devil/devil/utils/
Dtimeout_retry.py128 def AlwaysRetry(_exception): argument
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
Dmox.py1080 self._exception = None
1118 if expected_method._exception:
1119 raise expected_method._exception
1311 self._exception = exception
/external/chromium-trace/catapult/third_party/mox3/mox3/
Dmox.py1080 self._exception = None
1118 if expected_method._exception:
1119 raise expected_method._exception
1311 self._exception = exception
/external/guice/lib/build/jdiff/
Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...