/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/ |
set-href-attribute-protocol.html | 10 <script src="script-tests/set-href-attribute-protocol.js"></script>
|
/external/webkit/Source/WebKit2/Shared/ |
WebSecurityOrigin.h | 47 static PassRefPtr<WebSecurityOrigin> create(const String& protocol, const String& host, int port) 49 RefPtr<WebCore::SecurityOrigin> securityOrigin = WebCore::SecurityOrigin::create(protocol, host, port); 55 const String protocol() const { return m_securityOrigin->protocol(); } function in class:WebKit::WebSecurityOrigin
|
/frameworks/base/core/java/com/android/internal/util/ |
Protocol.java | 26 * codes with Message.what starting at Protocol.WIFI + 1 and less than or equal to Protocol.WIFI + 27 * Protocol.MAX_MESSAGE 34 public class Protocol {
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/ |
ForwarderManager.java | 65 String protocol; local 67 protocol = "https"; 70 protocol = "http"; 76 url = new URL(protocol, HOST_IP, port, "/");
|
/frameworks/base/voip/java/android/net/sip/ |
SipProfile.java | 199 * Sets the protocol used to connect to the SIP server. Currently, 202 * @param protocol the protocol string 204 * @throws IllegalArgumentException if the protocol is not recognized 206 public Builder setProtocol(String protocol) 208 if (protocol == null) { 209 throw new NullPointerException("protocol cannot be null"); 211 protocol = protocol.toUpperCase(); 212 if (!protocol.equals(UDP) && !protocol.equals(TCP)) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_arp.h | 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 6 * Global definitions for the ARP (RFC 826) protocol. 28 /* ARP protocol HARDWARE identifiers. */ 59 #define ARPHRD_DDCMP 517 /* Digital's DDCMP protocol */ 92 /* ARP protocol opcodes. */ 104 struct sockaddr arp_pa; /* protocol address */ 112 struct sockaddr arp_pa; /* protocol address */ 134 __be16 ar_pro; /* format of protocol address */ 136 unsigned char ar_pln; /* length of protocol address */
|
netfilter.h | 26 <= 0x2000 is used for protocol-flags. */
|
smb.h | 42 enum smb_protocol protocol; member in struct:smb_conn_opt
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_ip.h | 36 uint8_t protocol; member in struct:ebt_ip_info
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
if_arp.h | 1 /* Definitions for Address Resolution Protocol. 39 /* ARP protocol opcodes. */ 48 /* See RFC 826 for protocol description. ARP packets are variable 50 Protocol type values are the same as those for 10 Mb/s Ethernet. 58 unsigned short int ar_pro; /* Format of protocol address. */ 60 unsigned char ar_pln; /* Length of protocol address. */ 73 /* ARP protocol HARDWARE identifiers. */ 139 struct sockaddr arp_pa; /* Protocol address. */ 148 struct sockaddr arp_pa; /* Protocol address. */
|
/external/apache-http/src/org/apache/http/message/ |
BasicLineParser.java | 40 import org.apache.http.protocol.HTTP; 77 * A version of the protocol to parse. 78 * The version is typically not relevant, but the protocol name. 80 protected final ProtocolVersion protocol; field in class:BasicLineParser 84 * Creates a new line parser for the given HTTP-like protocol. 86 * @param proto a version of the protocol to parse, or 88 * is not relevant, only the protocol name. 94 this.protocol = proto; 139 final String protoname = this.protocol.getProtocol(); 152 ("Not a valid protocol version: " [all...] |
LineParser.java | 63 * Parses the textual representation of a protocol version. 67 * @param buffer a buffer holding the protocol version to parse 71 * @return the parsed protocol version 81 * Checks whether there likely is a protocol version in a line. 83 * likely protocol version specification. It does <i>not</i> 90 * @param cursor the cursor at which to check for a protocol version, or 92 * whitespace before or after the protocol version is 95 * @return <code>true</code> if there is a protocol version at the
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Reason.java | 29 * reason-value = protocol *(SEMI reason-params) 30 * protocol = "SIP" / "Q.850" / token 31 * reason-params = protocol-cause / reason-text 33 * protocol-cause = "cause" EQUAL cause 65 protected String protocol; field in class:Reason 83 /** Set the protocol 85 *@param protocol - protocol to set. 88 public void setProtocol(String protocol) throws ParseException { 89 this.protocol = protocol [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitsecurityorigin.cpp | 35 * by web sites. An origin consists of a host name, a protocol, and a port 67 g_free(priv->protocol); 142 * WebKitSecurityOrigin:protocol: 144 * The protocol of the security origin. 149 g_param_spec_string("protocol", 150 _("Protocol"), 151 _("The protocol of the security origin"), 224 * Returns the protocol for the security origin. 226 * Returns: the protocol for the security origin 235 WTF::String protocol = priv->coreOrigin->protocol() local [all...] |
/external/chromium/chrome/common/extensions/ |
update_manifest_unittest.cc | 12 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 21 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 31 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 40 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 49 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 57 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 66 "<g:gupdate xmlns:g='http://www.google.com/update2/response' protocol='2.0'>" 78 " xmlns:a='http://a' protocol='2.0'>" 90 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>" 101 "<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> [all...] |
/external/protobuf/ |
README.txt | 0 Protocol Buffers - Google's data interchange format 8 To build and install the C++ Protocol Buffer runtime and the Protocol 38 To compile a package that uses Protocol Buffers, you need to pass 40 Protocol Buffers integrates with pkg-config to manage this. If you 52 Note that packages written prior to the 2.2.0 release of Protocol 63 If you are writing an autoconf-based package that uses Protocol 127 Protocol Buffers C++ runtime libraries will have compatible ABIs. 140 The Java and Python runtime libraries for Protocol Buffers are located 143 Note that both of them require you to first install the Protocol [all...] |
/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/apache-http/src/org/apache/http/protocol/ |
package.html | 5 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/package.html $ 37 HTTP protocol execution framework. 45 implementing these nitty-gritty details of the protocol, 50 An HTTP {@link org.apache.http.protocol.HttpProcessor processor} 77 {@link org.apache.http.protocol.HttpRequestExecutor HttpRequestExecutor} 79 {@link org.apache.http.protocol.HttpService HttpService} 81 On the client side, a {@link org.apache.http.protocol.HttpContext context} 105 {@link org.apache.http.protocol.HttpService HttpService}, we'll
|
/external/bluetooth/bluez/ |
README | 1 BlueZ - Bluetooth protocol stack for Linux 13 - Linux Bluetooth protocol stack (BlueZ)
|
/external/bluetooth/hcidump/ |
README | 1 BlueZ - Bluetooth protocol stack for Linux 14 - Linux Bluetooth protocol stack (BlueZ)
|
/external/bluetooth/hcidump/parser/ |
ppp.c | 3 * BlueZ - Bluetooth protocol stack for Linux 81 return "Padding Protocol"; 85 return "IP Control Protocol"; 87 return "Compression Control Protocol"; 89 return "Link Control Protocol"; 91 return "Password Authentication Protocol"; 95 return "Challenge Handshake Authentication Protocol"; 97 return "Unknown Protocol";
|
/external/chromium/chrome/browser/sync/ |
backend_migrator.h | 21 // code in the sync protocol definition (protocol/sync.proto).
|
/external/chromium/chrome/browser/ui/cocoa/ |
view_resizer.h | 13 // Defines a protocol that allows controllers to delegate resizing their views 18 @protocol ViewResizer <NSObject>
|
/external/chromium/chrome/browser/ui/views/ |
external_protocol_dialog.h | 26 // Returns the path of the application to be launched given the protocol 53 // URL of the external protocol request.
|
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.debugger.html | 9 with the structure defined by the Developer Tools / Web Inspector Protocol. 10 We are currently drafting this protocol, it is by no means ready and stable,
|