/external/chromium_org/remoting/protocol/ |
audio_stub.h | 15 namespace protocol { namespace in namespace:remoting 31 } // namespace protocol
|
errors.h | 9 namespace protocol { namespace in namespace:remoting 28 } // namespace protocol
|
message_serialization.h | 5 // This file defines utility methods used for encoding and decoding the protocol 20 namespace protocol { namespace in namespace:remoting 22 // Serialize the Protocol Buffer message and provide sufficient framing for 29 } // namespace protocol
|
video_stub.h | 15 namespace protocol { namespace in namespace:remoting 30 } // namespace protocol
|
mouse_input_filter.h | 9 #include "remoting/protocol/input_filter.h" 13 namespace protocol { namespace in namespace:remoting 31 virtual void InjectMouseEvent(const protocol::MouseEvent& event) OVERRIDE; 40 } // namespace protocol
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
OriginAccessEntry.h | 59 // If host is empty string and SubdomainSetting is AllowSubdomains, the entry will match all domains in the specified protocol. 60 OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting, IPAddressSetting); 63 const String& protocol() const { return m_protocol; } function in class:blink::OriginAccessEntry 79 return equalIgnoringCase(a.protocol(), b.protocol())
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebRTCDataChannelInit.h | 49 WebString protocol; member in struct:blink::WebRTCDataChannelInit
|
/external/clang/test/ARCMT/Inputs/ |
test.h | 1 @protocol NSObject
|
/external/clang/test/ARCMT/with space/ |
test.h | 1 @protocol NSObject
|
/external/clang/test/Modules/Inputs/ |
category_left_sub.h | 5 @protocol P3
|
redecl-merge-left.h | 13 @protocol P1; 14 @protocol P2 46 @protocol P3, P4; 48 @protocol P3;
|
/external/chromium_org/remoting/client/plugin/ |
normalizing_input_filter_cros.cc | 97 protocol::InputStub* input_stub) 98 : protocol::InputFilter(input_stub), 107 const protocol::KeyEvent& event) { 119 const protocol::MouseEvent& event) { 122 protocol::MouseEvent newEvent = event; 125 event.button() == protocol::MouseEvent::BUTTON_RIGHT) { 126 newEvent.set_button(protocol::MouseEvent::BUTTON_LEFT); 132 const protocol::KeyEvent& event) { 174 void NormalizingInputFilterCros::ProcessKeyUp(const protocol::KeyEvent& event) { 179 deferred_keydown_event_ = protocol::KeyEvent() [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
command_observer_bridge.h | 13 @protocol CommandObserverProtocol; 18 // passing them back to an object that supports the protocol delcared below. 46 @protocol CommandObserverProtocol
|
/external/chromium_org/net/socket/ |
socket_descriptor.h | 39 virtual SocketDescriptor CreateSocket(int family, int type, int protocol) = 0; 45 int protocol);
|
socket_descriptor.cc | 34 SocketDescriptor CreateSocketDefault(int family, int type, int protocol) { 37 SocketDescriptor result = ::WSASocket(family, type, protocol, NULL, 0, 50 return ::socket(family, type, protocol); 54 SocketDescriptor CreatePlatformSocket(int family, int type, int protocol) { 56 return g_socket_factory->CreateSocket(family, type, protocol); 58 return CreateSocketDefault(family, type, protocol);
|
/external/chromium_org/remoting/host/ |
token_validator_factory_impl.h | 14 #include "remoting/protocol/token_validator.h" 21 class TokenValidatorFactoryImpl : public protocol::TokenValidatorFactory { 34 virtual scoped_ptr<protocol::TokenValidator> CreateTokenValidator(
|
fake_desktop_environment.h | 22 scoped_ptr<protocol::ClipboardStub> client_clipboard) OVERRIDE; 23 virtual void InjectKeyEvent(const protocol::KeyEvent& event) OVERRIDE; 24 virtual void InjectTextEvent(const protocol::TextEvent& event) OVERRIDE; 25 virtual void InjectMouseEvent(const protocol::MouseEvent& event) OVERRIDE; 27 const protocol::ClipboardEvent& event) OVERRIDE; 61 protocol::ClientStub* client_stub) OVERRIDE;
|
/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...] |
/external/chromium_org/media/filters/ |
ffmpeg_glue.cc | 23 FFmpegURLProtocol* protocol = reinterpret_cast<FFmpegURLProtocol*>(opaque); local 24 int result = protocol->Read(buf_size, buf); 31 FFmpegURLProtocol* protocol = reinterpret_cast<FFmpegURLProtocol*>(opaque); local 35 if (protocol->SetPosition(offset)) 36 protocol->GetPosition(&new_offset); 41 if (!protocol->GetPosition(&pos)) 43 if (protocol->SetPosition(pos + offset)) 44 protocol->GetPosition(&new_offset); 49 if (!protocol->GetSize(&size)) 51 if (protocol->SetPosition(size + offset) [all...] |
/external/chromium_org/remoting/test/ |
protocol_perftest.cc | 26 #include "remoting/protocol/jingle_session_manager.h" 27 #include "remoting/protocol/libjingle_transport_factory.h" 28 #include "remoting/protocol/me2me_host_authenticator_factory.h" 29 #include "remoting/protocol/negotiating_client_authenticator.h" 30 #include "remoting/protocol/session_config.h" 39 using protocol::ChannelConfig; 64 class FakeCursorShapeStub : public protocol::CursorShapeStub { 69 // protocol::CursorShapeStub interface. 71 const protocol::CursorShapeInfo& cursor_shape) OVERRIDE {}; 100 virtual void OnConnectionState(protocol::ConnectionToHost::State state [all...] |
/external/dnsmasq/contrib/port-forward/ |
dnsmasq-portforward | 47 protocol=tcp 49 protocol=udp 55 ${IPTABLES} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst 57 ${IPTABLES} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst 61 echo " DNAT $protocol $src to ${3}:$dst ${verb}." >>${LOGFILE}
|
/external/chromium_org/chrome/common/custom_handlers/ |
protocol_handler.cc | 12 ProtocolHandler::ProtocolHandler(const std::string& protocol, 14 : protocol_(protocol), 19 const std::string& protocol, 21 std::string lower_protocol = base::StringToLowerASCII(protocol); 30 return value->HasKey("protocol") && value->HasKey("url"); 48 std::string protocol, url; local 49 value->GetString("protocol", &protocol); 51 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url)); 63 d->Set("protocol", new base::StringValue(protocol_)) [all...] |
/external/android-clat/ |
ipv6.c | 72 * takes an ipv6 packet and hands it off to the layer 4 protocol function 82 uint8_t protocol; local 116 protocol = ip6->ip6_nxt; 122 fill_ip_header(ip_targ, 0, protocol, ip6); 127 if (protocol == IPPROTO_FRAGMENT) { 137 protocol = parse_frag_header(frag_hdr, ip_targ); 140 // ICMP and ICMPv6 have different protocol numbers. 141 if (protocol == IPPROTO_ICMPV6) { 142 protocol = IPPROTO_ICMP; 143 ip_targ->protocol = IPPROTO_ICMP [all...] |
/external/chromium_org/remoting/client/ |
server_log_entry_client.cc | 16 using remoting::protocol::ConnectionToHost; 17 using remoting::protocol::ErrorCode; 67 case protocol::OK: 69 case protocol::PEER_IS_OFFLINE: 71 case protocol::SESSION_REJECTED: 73 case protocol::INCOMPATIBLE_PROTOCOL: 74 return "incompatible-protocol"; 75 case protocol::AUTHENTICATION_FAILED: 77 case protocol::CHANNEL_CONNECTION_ERROR: 79 case protocol::SIGNALING_ERROR [all...] |
/external/chromium_org/remoting/client/jni/ |
chromoting_jni_instance.cc | 20 #include "remoting/protocol/chromium_port_allocator.h" 21 #include "remoting/protocol/chromium_socket_factory.h" 22 #include "remoting/protocol/host_stub.h" 23 #include "remoting/protocol/libjingle_transport_factory.h" 24 #include "remoting/protocol/negotiating_client_authenticator.h" 25 #include "remoting/protocol/network_settings.h" 69 scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher> 75 std::vector<protocol::AuthenticationMethod> auth_methods; 76 auth_methods.push_back(protocol::AuthenticationMethod::Spake2Pair()); 77 auth_methods.push_back(protocol::AuthenticationMethod::Spake2 [all...] |