/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.h | 21 // Protocol for a BookmarkButton's delegate, responsible for doing 23 @protocol BookmarkButtonDelegate 62 // Protocol to be implemented by controllers that logically own 65 // protocol directly; it is used when BookmarkButton controllers talk 70 @protocol BookmarkButtonControllerProtocol 191 @end // @protocol BookmarkButtonControllerProtocol
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
transport.h | 86 virtual bool ParseCandidates(SignalingProtocol protocol, 90 virtual bool WriteCandidates(SignalingProtocol protocol,
|
/external/mesa3d/docs/ |
MESA_window_pos.spec | 104 GLX Protocol 106 Not specified at this time. However, a protocol message very similar
|
/external/webkit/Source/WebCore/loader/appcache/ |
ManifestParser.cpp | 127 if (!equalIgnoringCase(url.protocol(), manifestURL.protocol()))
|
/external/webkit/Source/WebCore/platform/network/ |
CredentialStorage.cpp | 63 return makeString(url.protocol(), "://", url.host(), ':', String::number(url.port()), '/'); 65 return makeString(url.protocol(), "://", url.host(), '/');
|
/packages/apps/Email/src/com/android/email/activity/ |
MailboxMoveToAdapter.java | 150 final String protocol = Account.getProtocol(getContext(), mAccountId); local 151 if (HostAuth.SCHEME_EAS.equals(protocol)) {
|
/packages/apps/Settings/src/com/android/settings/ |
ApnEditor.java | 114 Telephony.Carriers.PROTOCOL, // 16 321 * raw value of the protocol preference (e.g., "IPV4V6"). If unknown, 324 private String protocolDescription(String raw, ListPreference protocol) { 325 int protocolIndex = protocol.findIndexOfValue(raw); 365 String protocol = protocolDescription((String) newValue, mProtocol); local 366 if (protocol == null) { 369 mProtocol.setSummary(protocol); 372 String protocol = protocolDescription((String) newValue, mRoamingProtocol); local 373 if (protocol == null) { 376 mRoamingProtocol.setSummary(protocol); [all...] |
/bionic/libc/kernel/common/linux/ |
ip.h | 104 __u8 protocol; member in struct:iphdr
|
/development/ndk/platforms/android-3/include/linux/ |
ip.h | 90 __u8 protocol; member in struct:iphdr
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRDebugEventListener.h | 31 @protocol ANTLRDebugEventListener
|
ANTLRLinkBase.h | 34 @protocol ANTLRLinkList <NSObject>
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRDebugEventListener.h | 31 @protocol ANTLRDebugEventListener
|
ANTLRLinkBase.h | 34 @protocol ANTLRLinkList <NSObject>
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRDebugEventListener.h | 31 @protocol ANTLRDebugEventListener
|
ANTLRLinkBase.h | 34 @protocol ANTLRLinkList <NSObject>
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDebugEventListener.h | 31 @protocol ANTLRDebugEventListener
|
ANTLRLinkBase.h | 38 @protocol ANTLRLinkList <NSObject>
|
/external/apache-http/src/org/apache/http/impl/auth/ |
AuthSchemeBase.java | 38 import org.apache.http.protocol.HTTP;
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPooledConnAdapter.java | 38 import org.apache.http.protocol.HttpContext;
|
/external/apache-http/src/org/apache/http/impl/entity/ |
EntityDeserializer.java | 46 import org.apache.http.protocol.HTTP;
|
/external/apache-http/src/org/apache/http/params/ |
HttpProtocolParams.java | 36 import org.apache.http.protocol.HTTP; 40 * to simplify manipulation of the HTTP protocol specific parameters. 119 * Returns {@link ProtocolVersion protocol version} to be used per default. 121 * @return {@link ProtocolVersion protocol version} 136 * Assigns the {@link ProtocolVersion protocol version} to be used by the 139 * @param version the {@link ProtocolVersion protocol version}
|
/external/apache-http/src/org/apache/http/protocol/ |
ResponseConnControl.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseConnControl.java $ 32 package org.apache.http.protocol;
|
ResponseContent.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseContent.java $ 32 package org.apache.http.protocol;
|
UriPatternMatcher.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/UriPatternMatcher.java $ 32 package org.apache.http.protocol;
|
/external/chromium/base/ |
message_pump_mac.h | 43 // Clients must subclass NSApplication and implement this protocol if they use 45 @protocol CrAppProtocol
|