HomeSort by relevance Sort by last modified time
    Searched refs:Protocol (Results 26 - 50 of 192) sorted by null

12 3 4 5 6 7 8

  /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;
  /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...]
  /external/chromium_org/device/nfc/
nfc_tag_chromeos.cc 33 // Converts an NFC tag protocol value returned by neard to a NfcTag::Protocol
35 NfcTag::Protocol DBusProtocolPropertyToTagProtocol(
36 const std::string& protocol) {
37 if (protocol == nfc_common::kProtocolFelica)
39 if (protocol == nfc_common::kProtocolIsoDep)
41 if (protocol == nfc_common::kProtocolJewel)
43 if (protocol == nfc_common::kProtocolMifare)
45 if (protocol == nfc_common::kProtocolNfcDep)
88 NfcTag::Protocol NfcTagChromeOS::GetSupportedProtocol() const
100 NfcTag::Protocol protocol = GetSupportedProtocol(); local
    [all...]
nfc_tag_chromeos.h 31 virtual device::NfcTag::Protocol GetSupportedProtocol() const OVERRIDE;
  /external/okhttp/android/test/java/com/squareup/okhttp/internal/
PlatformTest.java 21 import com.squareup.okhttp.Protocol;
80 List<Protocol> protocols = Arrays.asList(Protocol.SPDY_3);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java 23 import android.net.wifi.WifiConfiguration.Protocol;
133 config.allowedProtocols.set(Protocol.WPA);
141 config.allowedProtocols.set(Protocol.RSN);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
SpdyTransport.java 20 import com.squareup.okhttp.Protocol;
53 /** See http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1#TOC-3.2.1-Request. */
117 public static List<Header> writeNameValueBlock(Request request, Protocol protocol,
125 if (Protocol.SPDY_3 == protocol) {
128 } else if (Protocol.HTTP_2 == protocol) {
142 if (isProhibitedHeader(protocol, name)) continue
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java 18 import com.squareup.okhttp.Protocol;
71 /** The protocol variant, like {@link com.squareup.okhttp.internal.spdy.Spdy3}. */
72 final Protocol protocol; field in class:SpdyConnection
127 protocol = builder.protocol;
145 if (protocol == Protocol.HTTP_2) {
147 } else if (protocol == Protocol.SPDY_3)
498 private Protocol protocol = Protocol.SPDY_3; field in class:SpdyConnection.Builder
522 public Builder protocol(Protocol protocol) { method in class:SpdyConnection.Builder
    [all...]
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.java 25 import com.squareup.okhttp.Protocol;
73 return Joiner.on(", ").join(Lists.transform(Arrays.asList(Protocol.values()),
74 new Function<Protocol, String>() {
75 @Override public String apply(Protocol protocol) {
76 return protocol.name.utf8();
106 @Option(name = { "-i", "--include" }, description = "Include protocol headers in the output")
  /frameworks/base/core/java/android/net/
NetworkStateTracker.java 23 import static com.android.internal.util.Protocol.BASE_NETWORK_STATE_TRACKER;
NetworkAgent.java 29 import com.android.internal.util.Protocol;
52 private static final int BASE = Protocol.BASE_NETWORK_AGENT;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 19 import com.squareup.okhttp.Protocol;
47 * HTTP/1.1 (the default protocol to use with TLS on port 443) to either SPDY
50 * <p>NPN (Next Protocol Negotiation) was developed for SPDY. It is widely
54 * <p>ALPN (Application Layer Protocol Negotiation) is the successor to NPN. It
112 /** Returns the negotiated protocol, or null if no protocol was negotiated. */
121 public void setNpnProtocols(SSLSocket socket, List<Protocol> npnProtocols) {
259 @Override public void setNpnProtocols(SSLSocket socket, List<Protocol> npnProtocols) {
302 @Override public void setNpnProtocols(SSLSocket socket, List<Protocol> npnProtocols) {
346 /** The protocol the client selected. *
    [all...]
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java 20 import com.squareup.okhttp.Protocol;
113 private List<Protocol> npnProtocols = Protocol.HTTP2_SPDY3_AND_HTTP;
166 * protocol like HTTP/1.1 or SPDY/3. Call this method to disable NPN and
180 public void setNpnProtocols(List<Protocol> protocols) {
182 if (!protocols.contains(Protocol.HTTP_11)) {
311 Protocol protocol = Protocol.HTTP_11;
337 protocol = Protocol.find(selectedProtocol)
617 private final Protocol protocol; field in class:MockWebServer.SpdySocketHandler
    [all...]
  /external/chromium_org/third_party/icu/source/data/sprep/
spreplocal.mk 24 # 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/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyServer.java 19 import com.squareup.okhttp.Protocol;
74 return Arrays.asList(Protocol.SPDY_3.name.utf8());
76 @Override public void protocolSelected(String protocol) {
77 System.out.println("PROTOCOL SELECTED: " + protocol);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcSwitchAsyncChannel.java 20 import com.android.internal.util.Protocol;
36 private static final int BASE = Protocol.BASE_DATA_CONNECTION_TRACKER + 0x00002000;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
WifiConfig.java 96 wifiConf.allowedProtocols.set(WifiConfiguration.Protocol.WPA); // For WPA
97 wifiConf.allowedProtocols.set(WifiConfiguration.Protocol.RSN); // For WPA2
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 21 import com.squareup.okhttp.Protocol;
86 List<Protocol> protocols = Arrays.asList(Protocol.HTTP_11);
  /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
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventProxy.h 73 #pragma mark DebugEventListener Protocol
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventProxy.h 73 #pragma mark DebugEventListener Protocol

Completed in 791 milliseconds

12 3 4 5 6 7 8