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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/protocol/
channel_authenticator.h 18 namespace protocol { namespace in namespace:remoting
39 } // namespace protocol
channel_factory.h 18 namespace protocol { namespace in namespace:remoting
56 } // namespace protocol
client_event_dispatcher.cc 5 #include "remoting/protocol/client_event_dispatcher.h"
13 #include "remoting/protocol/util.h"
16 namespace protocol { namespace in namespace:remoting
48 } // namespace protocol
clipboard_echo_filter_unittest.cc 5 #include "remoting/protocol/clipboard_echo_filter.h"
8 #include "remoting/protocol/protocol_mock_objects.h"
16 namespace protocol { namespace in namespace:remoting
110 } // namespace protocol
clipboard_filter.h 10 #include "remoting/protocol/clipboard_stub.h"
13 namespace protocol { namespace in namespace:remoting
41 } // namespace protocol
clipboard_filter_unittest.cc 5 #include "remoting/protocol/clipboard_filter.h"
8 #include "remoting/protocol/protocol_mock_objects.h"
15 namespace protocol { namespace in namespace:remoting
59 } // namespace protocol
clipboard_thread_proxy.h 13 #include "remoting/protocol/clipboard_stub.h"
20 namespace protocol { namespace in namespace:remoting
48 } // namespace protocol
host_event_dispatcher.cc 5 #include "remoting/protocol/host_event_dispatcher.h"
12 #include "remoting/protocol/input_stub.h"
15 namespace protocol { namespace in namespace:remoting
53 } // namespace protocol
input_event_tracker.h 12 #include "remoting/protocol/input_stub.h"
16 namespace protocol { namespace in namespace:remoting
23 explicit InputEventTracker(protocol::InputStub* input_stub);
41 protocol::InputStub* input_stub_;
51 } // namespace protocol
input_filter.h 10 #include "remoting/protocol/input_stub.h"
13 namespace protocol { namespace in namespace:remoting
48 } // namespace protocol
input_filter_unittest.cc 5 #include "remoting/protocol/input_filter.h"
8 #include "remoting/protocol/protocol_mock_objects.h"
15 namespace protocol { namespace in namespace:remoting
40 static void InjectTestSequence(protocol::InputStub* input_stub) {
81 } // namespace protocol
it2me_host_authenticator_factory.h 14 #include "remoting/protocol/authenticator.h"
20 namespace protocol { namespace in namespace:remoting
46 } // namespace protocol
mouse_input_filter.cc 5 #include "remoting/protocol/mouse_input_filter.h"
10 namespace protocol { namespace in namespace:remoting
53 } // namespace protocol
negotiating_host_authenticator.h 14 #include "remoting/protocol/authentication_method.h"
15 #include "remoting/protocol/authenticator.h"
16 #include "remoting/protocol/negotiating_authenticator_base.h"
17 #include "remoting/protocol/pairing_registry.h"
18 #include "remoting/protocol/third_party_host_authenticator.h"
24 namespace protocol { namespace in namespace:remoting
80 } // namespace protocol
pairing_client_authenticator.cc 5 #include "remoting/protocol/pairing_client_authenticator.h"
11 #include "remoting/protocol/authentication_method.h"
12 #include "remoting/protocol/channel_authenticator.h"
13 #include "remoting/protocol/v2_authenticator.h"
17 namespace protocol { namespace in namespace:remoting
71 } // namespace protocol
protobuf_video_reader.cc 5 #include "remoting/protocol/protobuf_video_reader.h"
11 #include "remoting/protocol/channel_factory.h"
12 #include "remoting/protocol/session.h"
15 namespace protocol { namespace in namespace:remoting
28 void ProtobufVideoReader::Init(protocol::Session* session,
62 } // namespace protocol
protobuf_video_writer.cc 5 #include "remoting/protocol/protobuf_video_writer.h"
11 #include "remoting/protocol/channel_factory.h"
12 #include "remoting/protocol/session.h"
13 #include "remoting/protocol/util.h"
16 namespace protocol { namespace in namespace:remoting
26 void ProtobufVideoWriter::Init(protocol::Session* session,
74 } // namespace protocol
protobuf_video_writer.h 13 #include "remoting/protocol/buffered_socket_writer.h"
14 #include "remoting/protocol/video_writer.h"
21 namespace protocol { namespace in namespace:remoting
32 virtual void Init(protocol::Session* session,
54 } // namespace protocol
  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCDataChannelInit.h 49 WebString protocol; member in struct:blink::WebRTCDataChannelInit
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_ContactMethodsTest.java 32 int protocol = ContactMethods.PROTOCOL_AIM; local
33 String encodedString = ContactMethods.encodePredefinedImProtocol(protocol);
35 assertEquals(protocol, ContactMethods.decodeImProtocol(encodedString));
37 protocol = ContactMethods.PROTOCOL_QQ;
38 encodedString = ContactMethods.encodePredefinedImProtocol(protocol);
40 assertEquals(protocol, ContactMethods.decodeImProtocol(encodedString));
42 String protocolString = "custom protocol";
  /external/android-clat/
ipv6.c 71 * takes an ipv6 packet and hands it off to the layer 4 protocol function
81 uint8_t protocol; local
115 protocol = ip6->ip6_nxt;
121 fill_ip_header(ip_targ, 0, protocol, ip6);
126 if (protocol == IPPROTO_FRAGMENT) {
136 protocol = parse_frag_header(frag_hdr, ip_targ);
139 // ICMP and ICMPv6 have different protocol numbers.
140 if (protocol == IPPROTO_ICMPV6) {
141 protocol = IPPROTO_ICMP;
142 ip_targ->protocol = IPPROTO_ICMP
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 17 package org.apache.harmony.luni.tests.internal.net.www.protocol.http;
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DelegatedTaskTest.java 31 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( local
36 DelegatedTask task = new DelegatedTask(null, protocol, null);
38 assertTrue(protocol.delegatedTaskErr instanceof NullPointerException);
  /external/apache-http/src/org/apache/http/client/protocol/
ClientContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/ClientContext.java $
32 package org.apache.http.client.protocol;
36 * {@link org.apache.http.protocol.HttpContext Context}
ClientContextConfigurer.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/ClientContextConfigurer.java $
32 package org.apache.http.client.protocol;
40 import org.apache.http.protocol.HttpContext;

Completed in 1137 milliseconds

1 23 4 5 6 7 8 91011>>