HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 526 - 550 of 774) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebCore/bindings/js/
JSLocationCustom.cpp 188 UString protocol = value.toString(exec); local
192 impl()->setProtocol(ustringToString(protocol), activeDOMWindow(exec), firstDOMWindow(exec), ec);
  /external/webkit/Source/WebCore/platform/mac/
ScrollViewMac.mm 48 ASSERT(!platformWidget() || [platformWidget() conformsToProtocol:@protocol(WebCoreFrameScrollView)]);
  /external/webkit/Source/WebCore/websockets/
WebSocketChannel.cpp 60 WebSocketChannel::WebSocketChannel(ScriptExecutionContext* context, WebSocketChannelClient* client, const KURL& url, const String& protocol)
63 , m_handshake(url, protocol, context)
  /external/webkit/Source/WebKit/android/jni/
WebCoreResourceLoader.cpp 255 if (url.protocol().isEmpty()) {
259 // Ensure the protocol is lowercase.
260 url.setProtocol(url.protocol().lower());
262 // Set the url after updating the protocol.
  /packages/apps/Email/tests/src/com/android/email/service/
MailServiceTests.java 226 * Create a simple HostAuth with protocol
228 private HostAuth setupSimpleHostAuth(String protocol) {
230 hostAuth.mProtocol = protocol;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 73 import org.apache.http.client.protocol.ClientContext;
91 import org.apache.http.protocol.ExecutionContext;
92 import org.apache.http.protocol.HTTP;
93 import org.apache.http.protocol.HttpContext;
94 import org.apache.http.protocol.HttpProcessor;
95 import org.apache.http.protocol.HttpRequestExecutor;
129 /** The HTTP protocol processor. */
197 ("HTTP protocol processor may not be null.");
344 // notify" protocol message to the
407 // Run request protocol interceptor
    [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 789 tc filter add dev $DEVICE parent 1:0 protocol ip \
803 tc filter add dev $DEVICE parent 1:0 protocol ip \
847 tc filter add dev $DEVICE parent 1:0 protocol ip \
    [all...]
  /external/iptables/iptables/
ip6tables.c 112 {.name = "protocol", .has_arg = 1, .val = 'p'},
255 "[!] --proto -p proto protocol: by number or name, eg. `tcp'\n"
381 /* These are invalid numbers as upper layer protocol */
    [all...]
iptables.c 110 {.name = "protocol", .has_arg = 1, .val = 'p'},
268 "[!] --proto -p proto protocol: by number or name, eg. `tcp'\n"
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 408 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
410 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
414 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
416 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
420 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
423 values.put(StatusUpdates.PROTOCOL, protocol);
483 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol,
488 values.put(Im.PROTOCOL, protocol);
1452 int protocol = Im.PROTOCOL_GOOGLE_TALK; local
    [all...]
  /external/ipsec-tools/src/racoon/
privsep.c 86 int protocol; member in struct:socket_args
569 socket_args.protocol)) == -1) {
1106 privsep_socket(domain, type, protocol)
1109 int protocol;
1118 return socket(domain, type, protocol);
1133 socket_args.protocol = protocol;
    [all...]
  /external/libxml2/
nanoftp.c 122 char *protocol; /* the protocol name */ member in struct:xmlNanoFTPCtxt
137 int returnValue; /* the protocol return value */
181 * Initialize the FTP protocol layer.
228 * Cleanup the FTP protocol layer. This cleanup proxy informations.
296 * the protocol host port and path it indicates.
307 if (ctxt->protocol != NULL) {
308 xmlFree(ctxt->protocol);
309 ctxt->protocol = NULL;
330 ctxt->protocol = xmlMemStrdup(uri->scheme)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 733 bool MediaSessionClient::ParseContent(SignalingProtocol protocol,
737 if (protocol == PROTOCOL_GINGLE) {
    [all...]
  /external/ppp/pppd/
ipxcp.c 2 * ipxcp.c - PPP IPX Control Protocol.
107 NULL, /* Called when Protocol-Reject received */
109 NULL, /* Called to handle protocol-specific codes */
110 "IPXCP" /* String name of protocol */
170 * Protocol entry points.
211 #define CILEN_PROTOCOL 4 /* Minimum length of routing protocol */
213 #define CILEN_COMPRESS 4 /* Minimum length of compression protocol */
386 f->protocol = PPP_IPXCP;
525 * ipxcp_protrej - A Protocol-Reject was received for IPXCP.
576 /* Always specify a routing protocol unless it was REJected. *
1176 int protocol; local
    [all...]
  /external/qemu/hw/
usb-hid.c 67 int protocol; member in struct:USBHIDState
112 * one interface, protocol 0
167 * one interface, protocol 0
222 * one interface, protocol 0
622 s->protocol = 1;
630 s->protocol = 1;
784 data[0] = s->protocol;
790 s->protocol = value;
  /external/wpa_supplicant/
pcsc_funcs.c 95 DWORD protocol; member in struct:scard_data
502 SCARD_PROTOCOL_T0, &scard->card, &scard->protocol);
515 (unsigned int) scard->card, scard->protocol,
516 scard->protocol == SCARD_PROTOCOL_T0 ? "T0" : "T1");
685 scard->protocol == SCARD_PROTOCOL_T1 ?
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 95 DWORD protocol; member in struct:scard_data
502 SCARD_PROTOCOL_T0, &scard->card, &scard->protocol);
515 (unsigned int) scard->card, scard->protocol,
516 scard->protocol == SCARD_PROTOCOL_T0 ? "T0" : "T1");
685 scard->protocol == SCARD_PROTOCOL_T1 ?
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 95 DWORD protocol; member in struct:scard_data
502 SCARD_PROTOCOL_T0, &scard->card, &scard->protocol);
515 (unsigned int) scard->card, scard->protocol,
516 scard->protocol == SCARD_PROTOCOL_T0 ? "T0" : "T1");
685 scard->protocol == SCARD_PROTOCOL_T1 ?
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 54 @protocol WebDeviceOrientationProvider;
55 @protocol WebFormDelegate;
180 // These methods might end up moving into a protocol, so different document types can specify
181 // whether or not they implement the protocol. For now we'll just deal with HTML.
512 // - destinationProtocol: The protocol to grant access to.
686 @protocol WebGeolocationProvider <NSObject>
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 415 String protocol = mUrl.getProtocol(); local
416 if ("http".equals(protocol) || "https".equals(protocol)) {
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 143 "protocol TEXT," +
218 " ADD COLUMN protocol TEXT DEFAULT IP;");
287 String protocol = parser.getAttributeValue(null, "protocol"); local
288 if (protocol != null) {
289 map.put(Telephony.Carriers.PROTOCOL, protocol);
341 if (row.containsKey(Telephony.Carriers.PROTOCOL) == false) {
342 row.put(Telephony.Carriers.PROTOCOL, "IP");
534 if (!values.containsKey(Telephony.Carriers.PROTOCOL)) {
    [all...]
  /development/tools/emulator/opengl/
Android.mk 52 # It will be used by other modules to generate wire protocol encode/decoder
  /external/chromium/net/websockets/
websocket.cc 161 request_->protocol()));
166 request_->protocol()));
169 NOTREACHED() << "Unexpected protocol version:" << request_->version();
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 220 bool TunnelSessionClient::ParseContent(SignalingProtocol protocol,
232 SignalingProtocol protocol,
  /external/iptables/extensions/
libxt_multiport.c 270 print_port(uint16_t port, uint8_t protocol, int numeric)
274 if (numeric || (service = port_to_service(port, protocol)) == NULL)

Completed in 1241 milliseconds

<<21222324252627282930>>