OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccessTokenRefreshError
(Results
1 - 7
of
7
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
gce.py
27
from oauth2client.client import
AccessTokenRefreshError
79
AccessTokenRefreshError
: When the refresh fails.
88
raise
AccessTokenRefreshError
(str(e))
94
raise
AccessTokenRefreshError
(content)
appengine.py
44
from oauth2client.client import
AccessTokenRefreshError
189
AccessTokenRefreshError
: When the refresh fails.
196
raise
AccessTokenRefreshError
(str(e))
732
except
AccessTokenRefreshError
:
[
all
...]
client.py
119
class
AccessTokenRefreshError
(Error):
766
AccessTokenRefreshError
: When the refresh fails.
793
AccessTokenRefreshError
: When the refresh fails.
834
raise
AccessTokenRefreshError
(error_msg)
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_gce.py
28
from oauth2client.client import
AccessTokenRefreshError
59
self.assertRaises(
AccessTokenRefreshError
, c.refresh, http)
test_appengine.py
61
from oauth2client.client import
AccessTokenRefreshError
164
self.assertRaises(
AccessTokenRefreshError
, credentials.refresh, http)
test_oauth2client.py
45
from oauth2client.client import
AccessTokenRefreshError
607
self.fail('should raise
AccessTokenRefreshError
exception')
608
except
AccessTokenRefreshError
:
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_client.py
52
from oauth2client.client import
AccessTokenRefreshError
302
AccessTokenRefreshError
if an error occurs.
602
except
AccessTokenRefreshError
, e:
Completed in 103 milliseconds