/external/python/cpython2/Lib/ |
D | SocketServer.py | 318 self.finish_request(request, client_address) 329 def finish_request(self, request, client_address): member in BaseServer 571 self.finish_request(request, client_address) 596 self.finish_request(request, client_address)
|
/external/python/cpython3/Lib/ |
D | socketserver.py | 347 self.finish_request(request, client_address) 358 def finish_request(self, request, client_address): member in BaseServer 616 self.finish_request(request, client_address) 650 self.finish_request(request, client_address)
|
/external/clang/tools/scan-view/share/ |
D | ScanView.py | 169 def finish_request(self, request, client_address): member in ScanViewServer 173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
|
/external/llvm-project/clang/tools/scan-view/share/ |
D | ScanView.py | 186 def finish_request(self, request, client_address): member in ScanViewServer 190 HTTPServer.finish_request(self, request, client_address)
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | utils.py | 155 def finish_request(self, request, client_address): member in SSLWSGIServerMixin
|
/external/python/cpython2/Lib/test/ |
D | test_wsgiref.py | 55 server.finish_request((inp,out), ("127.0.0.1",8888))
|
/external/python/cpython2/Doc/library/ |
D | socketserver.rst | 287 .. method:: finish_request(request, client_address) 319 Calls :meth:`finish_request` to create an instance of the
|
/external/python/cpython3/Lib/test/ |
D | test_wsgiref.py | 77 server.finish_request((inp, out), ("127.0.0.1",8888))
|
/external/python/cpython3/Doc/library/ |
D | socketserver.rst | 314 .. method:: finish_request(request, client_address) 350 Calls :meth:`finish_request` to create an instance of the
|
/external/python/cpython2/Misc/ |
D | HISTORY | 6568 finish_request() returns. (Not when it errors out though.)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 23947 finish_request() returns. (Not when it errors out though.)
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 13327 …<var-decl name="finish_request" type-id="bbf015cd" visibility="default" filepath="include/linux/el… 75974 …<var-decl name="finish_request" type-id="bbf015cd" visibility="default" filepath="include/linux/el…
|
D | test-PR27569-v0.abi | 13327 …<var-decl name="finish_request" type-id="bbf015cd" visibility="default" filepath="include/linux/el… 75960 …<var-decl name="finish_request" type-id="bbf015cd" visibility="default" filepath="include/linux/el…
|