Home
last modified time | relevance | path

Searched refs:internet (Results 1 – 25 of 223) sorted by relevance

123456789

/third_party/grpc/test/http2_test/
Dhttp2_test_server.py20 import twisted.internet
21 import twisted.internet.endpoints
22 import twisted.internet.reactor
49 class H2Factory(twisted.internet.protocol.Factory):
96 twisted.internet.reactor.stop()
108 endpoint = twisted.internet.endpoints.TCP4ServerEndpoint(
109 twisted.internet.reactor, portnum, backlog=128)
111 twisted.internet.reactor.callWhenRunning(listen, endpoint, test_case)
123 twisted.internet.reactor.run()
Dhttp2_base_server.py22 import twisted.internet
23 import twisted.internet.protocol
30 class H2ProtocolBaseServer(twisted.internet.protocol.Protocol):
/third_party/grpc/test/cpp/naming/utils/
Ddns_server.py26 import twisted.internet
27 import twisted.internet.reactor
28 import twisted.internet.threads
29 import twisted.internet.defer
30 import twisted.internet.protocol
118 twisted.internet.reactor.listenTCP(args.port, server)
121 twisted.internet.reactor.listenUDP(args.port, dns_proto)
124 twisted.internet.reactor.suggestThreadPoolSize(1)
125 twisted.internet.reactor.run()
130 twisted.internet.reactor.stop()
Ddns_resolver.py20 import twisted.internet.task as task
22 import twisted.internet.reactor as reactor
/third_party/python/Lib/test/test_email/data/
Dmsg_36.txt24 FILE /internet-drafts/draft-ietf-mboned-mix-00.txt
31 directory="internet-drafts"
/third_party/skia/third_party/externals/freetype/docs/
DREADME14 2. Using `make refdoc-venv' (requires internet access):
18 - This may or may not require internet access every time depending on
/third_party/freetype/docs/
DREADME14 2. Using `make refdoc-venv' (requires internet access):
18 - This may or may not require internet access every time depending on
/third_party/flutter/skia/third_party/externals/freetype/docs/reference/
DREADME14 2. Using `make refdoc-venv' (requires internet access):
18 - This may or may not require internet access every time depending on
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
DREADME.md27 --force-no-internet|Force the SS Captive Portal Detection to feel it can't reach the internet
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/
DREADME.md27 --force-no-internet|Force the SS Captive Portal Detection to feel it can't reach the internet
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
DREADME.md27 --force-no-internet|Force the SS Captive Portal Detection to feel it can't reach the internet
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
DREADME.md27 --force-no-internet|Force the SS Captive Portal Detection to feel it can't reach the internet
/third_party/python/Doc/library/
Dnetdata.rst9 on the internet.
Dinternet.rst14 The modules described in this chapter implement internet protocols and support
Dstringprep.rst14 When identifying things (such as host names) in the internet, it is often
21 :rfc:`3454` defines a procedure for "preparing" Unicode strings in internet
/third_party/node/test/internet/
Dinternet.status1 prefix internet
/third_party/glib/gio/tests/desktop-files/usr/applications/
Dnautilus-connect-server.desktop14 Icon=applications-internet
/third_party/libphonenumber/resources/carrier/en/
D420.txt129 42077880|ha-vel internet
142 42077990|ha-vel internet
/third_party/libxml2/result/
Dslashdot16.xml.rde33 3 3 #text 0 1 internet
237 3 3 #text 0 1 internet
543 3 3 #text 0 1 internet
Dslashdot16.xml.rdr33 3 3 #text 0 1 internet
237 3 3 #text 0 1 internet
543 3 3 #text 0 1 internet
Dslashdot.xml.rde33 3 3 #text 0 1 internet
339 3 3 #text 0 1 internet
Dslashdot.xml.rdr33 3 3 #text 0 1 internet
339 3 3 #text 0 1 internet
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_socket.txt61 indicate support for UNIX domain and internet protocol socket types,
66 file descriptors to be passed between processes, while internet
198 represents an internet protocol socket, created with SOCK_STREAM
/third_party/EGL/extensions/NV/
DEGL_NV_stream_socket.txt61 indicate support for UNIX domain and internet protocol socket types,
66 file descriptors to be passed between processes, while internet
198 represents an internet protocol socket, created with SOCK_STREAM
/third_party/libwebsockets/READMEs/
DREADME.captive-portal-detection.md6 internet, it's very common for, eg, coffee shop wifi to present some
61 /**< Check if we can go out on the internet cleanly, or if we are being

123456789