Home
last modified time | relevance | path

Searched refs:XmlHandler (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudformation/
Dtest_stack.py143 h = boto.handler.XmlHandler(rs, None)
157 h = boto.handler.XmlHandler(rs, None)
169 h = boto.handler.XmlHandler(rs, None)
186 h = boto.handler.XmlHandler(rs, None)
208 h = boto.handler.XmlHandler(rs, None)
224 h = boto.handler.XmlHandler(rs, None)
232 h = boto.handler.XmlHandler(rs, None)
240 h = boto.handler.XmlHandler(rs, None)
248 h = boto.handler.XmlHandler(rs, None)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
Dconnection.py129 h = boto.jsonresponse.XmlHandler(e, None)
157 h = boto.jsonresponse.XmlHandler(e, None)
242 h = boto.jsonresponse.XmlHandler(e, None)
267 h = boto.jsonresponse.XmlHandler(e, None)
306 h = boto.jsonresponse.XmlHandler(e, None)
340 h = boto.jsonresponse.XmlHandler(e, None)
357 h = boto.jsonresponse.XmlHandler(e, None)
378 h = boto.jsonresponse.XmlHandler(e, None)
447 h = handler.XmlHandler(rs, self)
477 h = boto.jsonresponse.XmlHandler(e, None)
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
D__init__.py80 h = handler.XmlHandler(rs, self)
96 h = handler.XmlHandler(d, self)
109 h = handler.XmlHandler(d, self)
136 h = handler.XmlHandler(d, self)
259 h = handler.XmlHandler(paths, self)
274 h = handler.XmlHandler(paths, self)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dhandler.py27 class XmlHandler(xml.sax.ContentHandler): class
54 self.handler = XmlHandler(root_node, connection)
Djsonresponse.py27 class XmlHandler(xml.sax.ContentHandler): class
Dconnection.py1178 h = boto.handler.XmlHandler(rs, parent)
1200 h = boto.handler.XmlHandler(obj, parent)
1221 h = boto.handler.XmlHandler(rs, parent)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dbucket.py350 h = handler.XmlHandler(acl, self)
573 h = handler.XmlHandler(cors, self)
606 h = handler.XmlHandler(rs, self)
799 h = boto.jsonresponse.XmlHandler(e, None)
908 h = boto.jsonresponse.XmlHandler(e, None)
933 boto.jsonresponse.XmlHandler(resp_json, None).parse(body)
965 h = handler.XmlHandler(lifecycle_config, self)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dbucket.py403 h = handler.XmlHandler(rs, self)
717 h = handler.XmlHandler(result, self)
875 h = handler.XmlHandler(key, self)
955 h = handler.XmlHandler(policy, self)
1137 h = handler.XmlHandler(rs, self)
1218 h = handler.XmlHandler(blogging, self)
1380 h = handler.XmlHandler(lifecycle, self)
1488 h = handler.XmlHandler(config, self)
1521 h = boto.jsonresponse.XmlHandler(e, None)
1668 h = handler.XmlHandler(cors, self)
[all …]
Dmultipart.py224 h = handler.XmlHandler(self, self)
Dconnection.py442 h = handler.XmlHandler(rs, self)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sqs/
Dtest_message.py53 from boto.handler import XmlHandler
66 h = XmlHandler(rs, None)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/elb/
Dtest_listener.py88 h = boto.handler.XmlHandler(rs, None)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/emr/
Dtest_emr_responses.py342 h = handler.XmlHandler(rs, None)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ecs/
D__init__.py77 h = handler.XmlHandler(rs, self)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
Dconnection.py849 h = handler.XmlHandler(rs, self)
990 h = handler.XmlHandler(answer_rs, connection)
1015 h = handler.XmlHandler(answer_rs, connection)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_website.py227 h = handler.XmlHandler(webconfig, None)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
Dtest_generation_conditionals.py236 h = handler.XmlHandler(acl, b)
367 h = handler.XmlHandler(acl, b)
Dtest_basic.py246 h = handler.XmlHandler(acl, bucket)
397 h = handler.XmlHandler(cors_obj, None)
Dtest_versioning.py181 h = handler.XmlHandler(aclo, b)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/
Dconnection.py113 h = boto.jsonresponse.XmlHandler(e, None)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
Dlayer1.py86 h = boto.jsonresponse.XmlHandler(e, parent)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
Dconnection.py499 h = handler.XmlHandler(item, self)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
Dconnection.py29 from boto.handler import XmlHandler
333 handler = XmlHandler(parser, self)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/
Dconnection.py92 h = boto.jsonresponse.XmlHandler(e, parent)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
Dawsqueryrequest.py305 h = boto.jsonresponse.XmlHandler(self.aws_response, self)

12