/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;
|
RequestTargetHost.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestTargetHost.java $ 32 package org.apache.http.protocol;
|
/external/apache-http/src/org/apache/http/util/ |
EncodingUtils.java | 35 import org.apache.http.protocol.HTTP;
|
/external/chromium/chrome/browser/ |
keychain_mac.h | 56 UInt16 port, SecProtocolType protocol,
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar_container_controller.h | 22 // Protocol for basic container methods, as needed by an InfoBarController. 23 // This protocol exists to make mocking easier in unittests. 24 @protocol InfoBarContainer
|
infobar_controller.h | 12 @protocol InfoBarContainer;
|
/external/chromium/net/base/ |
address_list.cc | 193 int protocol) { 194 // Do sanity checking on socket_type and protocol. 196 DCHECK(protocol == IPPROTO_TCP || protocol == IPPROTO_UDP); 222 ai->ai_protocol = protocol;
|
/external/chromium/net/http/ |
http_stream_factory_impl.cc | 137 if (alternate.protocol == HttpAlternateProtocols::BROKEN) 140 DCHECK_LE(HttpAlternateProtocols::NPN_SPDY_1, alternate.protocol); 142 alternate.protocol); 144 if (alternate.protocol != HttpAlternateProtocols::NPN_SPDY_2)
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
tcpport.cc | 68 if ((address.protocol() != "tcp") && (address.protocol() != "ssltcp")) 80 if ((address.protocol() == "ssltcp") && (origin == ORIGIN_THIS_PORT)) 191 candidate.protocol() == "ssltcp");
|
/external/clang/test/ARCMT/ |
Common.h | 14 @protocol NSObject
|
/external/iptables/include/libipq/ |
libipq.h | 56 struct ipq_handle *ipq_create_handle(u_int32_t flags, u_int32_t protocol);
|
/external/kernel-headers/original/linux/ |
ata.h | 212 SERR_PROTOCOL = (1 << 10), /* protocol violation */ 253 u8 protocol; /* ATA_PROT_xxx */ member in struct:ata_taskfile 337 return (tf->protocol == ATA_PROT_ATAPI) || 338 (tf->protocol == ATA_PROT_ATAPI_NODATA) || 339 (tf->protocol == ATA_PROT_ATAPI_DMA);
|
smb.h | 41 enum smb_protocol protocol; member in struct:smb_conn_opt
|
/external/ppp/pppd/ |
ecp.c | 2 * ecp.c - PPP Encryption Control Protocol. 80 * Protocol entry points from main code. 152 f->protocol = PPP_ECP;
|
fsm.h | 2 * fsm.h - {Link, IP} Control Protocol Finite State Machine definitions. 68 int protocol; /* Data Link Layer Protocol field value */ member in struct:fsm 82 char *term_reason; /* Reason for closing protocol */ 110 void (*protreject) /* Called when Protocol-Reject received */ 116 char *proto_name; /* String name for protocol (for messages) */
|
/external/webkit/Source/WebCore/html/ |
HTMLAnchorElement.h | 79 String protocol() const;
|
/external/webkit/Source/WebCore/page/ |
Location.cpp | 70 String Location::protocol() const function in class:WebCore::Location 75 return url().protocol() + ":"; 166 void Location::setProtocol(const String& protocol, DOMWindow* activeWindow, DOMWindow* firstWindow, ExceptionCode& ec) 171 if (!url.setProtocol(protocol)) {
|
Location.h | 59 String protocol() const;
|
/external/webkit/Source/WebCore/websockets/ |
WebSocket.h | 65 void connect(const KURL&, const String& protocol, ExceptionCode&);
|
/external/webkit/Source/WebKit/chromium/public/ |
WebSecurityOrigin.h | 68 WEBKIT_API WebString protocol() const;
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebBasePluginPackage.h | 40 @protocol WebPluginManualLoader
|