HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 226 - 250 of 1040) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/win/
WebURLProtectionSpace.h 56 /* [in] */ BSTR protocol,
73 virtual HRESULT STDMETHODCALLTYPE protocol(
  /external/webkit/Source/WebKit2/Shared/
WebURL.h 60 String protocol() const function in class:WebKit::WebURL
63 return m_parsedURL->isValid() ? m_parsedURL->protocol() : String();
  /external/webkit/Source/WebKit2/UIProcess/
WebApplicationCacheManagerProxy.cpp 85 securityOriginData.protocol = origin->protocol();
WebKeyValueStorageManagerProxy.cpp 84 securityOriginData.protocol = origin->protocol();
WebResourceCacheManagerProxy.cpp 84 securityOrigin.protocol = origin->protocol();
  /frameworks/base/voip/java/android/net/sip/
SipProfile.java 44 * <a href="{@docRoot}guide/topics/network/sip.html">Session Initiation Protocol</a>
206 * Sets the protocol used to connect to the SIP server. Currently,
209 * @param protocol the protocol string
211 * @throws IllegalArgumentException if the protocol is not recognized
213 public Builder setProtocol(String protocol)
215 if (protocol == null) {
216 throw new NullPointerException("protocol cannot be null");
218 protocol = protocol.toUpperCase()
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIm.java 42 int protocol = builder.getInt(Im.PROTOCOL); local
45 Im.getProtocolLabel(mContext.getResources(), protocol, customProtocol).toString()); local
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
candidate.h 42 Candidate(const std::string& name, const std::string& protocol,
47 : name_(name), protocol_(protocol), address_(address),
54 const std::string & protocol() const { return protocol_; } function in class:cricket::Candidate
55 void set_protocol(const std::string & protocol) { protocol_ = protocol; }
sessionmessages.cc 162 msg->protocol = PROTOCOL_GINGLE;
178 msg->protocol = PROTOCOL_JINGLE;
202 msg->protocol = PROTOCOL_HYBRID;
260 if (msg.protocol == PROTOCOL_GINGLE) {
278 bool ParseCandidates(SignalingProtocol protocol,
289 return trans_parser->ParseCandidates(protocol, candidates_elem,
389 bool WriteCandidates(SignalingProtocol protocol,
399 return trans_parser->WriteCandidates(protocol, candidates, elems, error);
471 bool ParseContentInfo(SignalingProtocol protocol,
483 if (!parser->ParseContent(protocol, elem, &desc, error)
    [all...]
rawtransport.cc 54 bool RawTransport::ParseCandidates(SignalingProtocol protocol,
76 bool RawTransport::WriteCandidates(SignalingProtocol protocol,
84 ASSERT(cand->protocol() == "udp");
  /external/kernel-headers/original/linux/
pnp.h 139 struct list_head protocol_list; /* node in protocol's list of cards */
142 struct pnp_protocol * protocol; member in struct:pnp_card
184 struct list_head protocol_list; /* node in list of device's protocol */
188 struct pnp_protocol * protocol; member in struct:pnp_dev
248 #define pnp_can_read(dev) (((dev)->protocol) && ((dev)->protocol->get) && \
250 #define pnp_can_write(dev) (((dev)->protocol) && ((dev)->protocol->set) && \
252 #define pnp_can_disable(dev) (((dev)->protocol) && ((dev)->protocol->disable) &&
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java 55 // The protocol
78 Protocol protocol = new Protocol(); local
79 protocol.setProtocolName(protocolName.getTokenValue());
80 protocol.setProtocolVersion(protocolVersion.getTokenValue());
81 protocol.setTransport(transport.getTokenValue());
82 v.setSentProtocol(protocol);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnection.java 98 String protocol; local
100 protocol = mApn.roamingProtocol;
102 protocol = mApn.protocol;
110 protocol, msg); local
  /packages/apps/Email/src/com/android/email/service/
AccountService.java 65 String protocol = Account.getProtocol(mContext, accountId);
66 if ((protocol != null) && forProtocol.equals(protocol)) {
80 public void reconcileAccounts(String protocol, String accountManagerType) {
81 ArrayList<Account> providerList = getAccountList(protocol);
  /external/webkit/Source/WebCore/page/
SecurityOrigin.cpp 70 , m_protocol(url.protocol().isNull() ? "" : url.protocol().lower())
95 m_protocol = originURL.protocol().lower();
334 String protocol = url.protocol().lower(); local
336 if (SchemeRegistry::canDisplayOnlyIfCanRequest(protocol))
339 if (SchemeRegistry::shouldTreatURLSchemeAsDisplayIsolated(protocol))
340 return m_protocol == protocol || isAccessToURLWhiteListed(url);
342 if (restrictAccessToLocal() && SchemeRegistry::shouldTreatURLSchemeAsLocal(protocol))
448 String protocol = databaseIdentifier.substring(0, separator1)
    [all...]
  /external/dhcpcd/
bpf.c 52 open_socket(struct interface *iface, int protocol)
110 if (protocol == ETHERTYPE_ARP) {
138 send_raw_packet(const struct interface *iface, int protocol,
147 hw.ether_type = htons(protocol);
152 if (protocol == ETHERTYPE_ARP)
162 get_raw_packet(struct interface *iface, int protocol,
170 if (protocol == ETHERTYPE_ARP)
  /external/webkit/Source/WebKit/gtk/webkit/
webkitsecurityorigin.cpp 35 * by web sites. An origin consists of a host name, a protocol, and a port
67 g_free(priv->protocol);
142 * WebKitSecurityOrigin:protocol:
144 * The protocol of the security origin.
149 g_param_spec_string("protocol",
150 _("Protocol"),
151 _("The protocol of the security origin"),
224 * Returns the protocol for the security origin.
226 * Returns: the protocol for the security origin
235 WTF::String protocol = priv->coreOrigin->protocol() local
    [all...]
  /system/bluetooth/tools/
sock_shutdown_test.c 71 int protocol = -1; local
77 protocol = 0;
82 protocol = BTPROTO_RFCOMM;
87 protocol = BTPROTO_SCO;
92 protocol = BTPROTO_L2CAP;
97 protocol = 0;
102 ret = socket(family, typ, protocol);
  /external/iproute2/tc/
tc_filter.c 34 fprintf(stderr, " [ pref PRIO ] protocol PROTO\n");
57 __u32 protocol = 0; local
76 protocol = ETH_P_ALL;
110 } else if (matches(*argv, "protocol") == 0) {
114 duparg("protocol", *argv);
116 invarg(*argv, "invalid protocol");
117 protocol = id;
136 req.t.tcm_info = TC_H_MAKE(prio<<16, protocol);
234 fprintf(fp, "protocol %s ",
268 __u32 protocol = 0 local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 86 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; }
95 cricket::ProtocolType protocol() const { return protocol_; } function in class:buzz::XmppClientSettings
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
ConnectorAdapter.java 52 * <p>This adapter assumes a simple protocol where two
155 MessageProtocol protocol = new MessageProtocol(); local
170 protocol.addBuffer( buffer );
173 while( (m = protocol.getMessage()) != null ) {
  /external/qemu/
osdep.c 149 int qemu_socket(int domain, int type, int protocol)
154 ret = socket(domain, type | SOCK_CLOEXEC, protocol);
159 ret = socket(domain, type, protocol);
  /external/webkit/Source/WebKit/mac/WebView/
WebViewData.h 47 @protocol WebFormDelegate;
48 @protocol WebDeviceOrientationProvider;
49 @protocol WebGeolocationProvider;
  /external/webkit/Source/WebKit2/WebProcess/ResourceCache/
WebResourceCacheManager.cpp 91 originData.protocol = origin->protocol();
111 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(originData.protocol, originData.host, originData.port);
  /external/webkit/Source/WebKit2/WebProcess/qt/
WebProcessMainQt.cpp 106 QString protocol = query.protocolTag().toLower(); local
107 if (protocol == QLatin1String("http"))
109 else if (protocol == QLatin1String("https"))

Completed in 1997 milliseconds

1 2 3 4 5 6 7 8 91011>>