/external/webkit/WebKit/mac/Storage/ |
WebSecurityOrigin.mm | 51 - (NSString*)protocol 53 return reinterpret_cast<SecurityOrigin*>(_private)->protocol();
|
/external/webkit/WebKit/mac/WebView/ |
WebVideoFullscreenController.h | 34 @protocol WebVideoFullscreenControllerDelegate;
|
/external/webkit/WebKit/win/ |
WebSecurityOrigin.h | 52 virtual HRESULT STDMETHODCALLTYPE protocol(
|
WebURLProtectionSpace.cpp | 151 /* [in] */ BSTR protocol, 161 if (BString(protocol) == webURLProtectionSpaceHTTPBString) 163 else if (BString(protocol) == webURLProtectionSpaceHTTPSBString) 165 else if (BString(protocol) == webURLProtectionSpaceFTPBString) 167 else if (BString(protocol) == webURLProtectionSpaceFTPSBString) 222 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::protocol( function in class:WebURLProtectionSpace
|
/external/wpa_supplicant/ |
l2_packet.h | 64 * @protocol: Ethernet protocol number in host byte order 77 const char *ifname, const u8 *own_addr, unsigned short protocol, 100 * @proto: Protocol/ethertype for the packet in host byte order (only used if
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet.h | 53 * @protocol: Ethernet protocol number in host byte order 66 const char *ifname, const u8 *own_addr, unsigned short protocol, 89 * @proto: Protocol/ethertype for the packet in host byte order (only used if
|
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
accessorychat.c | 148 uint16_t protocol; local 150 ACCESSORY_GET_PROTOCOL, 0, 0, &protocol, sizeof(protocol), 0); 152 printf("device supports protocol version %d\n", protocol); 154 fprintf(stderr, "failed to read protocol version\n");
|
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
FixedLengthOutputStream.java | 17 package org.apache.harmony.luni.internal.net.www.protocol.http;
|
UnknownLengthHttpInputStream.java | 17 package org.apache.harmony.luni.internal.net.www.protocol.http;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cm4000_cs.h | 25 * I've changed "ptsreq.protocol" from "unsigned long" to "u_int32_t". 31 u_int32_t protocol; /*T=0: 2^0, T=1: 2^1*/ member in struct:ptsreq
|
netfilter_ipv6.h | 25 /* Protocol. */ 33 /* Per-protocol information: only matters if proto match. */ 74 unsigned int dataoff, u_int8_t protocol);
|
/external/iproute2/examples/ |
SYN-DoS.rate.limit | 35 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 1 fw \
|
/external/webkit/WebCore/bindings/js/ |
JSWebSocketConstructor.cpp | 76 const String& protocol = args.at(1).toString(exec); local 79 webSocket->connect(url, protocol, ec);
|
/external/webkit/WebCore/html/ |
HTMLAreaElement.idl | 38 readonly attribute DOMString protocol;
|
/external/webkit/WebCore/page/ |
Location.cpp | 69 String Location::protocol() const function in class:WebCore::Location 74 return url().protocol() + ":";
|
/external/webkit/WebCore/websockets/ |
WorkerThreadableWebSocketChannel.cpp | 52 WorkerThreadableWebSocketChannel::WorkerThreadableWebSocketChannel(WorkerContext* context, WebSocketChannelClient* client, const String& taskMode, const KURL& url, const String& protocol) 55 , m_bridge(new Bridge(m_workerClientWrapper, m_workerContext, taskMode, url, protocol)) 97 WorkerThreadableWebSocketChannel::Peer::Peer(RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode, const KURL& url, const String& protocol) 100 , m_mainWebSocketChannel(WebSocketChannel::create(context, this, url, protocol)) 213 void WorkerThreadableWebSocketChannel::Bridge::mainThreadCreateWebSocketChannel(ScriptExecutionContext* context, Bridge* thisPtr, RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, const String& taskMode, const KURL& url, const String& protocol) 218 Peer* peer = Peer::create(clientWrapper, thisPtr->m_loaderProxy, context, taskMode, url, protocol); 222 WorkerThreadableWebSocketChannel::Bridge::Bridge(PassRefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, PassRefPtr<WorkerContext> workerContext, const String& taskMode, const KURL& url, const String& protocol) 231 m_loaderProxy.postTaskToLoader(createCallbackTask(&Bridge::mainThreadCreateWebSocketChannel, this, m_workerClientWrapper, m_taskMode, url, protocol));
|
/packages/apps/Email/src/com/android/email/service/ |
IEmailService.aidl | 23 int validate(in String protocol, in String host, in String userName, in String password,
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSetupNamesTests.java | 121 * Create an intent with the Account in it, using protocol as the protocol and name as the 124 private Intent getTestIntent(String protocol, String name) { 128 hostAuth.mProtocol = protocol;
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
WindowsLoader.java | 33 public static Window[] loadWindows(IDevice device, int protocol, int server) { 37 System.out.println("protocol = " + protocol);
|
/cts/tests/tests/provider/src/android/provider/cts/ |
Contacts_ContactMethodsTest.java | 48 notes = "Test methods which encode or decode protocol", 54 notes = "Test methods which encode or decode protocol", 60 notes = "Test methods which encode or decode protocol", 66 int protocol = ContactMethods.PROTOCOL_AIM; local 67 String encodedString = ContactMethods.encodePredefinedImProtocol(protocol); 69 assertEquals(protocol, ContactMethods.decodeImProtocol(encodedString)); 71 protocol = ContactMethods.PROTOCOL_QQ; 72 encodedString = ContactMethods.encodePredefinedImProtocol(protocol); 74 assertEquals(protocol, ContactMethods.decodeImProtocol(encodedString)); 76 String protocolString = "custom protocol"; [all...] |
/development/tools/axl/ |
axl.py | 26 from twisted.internet import protocol, reactor, defer namespace 27 from twisted.internet.protocol import ServerFactory, Protocol 31 class BaseProtocol(Protocol): 242 for protocol in Drop, ReadAndDrop, GarbageStatus, BadHeader, PauseHeader, \ 246 factory.protocol = protocol 247 reactor.listenTCP(protocol.PORT, factory)
|
/external/iproute2/tc/ |
f_rsvp.c | 29 fprintf(stderr, "Usage: ... rsvp ipproto PROTOCOL session DST[/PORT | GPI ]\n"); 87 if (pinfo->protocol == 0) 88 pinfo->protocol = IPPROTO_AH; 99 if (pinfo->protocol == 0) 100 pinfo->protocol = IPPROTO_ESP; 205 if (pinfo.dpi.mask || pinfo.protocol) 217 if (pinfo.spi.mask || pinfo.protocol) 228 pinfo.protocol = num; 367 if (pinfo && pinfo->protocol) { 369 fprintf(f, "ipproto %s ", inet_proto_n2a(pinfo->protocol, b1, sizeof(b1))) [all...] |
/device/google/accessory/arduino/AndroidAccessory/ |
AndroidAccessory.cpp | 62 uint16_t protocol = -1; local 67 ACCESSORY_GET_PROTOCOL, 0, 0, 0, 2, (char *)&protocol); 68 return protocol; 84 int protocol = getProtocol(addr); local 86 if (protocol == 1) { 89 Serial.print("could not read device protocol version\n");
|
/external/quake/quake/src/QW/qwfwd/ |
qwfwd.c | 104 int connectsock(char *host, char *service, char *protocol)
116 if(pse = getservbyname(service, protocol))
133 /* Map protocol name to protocol number */
134 if((ppe = getprotobyname(protocol)) == 0)
136 fprintf(stderr, "udpred: can't get \"%s\" protocol entry\n", protocol);
140 /* Use protocol to choose a socket type */
141 if(strcmp(protocol, "udp") == 0)
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestSSLContext.java | 137 String protocol = "TLS"; local 138 SSLContext clientContext = createSSLContext(protocol, clientProvider, 140 SSLContext serverContext = createSSLContext(protocol, serverProvider, 190 public static final SSLContext createSSLContext(final String protocol, 196 SSLContext context = SSLContext.getInstance(protocol, provider);
|