HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 326 - 350 of 1040) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/
keychain_mac.cc 50 UInt16 port, SecProtocolType protocol,
59 port, protocol, authenticationType,
  /external/chromium/net/websockets/
websocket_handshake_draft75.cc 15 "HTTP/1.1 101 Web Socket Protocol Handshake\r\n";
33 const std::string& protocol)
34 : WebSocketHandshake(url, origin, location, protocol) {
54 msg += "WebSocket-Protocol: ";
136 // protocol field or not as specified in the spec.
138 && !GetSingleHeader(headers, "websocket-protocol", &ws_protocol_))
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 115 virtual bool ParseContent(SignalingProtocol protocol,
119 virtual bool WriteContent(SignalingProtocol protocol,
  /external/ipsec-tools/src/libipsec/
policy_parse.y 56 * protocol/mode/src-dst/level
57 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default
58 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default
59 * protocol/transport parsed as protocol/mode/any-any/default
60 * protocol/transport//level parsed as protocol/mode/any-any/level
142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS POR
    [all...]
  /external/webkit/Source/WebCore/page/
Location.idl 54 attribute [CustomSetter] DOMString protocol;
  /external/webkit/Source/WebCore/websockets/
WorkerThreadableWebSocketChannel.cpp 52 WorkerThreadableWebSocketChannel::WorkerThreadableWebSocketChannel(WorkerContext* context, WebSocketChannelClient* client, const String& taskMode, const KURL& url, const String& protocol)
55 , m_bridge(Bridge::create(m_workerClientWrapper, m_workerContext, taskMode, url, protocol))
111 WorkerThreadableWebSocketChannel::Peer::Peer(RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode, const KURL& url, const String& protocol)
114 , m_mainWebSocketChannel(WebSocketChannel::create(context, this, url, protocol))
243 void WorkerThreadableWebSocketChannel::Bridge::mainThreadCreateWebSocketChannel(ScriptExecutionContext* context, Bridge* thisPtr, RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, const String& taskMode, const KURL& url, const String& protocol)
248 Peer* peer = Peer::create(clientWrapper, thisPtr->m_loaderProxy, context, taskMode, url, protocol);
252 WorkerThreadableWebSocketChannel::Bridge::Bridge(PassRefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, PassRefPtr<WorkerContext> workerContext, const String& taskMode, const KURL& url, const String& protocol)
261 m_loaderProxy.postTaskToLoader(createCallbackTask(&Bridge::mainThreadCreateWebSocketChannel, this, m_workerClientWrapper, m_taskMode, url, protocol));
  /external/webkit/Source/WebKit/win/
WebSecurityOrigin.cpp 97 HRESULT STDMETHODCALLTYPE WebSecurityOrigin::protocol( function in class:WebSecurityOrigin
103 *result = BString(m_securityOrigin->protocol()).release();
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
ApnSettingTest.java 40 assertEquals(a1.protocol, a2.protocol);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientHandshakeImpl.java 45 * Client side handshake protocol implementation.
46 * Handshake protocol operates on top of the Record Protocol.
51 * to Record Protocol. Detected errors are reported to the Alert protocol.
54 * TLS Handshake Protocol</a>
95 session.protocol = ProtocolVersion.getLatestVersion(parameters.getEnabledProtocols());
96 recordProtocol.setVersion(session.protocol.version);
116 session.protocol = ProtocolVersion.getLatestVersion(parameters.getEnabledProtocols());
117 recordProtocol.setVersion(session.protocol.version)
    [all...]
  /external/webkit/Source/WebKit/chromium/tests/
KURLTest.cpp 53 const char* protocol; member in struct:__anon14976::ComponentCase
69 const char* protocol; member in struct:__anon14976::GetterCase
90 EXPECT_EQ(cases[i].protocol, kurl.protocol());
104 EXPECT_EQ(cases[i].protocol, kurl.protocol());
121 // url protocol host port user pass path lastPath query ref
141 EXPECT_EQ(cases[i].protocol, kurl.protocol());
171 // expects gkurl.protocol() to have been created as ascii
195 const char* protocol; member in struct:__anon14976::ExpectedComponentCase
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMismatchedTokenException.h 32 @protocol ANTLRIntStream;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMismatchedTokenException.h 32 @protocol ANTLRIntStream;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMismatchedTokenException.h 32 @protocol ANTLRIntStream;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMismatchedTokenException.h 32 @protocol ANTLRIntStream;
ANTLRTree.h 33 @protocol ANTLRTree < NSObject, NSCopying >
  /external/apache-http/src/org/apache/http/client/
HttpClient.java 40 import org.apache.http.protocol.HttpContext;
94 * @throws ClientProtocolException in case of an http protocol error
115 * @throws ClientProtocolException in case of an http protocol error
137 * @throws ClientProtocolException in case of an http protocol error
160 * @throws ClientProtocolException in case of an http protocol error
176 * @throws ClientProtocolException in case of an http protocol error
193 * @throws ClientProtocolException in case of an http protocol error
215 * @throws ClientProtocolException in case of an http protocol error
239 * @throws ClientProtocolException in case of an http protocol error
  /external/apache-http/src/org/apache/http/conn/
ManagedClientConnection.java 43 import org.apache.http.protocol.HttpContext;
126 * to layer the TLS/SSL protocol on top of the tunnelled connection.
129 * would automatically trigger the layering of the TLS/SSL protocol.
131 * layering a new protocol over the connection.
170 * Layers a new protocol on top of a {@link #tunnelTarget tunnelled}
  /external/apache-http/src/org/apache/http/entity/
AbstractHttpEntity.java 39 import org.apache.http.protocol.HTTP;
StringEntity.java 40 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpResponseFactory.java 42 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultHttpRoutePlanner.java 40 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/impl/entity/
StrictContentLengthStrategy.java 40 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/protocol/
RequestContent.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestContent.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;

Completed in 2020 milliseconds

<<11121314151617181920>>