/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()) {
|
/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 | 220 u8 protocol; member in struct:ata_taskfile
|
pkt_cls.h | 250 __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/apache-http/src/org/apache/http/impl/conn/ |
DefaultClientConnectionOperator.java | 43 import org.apache.http.protocol.HttpContext;
|
/external/apache-http/src/org/apache/http/impl/io/ |
AbstractSessionInputBuffer.java | 42 import org.apache.http.protocol.HTTP;
|
/external/apache-http/src/org/apache/http/message/ |
BasicHeaderValueParser.java | 41 import org.apache.http.protocol.HTTP;
|
/external/apache-http/src/org/apache/http/protocol/ |
BasicHttpProcessor.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/BasicHttpProcessor.java $ 32 package org.apache.http.protocol;
|
HttpService.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpService.java $ 32 package org.apache.http.protocol; 142 // Downgrade protocol version if greater than HTTP/1.1
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_mac.h | 29 @protocol RenderWidgetHostViewMacOwner 61 // Variables used by our implementaion of the NSTextInput protocol. 62 // An input method of Mac calls the methods of this protocol not only to 68 // We need to implement Objective-C methods for the NSTextInput protocol. On
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 130 @protocol BookmarkBarControllerDelegate
|
/external/chromium/third_party/libjingle/source/talk/base/ |
proxydetect.cc | 350 LOG(LS_WARNING) << "Proxy address with unknown protocol [" 1065 SecProtocolType protocol; local [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
port.cc | 172 const std::string& protocol, 177 c.set_protocol(protocol); 761 << local.protocol() << ":" << local.address().ToString() 763 << remote.protocol() << ":" << remote.address().ToString()
|
stunport.cc | 177 if (address.protocol() != "udp")
|
/external/dbus/dbus/ |
dbus-marshal-basic.h | 32 #include <dbus/dbus-protocol.h>
|