Home
last modified time | relevance | path

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

12345678910>>...39

/external/mtpd/
Dmtpd.h80 struct protocol { struct
82 char *name;
84 int arguments;
86 char *usage;
88 int (*connect)(char **arguments);
90 int (*process)();
92 int (*timeout)();
94 void (*shutdown)();
/external/webrtc/pc/
Dmedia_protocol_names.cc26 bool IsDtlsSctp(const std::string& protocol) { in IsDtlsSctp()
32 bool IsPlainSctp(const std::string& protocol) { in IsPlainSctp()
36 bool IsRtpProtocol(const std::string& protocol) { in IsRtpProtocol()
51 bool IsSctpProtocol(const std::string& protocol) { in IsSctpProtocol()
/external/rust/crates/url/tests/
Durltestdata.json9 "protocol": "http:", string
24 "protocol": "http:", string
39 "protocol": "https:", string
54 "protocol": "https:", string
69 "protocol": "non-special:", string
84 "protocol": "non-special:", string
99 "protocol": "http:", string
114 "protocol": "http:", string
129 "protocol": "http:", string
144 "protocol": "a:", string
[all …]
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DProtocol.java73 private final String protocol; field in Protocol
75 Protocol(String protocol) { in Protocol()
83 public static Protocol get(String protocol) throws IOException { in get()
DResponse.java41 private final Protocol protocol; field in Response
89 public Protocol protocol() { in protocol() method in Response
233 private Protocol protocol; field in Response.Builder
265 public Builder protocol(Protocol protocol) { in protocol() method in Response.Builder
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DProtocol.java71 private final String protocol; field in Protocol
73 Protocol(String protocol) { in Protocol()
81 public static Protocol get(String protocol) throws IOException { in get()
DResponse.java38 private final Protocol protocol; field in Response
82 public Protocol protocol() { in protocol() method in Response
223 private Protocol protocol; field in Response.Builder
255 public Builder protocol(Protocol protocol) { in protocol() method in Response.Builder
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/
DProtocol.java84 private final String protocol; field in Protocol
86 Protocol(String protocol) { in Protocol()
94 public static Protocol get(String protocol) throws IOException { in get()
/external/python/cpython2/Doc/library/
Dpickle.rst411 .. _pickle-inst:
413 Pickling and unpickling normal class instances
473 Pickling and unpickling extension types
559 Pickling and unpickling external objects
/external/tensorflow/tensorflow/core/data/service/
Dcredentials_factory.cc47 Status CredentialsFactory::Get(absl::string_view protocol, in Get()
68 absl::string_view protocol, in CreateServerCredentials()
77 absl::string_view protocol, in CreateClientCredentials()
85 bool CredentialsFactory::Exists(absl::string_view protocol) { in Exists()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DStatusLine.java15 public final Protocol protocol; field in StatusLine
19 public StatusLine(Protocol protocol, int code, String message) { in StatusLine()
35 Protocol protocol; in parse() local
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DStatusLine.java17 public final Protocol protocol; field in StatusLine
21 public StatusLine(Protocol protocol, int code, String message) { in StatusLine()
37 Protocol protocol; in parse() local
/external/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 …]
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket.hpp83 const protocol_type& protocol) in basic_socket()
111 const protocol_type protocol = endpoint.protocol(); in basic_socket() local
132 const protocol_type& protocol, const native_handle_type& native_socket) in basic_socket()
261 void open(const protocol_type& protocol = protocol_type()) in open()
287 asio::error_code open(const protocol_type& protocol, in open()
303 void assign(const protocol_type& protocol, in assign()
322 asio::error_code assign(const protocol_type& protocol, in assign()
740 const protocol_type protocol = peer_endpoint.protocol(); in ASIO_INITFN_RESULT_TYPE() local
Dbasic_socket_acceptor.hpp97 const protocol_type& protocol) in basic_socket_acceptor()
137 const protocol_type protocol = endpoint.protocol(); in basic_socket_acceptor() local
169 const protocol_type& protocol, const native_handle_type& native_acceptor) in basic_socket_acceptor()
274 void open(const protocol_type& protocol = protocol_type()) in open()
301 asio::error_code open(const protocol_type& protocol, in open()
317 void assign(const protocol_type& protocol, in assign()
336 asio::error_code assign(const protocol_type& protocol, in assign()
/external/perfetto/protos/perfetto/trace/ftrace/
Di2c.proto41 optional uint32 protocol = 5; field
49 optional uint32 protocol = 6; field
58 optional uint32 protocol = 7; field
66 optional uint32 protocol = 6; field
/external/python/bumble/examples/
Drun_a2dp_source.py72 def on_avdtp_connection(read_function, protocol): argument
79 async def stream_packets(read_function, protocol): argument
Drun_hfp_handsfree.py88 protocol = None variable in UiServer
110 async def protocol_loop(protocol): argument
/external/wayland/src/
Dscanner.c162 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 …]
/external/perfetto/docs/design-docs/
Dapi-and-abi.md182 #### Producer socket
204 #### Consumer socket
229 #### Socket protocol FAQs
/external/python/cpython3/Lib/asyncio/
Dproactor_events.py50 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
458 def __init__(self, loop, sock, protocol, address=None, argument
603 def __init__(self, loop, sock, protocol, waiter=None, argument
637 def _make_socket_transport(self, sock, protocol, waiter=None, argument
643 self, rawsock, protocol, sslcontext, waiter=None, argument
655 def _make_datagram_transport(self, sock, protocol, argument
660 def _make_duplex_pipe_transport(self, sock, protocol, waiter=None, argument
665 def _make_read_pipe_transport(self, sock, protocol, waiter=None, argument
[all …]
/external/python/cpython2/Lib/
Dshelve.py92 def __init__(self, dict, protocol=None, writeback=False): argument
189 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
/external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/
DHttpLoggingInterceptor.java152 Protocol protocol = connection != null ? connection.getProtocol() : Protocol.HTTP_1_1; in intercept() local
250 private static String protocol(Protocol protocol) { in protocol() argument
/external/nist-sip/java/gov/nist/javax/sip/header/
DReason.java65 protected String protocol; field in Reason
88 public void setProtocol(String protocol) throws ParseException { in setProtocol()
/external/tensorflow/tensorflow/core/protobuf/
Dservice_config.proto13 string protocol = 2; field
41 string protocol = 2; field

12345678910>>...39