/external/mtpd/ |
D | mtpd.h | 80 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/ |
D | media_protocol_names.cc | 26 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/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Protocol.java | 71 private final String protocol; field in Protocol 73 Protocol(String protocol) { in Protocol() 81 public static Protocol get(String protocol) throws IOException { in get()
|
D | Response.java | 38 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/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | Protocol.java | 73 private final String protocol; field in Protocol 75 Protocol(String protocol) { in Protocol() 83 public static Protocol get(String protocol) throws IOException { in get()
|
D | Response.java | 41 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/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/ |
D | Protocol.java | 84 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/rust/crates/url/tests/ |
D | urltestdata.json | 9 "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/python/cpython2/Doc/library/ |
D | pickle.rst | 411 .. _pickle-inst: 413 Pickling and unpickling normal class instances 473 Pickling and unpickling extension types 559 Pickling and unpickling external objects
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/ |
D | StatusLine.java | 17 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/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | StatusLine.java | 15 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/tensorflow/tensorflow/core/data/service/ |
D | data_service.h | 56 DataServiceClientBase(const std::string& address, const std::string& protocol) in DataServiceClientBase() 82 const std::string& protocol) in DataServiceDispatcherClient() 147 const std::string& protocol, in DataServiceWorkerClient()
|
D | credentials_factory.cc | 47 Status CredentialsFactory::Get(absl::string_view protocol, in Get() 68 absl::string_view protocol, in CreateServerCredentials() 77 absl::string_view protocol, in CreateClientCredentials()
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | i2c.proto | 41 optional uint32 protocol = 5; field 49 optional uint32 protocol = 6; field 58 optional uint32 protocol = 7; field 66 optional uint32 protocol = 6; field
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket.hpp | 83 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
|
D | basic_socket_acceptor.hpp | 97 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/tensorflow/tensorflow/core/protobuf/ |
D | service_config.proto | 11 string protocol = 2; field 31 string protocol = 2; field
|
/external/perfetto/docs/design-docs/ |
D | api-and-abi.md | 182 #### Producer socket 204 #### Consumer socket 229 #### Socket protocol FAQs
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Reason.java | 65 protected String protocol; field in Reason 88 public void setProtocol(String protocol) throws ParseException { in setProtocol()
|
/external/wayland/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 …]
|
/external/conscrypt/repackaged/benchmark-android/src/main/java/com/android/org/conscrypt/ |
D | CaliperClientSocketBenchmark.java | 45 public BenchmarkProtocol protocol; field in CaliperClientSocketBenchmark 95 public BenchmarkProtocol protocol() { in protocol() method in CaliperClientSocketBenchmark.CaliperConfig
|
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/ |
D | CaliperClientSocketBenchmark.java | 43 public BenchmarkProtocol protocol; field in CaliperClientSocketBenchmark 93 public BenchmarkProtocol protocol() { in protocol() method in CaliperClientSocketBenchmark.CaliperConfig
|
/external/python/cpython3/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 455 def __init__(self, loop, sock, protocol, address=None, argument 600 def __init__(self, loop, sock, protocol, waiter=None, argument 634 def _make_socket_transport(self, sock, protocol, waiter=None, argument 640 self, rawsock, protocol, sslcontext, waiter=None, argument 652 def _make_datagram_transport(self, sock, protocol, argument 657 def _make_duplex_pipe_transport(self, sock, protocol, waiter=None, argument 662 def _make_read_pipe_transport(self, sock, protocol, waiter=None, argument [all …]
|
/external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/ |
D | HttpLoggingInterceptor.java | 152 Protocol protocol = connection != null ? connection.getProtocol() : Protocol.HTTP_1_1; in intercept() local 250 private static String protocol(Protocol protocol) { in protocol() argument
|
/external/python/cpython2/Lib/ |
D | shelve.py | 92 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
|