Home
last modified time | relevance | path

Searched defs:client_address (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Lib/
DSocketServer.py304 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/
Dsocketserver.py333 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/
Dtest_socketserver.py104 def handle_error(self, request, client_address): argument
348 def handle_error(self, request, client_address): argument
476 def verify_request(self, request, client_address): argument
Dtest_imaplib.py218 def handle_error(self, request, client_address): argument
589 def handle_error(self, request, client_address): argument
/external/openscreen/third_party/chromium_quic/demo/
Dserver.cc76 struct sockaddr_in client_address; in main() local
/external/python/cpython2/Lib/test/
Dtest_socketserver.py134 def handle_error(self, request, client_address): argument
352 def verify_request(self, request, client_address): argument
Dtest_imaplib.py108 def handle_error(self, request, client_address): argument
/external/llvm-project/clang/tools/scan-view/share/
DScanView.py186 def finish_request(self, request, client_address): argument
192 def handle_error(self, request, client_address): argument
/external/clang/tools/scan-view/share/
DScanView.py169 def finish_request(self, request, client_address): argument
175 def handle_error(self, request, client_address): argument
/external/wpa_supplicant_8/hostapd/hidl/1.3/
Dhostapd.cpp596 const std::array<uint8_t, 6>& client_address, in forceStaDisconnection()
747 const hidl_string& iface_name, const hidl_array<uint8_t, 6>& client_address, in forceClientDisconnect()
993 const std::array<uint8_t, 6>& client_address, V1_2::Ieee80211ReasonCode reason_code) in forceClientDisconnectInternal()
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py149 def handle_error(self, request, client_address): argument
155 def finish_request(self, request, client_address): argument
243 def handle_error(self, request, client_address): argument
/external/python/cpython2/Lib/idlelib/
Drun.py245 def handle_error(self, request, client_address): argument
Drpc.py93 def handle_error(self, request, client_address): argument
/external/python/cpython3/Lib/idlelib/
Drun.py373 def handle_error(self, request, client_address): argument
Drpc.py97 def handle_error(self, request, client_address): argument
/external/mesa3d/src/intel/vulkan/
Danv_allocator.c1729 uint64_t client_address, in anv_device_import_bo_from_host_ptr()
1824 uint64_t client_address, in anv_device_import_bo()
Danv_device.c3380 uint64_t client_address) in anv_vma_alloc()
3490 uint64_t client_address = 0; in anv_AllocateMemory() local