/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTokenSource.h | 33 @protocol ANTLRTokenSource <NSObject, NSCopying>
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTokenSource.h | 33 @protocol ANTLRTokenSource <NSObject, NSCopying>
|
/external/chromium/chrome/browser/custom_handlers/ |
protocol_handler.cc | 10 ProtocolHandler::ProtocolHandler(const std::string& protocol, 13 : protocol_(protocol), 19 const std::string& protocol, 22 std::string lower_protocol(protocol); 23 lower_protocol = StringToLowerASCII(protocol); 29 std::string protocol, url; local 31 value->GetString("protocol", &protocol); 34 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url), title); 46 d->Set("protocol", Value::CreateStringValue(protocol_)) [all...] |
protocol_handler.h | 14 // A single tuple of (protocol, url, title) that indicates how URLs of the 15 // given protocol should be rewritten to be handled. 19 static ProtocolHandler* CreateProtocolHandler(const std::string& protocol, 27 // Encodes this protocol handler as a Value. The caller is responsible for 31 std::string protocol() const { return protocol_; } function in class:ProtocolHandler 38 ProtocolHandler(const std::string& protocol,
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebQuotaManager.h | 29 @protocol WebQuotaManager 30 @discussion This protocol is used to view and manipulate a per-origin storage quota. 32 @protocol WebQuotaManager
|
/libcore/luni/src/main/java/java/net/ |
URL.java | 46 * <tr><td>{@link #getProtocol() Protocol}</td><td>{@code http}</td><td>scheme</td></tr> 62 * Transfer Protocol</a> 64 * Transfer Protocol</a> 70 * In general, attempts to create URLs with any other protocol will fail with a 73 * java.protocol.handler.pkgs} system property. 75 * <p>The {@link URI} class can be used to manipulate URLs of any protocol. 86 private String protocol; field in class:URL 136 * URL or has an unsupported protocol. 148 * protocol's default stream handler. 150 * be parsed as a URL or an invalid protocol has been found [all...] |
/external/webkit/Source/WebCore/page/ |
OriginAccessEntry.cpp | 38 OriginAccessEntry::OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting subdomainSetting) 39 : m_protocol(protocol.lower()) 52 ASSERT(origin.protocol() == origin.protocol().lower()); 54 if (m_protocol != origin.protocol())
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebDocumentPrivate.h | 35 @protocol WebDocumentImage <NSObject> 40 @protocol WebDocumentDOM <NSObject> 45 @protocol WebDocumentSelection <WebDocumentText> 68 @protocol WebDocumentPDF <WebDocumentText> 72 @protocol WebDocumentIncrementalSearching
|
WebHTMLRepresentationPrivate.h | 31 @protocol WebPluginManualLoader;
|
/external/apache-http/src/org/apache/http/ |
HttpRequestInterceptor.java | 36 import org.apache.http.protocol.HttpContext; 64 * @throws HttpException in case of a protocol or other problem
|
HttpResponseInterceptor.java | 36 import org.apache.http.protocol.HttpContext; 63 * @throws HttpException in case of a protocol or other problem
|
/external/apache-http/src/org/apache/http/client/ |
HttpRequestRetryHandler.java | 36 import org.apache.http.protocol.HttpContext;
|
/external/apache-http/src/org/apache/http/protocol/ |
ExecutionContext.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ExecutionContext.java $ 32 package org.apache.http.protocol; 35 * {@link HttpContext Context} attribute names for protocol execution.
|
HttpContext.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpContext.java $ 32 package org.apache.http.protocol;
|
HttpProcessor.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpProcessor.java $ 32 package org.apache.http.protocol;
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessionclient.h | 43 virtual bool ParseContent(SignalingProtocol protocol, 47 virtual bool WriteContent(SignalingProtocol protocol, 70 virtual bool ParseContent(SignalingProtocol protocol, 74 virtual bool WriteContent(SignalingProtocol protocol,
|
/external/clang/test/ARCMT/Inputs/ |
test.h | 1 @protocol NSObject
|
/external/clang/test/ARCMT/with space/ |
test.h | 1 @protocol NSObject
|
/external/clang/test/Modules/Inputs/ |
redecl-merge-left.h | 13 @protocol P1; 14 @protocol P2 46 @protocol P3, P4; 48 @protocol P3;
|
/external/dbus/dbus/ |
dbus-marshal-byteswap.h | 27 #include <dbus/dbus-protocol.h>
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebPluginPackage.h | 33 @protocol WebPluginViewFactory;
|
/external/chromium/chrome/browser/ui/cocoa/ |
command_observer_bridge.h | 13 @protocol CommandObserverProtocol; 16 // passing them back to an object that supports the protocol delcared below. 43 @protocol CommandObserverProtocol
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Reason.java | 29 * reason-value = protocol *(SEMI reason-params) 30 * protocol = "SIP" / "Q.850" / token 31 * reason-params = protocol-cause / reason-text 33 * protocol-cause = "cause" EQUAL cause 65 protected String protocol; field in class:Reason 83 /** Set the protocol 85 *@param protocol - protocol to set. 88 public void setProtocol(String protocol) throws ParseException { 89 this.protocol = protocol [all...] |
/external/dnsmasq/contrib/port-forward/ |
dnsmasq-portforward | 47 protocol=tcp 49 protocol=udp 55 ${IPTABLES} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst 57 ${IPTABLES} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst 61 echo " DNAT $protocol $src to ${3}:$dst ${verb}." >>${LOGFILE}
|
/external/chromium/net/http/ |
http_alternate_protocols_unittest.cc | 6 // of which HTTP HostPortPairs have an alternate protocol that can be used 26 EXPECT_EQ(HttpAlternateProtocols::NPN_SPDY_1, alternate.protocol); 36 EXPECT_EQ(HttpAlternateProtocols::BROKEN, alternate.protocol); 43 EXPECT_EQ(HttpAlternateProtocols::BROKEN, alternate.protocol) 52 default_protocol.protocol = HttpAlternateProtocols::NPN_SPDY_2; 57 // Verify the forced protocol. 64 EXPECT_EQ(default_protocol.protocol, alternate.protocol); 66 // Verify the real protocol overrides the forced protocol [all...] |