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

<<31323334353637383940>>

  /external/ppp/pppd/
lcp.c 2 * lcp.c - PPP Link Control Protocol.
135 "Disable protocol field compression",
138 "Disable protocol field compression",
243 NULL, /* Called when Protocol-Reject received */
246 "LCP" /* String name of protocol */
250 * Protocol entry points.
344 f->protocol = PPP_LCP;
429 * Don't use A/C or protocol compression on transmission,
430 * but accept A/C and protocol compressed packets
431 * if we are going to ask for A/C and protocol compression
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h 135 // network-level protocol is represented by a Transport object. Each Transport
137 // packets are represented by TransportChannels. The application-level protocol
286 // A specific Session created by the SessionManager, using XMPP for protocol.
305 void set_current_protocol(SignalingProtocol protocol) {
306 current_protocol_ = protocol;
461 // When passing elems, must be either Jingle or Gingle protocol.
465 // When passing an action, may be Hybrid protocol.
475 bool WriteActionMessage(SignalingProtocol protocol,
480 // on a per-protocol basis with a common method signature, which all
482 bool WriteSessionAction(SignalingProtocol protocol,
    [all...]
  /external/clang/test/Analysis/
retain-release-gc-only.m 77 @class NSString, Protocol;
81 @protocol NSObject
87 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
88 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
89 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
105 @protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
169 @end @protocol NSAnimatablePropertyContainer - (id)animator;
173 @end @protocol NSValidatedUserInterfaceItem - (SEL)action;
174 @end @protocol NSUserInterfaceValidations - (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem;
181 @protocol NSApplicationDelegate <NSObject> @optional - (NSApplicationTerminateReply)applicationShould (…)
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 0 # Protocol Buffers - Google's data interchange format
105 options: Protocol message options or None
109 name: (str) Name of this protocol message type.
110 full_name: (str) Fully-qualified name of this protocol message type,
111 which will include protocol "package" name and the name of any
161 """Descriptor for a protocol message type.
165 name: (str) Name of this protocol message type.
166 full_name: (str) Fully-qualified name of this protocol message type,
167 which will include protocol "package" name and the name of any
183 for all protocol message types nested within this one
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 70 assertEquals("Assert 0: wrong protocol", "http", testURL.getProtocol());
78 fail("Assert 0: Invalid protocol");
86 final String HANDLER_PKGS = "java.protocol.handler.pkgs";
154 assertEquals("Assert 0: wrong protocol", "ftp", testURL.getProtocol());
178 assertEquals("Assert 1: wrong protocol", "http", gamelanNetworkBottom
181 // same protocol
186 // changed protocol
205 // Non existing protocol
657 assertEquals("SSISH1 returns a wrong protocol", "http", u.getProtocol());
667 assertEquals("SSISH2 returns a wrong protocol", "http", u.getProtocol())
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionImplTest.java 43 session.protocol = ProtocolVersion.TLSv1;
44 assertEquals("Incorrect protocol", "TLSv1", session.getProtocol());
  /external/apache-http/src/org/apache/http/
ConnectionReuseStrategy.java 34 import org.apache.http.protocol.HttpContext;
52 * close the connection to correctly implement the HTTP protocol.
HttpRequestInterceptor.java 36 import org.apache.http.protocol.HttpContext;
64 * @throws HttpException in case of a protocol or other problem
HttpResponseFactory.java 34 import org.apache.http.protocol.HttpContext;
51 * @param ver the protocol version
HttpResponseInterceptor.java 36 import org.apache.http.protocol.HttpContext;
63 * @throws HttpException in case of a protocol or other problem
  /external/apache-http/src/org/apache/http/cookie/
SetCookie.java 94 * using a secure protocol (https). This should only be set when
95 * the cookie's originating server used a secure protocol to set the
  /external/apache-http/src/org/apache/http/cookie/params/
CookieSpecPNames.java 54 public static final String DATE_PATTERNS = "http.protocol.cookie-datepatterns";
66 public static final String SINGLE_COOKIE_HEADER = "http.protocol.single-cookie-header";
  /external/apache-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java 38 import org.apache.http.protocol.HTTP;
39 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/protocol/
BasicHttpContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/BasicHttpContext.java $
32 package org.apache.http.protocol;
DefaultedHttpContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/DefaultedHttpContext.java $
32 package org.apache.http.protocol;
HttpContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpContext.java $
32 package org.apache.http.protocol;
HttpExpectationVerifier.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpExpectationVerifier.java $
32 package org.apache.http.protocol;
HttpProcessor.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpProcessor.java $
32 package org.apache.http.protocol;
HttpRequestHandlerRegistry.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandlerRegistry.java $
32 package org.apache.http.protocol;
HttpRequestInterceptorList.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestInterceptorList.java $
32 package org.apache.http.protocol;
HttpResponseInterceptorList.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpResponseInterceptorList.java $
32 package org.apache.http.protocol;
RequestConnControl.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestConnControl.java $
32 package org.apache.http.protocol;
RequestDate.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestDate.java $
32 package org.apache.http.protocol;
RequestExpectContinue.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestExpectContinue.java $
32 package org.apache.http.protocol;
RequestTargetHost.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestTargetHost.java $
32 package org.apache.http.protocol;

Completed in 428 milliseconds

<<31323334353637383940>>