HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 51 - 75 of 514) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/tests/CoreTests/android/core/
TestHttpClient.java 49 import org.apache.http.protocol.BasicHttpProcessor;
50 import org.apache.http.protocol.HttpContext;
51 import org.apache.http.protocol.BasicHttpContext;
52 import org.apache.http.protocol.ExecutionContext;
53 import org.apache.http.protocol.HttpRequestExecutor;
54 import org.apache.http.protocol.RequestConnControl;
55 import org.apache.http.protocol.RequestContent;
56 import org.apache.http.protocol.RequestExpectContinue;
57 import org.apache.http.protocol.RequestTargetHost;
58 import org.apache.http.protocol.RequestUserAgent
    [all...]
  /external/webkit/WebCore/websockets/
WebSocket.cpp 53 static bool isValidProtocolString(const String& protocol)
55 if (protocol.isNull())
57 if (protocol.isEmpty())
59 const UChar* characters = protocol.characters();
60 for (size_t i = 0; i < protocol.length(); i++) {
67 static String encodeProtocolString(const String& protocol)
70 for (size_t i = 0; i < protocol.length(); i++) {
71 if (protocol[i] < 0x20 || protocol[i] > 0x7E)
72 builder.append(String::format("\\u%04X", protocol[i]))
    [all...]
ThreadableWebSocketChannel.h 48 static PassRefPtr<ThreadableWebSocketChannel> create(ScriptExecutionContext*, WebSocketChannelClient*, const KURL&, const String& protocol);
WebSocketChannel.h 51 static PassRefPtr<WebSocketChannel> create(ScriptExecutionContext* context, WebSocketChannelClient* client, const KURL& url, const String& protocol) { return adoptRef(new WebSocketChannel(context, client, url, protocol)); }
75 WebSocketChannel(ScriptExecutionContext*, WebSocketChannelClient*, const KURL&, const String& protocol);
  /dalvik/libcore/luni/src/test/java/tests/luni/
AllTestsNet.java 40 suite.addTest(org.apache.harmony.luni.tests.internal.net.www.protocol.http.AllTests.suite());
41 suite.addTest(org.apache.harmony.luni.tests.internal.net.www.protocol.https.AllTests.suite());
  /external/apache-http/src/org/apache/http/client/protocol/
ClientContextConfigurer.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/ClientContextConfigurer.java $
32 package org.apache.http.client.protocol;
40 import org.apache.http.protocol.HttpContext;
RequestDefaultHeaders.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestDefaultHeaders.java $
32 package org.apache.http.client.protocol;
42 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java 38 import org.apache.http.protocol.HTTP;
39 import org.apache.http.protocol.HttpContext;
DefaultHttpClient.java 46 import org.apache.http.client.protocol.ClientContext;
47 import org.apache.http.client.protocol.RequestAddCookies;
48 import org.apache.http.client.protocol.RequestDefaultHeaders;
49 import org.apache.http.client.protocol.RequestProxyAuthentication;
50 import org.apache.http.client.protocol.RequestTargetAuthentication;
51 import org.apache.http.client.protocol.ResponseProcessCookies;
74 import org.apache.http.protocol.BasicHttpContext;
75 import org.apache.http.protocol.BasicHttpProcessor;
76 import org.apache.http.protocol.HTTP;
77 import org.apache.http.protocol.HttpContext
    [all...]
  /external/iproute2/testsuite/tests/
policer 5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
  /external/webkit/WebCore/workers/
WorkerLocation.cpp 42 String WorkerLocation::protocol() const function in class:WebCore::WorkerLocation
44 return m_url.protocol() + ":";
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
AllTests.java 17 package org.apache.harmony.luni.tests.internal.net.www.protocol.http;
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
AllTests.java 17 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
  /external/apache-http/src/org/apache/http/client/
RedirectHandler.java 38 import org.apache.http.protocol.HttpContext;
RequestDirector.java 40 import org.apache.http.protocol.HttpContext;
  /external/mtpd/
mtpd.h 47 /* Each protocol must implement everything defined in this structure. Note that
50 struct protocol { struct
  /external/webkit/WebCore/bindings/objc/
ObjCEventListener.h 34 @protocol DOMEventListener;
ObjCNodeFilterCondition.h 35 @protocol DOMNodeFilter;
  /external/webkit/WebKit/mac/WebView/
WebFormDelegate.h 37 @protocol WebFormSubmissionListener
39 @protocol WebFormSubmissionListener <NSObject>
44 @protocol WebFormDelegate
46 @protocol WebFormDelegate <NSObject>
69 @discussion The WebFormDelegate class responds to all WebFormDelegate protocol
WebFrameView.h 35 @protocol WebDocumentView;
WebHTMLRepresentation.h 45 @protocol WebDocumentMarkup;
46 @protocol WebDocumentRepresentation;
47 @protocol WebDocumentSourceRepresentation;
  /external/kernel-headers/original/linux/
netfilter_bridge.h 56 if (skb->protocol == __constant_htons(ETH_P_8021Q)) {
77 if (skb->protocol == __constant_htons(ETH_P_IP))
80 if (skb->protocol == __constant_htons(ETH_P_8021Q))
  /dalvik/libcore/luni/src/main/java/java/net/
Authenticator.java 49 private String protocol; field in class:Authenticator
102 * Returns the protocol of the connection that requests authorization.
104 * @return protocol of the connection.
107 return this.protocol;
132 * protocol of the connection that requests authentication.
155 thisAuthenticator.protocol = rProtocol;
199 * protocol of the connection that requests authentication.
223 thisAuthenticator.protocol = rProtocol;
257 * protocol of the connection that requests authentication.
286 thisAuthenticator.protocol = rProtocol
    [all...]
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 147 NSString *protocol = nil;
150 protocol = @"http";
153 protocol = @"https";
156 protocol = @"ftp";
159 protocol = @"ftps";
208 protocol:protocol
269 NSString *protocol = [macSpace protocol];
270 if ([protocol caseInsensitiveCompare:@"http"] == NSOrderedSame
    [all...]
  /external/iproute2/examples/diffserv/
Edge1 50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3

Completed in 70 milliseconds

1 23 4 5 6 7 8 91011>>