Searched refs:response_class (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | service_reflection_test.py | 105 response_class, callback): argument 109 callback(response_class())
|
/external/protobuf/python/google/protobuf/internal/ |
D | service_reflection_test.py | 114 response_class, callback): argument 118 callback(response_class())
|
/external/protobuf/python/google/protobuf/ |
D | service.py | 218 request, response_class, done): argument
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _split_definitions_test.py | 86 def __init__(self, response_class): argument 87 self._response_class = response_class
|
/external/python/cpython3/Lib/http/ |
D | client.py | 776 response_class = HTTPResponse variable in HTTPConnection 899 response = self.response_class(self.sock, method=self._method) 1340 response = self.response_class(self.sock, self.debuglevel, 1343 response = self.response_class(self.sock, method=self._method)
|
/external/python/cpython2/Lib/ |
D | httplib.py | 715 response_class = HTTPResponse variable in HTTPConnection 794 response = self.response_class(self.sock, strict = self.strict, 1118 response = self.response_class(*args, **kwds)
|
/external/python/cpython2/Lib/test/ |
D | test_httplib.py | 687 conn.response_class = Response
|
/external/libevent/ |
D | http.c | 3010 struct response_class { struct 3020 static const struct response_class response_classes[] = { argument
|
/external/python/cpython3/Lib/test/ |
D | test_httplib.py | 1037 conn.response_class = Response
|