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

1 2 3

  /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/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/mesa3d/docs/
MESA_window_pos.spec 104 GLX Protocol
106 Not specified at this time. However, a protocol message very similar
MESA_pixmap_colormap.spec 76 GLX Protocol
MESA_set_3dfx_mode.spec 71 GLX Protocol
MESA_shader_debug.spec 238 GLX Protocol
MESA_swap_control.spec 109 GLX Protocol
  /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/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...]
dictionary 22 # Framed-Protocol = PPP
52 ATTRIBUTE Framed-Protocol 7 integer
94 # Experimental Non Protocol Attributes used by Cistron-Radiusd
108 # Non-Protocol Attributes
145 VALUE Framed-Protocol PPP 1
146 VALUE Framed-Protocol SLIP 2
215 # Non-Protocol Integer Translations
231 # Experimental Non-Protocol Integer Translations for Cistron-Radiusd
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 125 public static class Protocol {
126 private Protocol() { }
164 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
178 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
190 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
301 * See {@link Protocol} for descriptions of the values.
414 if (p < Protocol.strings.length) {
415 sbuf.append(Protocol.strings[p]);
  /development/tools/axl/
axl.py 26 from twisted.internet import protocol, reactor, defer namespace
27 from twisted.internet.protocol import ServerFactory, Protocol
31 class BaseProtocol(Protocol):
242 for protocol in Drop, ReadAndDrop, GarbageStatus, BadHeader, PauseHeader, \
246 factory.protocol = protocol
247 reactor.listenTCP(protocol.PORT, factory)
  /external/protobuf/
configure.ac 15 AC_INIT([Protocol Buffers],[2.3.0],[protobuf@googlegroups.com],[protobuf])
58 # Protocol Buffers contains several checks that are intended to be used only
  /frameworks/base/core/java/android/net/
DnsPinger.java 27 import com.android.internal.util.Protocol;
76 private static final int BASE = Protocol.BASE_DNS_PINGER;
DhcpStateMachine.java 19 import com.android.internal.util.Protocol;
83 private static final int BASE = Protocol.BASE_DHCP;
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 36 import com.android.internal.util.Protocol;
81 * run a service discovery protocol to discover services on the peer-to-peer netework.
199 private static final int BASE = Protocol.BASE_WIFI_P2P_MANAGER;
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.h 1 // Generated by the protocol buffer compiler. DO NOT EDIT!
13 #error incompatible with your Protocol Buffer headers. Please update
18 #error incompatible with your Protocol Buffer headers. Please
  /external/protobuf/editors/
proto.vim 0 " Protocol Buffers - Google's data interchange format
31 " This is the Vim syntax file for Google Protocol Buffers.
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-prevents-rebase.js 87 debug("Protocol attribute, update document base URI without attribute having been set");
89 a.href = "protocol:";
91 shouldBe("a.href", "'protocol:'");
93 debug("Protocol attribute, update document base URI after attribute has been set");
96 a.protocol = "protocol:";
98 shouldBe("a.href", "'protocol:'");
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java 21 import com.android.internal.util.Protocol;
41 public static final int BASE = Protocol.BASE_DATA_CONNECTION_AC;
  /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');

Completed in 2034 milliseconds

1 2 3