Searched refs:Protocol (Results 1 - 25 of 186) sorted by relevance

12345678

/external/parameter-framework/asio/include/asio/detail/
H A Dsocket_option.hpp70 template <typename Protocol>
71 int level(const Protocol&) const
77 template <typename Protocol>
78 int name(const Protocol&) const
84 template <typename Protocol>
85 int* data(const Protocol&) argument
91 template <typename Protocol>
92 const int* data(const Protocol&) const
98 template <typename Protocol>
99 std::size_t size(const Protocol
106 resize(const Protocol&, std::size_t s) argument
176 data(const Protocol&) argument
197 resize(const Protocol&, std::size_t s) argument
269 data(const Protocol&) argument
290 resize(const Protocol&, std::size_t s) argument
[all...]
H A Dpush_options.hpp36 # if !defined(Protocol) && !defined(id)
37 # define Protocol cpp_Protocol macro
H A Dreactive_socket_accept_op.hpp29 template <typename Socket, typename Protocol>
34 socket_ops::state_type state, Socket& peer, const Protocol& protocol,
35 typename Protocol::endpoint* peer_endpoint, func_type complete_func)
73 Protocol protocol_;
74 typename Protocol::endpoint* peer_endpoint_;
77 template <typename Socket, typename Protocol, typename Handler>
79 public reactive_socket_accept_op_base<Socket, Protocol>
85 socket_ops::state_type state, Socket& peer, const Protocol& protocol,
86 typename Protocol::endpoint* peer_endpoint, Handler& handler)
87 : reactive_socket_accept_op_base<Socket, Protocol>(socke
[all...]
H A Dpop_options.hpp36 # undef Protocol macro
H A Dresolver_service.hpp30 template <typename Protocol>
39 typedef typename Protocol::endpoint endpoint_type;
42 typedef asio::ip::basic_resolver_query<Protocol> query_type;
45 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type;
73 typedef resolve_op<Protocol, Handler> op;
105 typedef resolve_endpoint_op<Protocol, Handler> op;
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dsocket_option.hpp70 template <typename Protocol>
71 int level(const Protocol&) const
77 template <typename Protocol>
78 int name(const Protocol&) const
84 template <typename Protocol>
85 int* data(const Protocol&) argument
91 template <typename Protocol>
92 const int* data(const Protocol&) const
98 template <typename Protocol>
99 std::size_t size(const Protocol
106 resize(const Protocol&, std::size_t s) argument
176 data(const Protocol&) argument
197 resize(const Protocol&, std::size_t s) argument
269 data(const Protocol&) argument
290 resize(const Protocol&, std::size_t s) argument
[all...]
H A Dpush_options.hpp36 # if !defined(Protocol) && !defined(id)
37 # define Protocol cpp_Protocol macro
H A Dreactive_socket_accept_op.hpp29 template <typename Socket, typename Protocol>
34 socket_ops::state_type state, Socket& peer, const Protocol& protocol,
35 typename Protocol::endpoint* peer_endpoint, func_type complete_func)
73 Protocol protocol_;
74 typename Protocol::endpoint* peer_endpoint_;
77 template <typename Socket, typename Protocol, typename Handler>
79 public reactive_socket_accept_op_base<Socket, Protocol>
85 socket_ops::state_type state, Socket& peer, const Protocol& protocol,
86 typename Protocol::endpoint* peer_endpoint, Handler& handler)
87 : reactive_socket_accept_op_base<Socket, Protocol>(socke
[all...]
H A Dpop_options.hpp36 # undef Protocol macro
H A Dresolver_service.hpp30 template <typename Protocol>
39 typedef typename Protocol::endpoint endpoint_type;
42 typedef asio::ip::basic_resolver_query<Protocol> query_type;
45 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type;
73 typedef resolve_op<Protocol, Handler> op;
105 typedef resolve_endpoint_op<Protocol, Handler> op;
/external/clang/test/Index/Inputs/
H A Ddeclare-objc-predef.h1 @class Protocol;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DHttpOverSpdy3Test.java18 import com.squareup.okhttp.Protocol;
23 super(Protocol.SPDY_3);
/external/parameter-framework/asio/include/asio/
H A Dconnect.hpp60 template <typename Protocol, typename SocketService, typename Iterator>
61 Iterator connect(basic_socket<Protocol, SocketService>& s, Iterator begin);
97 template <typename Protocol, typename SocketService, typename Iterator>
98 Iterator connect(basic_socket<Protocol, SocketService>& s,
129 template <typename Protocol, typename SocketService, typename Iterator>
130 Iterator connect(basic_socket<Protocol, SocketService>& s,
166 template <typename Protocol, typename SocketService, typename Iterator>
167 Iterator connect(basic_socket<Protocol, SocketService>& s,
229 template <typename Protocol, typename SocketService,
231 Iterator connect(basic_socket<Protocol, SocketServic
[all...]
H A Dbasic_stream_socket.hpp40 template <typename Protocol,
41 typename StreamSocketService = stream_socket_service<Protocol> >
43 : public basic_socket<Protocol, StreamSocketService>
54 typedef Protocol protocol_type;
57 typedef typename Protocol::endpoint endpoint_type;
69 : basic_socket<Protocol, StreamSocketService>(io_service)
87 : basic_socket<Protocol, StreamSocketService>(io_service, protocol)
108 : basic_socket<Protocol, StreamSocketService>(io_service, endpoint)
128 : basic_socket<Protocol, StreamSocketService>(
144 : basic_socket<Protocol, StreamSocketServic
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dconnect.hpp60 template <typename Protocol, typename SocketService, typename Iterator>
61 Iterator connect(basic_socket<Protocol, SocketService>& s, Iterator begin);
97 template <typename Protocol, typename SocketService, typename Iterator>
98 Iterator connect(basic_socket<Protocol, SocketService>& s,
129 template <typename Protocol, typename SocketService, typename Iterator>
130 Iterator connect(basic_socket<Protocol, SocketService>& s,
166 template <typename Protocol, typename SocketService, typename Iterator>
167 Iterator connect(basic_socket<Protocol, SocketService>& s,
229 template <typename Protocol, typename SocketService,
231 Iterator connect(basic_socket<Protocol, SocketServic
[all...]
H A Dbasic_stream_socket.hpp40 template <typename Protocol,
41 typename StreamSocketService = stream_socket_service<Protocol> >
43 : public basic_socket<Protocol, StreamSocketService>
54 typedef Protocol protocol_type;
57 typedef typename Protocol::endpoint endpoint_type;
69 : basic_socket<Protocol, StreamSocketService>(io_service)
87 : basic_socket<Protocol, StreamSocketService>(io_service, protocol)
108 : basic_socket<Protocol, StreamSocketService>(io_service, endpoint)
128 : basic_socket<Protocol, StreamSocketService>(
144 : basic_socket<Protocol, StreamSocketServic
[all...]
/external/autotest/client/site_tests/kernel_ProtocolCheck/
H A Dkernel_ProtocolCheck.py23 Protocol = namedtuple('Protocol', ['name', 'domain', 'socket_type', variable
26 Protocol('RFCOMM', AF_BLUETOOTH, socket.SOCK_STREAM, BTPROTO_RFCOMM),
27 Protocol('RFCOMM', AF_BLUETOOTH, socket.SOCK_SEQPACKET, BTPROTO_SCO),
28 Protocol('L2CAP', AF_BLUETOOTH, socket.SOCK_STREAM, BTPROTO_L2CAP),
29 Protocol('HCI', AF_BLUETOOTH, socket.SOCK_RAW, BTPROTO_HCI),
30 Protocol('PACKET', socket.AF_PACKET, socket.SOCK_DGRAM, 0),
31 Protocol('RAWv6', socket.AF_INET6, socket.SOCK_RAW, 0),
32 Protocol('UDPLITEv6', socket.AF_INET6, socket.SOCK_DGRAM,
34 Protocol('UDPv
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DVariant.java18 import com.squareup.okhttp.Protocol;
26 Protocol getProtocol();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DProtocol.java25 * <h3>Protocol vs Scheme</h3>
31 public enum Protocol { enum
73 Protocol(String protocol) { method in class:Protocol
81 public static Protocol get(String protocol) throws IOException {
H A DConnection.java38 * <li>Application Layer Protocol Negotiation (ALPN) enables the HTTPS port (443) to be used for
79 * Returns the protocol negotiated by this connection, or {@link Protocol#HTTP_1_1} if no protocol
80 * has been negotiated. This method returns {@link Protocol#HTTP_1_1} even if the remote peer is
81 * using {@link Protocol#HTTP_1_0}.
83 Protocol getProtocol();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DStatusLine.java3 import com.squareup.okhttp.Protocol;
15 public final Protocol protocol;
19 public StatusLine(Protocol protocol, int code, String message) {
35 Protocol protocol;
43 protocol = Protocol.HTTP_1_0;
45 protocol = Protocol.HTTP_1_1;
51 protocol = Protocol.HTTP_1_0;
83 result.append(protocol == Protocol.HTTP_1_0 ? "HTTP/1.0" : "HTTP/1.1");
/external/parameter-framework/asio/include/asio/impl/
H A Dconnect.hpp40 template <typename Protocol, typename SocketService, typename Iterator>
41 Iterator connect(basic_socket<Protocol, SocketService>& s, Iterator begin)
49 template <typename Protocol, typename SocketService, typename Iterator>
50 inline Iterator connect(basic_socket<Protocol, SocketService>& s,
56 template <typename Protocol, typename SocketService, typename Iterator>
57 Iterator connect(basic_socket<Protocol, SocketService>& s,
66 template <typename Protocol, typename SocketService, typename Iterator>
67 inline Iterator connect(basic_socket<Protocol, SocketService>& s,
73 template <typename Protocol, typename SocketService,
75 Iterator connect(basic_socket<Protocol, SocketServic
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/impl/
H A Dconnect.hpp40 template <typename Protocol, typename SocketService, typename Iterator>
41 Iterator connect(basic_socket<Protocol, SocketService>& s, Iterator begin)
49 template <typename Protocol, typename SocketService, typename Iterator>
50 inline Iterator connect(basic_socket<Protocol, SocketService>& s,
56 template <typename Protocol, typename SocketService, typename Iterator>
57 Iterator connect(basic_socket<Protocol, SocketService>& s,
66 template <typename Protocol, typename SocketService, typename Iterator>
67 inline Iterator connect(basic_socket<Protocol, SocketService>& s,
73 template <typename Protocol, typename SocketService,
75 Iterator connect(basic_socket<Protocol, SocketServic
[all...]
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dhand.c28 // Find the first instance of this Protocol in the system and return it's interface
60 IN EFI_GUID *Protocol OPTIONAL,
88 Protocol,
140 // Get list of device handles that support the BLOCK_IO Protocol.
162 // the BLOCK_IO Protocol, then return.
173 // Loop through all the device handles that support the BLOCK_IO Protocol
446 EFI_GUID *Protocol; local
473 Protocol = va_arg(args, EFI_GUID *);
474 if (!Protocol) {
484 DEBUG((D_INFO, "LibInstallProtocolInterface: %d %x\n", Protocol, Interfac
529 EFI_GUID *Protocol; local
567 EFI_GUID *Protocol; local
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DStatusLineTest.java18 import com.squareup.okhttp.Protocol;
33 assertEquals(Protocol.HTTP_1_1, statusLine.protocol);
42 assertEquals(Protocol.HTTP_1_1, statusLine.protocol);
56 assertEquals(Protocol.HTTP_1_1, statusLine.protocol);
64 assertEquals(Protocol.HTTP_1_0, statusLine.protocol);

Completed in 1380 milliseconds

12345678