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

1 2 3 4 5 6

  /external/chromium_org/third_party/ocmock/OCMock/
OCProtocolMockObject.h 10 Protocol *mockedProtocol;
13 - (id)initWithProtocol:(Protocol *)aProtocol;
OCMockObject.h 19 + (id)mockForProtocol:(Protocol *)aProtocol;
23 + (id)niceMockForProtocol:(Protocol *)aProtocol;
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Protocol.java 22 public class Protocol {
Transport.java 63 maxPacketSize, Protocol.MAX_ENVELOPE_SIZE, MAX_INPUT_BUFFERS);
130 if (contentRemaining > Protocol.MAX_CONTENT_SIZE) {
132 + contentRemaining + " > " + Protocol.MAX_CONTENT_SIZE);
292 int length = Protocol.HEADER_SIZE;
316 if (contentSize < 0 && position >= Protocol.HEADER_SIZE) {
318 if (contentSize < 0 || contentSize > Protocol.MAX_CONTENT_SIZE) {
333 length = Protocol.HEADER_SIZE;
340 if (contentSize < 0 || contentSize > Protocol.MAX_CONTENT_SIZE) {
  /external/chromium/net/http/
http_alternate_protocols.h 6 // of which HTTP HostPortPairs have an alternate protocol that can be used
24 enum Protocol {
28 BROKEN, // The alternate protocol is known to be broken.
34 return port == other.port && protocol == other.protocol;
40 Protocol protocol; member in struct:net::HttpAlternateProtocols::PortProtocolPair
51 // Reports whether or not we have received Alternate-Protocol for
61 // SetAlternateProtocolFor() will ignore the request if the alternate protocol
65 Protocol alternate_protocol)
    [all...]
http_alternate_protocols.cc 13 const char HttpAlternateProtocols::kHeader[] = "Alternate-Protocol";
20 HttpAlternateProtocols::Protocol protocol) {
21 switch (protocol) {
24 return HttpAlternateProtocols::kProtocolStrings[protocol];
38 HttpAlternateProtocols::ProtocolToString(protocol));
85 Protocol alternate_protocol) {
93 alternate.protocol = alternate_protocol;
98 if (existing_alternate.protocol == BROKEN) {
99 DVLOG(1) << "Ignore alternate protocol since it's known to be broken."
    [all...]
http_stream_factory.cc 58 HttpAlternateProtocols::Protocol protocol = HttpAlternateProtocols::BROKEN; local
59 // We skip NPN_SPDY_1 here, because we've rolled the protocol version to 2.
63 protocol = static_cast<HttpAlternateProtocols::Protocol>(i);
66 if (protocol == HttpAlternateProtocols::BROKEN) {
67 // Currently, we only recognize the npn-spdy protocol.
69 << " header has unrecognized protocol: "
80 // If we think the alternate protocol is broken, don't change it.
81 if (existing_alternate.protocol == HttpAlternateProtocols::BROKEN
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
Protocol.java 26 * codes with Message.what starting at Protocol.WIFI + 1 and less than or equal to Protocol.WIFI +
27 * Protocol.MAX_MESSAGE
34 public class Protocol {
  /external/chromium_org/third_party/ocmock/
ocmock_extensions.h 41 // A constraint for verifying that something conforms to a protocol.
44 Protocol* protocol_;
46 - (id)initWithProtocol:(Protocol*)protocol;
50 + (id)conformsToProtocol:(Protocol*)protocol;
  /external/nist-sip/java/gov/nist/javax/sip/header/
Protocol.java 34 * Protocol name and version.
43 public class Protocol extends SIPObject {
80 /** get the protocol name
87 /** get the protocol version
95 * Get the protocol name + version
109 } else throw new ParseException( "Missing '/' in protocol", 0 );
146 public Protocol() {
153 * $Log: Protocol.java,v $
Via.java 85 protected Protocol sentProtocol;
105 sentProtocol = new Protocol();
124 /** get the Protocol Version
136 * @return Protocol field
138 public Protocol getSentProtocol() {
208 /** set the Protocol Version
213 sentProtocol = new Protocol();
229 * @param s Protocol to set.
231 public void setSentProtocol(Protocol s) {
372 * which transport protocol to use for sending requests and responses t
    [all...]
  /external/smack/src/org/xbill/DNS/
DNSKEYRecord.java 19 public static class Protocol {
20 private Protocol() {}
51 * @param proto The protocol that the key was created for
65 * @param proto The protocol that the key was created for
KEYRecord.java 21 public static class Protocol {
23 * KEY protocol identifiers.
26 private Protocol() {}
28 /** No defined protocol. */
43 /** Any protocol */
46 private static Mnemonic protocols = new Mnemonic("KEY protocol",
62 * Converts an KEY protocol value into its textual representation
70 * Converts a textual representation of a KEY protocol into its
72 * @param s The textual representation of the protocol
73 * @return The protocol code, or -1 on error
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 18 import com.android.internal.util.Protocol;
59 public static final int BASE = Protocol.BASE_DATA_CONNECTION_TRACKER;
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DisplaySinkService.java 19 import com.android.accessorydisplay.common.Protocol;
55 super(context, transport, Protocol.DisplaySinkService.ID);
92 case Protocol.DisplaySinkService.MSG_QUERY: {
98 case Protocol.DisplaySinkService.MSG_CONTENT: {
232 getTransport().sendMessage(Protocol.DisplaySourceService.ID,
233 Protocol.DisplaySourceService.MSG_SINK_AVAILABLE, mBuffer);
235 getTransport().sendMessage(Protocol.DisplaySourceService.ID,
236 Protocol.DisplaySourceService.MSG_SINK_NOT_AVAILABLE, null);
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
DisplaySourceService.java 19 import com.android.accessorydisplay.common.Protocol;
58 super(context, transport, Protocol.DisplaySourceService.ID);
69 getTransport().sendMessage(Protocol.DisplaySinkService.ID,
70 Protocol.DisplaySinkService.MSG_QUERY, null);
83 case Protocol.DisplaySourceService.MSG_SINK_AVAILABLE: {
100 case Protocol.DisplaySourceService.MSG_SINK_NOT_AVAILABLE: {
235 getTransport().sendMessage(Protocol.DisplaySinkService.ID,
236 Protocol.DisplaySinkService.MSG_CONTENT, buffer);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi00.py 53 'Sec-WebSocket-Protocol': 'sample',
68 'Sec-WebSocket-Protocol': 'sample',
76 'HTTP/1.1 101 WebSocket Protocol Handshake\r\n'
81 'Sec-WebSocket-Protocol: sample\r\n'
86 'HTTP/1.1 101 WebSocket Protocol Handshake\r\n'
91 'Sec-WebSocket-Protocol: sample\r\n'
103 'Sec-WebSocket-Protocol': 'sample',
111 'HTTP/1.1 101 WebSocket Protocol Handshake\r\n'
116 'Sec-WebSocket-Protocol: sample\r\n'
121 'HTTP/1.1 101 WebSocket Protocol Handshake\r\n
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStateTracker.java 23 import static com.android.internal.util.Protocol.BASE_NETWORK_STATE_TRACKER;
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java 30 import android.net.wifi.WifiConfiguration.Protocol;
174 config.allowedProtocols.set(Protocol.WPA);
187 config.allowedProtocols.set(Protocol.RSN);
190 config.allowedProtocols.set(Protocol.RSN);
  /external/chromium_org/third_party/icu/source/data/sprep/
spreplocal.mk 21 # rfc3920 : XMPP (Extensible Messaging and Presence Protocol)
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 104 GLX Protocol
106 Not specified at this time. However, a protocol message very similar
  /external/mesa3d/docs/
MESA_window_pos.spec 104 GLX Protocol
106 Not specified at this time. However, a protocol message very similar
  /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);
  /external/chromium_org/third_party/tlslite/test/
twistedserver.py 2 from twisted.internet.protocol import Protocol, Factory
54 factory.protocol = Echo1
55 #factory.protocol = Echo2
58 wrappingFactory.protocol = TLSTwistedProtocolWrapper
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 21 ATTRIBUTE Tunneling-Protocol 127 integer
153 VALUE Framed-Protocol ARA 255
154 VALUE Framed-Protocol MPP 256
155 VALUE Framed-Protocol EURAW 257
156 VALUE Framed-Protocol EUUI 258
157 VALUE Framed-Protocol X25 259
158 VALUE Framed-Protocol COMB 260
159 VALUE Framed-Protocol FR 261
160 VALUE Framed-Protocol MP 262
161 VALUE Framed-Protocol FR-CIR 26
    [all...]

Completed in 602 milliseconds

1 2 3 4 5 6