/external/webkit/Source/WebCore/workers/ |
WorkerLocation.cpp | 42 String WorkerLocation::protocol() const function in class:WebCore::WorkerLocation 44 return m_url.protocol() + ":";
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFormDelegate.m | 31 // FIXME: This could become an informal protocol; we switched all the API 38 // Return a object with NOP implementations of the protocol's methods
|
/external/webkit/Source/WebKit/win/ |
WebURLProtectionSpace.h | 56 /* [in] */ BSTR protocol, 73 virtual HRESULT STDMETHODCALLTYPE protocol(
|
/external/webkit/Source/WebKit2/Shared/ |
WebURL.h | 60 String protocol() const function in class:WebKit::WebURL 63 return m_parsedURL->isValid() ? m_parsedURL->protocol() : String();
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebResourceCacheManagerProxy.cpp | 84 securityOrigin.protocol = origin->protocol();
|
/frameworks/base/docs/html/guide/topics/nfc/ |
index.jd | 29 bytes using your own protocol stack. In these cases, Android provides support to detect 30 certain tag technologies and to open communication with the tag using your own protocol
|
/frameworks/base/obex/javax/obex/ |
ObexTransport.java | 43 * connection which carries the OBEX protocol( such as TCP, RFCOMM device file 49 * See section 1.2.2 of IrDA Object Exchange Protocol specification.
|
/hardware/ti/omap4xxx/domx/domx/ |
rpmsg_omx_defs.h | 23 * [7:0] omx client protocol version 32 * [7:0] omx server protocol version
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
AccountServiceProxy.java | 69 public void reconcileAccounts(final String protocol, final String accountManagerType) { 73 mService.reconcileAccounts(protocol, accountManagerType);
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
SSLUtilsTest.java | 43 assertEquals("fake-protocol.yes", SSLUtils.escapeForSchemeName("fake-protocol.yes"));
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XEVIstr.h | 64 CARD16 majorVersion B16; /* major version of EVI protocol */ 65 CARD16 minorVersion B16; /* minor version of EVI protocol */
|
securstr.h | 73 /* auth protocol name padded to 4 bytes */ 74 /* auth protocol data padded to 4 bytes */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
auto_fs.h | 23 /* Range of protocol versions defined */ 54 int proto_version; /* Protocol version */
|
if_tr.h | 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 51 __u8 protid[3]; /* protocol id */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_common.h | 101 /* Update of protocol info */ 105 /* Volatile protocol info */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/ |
rwhod.h | 38 * rwho protocol packet format. 47 char wd_vers; /* protocol version # */
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
SyncException.java | 24 * that triggered the error, but the adb transfer protocol that didn't work somehow, or that the 34 TRANSFER_PROTOCOL_ERROR("Adb Transfer Protocol Error."),
|
/system/core/fastboot/ |
fastboot.h | 34 /* protocol.c - fastboot protocol */
|
/external/tcpdump/ |
tcpdump.1 | 425 Print less protocol information so output 431 Since there is no protocol version field in ESP/AH specification, 432 \fItcpdump\fP cannot deduce the version of ESP/AH protocol. 447 and UDP but may truncate protocol information from name server and NFS 451 is the name of the protocol level at which the truncation has occurred. 458 capture the protocol information you're interested in. 466 \fBaodv\fR (Ad-hoc On-demand Distance Vector protocol), 467 \fBcnfp\fR (Cisco NetFlow protocol), 469 \fBrtp\fR (Real-Time Applications protocol), 470 \fBrtcp\fR (Real-Time Applications control protocol), [all...] |
/frameworks/base/docs/html/guide/topics/usb/ |
adk.jd | 27 <a href="#accessory-protocol">Implementing the Android Accessory Protocol</a> 42 <a href="#firmware">How the ADK board implements the Android Accessory Protocol</a> 109 specifically designed to attach to Android-powered devices and adhere to a simple protocol 110 (Android accessory protocol) that allows them to detect Android-powered devices that support 138 to develop accessories that support the Android accessory protocol. For more information, see 195 runs on the ADK board and is written in C++. The sketch calls the Android accessory protocol 200 <li>The Android accessory protocol library, which is located in the 426 <h2 id="accessory-protocol">Implementing the Android Accessory Protocol</h2 [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ServerHandshakeImpl.java | 44 * Server side handshake protocol implementation. 45 * Handshake protocol operates on top of the Record Protocol. 50 * to Record Protocol. Detected errors are reported to the Alert protocol. 53 * Handshake protocol.</a> 117 // if protocol planed to send Hello Request message 335 "PROTOCOL VERSION. Unsupported client version " 408 session.protocol = ProtocolVersion.getByVersion(clientHello.client_version); 597 boolean isTLS = (serverHello.server_version[1] == 1); // TLS 1.0 protocol [all...] |
/external/webkit/Source/WebCore/platform/ |
KURLGoogle.cpp | 86 static inline void assertProtocolIsGood(const char* protocol) 89 const char* p = protocol; 136 bool isValidProtocol(const String& protocol) 140 if (protocol.isEmpty()) 142 if (!isSchemeFirstChar(protocol[0])) 144 unsigned protocolLength = protocol.length(); 146 if (!isSchemeChar(protocol[i])) 479 String KURL::protocol() const function in class:WebCore::KURL 600 bool KURL::setProtocol(const String& protocol) 603 int separatorPosition = protocol.find(':') [all...] |
/bionic/libc/unistd/ |
socketcalls.c | 54 int socket(int domain, int type, int protocol) 60 t[2] = (unsigned long) protocol; 145 int socketpair(int d, int type, int protocol, int sv[2]) 151 t[2] = (unsigned long) protocol;
|
/bootable/bootloader/legacy/ |
fastboot_protocol.txt | 5 The fastboot protocol is a mechanism for communicating with bootloaders 17 * The protocol is entirely host-driven and synchronous (unlike the 18 multi-channel, bi-directional, asynchronous ADB protocol) 154 version Version of FastBoot protocol supported.
|
/external/apache-http/src/org/apache/http/conn/routing/ |
RouteInfo.java | 65 * Layered routes are established by layering a protocol such as TLS/SSL 70 * Layering a protocol 72 * could be established with the new protocol in the first place. 173 * Checks whether this route includes a layered protocol.
|