/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRMismatchedTreeNodeException.h | 30 @protocol ANTLRIntStream;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRIntStream.h | 31 @protocol ANTLRIntStream < NSObject, NSCopying >
|
ANTLRMismatchedRangeException.h | 30 @protocol ANTLRIntStream;
|
ANTLRMismatchedTreeNodeException.h | 30 @protocol ANTLRIntStream;
|
/external/apache-http/src/org/apache/http/client/ |
RedirectHandler.java | 38 import org.apache.http.protocol.HttpContext;
|
RequestDirector.java | 40 import org.apache.http.protocol.HttpContext;
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultHttpClient.java | 46 import org.apache.http.client.protocol.ClientContext; 47 import org.apache.http.client.protocol.RequestAddCookies; 48 import org.apache.http.client.protocol.RequestDefaultHeaders; 49 import org.apache.http.client.protocol.RequestProxyAuthentication; 50 import org.apache.http.client.protocol.RequestTargetAuthentication; 51 import org.apache.http.client.protocol.ResponseProcessCookies; 74 import org.apache.http.protocol.BasicHttpContext; 75 import org.apache.http.protocol.BasicHttpProcessor; 76 import org.apache.http.protocol.HTTP; 77 import org.apache.http.protocol.HttpContext [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_view.h | 7 @protocol BookmarkButtonControllerProtocol;
|
bookmark_folder_target.h | 12 @protocol BookmarkButtonControllerProtocol;
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
throbber_view.h | 13 @protocol ThrobberDataDelegate;
|
/external/clang/test/SemaObjC/ |
foreach.m | 21 @protocol NSObject @end 35 @protocol NSFastEnumeration
|
/external/mtpd/ |
mtpd.h | 46 /* Each protocol must implement everything defined in this structure. Note that 49 struct protocol { struct 50 /* The name of this protocol. */
|
/external/webkit/Source/WebCore/bindings/objc/ |
ObjCNodeFilterCondition.h | 35 @protocol DOMNodeFilter;
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFormDelegate.h | 37 @protocol WebFormSubmissionListener 39 @protocol WebFormSubmissionListener <NSObject> 44 @protocol WebFormDelegate 46 @protocol WebFormDelegate <NSObject> 69 @discussion The WebFormDelegate class responds to all WebFormDelegate protocol
|
WebFrameView.h | 35 @protocol WebDocumentView;
|
WebHTMLRepresentation.h | 45 @protocol WebDocumentMarkup; 46 @protocol WebDocumentRepresentation; 47 @protocol WebDocumentSourceRepresentation;
|
/external/webkit/Source/WebKit2/Shared/API/c/ |
WKSecurityOrigin.h | 38 WK_EXPORT WKSecurityOriginRef WKSecurityOriginCreate(WKStringRef protocol, WKStringRef host, int port);
|
/external/chromium/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.cc | 40 ProtocolHandler* old_handler = registry_->GetHandlerFor(handler_->protocol()); 44 UTF8ToUTF16(handler_->protocol()), old_handler->title()) : 47 UTF8ToUTF16(handler_->protocol()));
|
/external/kernel-headers/original/linux/ |
netfilter_bridge.h | 56 if (skb->protocol == __constant_htons(ETH_P_8021Q)) { 77 if (skb->protocol == __constant_htons(ETH_P_IP)) 80 if (skb->protocol == __constant_htons(ETH_P_8021Q))
|
/external/webkit/Source/WebCore/websockets/ |
WebSocketChannel.h | 54 static PassRefPtr<WebSocketChannel> create(ScriptExecutionContext* context, WebSocketChannelClient* client, const KURL& url, const String& protocol) { return adoptRef(new WebSocketChannel(context, client, url, protocol)); } 81 WebSocketChannel(ScriptExecutionContext*, WebSocketChannelClient*, const KURL&, const String& protocol);
|
/external/chromium/net/http/ |
http_stream_factory.cc | 58 HttpAlternateProtocols::Protocol protocol = HttpAlternateProtocols::BROKEN; local 59 // We skip NPN_SPDY_1 here, because we've rolled the protocol version to 2. 63 protocol = static_cast<HttpAlternateProtocols::Protocol>(i); 66 if (protocol == HttpAlternateProtocols::BROKEN) { 67 // Currently, we only recognize the npn-spdy protocol. 69 << " header has unrecognized protocol: " 80 // If we think the alternate protocol is broken, don't change it. 81 if (existing_alternate.protocol == HttpAlternateProtocols::BROKEN [all...] |
/libcore/luni/src/main/java/java/net/ |
Authenticator.java | 39 private String protocol; field in class:Authenticator 88 * Returns the protocol of the connection that requests authorization. 90 * @return protocol of the connection. 93 return this.protocol; 117 * protocol of the connection that requests authentication. 133 thisAuthenticator.protocol = rProtocol; 167 * protocol of the connection that requests authentication. 184 thisAuthenticator.protocol = rProtocol; 217 * protocol of the connection that requests authentication. 239 thisAuthenticator.protocol = rProtocol [all...] |
/external/webkit/Source/WebCore/platform/network/mac/ |
AuthenticationMac.mm | 169 NSString *protocol = nil; 172 protocol = @"http"; 175 protocol = @"https"; 178 protocol = @"ftp"; 181 protocol = @"ftps"; 236 protocol:protocol 297 NSString *protocol = [macSpace protocol]; 298 if ([protocol caseInsensitiveCompare:@"http"] == NSOrderedSame [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
Contacts_ContactMethodsTest.java | 32 int protocol = ContactMethods.PROTOCOL_AIM; local 33 String encodedString = ContactMethods.encodePredefinedImProtocol(protocol); 35 assertEquals(protocol, ContactMethods.decodeImProtocol(encodedString)); 37 protocol = ContactMethods.PROTOCOL_QQ; 38 encodedString = ContactMethods.encodePredefinedImProtocol(protocol); 40 assertEquals(protocol, ContactMethods.decodeImProtocol(encodedString)); 42 String protocolString = "custom protocol";
|
/external/iproute2/examples/diffserv/ |
Edge1 | 50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1 51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2 52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
|