OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuthServiceName
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sqs/
test_connection.py
71
# The SQS class has an '
AuthServiceName
' param of 'sqs':
72
self.assertEqual(self.service_connection.
AuthServiceName
, 'sqs')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
connection.py
42
AuthServiceName
= 'sqs'
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
layer1.py
45
AuthServiceName
= 'cloudsearch'
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
connection.py
570
if getattr(self, '
AuthServiceName
', None) is not None:
571
self.auth_service_name = self.
AuthServiceName
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/
layer1.py
36
AuthServiceName
= 'machinelearning'
[
all
...]
Completed in 273 milliseconds