Home
last modified time | relevance | path

Searched refs:create_response (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dhttparchive_test.py26 def create_response(headers): function
47 RESPONSE = create_response(RESPONSE_HEADERS)
217 not_modified_response = httparchive.create_response(304)
249 not_modified_response = httparchive.create_response(304)
281 not_modified_response = httparchive.create_response(304)
282 precondition_failed_response = httparchive.create_response(412)
306 not_modified_response = httparchive.create_response(304)
307 precondition_failed_response = httparchive.create_response(412)
357 not_modified_response = httparchive.create_response(304)
358 precondition_failed_response = httparchive.create_response(412)
[all …]
Dcustomhandlers.py44 return httparchive.create_response(status)
53 return httparchive.create_response(status, reason, headers, body)
Dhttparchive.py161 response = create_response(status)
435 self[request] = create_response(200, body=certutils.get_host_cert(host))
441 self[request] = create_response(200, body=self._generate_cert(host))
946 def create_response(status, reason=None, headers=None, body=None): function
Dhttpproxy.py265 response = httparchive.create_response(status, body=body)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
Dtest_networkacl.py239 self.create_response(status_code=200, body=self.get_all_network_acls_subnet_body),
240 self.create_response(status_code=200)
255 self.create_response(status_code=200, body=self.get_all_network_acls_vpc_body),
256 self.create_response(status_code=200, body=self.get_all_network_acls_subnet_body),
257 self.create_response(status_code=200)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
D__init__.py40 def create_response(self, status_code, reason='', header=[], body=None): member in AWSMockServiceTestCase
73 http_response = self.create_response(status_code, reason, header, body)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
Dtest_response.py30 … response = self.create_response(status_code=204,header=[('Content-Type','application/json')])
/external/libmicrohttpd/src/examples/
Dpost_example.c537 create_response (void *cls, in create_response() function
721 &create_response, NULL, in main()
/external/libmicrohttpd/doc/examples/
Dsessions.c554 create_response (void *cls, in create_response() function
738 &create_response, NULL, in main()
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info3707 create_response (void *cls,
3891 &create_response, NULL,