Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.json46 "protocol": "h1", string
62 "protocol": "h2", string
80 "protocol": "h2", string
100 "protocol": "h2", string
118 "protocol": "h1", string
141 "protocol": "h2", string
155 "protocol": "h1", string
168 "protocol": "h1", string
184 "protocol": "mqtt", string
197 "protocol": "mqtt", string
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/src/actor/
Dactormgr.cc30 std::shared_ptr<IOMgr> &ActorMgr::GetIOMgrRef(const std::string &protocol) { in GetIOMgrRef()
111 const std::string ActorMgr::GetUrl(const std::string &protocol) { in GetUrl()
122 void ActorMgr::AddUrl(const std::string &protocol, const std::string &url) { in AddUrl()
131 void ActorMgr::AddIOMgr(const std::string &protocol, const std::shared_ptr<IOMgr> &ioMgr) { ioMgrs[… in AddIOMgr()
/third_party/python/Lib/
Dshelve.py84 def __init__(self, dict, protocol=None, writeback=False, argument
188 def __init__(self, dict, protocol=None, writeback=False, argument
225 def __init__(self, filename, flag='c', protocol=None, writeback=False): argument
230 def open(filename, flag='c', protocol=None, writeback=False): argument
/third_party/python/Lib/asyncio/
Dproactor_events.py50 def __init__(self, loop, sock, protocol, waiter=None, argument
94 def set_protocol(self, protocol): argument
185 def __init__(self, loop, sock, protocol, waiter=None, argument
462 def __init__(self, loop, sock, protocol, address=None, argument
610 def __init__(self, loop, sock, protocol, waiter=None, argument
644 def _make_socket_transport(self, sock, protocol, waiter=None, argument
650 self, rawsock, protocol, sslcontext, waiter=None, argument
664 def _make_datagram_transport(self, sock, protocol, argument
669 def _make_duplex_pipe_transport(self, sock, protocol, waiter=None, argument
674 def _make_read_pipe_transport(self, sock, protocol, waiter=None, argument
[all …]
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Ddoc.go26 package protocol package
Dcontext.go15 package protocol package
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Ddoc.go26 package protocol package
Dcontext.go15 package protocol package
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Ddoc.go26 package protocol package
Dcontext.go15 package protocol package
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DURLHandler.java106 String protocol = url.getProtocol(); in get() local
137 String protocol = url.getProtocol(); in getDefault() local
205 String protocol = url.getProtocol(); in JarURLHandler() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metrics-proxy/
Dmetrics-proxy-policy.json26 "protocol":"h2", string
36 "protocol":"h1", string
47 "protocol":"h1", string
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DURLHandler.java110 String protocol = url.getProtocol(); in get() local
141 String protocol = url.getProtocol(); in getDefault() local
209 String protocol = url.getProtocol(); in JarURLHandler() local
/third_party/lwip/src/netif/ppp/
Dauth.c1031 void auth_peer_fail(ppp_pcb *pcb, int protocol) { in auth_peer_fail()
1046 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) { in auth_peer_success()
1118 void auth_withpeer_fail(ppp_pcb *pcb, int protocol) { in auth_withpeer_fail()
1137 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor) { in auth_withpeer_success()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprotocol/
D1-1.c28 int protocol, rc; in main() local
D1-2.c24 int protocol, protcls[3], i; in main() local
/third_party/curl/tests/libtest/
Dlib1558.c34 long protocol = 0; in test() local
Dlib1535.c33 long protocol; in test() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setprotocol/
D1-1.c28 int protocol, protcls[3], i; in main() local
D3-1.c28 int protocol = INVALID_PROTOCOL; in main() local
/third_party/musl/src/network/
Dsocketpair.c9 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair()
/third_party/musl/src/thread/
Dpthread_mutexattr_setprotocol.c7 int pthread_mutexattr_setprotocol(pthread_mutexattr_t *a, int protocol) in pthread_mutexattr_setprotocol()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_mutexattr_setprotocol.c7 int pthread_mutexattr_setprotocol(pthread_mutexattr_t *a, int protocol) in pthread_mutexattr_setprotocol()
/third_party/pulseaudio/src/modules/
Dmodule-zeroconf-discover.c59 AvahiProtocol protocol; member
104 AvahiIfIndex interface, AvahiProtocol protocol, in tunnel_new()
128 AvahiIfIndex interface, AvahiProtocol protocol, in resolver_cb()
267 AvahiIfIndex interface, AvahiProtocol protocol, in browser_cb()
/third_party/musl/porting/linux/user/src/hook/
Dsocket_common.c7 int socket(int domain, int type, int protocol) in socket()

12345678910>>...13