HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 1 - 25 of 1993) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
chain-predecl.h 3 @protocol Pro;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Protocol.java 25 * <h3>Protocol vs Scheme</h3>
28 * the protocol (http/1.1, spdy/3.1, etc.). OkHttp uses the word <i>protocol</i>
31 public enum Protocol {
48 * Chromium's binary-framed protocol that includes header compression,
53 * href="http://dev.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1">draft
60 * The IETF's binary-framed protocol that includes header compression,
71 private final String protocol; field in class:Protocol
73 Protocol(String protocol)
    [all...]
  /external/clang/test/Index/
complete-protocols.m 4 @protocol Protocol1
7 @protocol Protocol2;
11 @protocol Protocol0;
12 @protocol NewProtocol
index-suppress-refs.h 8 @protocol P
  /external/clang/test/Modules/Inputs/
redecl-merge-top.h 9 @protocol P1;
11 @protocol P2;
12 @protocol P2;
redecl-merge-bottom.h 5 @protocol P4;
6 @protocol P4;
7 @protocol P4;
14 @protocol P1;
category_top.h 16 @protocol P1
19 @protocol P2
22 @protocol P3, P4;
redecl-merge-right.h 12 @protocol P1
16 @protocol P1;
18 @protocol P2;
20 @protocol P2;
22 @protocol P2;
51 @protocol P4, P3;
52 @protocol P3;
53 @protocol P3;
54 @protocol P3;
  /bionic/libc/bionic/
socket.cpp 21 int socket(int domain, int type, int protocol) {
22 return __netdClientDispatch.socket(domain, type, protocol);
  /libcore/ojluni/src/main/java/java/net/
URLStreamHandlerFactory.java 30 * protocol handlers.
33 * <code>URLStreamHandler</code> for a specific protocol.
43 * protocol.
45 * @param protocol the protocol ("<code>ftp</code>",
47 * @return a <code>URLStreamHandler</code> for the specific protocol.
50 URLStreamHandler createURLStreamHandler(String protocol);
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestHandlerResolver.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandlerResolver.java $
32 package org.apache.http.protocol;
  /external/apache-http/src/org/apache/http/
ProtocolVersion.java 39 * Represents a protocol version, as specified in RFC 2616.
42 * for the protocol name. It defines a protocol version "SIP/2.0".
46 * This class defines a protocol version as a combination of
47 * protocol name, major version number, and minor version number.
66 /** Name of the protocol. */
67 protected final String protocol; field in class:ProtocolVersion
69 /** Major version number of the protocol */
72 /** Minor version number of the protocol */
77 * Create a protocol version designator
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DelegatedTaskTest.java 30 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( local
35 DelegatedTask task = new DelegatedTask(null, protocol, null);
37 assertTrue(protocol.delegatedTaskErr instanceof NullPointerException);
HandshakeProtocolTest.java 35 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( local
40 assertEquals(protocol.getStatus(),
43 protocol.status = HandshakeProtocol.NEED_UNWRAP;
44 assertEquals(protocol.getStatus(),
47 protocol.status = HandshakeProtocol.FINISHED;
48 assertEquals(protocol.getStatus(),
50 assertEquals(protocol.status, HandshakeProtocol.NOT_HANDSHAKING);
52 protocol.delegatedTaskErr = new Exception();
53 assertEquals(protocol.getStatus(),
55 protocol.delegatedTaskErr = null
68 HandshakeProtocol protocol = new ServerHandshakeImpl(new SSLEngineImpl( local
79 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( local
186 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( local
200 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCharStream.h 32 @protocol ANTLRCharStream < ANTLRIntStream >
ANTLRTokenSource.h 33 @protocol ANTLRTokenSource <NSObject, NSCopying>
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver_query.hpp 39 /// The protocol type associated with the endpoint query.
42 /// Construct with specified service name for any protocol.
68 hints_.ai_socktype = endpoint.protocol().type();
69 hints_.ai_protocol = endpoint.protocol().protocol();
76 /// Construct with specified service name for a given protocol.
79 * service binding with a specific protocol version.
81 * @param protocol A protocol object, normally representing either the IPv4 or
82 * IPv6 version of an internet protocol
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
AuthScheme.java 25 package sun.net.www.protocol.http;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
StatusLine.java 3 import com.squareup.okhttp.Protocol;
15 public final Protocol protocol; field in class:StatusLine
19 public StatusLine(Protocol protocol, int code, String message) {
20 this.protocol = protocol;
26 return new StatusLine(response.protocol(), response.code(), response.message());
33 // Parse protocol like "HTTP/1.1" followed by a space.
35 Protocol protocol local
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/
WKS.py 30 @ivar protocol: the protocol
31 @type protocol: int
36 __slots__ = ['address', 'protocol', 'bitmap']
38 def __init__(self, rdclass, rdtype, address, protocol, bitmap):
41 self.protocol = protocol
52 return '%s %d %s' % (self.address, self.protocol, text)
56 protocol = tok.get_string()
57 if protocol.isdigit()
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenSource.h 33 @protocol ANTLRTokenSource <NSObject, NSCopying>
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenSource.h 33 @protocol ANTLRTokenSource <NSObject, NSCopying>
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenSource.h 33 @protocol ANTLRTokenSource <NSObject, NSCopying>
  /external/webrtc/talk/app/webrtc/objc/public/
RTCStatsDelegate.h 32 // RTCSessionDescriptionDelegate is a protocol for receiving statistic
34 @protocol RTCStatsDelegate<NSObject>
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDTURNClient.h 13 @protocol ARDTURNClient <NSObject>

Completed in 7514 milliseconds

1 2 3 4 5 6 7 8 91011>>