/external/avahi/avahi-core/ |
querier.h | 34 void avahi_querier_add_for_all(AvahiServer *s, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, struct timeval *ret_ctime); 37 void avahi_querier_remove_for_all(AvahiServer *s, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key);
|
browse-dns-server.c | 40 AvahiProtocol protocol; member in struct:AvahiDNSServerInfo 64 static AvahiDNSServerInfo* get_server_info(AvahiSDNSServerBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiRecord *r) { 72 i->protocol == protocol && 98 AVAHI_GCC_UNUSED AvahiProtocol protocol, 118 i->protocol, 141 AvahiProtocol protocol, 162 if (get_server_info(b, interface, protocol, record)) 173 i->protocol = protocol; [all...] |
/external/clang/test/PCH/ |
objc_exprs.h | 2 @protocol foo; 8 typedef typeof(@protocol(foo)) objc_protocol;
|
/external/webrtc/talk/app/webrtc/objc/public/ |
RTCSessionDescriptionDelegate.h | 36 // RTCSessionDescriptionDelegate is a protocol for listening to callback 38 @protocol RTCSessionDescriptionDelegate<NSObject>
|
/external/webrtc/webrtc/api/objc/ |
RTCVideoRenderer.h | 20 @protocol RTCVideoRenderer <NSObject>
|
/libcore/ojluni/src/main/java/java/net/ |
URL.java | 51 * example of a URL indicates that the protocol to use is 52 * <code>http</code> (HyperText Transfer Protocol) and that the 56 * meaning of this name on the host machine is both protocol 64 * the protocol is used instead. For example, the default port for 109 * the protocol, host name, or port number is missing, the value is 142 * for protocol handlers. The value of this property (if any) should 144 * for a protocol handler to load. The policy of this class is that 145 * all protocol handlers will be in a class called <protocolname>.Handler, 148 * default package prefix, sun.net.www.protocol, is used. The search 152 private static final String protocolPathProp = "java.protocol.handler.pkgs" 158 private String protocol; field in class:URL [all...] |
/external/iproute2/examples/diffserv/ |
Edge32-cb-chains | 55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 handle 1 fw \ 58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 handle 1 fw \ 65 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 handle 1 fw \ 68 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \ 75 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \ 78 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \ 85 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 handle 2 fw \ 118 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \ 120 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \ 122 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 [all...] |
Edge32-cb-u32 | 55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \ 58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \ 66 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \ 69 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \ 76 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \ 79 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \ 87 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \ 119 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \ 121 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \ 123 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCharStream.h | 32 @protocol ANTLRCharStream < ANTLRIntStream >
|
ANTLRMismatchedRangeException.h | 30 @protocol ANTLRIntStream;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRCharStream.h | 32 @protocol ANTLRCharStream < ANTLRIntStream >
|
ANTLRMismatchedRangeException.h | 30 @protocol ANTLRIntStream;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRCharStream.h | 32 @protocol ANTLRCharStream < ANTLRIntStream >
|
ANTLRMismatchedRangeException.h | 30 @protocol ANTLRIntStream;
|
/external/apache-http/src/org/apache/http/ |
HttpResponseFactory.java | 34 import org.apache.http.protocol.HttpContext; 56 * @param ver the protocol version
|
/external/apache-http/src/org/apache/http/client/protocol/ |
ClientContext.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/ClientContext.java $ 32 package org.apache.http.client.protocol; 36 * {@link org.apache.http.protocol.HttpContext Context}
|
/external/apache-http/src/org/apache/http/conn/ |
ConnectionKeepAliveStrategy.java | 35 import org.apache.http.protocol.HttpContext;
|
/external/apache-http/src/org/apache/http/impl/ |
NoConnectionReuseStrategy.java | 36 import org.apache.http.protocol.HttpContext;
|
/external/apache-http/src/org/apache/http/protocol/ |
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;
|
HttpExpectationVerifier.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpExpectationVerifier.java $ 32 package org.apache.http.protocol;
|
HttpRequestHandler.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandler.java $ 32 package org.apache.http.protocol;
|
HttpRequestInterceptorList.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestInterceptorList.java $ 32 package org.apache.http.protocol;
|
HttpResponseInterceptorList.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpResponseInterceptorList.java $ 32 package org.apache.http.protocol;
|
SyncBasicHttpContext.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/SyncBasicHttpContext.java $ 32 package org.apache.http.protocol;
|
/external/avahi/avahi-common/ |
address.h | 32 /** Protocol family specification, takes the values AVAHI_PROTO_INET, AVAHI_PROTO_INET6, AVAHI_PROTO_UNSPEC */ 42 AVAHI_PROTO_UNSPEC = -1 /**< Unspecified/all protocol(s) */ 56 /** Return TRUE if the specified protocol is valid */ 57 #define AVAHI_PROTO_VALID(protocol) (((protocol) == AVAHI_PROTO_INET) || ((protocol) == AVAHI_PROTO_INET6) || ((protocol) == AVAHI_PROTO_UNSPEC)) 69 /** Protocol (address family) independent address structure */ 104 /** @{ \name Protocol/address family handling */ 112 /** Return a textual representation of the specified protocol number. i.e. "IPv4", "IPv6" or "UNSPEC" * [all...] |