Searched refs:serve (Results 1 - 10 of 10) sorted by relevance
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_server.py | 37 async def serve(reader, writer): function 49 serve, socket_helper.HOSTv4, 0, start_serving=False)) 88 async def serve(reader, writer): function 105 serve, addr, start_serving=False))
|
H A D | test_sslproto.py | 229 def serve(sock): function 279 with self.tcp_server(serve, timeout=self.TIMEOUT) as srv: 295 def serve(sock): function 342 with self.tcp_server(serve, timeout=self.TIMEOUT) as srv: 360 def serve(sock): function 439 with self.tcp_server(serve, timeout=self.TIMEOUT) as srv: 450 def serve(sock): function 500 with self.tcp_server(serve, timeout=self.TIMEOUT) as srv:
|
H A D | test_ssl.py | 684 def serve(sock): function 734 with self.tcp_server(serve, timeout=self.TIMEOUT) as srv: 746 def serve(sock): function 793 with self.tcp_server(serve, timeout=self.TIMEOUT) as srv: 811 def serve(sock): function 893 with self.tcp_server(serve, timeout=self.TIMEOUT) as srv: 904 def serve(sock): function 954 with self.tcp_server(serve, timeout=self.TIMEOUT) as srv:
|
/third_party/node/benchmark/async_hooks/ |
H A D | async-resource-vs-destroy.js | 137 return async function serve(req, res) { 148 return function serve(req, res) {
|
/third_party/python/Doc/ |
H A D | make.bat | 77 if "%1" EQU "serve" goto serve
189 :serve
label 190 echo.The serve target was removed, use htmlview instead (see bpo-36329)
|
H A D | Makefile | 27 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \ 223 serve: 224 @echo "The serve target was removed, use htmlview instead (see bpo-36329)"
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/ |
H A D | Makefile | 84 serve: all
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
H A D | Makefile | 81 serve: all
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | dpp-nfc.py | 534 def serve(self, socket): member in HandoverServer 575 summary("Handover serve thread exiting")
|
/third_party/python/Lib/test/ |
H A D | test_ssl.py | 3802 def serve(): function 3815 t = threading.Thread(target=serve) 3856 def serve(): function 3864 t = threading.Thread(target=serve)
|
Completed in 13 milliseconds