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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Rewriter/
id-test-3.m 3 @protocol P
  /external/clang/test/SemaObjC/
comptypes-10.m 5 @protocol NSCopying @end
6 @protocol NSPROTO @end
7 @protocol NSPROTO1 @end
8 @protocol NSPROTO2 @end
comptypes-4.m 5 @protocol MyProtocol @end
conditional-expr-8.m 14 @protocol WebDocumentView
continuation-class-property.m 4 @protocol Foo
enhanced-proto-2.m 3 @protocol MyProto1
invalid-typename.m 5 @protocol ISyncSessionCallback
method-in-class-extension-impl.m 4 @protocol ViewDelegate @end
no-warn-synth-protocol-meth.m 3 @protocol CYCdef
objc-qualified-property-lookup.m 6 @protocol TextInput
property-inherited.m 4 // rdar://6497242 Inherited overridden protocol declared objects don't work
7 @protocol NSObject @end
10 @protocol FooDelegate<NSObject>
15 @protocol BarDelegate<NSObject, FooDelegate>
protocol-id-test-1.m 7 @protocol P
protocol-id-test-2.m 3 @protocol P
setter-dotsyntax.m 6 @protocol MyProtocol
category-1.m 5 @protocol p1,p2,p3;
7 @interface MyClass1 (Category1) <p1> // expected-warning {{cannot find protocol definition for 'p1'}} expected-note {{previous definition is here}}
28 @protocol p3 @end
30 @interface MyClass1 (Category) <p2, p3> @end // expected-warning {{cannot find protocol definition for 'p2'}}
64 @protocol MultipleCat_P
68 @interface MultipleCat_I @end // expected-note {{required for direct or indirect protocol 'MultipleCat_P'}}
75 // expected-warning {{method in protocol not implemented [-Wprotocol]}}
check-dup-objc-decls-1.m 30 @protocol P -im1; @end
31 @protocol Q -im2; @end
35 @protocol PP<P> @end // expected-note {{previous definition is here}}
36 @protocol PP<Q> @end // expected-warning {{duplicate protocol definition of 'PP'}}
property-8.m 8 @protocol NSObject - (BOOL)isEqual:(id)object; @end
9 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end
10 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
11 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
19 @protocol NSFastEnumeration
super-cat-prot.m 5 @protocol NSObject - (BOOL)isEqual:(id)object; @end
6 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
12 @protocol NSAnimatablePropertyContainer - (id)animator; @end
28 @protocol IBObjectProtocol -(NSString *)inspectorClassName; @end
29 @protocol IBViewProtocol
  /external/clang/test/SemaObjCXX/
static-cast.mm 3 @protocol NSTextViewDelegate;
  /external/iproute2/testsuite/tests/
policer 5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
  /external/llvm/test/FrontendObjC/
2008-11-12-Metadata.m 5 @protocol P
  /external/nist-sip/java/javax/sip/header/
ReasonHeader.java 13 void setProtocol(String protocol) throws ParseException;
  /external/tcpdump/
netbios.h 2 * NETBIOS protocol formats
  /external/chromium/net/socket/
ssl_client_socket.h 49 // Next Protocol Negotiation (NPN) allows a TLS client and server to come to
50 // an agreement about the application level protocol to speak over a
56 kNextProtoNegotiated = 1, // We agreed on a protocol.
58 // the first protocol in our list.
61 // Next Protocol Negotiation (NPN), if successful, results in agreement on an
62 // application-level string that specifies the application level protocol to
80 // Get the application level protocol that we negotiated with the server.
81 // *proto is set to the resulting protocol (n.b. that the string may have
84 // kNextProtoNegotiated: *proto is set to the negotiated protocol.
85 // kNextProtoNoOverlap: *proto is set to the first protocol in th
    [all...]
  /external/chromium/net/socket_stream/
socket_stream_job.h 20 // If a protocol (e.g. WebSocket protocol) needs to inspect/modify data
21 // over SocketStream, you can implement protocol specific job (e.g.
23 // Registers the protocol specific SocketStreamJob by RegisterProtocolFactory
27 // Callback function implemented by protocol handlers to create new jobs.

Completed in 436 milliseconds

1 2 3 4 56 7 8 91011>>