/external/python/cpython2/Lib/ |
D | SocketServer.py | 304 def verify_request(self, request, client_address): argument 312 def process_request(self, request, client_address): argument 329 def finish_request(self, request, client_address): argument 341 def handle_error(self, request, client_address): argument 556 def process_request(self, request, client_address): argument 589 def process_request_thread(self, request, client_address): argument 602 def process_request(self, request, client_address): argument 646 def __init__(self, request, client_address, server): argument
|
/external/python/cpython3/Lib/ |
D | socketserver.py | 333 def verify_request(self, request, client_address): argument 341 def process_request(self, request, client_address): argument 358 def finish_request(self, request, client_address): argument 370 def handle_error(self, request, client_address): argument 601 def process_request(self, request, client_address): argument 643 def process_request_thread(self, request, client_address): argument 656 def process_request(self, request, client_address): argument 714 def __init__(self, request, client_address, server): argument
|
/external/python/cpython3/Lib/test/ |
D | test_socketserver.py | 105 def handle_error(self, request, client_address): argument 351 def handle_error(self, request, client_address): argument 479 def verify_request(self, request, client_address): argument
|
D | test_imaplib.py | 210 def handle_error(self, request, client_address): argument 544 def handle_error(self, request, client_address): argument
|
/external/python/cpython2/Lib/test/ |
D | test_socketserver.py | 134 def handle_error(self, request, client_address): argument 352 def verify_request(self, request, client_address): argument
|
D | test_imaplib.py | 108 def handle_error(self, request, client_address): argument
|
/external/clang/tools/scan-view/share/ |
D | ScanView.py | 169 def finish_request(self, request, client_address): argument 175 def handle_error(self, request, client_address): argument
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | utils.py | 148 def handle_error(self, request, client_address): argument 154 def finish_request(self, request, client_address): argument 232 def handle_error(self, request, client_address): argument
|
/external/python/cpython2/Lib/idlelib/ |
D | run.py | 245 def handle_error(self, request, client_address): argument
|
D | rpc.py | 93 def handle_error(self, request, client_address): argument
|
/external/python/cpython3/Lib/idlelib/ |
D | run.py | 299 def handle_error(self, request, client_address): argument
|
D | rpc.py | 98 def handle_error(self, request, client_address): argument
|
/external/curl/tests/python_dependencies/impacket/ |
D | smbserver.py | 3514 def __init__(self, request, client_address, server, select_poll = False): argument 3914 def verify_request(self, request, client_address): argument
|
/external/u-boot/arch/x86/include/asm/ |
D | me_common.h | 174 u32 client_address:8; member
|