Home
last modified time | relevance | path

Searched refs:MyProto (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/Rewriter/
Dstatic-type-protocol-1.m7 @protocol MyProto <Proto> protocol
23 [(Foo <MyProto> *)view StillMode];
24 [(Foo <MyProto> *)view widget];
25 [(Foo <MyProto> *)view ProtoDidget];
Dprotocol-rewrite-1.m12 @protocol MyProto protocol
19 @interface Bar: Foo <MyProto>
39 if (@protocol(MyProto)) {
40 widget = [(id <MyProto>)view widget];
/external/llvm-project/clang/test/Rewriter/
Dstatic-type-protocol-1.m7 @protocol MyProto <Proto> protocol
23 [(Foo <MyProto> *)view StillMode];
24 [(Foo <MyProto> *)view widget];
25 [(Foo <MyProto> *)view ProtoDidget];
Dprotocol-rewrite-1.m12 @protocol MyProto protocol
19 @interface Bar: Foo <MyProto>
39 if (@protocol(MyProto)) {
40 widget = [(id <MyProto>)view widget];
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py996 class MyProto(asyncio.Protocol): class
1070 class MyProto(asyncio.Protocol): class
1092 coro = self.loop.create_connection(MyProto, 'example.com', 80)
1114 coro = self.loop.create_connection(MyProto, '127.0.0.1', 80)
1121 MyProto, 'example.com', 80, sock=object())
1127 coro = self.loop.create_connection(MyProto, sock=sock)
1135 coro = self.loop.create_server(MyProto, sock=sock)
1142 MyProto, 'example.com', 80, ssl_handshake_timeout=1)
1183 coro = self.loop.create_datagram_endpoint(MyProto, sock=sock)
1189 coro = self.loop.create_connection(MyProto)
[all …]
Dtest_events.py111 class MyProto(MyBaseProto): class
515 lambda: MyProto(loop=self.loop), *httpd.address)
526 lambda: MyProto(loop=self.loop), httpd.address)
615 lambda: MyProto(loop=self.loop),
630 lambda: MyProto(loop=self.loop), httpd.address,
641 lambda: MyProto(loop=self.loop),
651 lambda: MyProto(loop=self.loop),
661 class MyProto(MyBaseProto): class
697 proto = MyProto(loop=loop)
731 MyProto, sock, ssl_handshake_timeout=support.LOOPBACK_TIMEOUT)
[all …]
Dtest_sock_lowlevel.py14 class MyProto(asyncio.Protocol): class
457 lambda: MyProto(loop=self.loop), sock=sock)
Dtest_sendfile.py64 class MyProto(asyncio.Protocol): class
166 proto = MyProto(self.loop)
Dtest_proactor_events.py898 class MyProto(asyncio.Protocol): class in ProactorEventLoopUnixSockSendfileTests
954 proto = self.MyProto(self.loop)
Dtest_unix_events.py443 class MyProto(asyncio.Protocol): class in SelectorEventLoopUnixSockSendfileTests
500 proto = self.MyProto(self.loop)
/external/llvm-project/clang/test/Index/
Dcomment-objc-decls.m15 @protocol MyProto protocol
33 // CHECK: <Declaration>@protocol MyProto\n@end</Declaration>
54 @interface MyClass : NSObject<MyProto>
76 // CHECK: <Declaration>@interface MyClass : NSObject &lt;MyProto&gt; {\n id IvarMyClass;\n}\n@en…
/external/clang/test/Index/
Dcomment-objc-decls.m15 @protocol MyProto protocol
33 // CHECK: <Declaration>@protocol MyProto\n@end</Declaration>
54 @interface MyClass : NSObject<MyProto>
76 // CHECK: <Declaration>@interface MyClass : NSObject &lt;MyProto&gt; {\n id IvarMyClass;\n}\n@en…
/external/llvm-project/clang/test/SemaObjC/
Dclass-message-protocol-lookup.m55 @protocol MyProto <NSObject, OtherProto> protocol
58 void allowInstanceMethodsFromRootProtocols(Class<MyProto> c) {
/external/clang/test/Sema/
Dwarn-documentation.m160 @protocol MyProto
162 @protocol MyProto @end protocol
166 @protocol MyProto
168 @interface INTF <MyProto> @end
/external/llvm-project/clang/test/Sema/
Dwarn-documentation.m161 @protocol MyProto
163 @protocol MyProto @end protocol
167 @protocol MyProto
169 @interface INTF <MyProto> @end
/external/protobuf/js/
DREADME.md13 2. Closure-style imports (eg. `goog.require('my.package.MyProto');`)