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

<<21222324252627282930>>

  /development/ndk/platforms/android-3/include/linux/
skbuff.h 152 __be16 protocol; member in struct:sk_buff
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/
FileURLConnectionTest.java 17 package org.apache.harmony.luni.tests.internal.net.www.protocol.file;
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionImplTest.java 43 session.protocol = ProtocolVersion.TLSv1;
44 assertEquals("Incorrect protocol", "TLSv1", session.getProtocol());
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java 38 import org.apache.http.protocol.HttpContext;
265 * Layers a protocol on top of an established tunnel.
287 ("Protocol layering without a tunnel not supported.");
291 ("Multiple protocol layering not supported.");
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 43 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 41 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/util/
EntityUtils.java 43 import org.apache.http.protocol.HTTP;
  /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');
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h 41 @protocol TabStripControllerDelegate
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 154 void OnRegisterProtocolHandler(const std::string& protocol,
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/
IRCProxyWebSocket.java 33 String protocol) {
  /external/chromium/net/http/
http_network_layer.cc 71 // will choose the first overlapping protocol in the server's list, since
72 // it presumedly has a better understanding of which protocol we should
112 // Avoid alternate protocol in this case. Otherwise, browser will try SSL
127 pair.protocol = HttpAlternateProtocols::NPN_SPDY_2;
  /external/dbus/dbus/
dbus-transport.h 28 #include <dbus/dbus-protocol.h>
  /external/kernel-headers/original/linux/
if_ppp.h 4 * if_ppp.h - Point-to-Point Protocol definitions.
46 #define PROTO_IPX 0x002b /* protocol numbers */
54 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */
92 int protocol; /* PPP protocol, e.g. PPP_IP */ member in struct:npioctl
  /external/openssh/
servconf.h 12 * incompatible with the protocol description in the RFC file, it must be
84 int protocol; /* Supported protocol versions. */ member in struct:__anon9886
  /external/quake/quake/src/QW/client/
winquake.h 99 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol);
  /external/quake/quake/src/WinQuake/
winquake.h 100 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol);
  /external/webkit/Source/WebCore/loader/
MainResourceLoader.cpp 238 return url.isEmpty() || SchemeRegistry::shouldLoadURLSchemeAsEmptyDocument(url.protocol());
309 } else if (shouldLoadAsEmptyDocument(url) || frameLoader()->representationExistsForURLScheme(url.protocol()))
503 mimeType = frameLoader()->generatedMIMETypeForURLScheme(url.protocol());
573 else if (shouldLoadEmpty || frameLoader()->representationExistsForURLScheme(url.protocol()))
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLViewPrivate.h 46 @protocol WebHTMLHighlighter
83 // FIXME: _selectionRect is deprecated in favor of selectionRect, which is in protocol WebDocumentSelection.
  /external/webkit/Source/WebKit/qt/Api/
qwebsecurityorigin.cpp 98 return d->origin->protocol();
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 33 import org.apache.http.client.protocol.ClientContext;
47 import org.apache.http.protocol.BasicHttpProcessor;
48 import org.apache.http.protocol.HttpContext;
49 import org.apache.http.protocol.BasicHttpContext;
  /frameworks/base/core/java/com/android/internal/http/multipart/
MultipartEntity.java 44 import org.apache.http.protocol.HTTP;
  /frameworks/base/voip/java/android/net/sip/
SimpleSessionDescription.java 23 * An object used to manipulate messages of Session Description Protocol (SDP).
24 * It is mainly designed for the uses of Session Initiation Protocol (SIP).
115 * @param protocol The transport protocol, e.g. {@code "RTP/AVP"}.
118 String protocol) {
119 Media media = new Media(type, port, portCount, protocol);
243 private Media(String type, int port, int portCount, String protocol) {
248 mProtocol = protocol;
273 * Returns the transport protocol.
  /frameworks/support/volley/src/com/android/volley/toolbox/
HttpHeaderParser.java 24 import org.apache.http.protocol.HTTP;
  /frameworks/support/volley/tests/src/com/android/volley/mock/
MockHttpClient.java 33 import org.apache.http.protocol.HttpContext;

Completed in 2412 milliseconds

<<21222324252627282930>>