Home
last modified time | relevance | path

Searched refs:server_const_bytes (Results 1 – 4 of 4) sorted by relevance

/external/python/httplib2/tests/
Dtest_encoding.py11 with tests.server_const_bytes(response) as uri:
25 with tests.server_const_bytes(response) as uri:
40 with tests.server_const_bytes(response) as uri:
54 with tests.server_const_bytes(response, request_count=2) as uri:
73 with tests.server_const_bytes(response) as uri:
88 with tests.server_const_bytes(response, request_count=2) as uri:
Dtest_cache.py75 with tests.server_const_bytes(response, request_count=3) as uri:
103 with tests.server_const_bytes(response, request_count=3) as uri:
142 with tests.server_const_bytes(response, request_count=1) as uri:
Dtest_http.py133 with tests.server_const_bytes(respond_with) as uri:
203 with tests.server_const_bytes(response) as uri:
293 with tests.server_const_bytes(response) as uri:
643 with tests.server_const_bytes(response) as uri:
D__init__.py361 def server_const_bytes(response_content, **kwargs): function
448 return server_const_bytes(response, **kwargs)