HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 726 - 750 of 1040) sorted by null

<<21222324252627282930>>

  /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)
  /external/oprofile/events/mips/1004K/
events 93 event:0x3b counters:0 um:zero minimum:500 name:MESI_INVAL_COUNT : 59-0 MESI protocol transitions into invalid state
94 event:0x3c counters:0 um:zero minimum:500 name:MESI_MODIFIED_COUNT : 60-0 MESI protocol transitions into modified state
170 event:0x43b counters:1 um:zero minimum:500 name:MESI_EXCLUSIVE_COUNT : 59-1 MESI protocol transitions into exclusive state
171 event:0x43c counters:1 um:zero minimum:500 name:MESI_SHARED_COUNT : 60-1 MESI protocol transitions into shared state
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-pathname.js 66 debug("Set pathname to a URL with non-hierarchical protocol");
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 125 INC_STATS("DOM.Location.protocol._set");
130 String protocol = toWebCoreString(value); local
133 impl->setProtocol(protocol, state->activeWindow(), state->firstWindow(), ec);
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheHost.cpp 344 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request) || !equalIgnoringCase(request.url().protocol(), cache->manifestResource()->url().protocol()))
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 140 // The defaultMenuItems here are ones supplied by the WebDocumentView protocol implementation. WebPDFView is
149 ASSERT([[[webFrame frameView] documentView] conformsToProtocol:@protocol(WebDocumentText)]);
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m 198 if ([space receivesCredentialSecurely] || [[space protocol] _webkit_isCaseInsensitiveEqualToString:@"https"]) {
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginClient.defs 79 protocol :data_t;
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 1009 NSString *protocol = [NSString stringWithUTF8String:protocolStr];
1010 if (!protocol)
1025 RetainPtr<NSURLProtectionSpace> protectionSpace(AdoptNS, [[NSURLProtectionSpace alloc] initWithHost:host port:port protocol:protocol realm:realm authenticationMethod:authenticationMethod]);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
NotificationPresenterClientQt.cpp 397 if (existingNotification->replaceId() == notification->replaceId() && existingNotification->url().protocol() == notification->url().protocol() && existingNotification->url().host() == notification->url().host()) {
  /sdk/emulator/opengl/
Android.mk 52 # It will be used by other modules to generate wire protocol encode/decoder
  /system/core/adb/
sysdeps.h 441 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] )
443 return socketpair( d, type, protocol, sv );
  /bionic/libc/kernel/common/linux/
ata.h 246 u8 protocol; member in struct:ata_taskfile
pkt_cls.h 269 __u8 protocol; member in struct:tc_rsvp_pinfo
  /development/ndk/platforms/android-3/include/linux/
ata.h 220 u8 protocol; member in struct:ata_taskfile
pkt_cls.h 249 __u8 protocol; member in struct:tc_rsvp_pinfo
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTree.h 29 @protocol ANTLRBaseTree <ANTLRTree>
ANTLRTreeWizard.h 40 @protocol ANTLRContextVisitor <NSObject>
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTree.h 29 @protocol ANTLRBaseTree <ANTLRTree>
ANTLRTreeWizard.h 40 @protocol ANTLRContextVisitor <NSObject>
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTree.h 29 @protocol ANTLRBaseTree <ANTLRTree>
ANTLRTreeWizard.h 40 @protocol ANTLRContextVisitor <NSObject>
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTree.h 31 @protocol ANTLRBaseTree <ANTLRTree>
ANTLRTreeWizard.h 41 @protocol ANTLRContextVisitor <NSObject>
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnectionOperator.java 43 import org.apache.http.protocol.HttpContext;

Completed in 2181 milliseconds

<<21222324252627282930>>