HomeSort by relevance Sort by last modified time
    Searched full:protocol (Results 451 - 475 of 3661) sorted by null

<<11121314151617181920>>

  /external/clang/test/PCH/
objc_exprs.m 14 int *A3 = (objc_protocol)0; // expected-warning {{aka 'Protocol *'}}
  /external/clang/test/Parser/
objc-forcollection-1.m 9 @protocol P @end
objc-forcollection-neg-2.m 9 @protocol P @end
  /external/clang/test/Rewriter/
property-dot-syntax.mm 9 @protocol CoreDAVAccountInfoProvider
rewrite-foreach-protocol-id.m 8 @protocol CoreDAVLeafDataPayload @end
rewrite-protocol-property.mm 8 @protocol P
rewrite-vararg.m 10 @protocol P
  /external/clang/test/SemaObjC/
block-type-safety.m 25 @protocol NSObject;
97 @protocol P, P2;
108 @protocol Foo @end
126 @protocol NSCopying @end
comptypes-5.m 7 @protocol MyProtocol
comptypes-a.m 7 @protocol PBXCompletionItem
id.m 3 @protocol Foo;
interface-1.m 6 <NSCopying> // expected-error {{cannot find protocol declaration for 'NSCopying'}}
method-lookup-2.m 4 @protocol NSObject
method-typecheck-2.m 3 @protocol P
no-warn-unimpl-method.m 15 @protocol MyProtocol
property-missing.m 5 @protocol NSCopying @end
protocol-warn.m 4 @protocol NSObject @end
related-result-type-inference.m 119 @protocol P1
124 @protocol P2 <P1>
125 - (int)initBlah; // expected-warning{{protocol method is expected to return an instance of the implementing class, but is declared to return 'int'}}
140 @protocol P3
selector-3.m 34 @protocol MSPauseManagerDelegate
  /external/dropbear/debian/
control 17 It implements most required features of the SSH 2 protocol, and other
  /external/iproute2/examples/diffserv/
Edge2 43 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 3 fw \
66 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
67 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
68 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
  /external/iproute2/include/linux/
ip6_tunnel.h 23 __u8 proto; /* tunnel protocol */
netfilter.h 28 <= 0x2000 is used for protocol-flags. */
  /external/iproute2/ip/
iptunnel.c 71 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPIP) {
75 p->iph.protocol = IPPROTO_IPIP;
78 if (p->iph.protocol && p->iph.protocol != IPPROTO_GRE) {
82 p->iph.protocol = IPPROTO_GRE;
85 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPV6) {
89 p->iph.protocol = IPPROTO_IPV6;
91 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPV6)
    [all...]
  /external/iptables/extensions/
libxt_ipvs.man 9 VIP protocol to match; by number or name, e.g. "tcp"

Completed in 138 milliseconds

<<11121314151617181920>>