/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactive_socket_recvfrom_op.hpp | 32 reactive_socket_recvfrom_op_base(socket_type socket, int protocol_type, 37 protocol_type_(protocol_type), 79 reactive_socket_recvfrom_op(socket_type socket, int protocol_type, 83 socket, protocol_type, buffers, endpoint, flags,
|
reactive_socket_service.hpp | 48 typedef Protocol protocol_type; typedef in class:asio::detail::reactive_socket_service 67 protocol_type protocol_; 105 impl.protocol_ = protocol_type(other_impl.protocol_); 111 const protocol_type& protocol, asio::error_code& ec) 121 const protocol_type& protocol, const native_handle_type& native_socket,
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
socket_acceptor_service.hpp | 35 typedef Protocol protocol_type; typedef in class:asio::socket_acceptor_service 38 typedef typename protocol_type::endpoint endpoint_type; 104 const protocol_type& protocol, asio::error_code& ec) 111 const protocol_type& protocol, const native_handle_type& native_acceptor,
|
stream_socket_service.hpp | 36 typedef Protocol protocol_type; typedef in class:asio::stream_socket_service 105 const protocol_type& protocol, asio::error_code& ec) 116 const protocol_type& protocol, const native_handle_type& native_socket,
|
basic_socket_acceptor.hpp | 64 typedef Protocol protocol_type; typedef in class:asio::basic_socket_acceptor 97 const protocol_type& protocol) 137 const protocol_type protocol = endpoint.protocol(); 169 const protocol_type& protocol, const native_handle_type& native_acceptor) 274 void open(const protocol_type& protocol = protocol_type()) 301 asio::error_code open(const protocol_type& protocol, 317 void assign(const protocol_type& protocol, 336 asio::error_code assign(const protocol_type& protocol, [all...] |
basic_socket.hpp | 51 typedef Protocol protocol_type; typedef in class:asio::basic_socket 83 const protocol_type& protocol) 111 const protocol_type protocol = endpoint.protocol(); 132 const protocol_type& protocol, const native_handle_type& native_socket) 261 void open(const protocol_type& protocol = protocol_type()) 287 asio::error_code open(const protocol_type& protocol, 303 void assign(const protocol_type& protocol, 322 asio::error_code assign(const protocol_type& protocol, 740 const protocol_type protocol = peer_endpoint.protocol() [all...] |
basic_stream_socket.hpp | 54 typedef Protocol protocol_type; typedef in class:asio::basic_stream_socket 86 const protocol_type& protocol) 127 const protocol_type& protocol, const native_handle_type& native_socket) [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
basic_resolver_entry.hpp | 37 typedef InternetProtocol protocol_type; typedef in class:asio::ip::basic_resolver_entry
|
basic_endpoint.hpp | 42 typedef InternetProtocol protocol_type; typedef in class:asio::ip::basic_endpoint 111 protocol_type protocol() const
|
basic_resolver_query.hpp | 40 typedef InternetProtocol protocol_type; typedef in class:asio::ip::basic_resolver_query 96 basic_resolver_query(const protocol_type& protocol, 195 basic_resolver_query(const protocol_type& protocol,
|
resolver_service.hpp | 38 typedef InternetProtocol protocol_type; typedef in class:asio::ip::resolver_service
|
basic_resolver.hpp | 45 typedef InternetProtocol protocol_type; typedef in class:asio::ip::basic_resolver
|
/external/webrtc/webrtc/p2p/base/ |
turnport_unittest.cc | 317 void TestTurnAlternateServer(cricket::ProtocolType protocol_type) { 323 turn_server_.AddInternalSocket(kTurnIntAddr, protocol_type); 324 turn_server_.AddInternalSocket(kTurnAlternateIntAddr, protocol_type); 327 cricket::ProtocolAddress(kTurnIntAddr, protocol_type)); 344 void TestTurnAlternateServerV4toV6(cricket::ProtocolType protocol_type) { 349 turn_server_.AddInternalSocket(kTurnIntAddr, protocol_type); 352 cricket::ProtocolAddress(kTurnIntAddr, protocol_type)); 357 void TestTurnAlternateServerPingPong(cricket::ProtocolType protocol_type) { 364 turn_server_.AddInternalSocket(kTurnIntAddr, protocol_type); 365 turn_server_.AddInternalSocket(kTurnAlternateIntAddr, protocol_type); [all...] |
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
modules_view.js | 169 var PROTOCOL_TYPE = { 181 return tryGetValueWithKey(PROTOCOL_TYPE, serviceProvider.socket_protocol);
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/serialization/github_parse5/ |
expected.html | 398 <div class="clone-url " data-protocol-type="http" data-url="/users/set_protocol?protocol_selector=http&protocol_type=push"> 409 <div class="clone-url " data-protocol-type="ssh" data-url="/users/set_protocol?protocol_selector=ssh&protocol_type=push"> 420 <div class="clone-url open" data-protocol-type="subversion" data-url="/users/set_protocol?protocol_selector=subversion&protocol_type=push"> [all...] |
src.html | 421 data-url="/users/set_protocol?protocol_selector=http&protocol_type=push"> 435 data-url="/users/set_protocol?protocol_selector=ssh&protocol_type=push"> 449 data-url="/users/set_protocol?protocol_selector=subversion&protocol_type=push"> [all...] |