HomeSort by relevance Sort by last modified time
    Searched defs:protocol (Results 151 - 175 of 856) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/remoting/protocol/
buffered_socket_writer.h 21 namespace protocol { namespace in namespace:remoting
129 } // namespace protocol
buffered_socket_writer_unittest.cc 5 #include "remoting/protocol/buffered_socket_writer.h"
13 #include "remoting/protocol/fake_session.h"
18 namespace protocol { namespace in namespace:remoting
186 } // namespace protocol
connection_to_client.h 15 #include "remoting/protocol/audio_writer.h"
16 #include "remoting/protocol/session.h"
17 #include "remoting/protocol/video_writer.h"
24 namespace protocol { namespace in namespace:remoting
34 // host. It sets up all protocol channels and connects them to the
138 } // namespace protocol
input_event_tracker_unittest.cc 5 #include "remoting/protocol/input_event_tracker.h"
8 #include "remoting/protocol/protocol_mock_objects.h"
17 namespace protocol { namespace in namespace:remoting
25 static const uint32 kTestLockStates = protocol::KeyEvent::LOCK_STATES_CAPSLOCK;
242 } // namespace protocol
jingle_session_manager.cc 5 #include "remoting/protocol/jingle_session_manager.h"
10 #include "remoting/protocol/authenticator.h"
11 #include "remoting/protocol/content_description.h"
12 #include "remoting/protocol/jingle_messages.h"
13 #include "remoting/protocol/jingle_session.h"
14 #include "remoting/protocol/transport.h"
21 namespace protocol { namespace in namespace:remoting
172 } // namespace protocol
jingle_session_manager.h 15 #include "remoting/protocol/jingle_messages.h"
16 #include "remoting/protocol/session_manager.h"
34 namespace protocol { namespace in namespace:remoting
40 // Jingle protocol used in Chromoting. JingleSessionManager provides
41 // the protocol::SessionManager interface for accepting incoming and
98 } // namespace protocol
message_decoder_unittest.cc 12 #include "remoting/protocol/message_decoder.h"
13 #include "remoting/protocol/util.h"
17 namespace protocol { namespace in namespace:remoting
61 // Then feed the protocol decoder using the above generated data and the
124 } // namespace protocol
negotiating_authenticator_base.cc 5 #include "remoting/protocol/negotiating_authenticator_base.h"
15 #include "remoting/protocol/channel_authenticator.h"
16 #include "remoting/protocol/v2_authenticator.h"
20 namespace protocol { namespace in namespace:remoting
105 } // namespace protocol
negotiating_client_authenticator.cc 5 #include "remoting/protocol/negotiating_client_authenticator.h"
14 #include "remoting/protocol/channel_authenticator.h"
15 #include "remoting/protocol/pairing_client_authenticator.h"
16 #include "remoting/protocol/v2_authenticator.h"
20 namespace protocol { namespace in namespace:remoting
161 } // namespace protocol
session.h 10 #include "remoting/protocol/errors.h"
11 #include "remoting/protocol/session_config.h"
18 namespace protocol { namespace in namespace:remoting
25 // protocol used for each channel.
88 // Configuration of the protocol that was sent or received in the
93 // Protocol configuration. Can be called only after session has been accepted.
97 // Set protocol configuration for an incoming session. Must be
117 } // namespace protocol
ssl_hmac_channel_authenticator.h 14 #include "remoting/protocol/channel_authenticator.h"
28 namespace protocol { namespace in namespace:remoting
104 } // namespace protocol
third_party_authenticator_base.cc 5 #include "remoting/protocol/third_party_authenticator_base.h"
13 #include "remoting/protocol/channel_authenticator.h"
14 #include "remoting/protocol/v2_authenticator.h"
18 namespace protocol { namespace in namespace:remoting
90 } // namespace protocol
  /external/nist-sip/java/gov/nist/javax/sip/header/
Reason.java 29 * reason-value = protocol *(SEMI reason-params)
30 * protocol = "SIP" / "Q.850" / token
31 * reason-params = protocol-cause / reason-text
33 * protocol-cause = "cause" EQUAL cause
65 protected String protocol; field in class:Reason
83 /** Set the protocol
85 *@param protocol - protocol to set.
88 public void setProtocol(String protocol) throws ParseException {
89 this.protocol = protocol
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_ip.h 36 uint8_t protocol; member in struct:ebt_ip_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_ip.h 36 uint8_t protocol; member in struct:ebt_ip_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_ip.h 36 uint8_t protocol; member in struct:ebt_ip_info
  /cts/apps/cts-usb-accessory/
cts-usb-accessory.c 144 uint16_t protocol = 0; local
146 ACCESSORY_GET_PROTOCOL, 0, 0, &protocol, sizeof(protocol), 0);
148 printf("Device supports protocol version %d\n", protocol);
150 fprintf(stderr, "Failed to read protocol version\n");
  /external/apache-http/src/org/apache/http/
ProtocolVersion.java 39 * Represents a protocol version, as specified in RFC 2616.
42 * for the protocol name. It defines a protocol version "SIP/2.0".
46 * This class defines a protocol version as a combination of
47 * protocol name, major version number, and minor version number.
61 /** Name of the protocol. */
62 protected final String protocol; field in class:ProtocolVersion
64 /** Major version number of the protocol */
67 /** Minor version number of the protocol */
72 * Create a protocol version designator
    [all...]
  /external/apache-http/src/org/apache/http/client/protocol/
RequestAddCookies.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestAddCookies.java $
32 package org.apache.http.client.protocol;
56 import org.apache.http.protocol.HttpContext;
57 import org.apache.http.protocol.ExecutionContext;
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestExecutor.java $
32 package org.apache.http.protocol;
100 * @throws HttpException in case of a protocol or processing problem
143 * @throws HttpException in case of a protocol or processing problem
180 * @throws HttpException in case of a protocol or processing problem
256 * @throws HttpException in case of a protocol or processing problem
302 * @throws HttpException in case of a protocol or processing problem
UriPatternMatcher.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/UriPatternMatcher.java $
32 package org.apache.http.protocol;
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper.h 35 const std::string& protocol,
46 return protocol == chrome::kFileScheme;
49 std::string protocol; member in struct:BrowsingDataIndexedDBHelper::IndexedDBInfo
  /external/chromium/net/http/
http_stream_factory.cc 58 HttpAlternateProtocols::Protocol protocol = HttpAlternateProtocols::BROKEN; local
59 // We skip NPN_SPDY_1 here, because we've rolled the protocol version to 2.
63 protocol = static_cast<HttpAlternateProtocols::Protocol>(i);
66 if (protocol == HttpAlternateProtocols::BROKEN) {
67 // Currently, we only recognize the npn-spdy protocol.
69 << " header has unrecognized protocol: "
80 // If we think the alternate protocol is broken, don't change it.
81 if (existing_alternate.protocol == HttpAlternateProtocols::BROKEN
    [all...]
  /external/chromium_org/chrome_frame/
bind_context_info.h 80 void set_protocol(IInternetProtocol* protocol) {
81 protocol_ = protocol;
84 IInternetProtocol* protocol() { function
89 // instance which wraps the underlying protocol sink.
  /external/chromium_org/content/renderer/media/
rtc_data_channel_handler.cc 52 blink::WebString RtcDataChannelHandler::protocol() const { function in class:content::RtcDataChannelHandler
53 return UTF8ToUTF16(channel_->protocol());

Completed in 1187 milliseconds

1 2 3 4 5 67 8 91011>>