/third_party/node/test/parallel/ |
D | test-url-format.js | 11 protocol: 'http:', property 21 protocol: 'http:', property 31 protocol: 'http:', property 41 protocol: 'http:', property 51 protocol: 'http:', property 61 protocol: 'http:', property 69 protocol: 'http:', property 75 protocol: 'http', property 83 protocol: 'xmpp:', property 92 protocol: 'http:', property [all …]
|
D | test-url-parse-format.js | 18 protocol: 'http:', property 29 protocol: 'http:', property 42 protocol: 'http:', property 54 protocol: 'http:', property 65 protocol: 'http:', property 75 protocol: 'http:', property 85 protocol: 'http:', property 95 protocol: 'http:', property 106 protocol: 'http:', property 117 protocol: 'http:', property [all …]
|
D | test-http2-create-client-connect.js | 24 [{ port }, { protocol: 'http:' }], property 25 [{ port, hostname: '127.0.0.1' }, { protocol: 'http:' }], property 44 const client = h2.connect({ port: port, protocol: 'https:' }) property 68 [{ port: port, protocol: 'https:' }, opts], property 69 [{ port: port, hostname: '127.0.0.1', protocol: 'https:' }, opts], property
|
D | test-url-parse-query.js | 34 protocol: 'http:', property 44 protocol: null, property 58 protocol: null, property
|
/third_party/node/test/fixtures/ |
D | url-tests-additional.js | 9 'protocol': 'https:', property 15 'protocol': 'https:', property 21 'protocol': 'https:', property 27 'protocol': 'https:', property 33 'protocol': 'https:', property
|
/third_party/node/test/fixtures/wpt/url/resources/ |
D | urltestdata.json | 8 "protocol": "http:", string 23 "protocol": "http:", string 38 "protocol": "https:", string 53 "protocol": "https:", string 68 "protocol": "non-special:", string 83 "protocol": "non-special:", string 98 "protocol": "http:", string 113 "protocol": "http:", string 128 "protocol": "http:", string 143 "protocol": "a:", string [all …]
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | basic_socket.hpp | 147 basic_socket(const executor_type& ex, const protocol_type& protocol) in basic_socket() 168 basic_socket(ExecutionContext& context, const protocol_type& protocol, in basic_socket() 199 const protocol_type protocol = endpoint.protocol(); in basic_socket() local 230 const protocol_type protocol = endpoint.protocol(); in basic_socket() local 250 basic_socket(const executor_type& ex, const protocol_type& protocol, in basic_socket() 275 basic_socket(ExecutionContext& context, const protocol_type& protocol, in basic_socket() 417 void open(const protocol_type& protocol = protocol_type()) in open() 443 BOOST_ASIO_SYNC_OP_VOID open(const protocol_type& protocol, in open() 460 void assign(const protocol_type& protocol, in assign() 479 BOOST_ASIO_SYNC_OP_VOID assign(const protocol_type& protocol, in assign() [all …]
|
/third_party/boost/boost/asio/ |
D | basic_socket.hpp | 147 basic_socket(const executor_type& ex, const protocol_type& protocol) in basic_socket() 168 basic_socket(ExecutionContext& context, const protocol_type& protocol, in basic_socket() 199 const protocol_type protocol = endpoint.protocol(); in basic_socket() local 230 const protocol_type protocol = endpoint.protocol(); in basic_socket() local 250 basic_socket(const executor_type& ex, const protocol_type& protocol, in basic_socket() 275 basic_socket(ExecutionContext& context, const protocol_type& protocol, in basic_socket() 417 void open(const protocol_type& protocol = protocol_type()) in open() 443 BOOST_ASIO_SYNC_OP_VOID open(const protocol_type& protocol, in open() 460 void assign(const protocol_type& protocol, in assign() 479 BOOST_ASIO_SYNC_OP_VOID assign(const protocol_type& protocol, in assign() [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/ |
D | static-policy.json | 46 "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/core/mindrt/src/actor/ |
D | actormgr.cc | 29 std::shared_ptr<IOMgr> &ActorMgr::GetIOMgrRef(const std::string &protocol) { in GetIOMgrRef() 97 const std::string ActorMgr::GetUrl(const std::string &protocol) { in GetUrl() 108 void ActorMgr::AddUrl(const std::string &protocol, const std::string &url) { in AddUrl() 117 void ActorMgr::AddIOMgr(const std::string &protocol, const std::shared_ptr<IOMgr> &ioMgr) { ioMgrs[… in AddIOMgr()
|
/third_party/wayland_standard/src/ |
D | scanner.c | 162 struct protocol { struct 163 char *name; 164 char *uppercase_name; 165 struct wl_list interface_list; 166 int type_index; 167 int null_run_length; 168 char *copyright; 169 struct description *description; 170 bool core_headers; 244 struct protocol *protocol; member [all …]
|
/third_party/python/Lib/asyncio/ |
D | proactor_events.py | 50 def __init__(self, loop, sock, protocol, waiter=None, argument 93 def set_protocol(self, protocol): argument 181 def __init__(self, loop, sock, protocol, waiter=None, argument 457 def __init__(self, loop, sock, protocol, address=None, argument 602 def __init__(self, loop, sock, protocol, waiter=None, argument 636 def _make_socket_transport(self, sock, protocol, waiter=None, argument 642 self, rawsock, protocol, sslcontext, waiter=None, argument 654 def _make_datagram_transport(self, sock, protocol, argument 659 def _make_duplex_pipe_transport(self, sock, protocol, waiter=None, argument 664 def _make_read_pipe_transport(self, sock, protocol, waiter=None, argument [all …]
|
/third_party/python/Lib/ |
D | shelve.py | 84 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/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | doc.go | 26 package protocol package
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | doc.go | 26 package protocol package
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | doc.go | 26 package protocol package
|
/third_party/boost/boost/asio/ip/ |
D | basic_resolver_query.hpp | 100 basic_resolver_query(const protocol_type& protocol, in basic_resolver_query() 199 basic_resolver_query(const protocol_type& protocol, in basic_resolver_query()
|
/third_party/boost/libs/asio/include/boost/asio/ip/ |
D | basic_resolver_query.hpp | 100 basic_resolver_query(const protocol_type& protocol, in basic_resolver_query() 199 basic_resolver_query(const protocol_type& protocol, in basic_resolver_query()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | URLHandler.java | 106 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | URLHandler.java | 110 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/node/deps/npm/node_modules/uri-js/dist/esnext/ |
D | uri.js | 91 function _normalizeComponentEncoding(components, protocol) { argument 114 function _normalizeIPv4(host, protocol) { argument 124 function _normalizeIPv6(host, protocol) { argument
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metrics-proxy/ |
D | metrics-proxy-policy.json | 26 "protocol":"h2", string 36 "protocol":"h1", string 47 "protocol":"h1", string
|
/third_party/libnl/lib/ |
D | cache_mngt.c | 112 static struct nl_cache_ops *__cache_ops_associate(int protocol, int msgtype) in __cache_ops_associate() 141 struct nl_cache_ops *nl_cache_ops_associate(int protocol, int msgtype) in nl_cache_ops_associate() 165 struct nl_cache_ops *nl_cache_ops_associate_safe(int protocol, int msgtype) in nl_cache_ops_associate_safe()
|
/third_party/node/benchmark/url/ |
D | legacy-vs-whatwg-url-get-prop.js | 16 protocol: obj.protocol, property 47 protocol: obj.protocol, property
|
/third_party/curl/tests/libtest/ |
D | lib1558.c | 32 long protocol = 0; in test() local
|