HomeSort by relevance Sort by last modified time
    Searched defs:TimeoutError (Results 1 - 13 of 13) sorted by null

  /external/volley/src/main/java/com/android/volley/
TimeoutError.java 21 public class TimeoutError extends VolleyError {}
  /external/chromium-trace/catapult/devil/devil/utils/
reraiser_thread.py 17 class TimeoutError(Exception):
153 raise TimeoutError('Timed out waiting for %d of %d threads.' %
190 except TimeoutError:
cmd_helper.py 234 class TimeoutError(Exception):
238 super(TimeoutError, self).__init__()
263 raise TimeoutError()
340 raise TimeoutError()
374 the process must finish. If it fails to do so, a TimeoutError
381 TimeoutError: if timeout is set and the process does not complete.
407 TimeoutError on timeout.
418 except TimeoutError:
419 raise TimeoutError(output.getvalue())
  /external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/
future.py 29 and TimeoutError exceptions rather than raising the implementation-private
31 built-in-but-only-in-3.3-and-later TimeoutError.
39 class TimeoutError(Exception):
154 TimeoutError: If a timeout value is passed and the computation does not
179 TimeoutError: If a timeout value is passed and the computation does not
202 TimeoutError: If a timeout value is passed and the computation does not
  /external/python/cpython3/Lib/asyncio/
base_futures.py 10 TimeoutError = concurrent.futures.TimeoutError
futures.py 4 'CancelledError', 'TimeoutError', 'InvalidStateError',
20 TimeoutError = base_futures.TimeoutError
  /external/python/cpython2/Lib/multiprocessing/
__init__.py 49 'allow_connection_pickling', 'BufferTooShort', 'TimeoutError',
77 class TimeoutError(ProcessError):
  /external/autotest/server/cros/cfm/configurable_test/
actions.py 267 @raises TimeoutError if the devices do not turn off/on within
389 class TimeoutError(RuntimeError):
405 @raises TimeoutError in case the condition does not become true within
414 raise TimeoutError('Timeout after %s seconds waiting for condition %s'
  /external/python/cpython3/Lib/concurrent/futures/
_base.py 52 class TimeoutError(Error):
211 TimeoutError: If the entire result iterator could not be generated
236 raise TimeoutError(
417 TimeoutError: If the future didn't finish executing before the given
434 raise TimeoutError()
450 TimeoutError: If the future didn't finish executing before the given
467 raise TimeoutError()
568 TimeoutError: If the entire result iterator could not be generated
  /external/python/cpython3/Lib/multiprocessing/
context.py 20 class TimeoutError(ProcessError):
34 TimeoutError = TimeoutError
  /external/python/futures/concurrent/futures/
_base.py 54 class TimeoutError(Error):
213 TimeoutError: If the entire result iterator could not be generated
240 raise TimeoutError(
447 TimeoutError: If the future didn't finish executing before the given
464 raise TimeoutError()
481 TimeoutError: If the future didn't finish executing before the given
497 raise TimeoutError()
513 TimeoutError: If the future didn't finish executing before the given
622 TimeoutError: If the entire result iterator could not be generated
  /external/autotest/client/common_lib/
utils.py     [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py 218 def TimeoutError(self, msg=None):
626 self.TimeoutError())):
648 self.TimeoutError())):
669 self.TimeoutError())):
694 'dumpsys wifi', ensure_logs_on_timeout=False), self.TimeoutError())):
    [all...]

Completed in 2410 milliseconds