HomeSort by relevance Sort by last modified time
    Searched full:protocol (Results 601 - 625 of 3661) sorted by null

<<21222324252627282930>>

  /external/chromium/net/url_request/
url_request_job_manager.h 21 // This class is responsible for managing the set of protocol factories and
38 // interceptors and protocol factories. This will always succeed in
53 // Returns true if there is a protocol factory registered for the given
58 // Register a protocol factory associated with the given scheme. The factory
60 // previously registered protocol factory if any.
  /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; }
rawtransport.cc 54 bool RawTransport::ParseCandidates(SignalingProtocol protocol,
76 bool RawTransport::WriteCandidates(SignalingProtocol protocol,
84 ASSERT(cand->protocol() == "udp");
  /external/clang/test/Analysis/
PR3991.m 13 @protocol NSObject - (BOOL)isEqual:(id)object;
14 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
15 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
16 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
35 @protocol IHGoogleDocsAdapterDelegate - (void)googleDocsAdapter:(IHGoogleDocsAdapter*)inGoogleDocsAdapter accountVerifyIsValid:(BOOL)inIsValid error:(NSError *)inError;
  /external/iproute2/include/linux/
atmsap.h 18 * Layer 2 protocol identifiers
40 * Layer 3 protocol identifiers
104 unsigned char l2_proto; /* layer 2 protocol */
113 unsigned char l3_proto; /* layer 3 protocol */
131 unsigned char ipi; /* initial protocol id */
  /external/kernel-headers/original/linux/
atmsap.h 18 * Layer 2 protocol identifiers
40 * Layer 3 protocol identifiers
104 unsigned char l2_proto; /* layer 2 protocol */
113 unsigned char l3_proto; /* layer 3 protocol */
131 unsigned char ipi; /* initial protocol id */
if_ppp.h 4 * if_ppp.h - Point-to-Point Protocol definitions.
46 #define PROTO_IPX 0x002b /* protocol numbers */
54 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */
92 int protocol; /* PPP protocol, e.g. PPP_IP */ member in struct:npioctl
if_pppox.h 71 unsigned int sa_protocol; /* protocol identifier */
80 * sockaddr_pppox) to fill it. We use a protocol specific sockaddr
85 unsigned int sa_protocol; /* protocol identifier */
89 /* The L2TPv3 protocol changes tunnel and session ids from 16 to 32
94 unsigned int sa_protocol; /* protocol identifier */
  /external/srtp/include/
srtp_priv.h 75 unsigned char version:2; /* protocol version */
86 unsigned char version:2; /* protocol version */
117 unsigned char version:2; /* protocol version */
134 unsigned char version:2; /* protocol version */
143 unsigned int version:2; /* protocol version */
  /external/tcpdump/
ipsec_doi.h 43 /* 4.4.1 IPSEC Security Protocol Identifiers */
48 /* 4.4.1 IPSEC Security Protocol Identifiers */
58 /* 4.4.1 IPSEC Security Protocol Identifiers */
75 /* 4.4.1 IPSEC Security Protocol Identifiers */
128 u_int8_t proto_id; /* Protocol ID */
  /external/webkit/Source/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 151 -(id)initWithHost:(NSString *)host port:(int)port protocol:(NSString *)protocol realm:(NSString *)realm authenticationMethod:(NSString *)authenticationMethod
153 HRESULT initWithHost([in] BSTR host, [in] int port, [in] BSTR protocol, [in] BSTR realm, [in] BSTR authenticationMethod);
171 -(NSString *)protocol
173 HRESULT protocol([out, retval] BSTR* result);
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
org.apache.http.protocol.HTTP.html 10 org.apache.http.protocol.HTTP
74 Class org.apache.http.protocol.<A HREF="../../../../reference/org/apache/http/protocol/HTTP.html" target="_top"><font size="+2"><code>HTTP</code></font></A>
87 <A NAME="org.apache.http.protocol.HTTP.EXPECT_CONTINUE"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/org/apache/http/protocol/HTTP.html#EXPECT_CONTINUE" target="_top"><code>EXPECT_CONTINUE</code></font></A></nobr> </TD>
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnection.java 93 String protocol; local
95 protocol = mApn.roamingProtocol;
97 protocol = mApn.protocol;
105 protocol, msg); local
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmsap.h 18 * Layer 2 protocol identifiers
40 * Layer 3 protocol identifiers
104 unsigned char l2_proto; /* layer 2 protocol */
113 unsigned char l3_proto; /* layer 3 protocol */
131 unsigned char ipi; /* initial protocol id */
if_ppp.h 4 * if_ppp.h - Point-to-Point Protocol definitions.
45 #define PROTO_IPX 0x002b /* protocol numbers */
53 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */
91 int protocol; /* PPP protocol, e.g. PPP_IP */ member in struct:npioctl
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_ppp.h 4 * if_ppp.h - Point-to-Point Protocol definitions.
68 #define PROTO_IPX 0x002b /* protocol numbers */
76 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */
111 int protocol; /* PPP protocol, e.g. PPP_IP */ member in struct:npioctl
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
talkd.h 36 * This describes the protocol used by the talk server and clients.
60 u_char vers; /* protocol version */
79 u_char vers; /* protocol version */
87 #define TALK_VERSION 1 /* protocol version */
102 #define BADVERSION 6 /* request has invalid protocol version */
  /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;
RequestDefaultHeaders.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestDefaultHeaders.java $
32 package org.apache.http.client.protocol;
42 import org.apache.http.protocol.HttpContext;
RequestTargetAuthentication.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestTargetAuthentication.java $
32 package org.apache.http.client.protocol;
46 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultUserTokenHandler.java 41 import org.apache.http.client.protocol.ClientContext;
43 import org.apache.http.protocol.ExecutionContext;
44 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/protocol/
HttpDateGenerator.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpDateGenerator.java $
32 package org.apache.http.protocol;
42 * Generates a date in the format required by the HTTP protocol.
  /external/chromium/chrome/browser/resources/net_internals/
spdyview.js 72 * with information on each alternate protocol enabled server. Otherwise,
139 * Creates a table printer to print out the list of alternate protocol
146 tablePrinter.addHeaderCell('Alternate Protocol');
  /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

Completed in 1381 milliseconds

<<21222324252627282930>>