Home
last modified time | relevance | path

Searched refs:serve (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_server.py37 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 Dtest_sslproto.py229 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 Dtest_ssl.py684 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 Dasync-resource-vs-destroy.js137 return async function serve(req, res) {
148 return function serve(req, res) {
/third_party/python/Doc/
H A Dmake.bat77 if "%1" EQU "serve" goto serve
189 :serve label
190 echo.The serve target was removed, use htmlview instead (see bpo-36329)
H A DMakefile27 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 DMakefile84 serve: all
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
H A DMakefile81 serve: all
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Ddpp-nfc.py534 def serve(self, socket): member in HandoverServer
575 summary("Handover serve thread exiting")
/third_party/python/Lib/test/
H A Dtest_ssl.py3802 def serve(): function
3815 t = threading.Thread(target=serve)
3856 def serve(): function
3864 t = threading.Thread(target=serve)

Completed in 13 milliseconds