Home
last modified time | relevance | path

Searched refs:Layer2 (Results 1 – 15 of 15) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudsearch/
Dtest_layers.py30 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/
Dtest_layers.py30 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__.py34 from boto.glacier.layer2 import Layer2
35 return get_regions('glacier', connection_cls=Layer2)
Dlayer2.py28 class Layer2(object): class
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/glacier/
Dtest_layer2.py25 from boto.glacier.layer2 import Layer1, Layer2
32 self.layer2 = Layer2()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
D__init__.py470 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/
Dtest_batch.py27 from boto.dynamodb.layer2 import Layer2
64 self.layer2 = Layer2('access_key', 'secret_key')
Dtest_layer2.py27 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/
Dtest_table.py25 from boto.dynamodb.layer2 import Layer2
34 self.dynamodb = Layer2()
Dtest_layer2.py33 from boto.dynamodb.layer2 import Layer2
43 self.dynamodb = Layer2()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
D__init__.py35 return get_regions('dynamodb', connection_cls=boto.dynamodb.layer2.Layer2)
Dlayer2.py143 class Layer2(object): class
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
Dlayer2.py29 class Layer2(object): class
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
Dtest_layer2.py30 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/
Dlayer2.py30 class Layer2(object): class