HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 351 - 375 of 514) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/loader/appcache/
ApplicationCacheHost.cpp 284 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request) || !equalIgnoringCase(request.url().protocol(), cache->manifestResource()->url().protocol()))
  /external/webkit/WebCore/platform/mac/
ScrollViewMac.mm 48 ASSERT(!platformWidget() || [platformWidget() conformsToProtocol:@protocol(WebCoreFrameScrollView)]);
  /external/webkit/WebKit/android/jni/
WebCoreResourceLoader.cpp 258 if (url.protocol().isEmpty()) {
262 // Ensure the protocol is lowercase.
263 url.setProtocol(url.protocol().lower());
265 // Set the url after updating the protocol.
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 134 // The defaultMenuItems here are ones supplied by the WebDocumentView protocol implementation. WebPDFView is
143 ASSERT([[[webFrame frameView] documentView] conformsToProtocol:@protocol(WebDocumentText)]);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
UIDelegate.mm 145 printf("UI DELEGATE DATABASE CALLBACK: exceededDatabaseQuotaForSecurityOrigin:{%s, %s, %i} database:%s\n", [[origin protocol] UTF8String], [[origin host] UTF8String],
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/DebugTrace_Xfer/
DebugTraceXfer.c 55 #define Ether_Type 0x0800 /* For IP Protocol */
67 #define IP_Protocol 0x11 /* UDP protocol */
78 UINT8 protocol; member in struct:__anon13444
639 Frame->IP_Header.protocol = IP_Protocol;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 72 import org.apache.http.client.protocol.ClientContext;
90 import org.apache.http.protocol.ExecutionContext;
91 import org.apache.http.protocol.HTTP;
92 import org.apache.http.protocol.HttpContext;
93 import org.apache.http.protocol.HttpProcessor;
94 import org.apache.http.protocol.HttpRequestExecutor;
128 /** The HTTP protocol processor. */
196 ("HTTP protocol processor may not be null.");
389 // Run request protocol interceptors
444 // Run response 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/
ip6tables.c 123 { "protocol", 1, 0, 'p' },
366 " --proto -p [!] proto protocol: by number or name, eg. `tcp'\n"
872 "unknown protocol `%s' specified",
1875 char *protocol = NULL; local
    [all...]
iptables.c 123 { "protocol", 1, 0, 'p' },
453 " --proto -p [!] proto protocol: by number or name, eg. `tcp'\n"
855 "unknown protocol `%s' specified",
1959 char *protocol = NULL; local
    [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/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/qemu/
block.c 227 char protocol[128]; local
240 if (len > sizeof(protocol) - 1)
241 len = sizeof(protocol) - 1;
242 memcpy(protocol, filename, len);
243 protocol[len] = '\0';
246 !strcmp(drv1->protocol_name, protocol))
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8DOMWindowShell.cpp 360 if (extensions[i].scheme.length() > 0 && (extensions[i].scheme != m_frame->loader()->activeDocumentLoader()->url().protocol() || extensions[i].scheme != m_frame->page()->mainFrame()->loader()->activeDocumentLoader()->url().protocol()))
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.m 196 if ([space receivesCredentialSecurely] || [[space protocol] _webkit_isCaseInsensitiveEqualToString:@"https"]) {
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebKitPluginClient.defs 79 protocol :data_t;
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 1006 NSString *protocol = [NSString stringWithUTF8String:protocolStr];
1007 if (!protocol)
1022 RetainPtr<NSURLProtectionSpace> protectionSpace(AdoptNS, [[NSURLProtectionSpace alloc] initWithHost:host port:port protocol:protocol realm:realm authenticationMethod:authenticationMethod]);
  /external/webkit/WebKit/mac/WebView/
WebViewPrivate.h 52 @protocol WebFormDelegate;
172 // These methods might end up moving into a protocol, so different document types can specify
173 // whether or not they implement the protocol. For now we'll just deal with HTML.
482 // - destinationProtocol: The protocol to grant access to.
580 @protocol WebGeolocationProvider <NSObject>
WebView.mm     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 227 void LayoutTestController::whiteListAccessFromOrigin(JSStringRef sourceOrigin, JSStringRef protocol, JSStringRef host, bool includeSubdomains)
230 gchar* protocolGChar = JSStringCopyUTF8CString(protocol);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 335 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
337 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0);
340 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
343 values.put(StatusUpdates.PROTOCOL, protocol);
360 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol,
365 values.put(Im.PROTOCOL, protocol);
1167 int protocol = Im.PROTOCOL_GOOGLE_TALK; local
    [all...]
  /system/core/adb/
sysdeps.h 427 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] )
429 return socketpair( d, type, protocol, sv );

Completed in 393 milliseconds

<<11121314151617181920>>