Searched refs:TimeoutError (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Derrors.py29 'TimeoutError',
49 class TimeoutError(TransientError): class in inherits:TransientError
110 TimeoutError: if HTTP request timed out.
131 raise TimeoutError(msg)
H A Dstorage_api.py131 raise errors.TimeoutError(
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DExceptionCode.h62 TimeoutError, enumerator in enum:blink::__anon11047
/external/chromium_org/build/android/pylib/utils/
H A Dreraiser_thread.py16 class TimeoutError(Exception): class in inherits:Exception
120 raise TimeoutError('Timed out waiting for %d of %d threads.' %
142 except TimeoutError:
H A Dtimeout_retry_unittest.py37 self.assertRaises(reraiser_thread.TimeoutError,
H A Dreraiser_thread_unittest.py90 with self.assertRaises(reraiser_thread.TimeoutError):
/external/chromium_org/build/android/pylib/
H A Dcmd_helper.py110 class TimeoutError(Exception): class in inherits:Exception
148 raise TimeoutError
/external/chromium_org/tools/valgrind/
H A Dcommon.py18 class TimeoutError(Exception): class in inherits:Exception
84 raise TimeoutError(proc[0])
/external/chromium_org/build/android/pylib/device/
H A Ddecorators.py58 except reraiser_thread.TimeoutError as e:
H A Ddecorators_test.py110 reraiser_thread.TimeoutError(exception_desc),
196 reraiser_thread.TimeoutError(exception_desc))
253 reraiser_thread.TimeoutError(exception_desc))
360 reraiser_thread.TimeoutError(exception_desc))
/external/chromium_org/build/android/pylib/perf/
H A Dtest_runner.py243 except cmd_helper.TimeoutError as e:
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssertMatchingEnums.cpp485 COMPILE_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionTimeoutError, TimeoutError);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp1536 handleRequestError(TimeoutError, EventTypeNames::timeout, receivedLength, expectedLength);

Completed in 255 milliseconds