Searched refs:response_class (Results 1 - 8 of 8) sorted by relevance

/external/nanopb-c/generator/google/protobuf/
H A Dservice.py218 request, response_class, done):
/external/protobuf/python/google/protobuf/
H A Dservice.py218 request, response_class, done):
/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py110 response_class, callback):
114 callback(response_class())
/external/python/cpython3/Lib/http/
H A Dclient.py66 Unread-response _CS_IDLE <response_class>
67 Req-started-unread-response _CS_REQ_STARTED <response_class>
68 Req-sent-unread-response _CS_REQ_SENT <response_class>
793 response_class = HTTPResponse variable in class:HTTPConnection
913 response = self.response_class(self.sock, method=self._method)
1292 the response_class variable.
1324 response = self.response_class(self.sock, self.debuglevel,
1327 response = self.response_class(self.sock, method=self._method)
/external/python/cpython2/Lib/
H A Dhttplib.py64 Unread-response _CS_IDLE <response_class>
65 Req-started-unread-response _CS_REQ_STARTED <response_class>
66 Req-sent-unread-response _CS_REQ_SENT <response_class>
715 response_class = HTTPResponse variable in class:HTTPConnection
794 response = self.response_class(self.sock, strict = self.strict,
1118 response = self.response_class(*args, **kwds)
/external/python/cpython2/Lib/test/
H A Dtest_httplib.py687 conn.response_class = Response
/external/libevent/
H A Dhttp.c2958 struct response_class { struct
2968 static const struct response_class response_classes[] = {
/external/python/cpython3/Lib/test/
H A Dtest_httplib.py971 conn.response_class = Response

Completed in 226 milliseconds