Searched refs:Layer2 (Results 1 – 15 of 15) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudsearch/ |
D | test_layers.py | 30 from boto.cloudsearch.layer2 import Layer2 53 self.layer2 = Layer2() 68 self.layer2 = Layer2(
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudsearch2/ |
D | test_layers.py | 30 from boto.cloudsearch2.layer2 import Layer2 58 self.layer2 = Layer2() 72 self.layer2 = Layer2(
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/ |
D | __init__.py | 34 from boto.glacier.layer2 import Layer2 35 return get_regions('glacier', connection_cls=Layer2)
|
D | layer2.py | 28 class Layer2(object): class
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/glacier/ |
D | test_layer2.py | 25 from boto.glacier.layer2 import Layer1, Layer2 32 self.layer2 = Layer2()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | __init__.py | 470 from boto.glacier.layer2 import Layer2 471 return Layer2(aws_access_key_id, aws_secret_access_key, 626 from boto.dynamodb.layer2 import Layer2 627 return Layer2(aws_access_key_id, aws_secret_access_key, **kwargs) 660 from boto.cloudsearch.layer2 import Layer2 661 return Layer2(aws_access_key_id, aws_secret_access_key, 683 from boto.cloudsearch2.layer2 import Layer2 684 return Layer2(aws_access_key_id, aws_secret_access_key,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/ |
D | test_batch.py | 27 from boto.dynamodb.layer2 import Layer2 64 self.layer2 = Layer2('access_key', 'secret_key')
|
D | test_layer2.py | 27 from boto.dynamodb.layer2 import Layer2 48 self.layer2 = Layer2('access_key', 'secret_key')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/ |
D | test_table.py | 25 from boto.dynamodb.layer2 import Layer2 34 self.dynamodb = Layer2()
|
D | test_layer2.py | 33 from boto.dynamodb.layer2 import Layer2 43 self.dynamodb = Layer2()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
D | __init__.py | 35 return get_regions('dynamodb', connection_cls=boto.dynamodb.layer2.Layer2)
|
D | layer2.py | 143 class Layer2(object): class
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/ |
D | layer2.py | 29 class Layer2(object): class
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/ |
D | test_layer2.py | 30 from boto.glacier.layer2 import Layer2 155 self.layer2 = Layer2(layer1=self.mock_layer1)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/ |
D | layer2.py | 30 class Layer2(object): class
|