Home
last modified time | relevance | path

Searched refs:PROTO (Results 1 – 25 of 51) sorted by relevance

123

/external/clang/test/SemaObjC/
Dprotocols.m32 @protocol PROTO<p1> // expected-note {{previous definition is here}} protocol
35 @protocol PROTO<p1> // expected-warning {{duplicate protocol definition of 'PROTO'}} protocol
44 @protocol PROTO4 <p1, p2, PROTO, PROTO3, p3>
Dclass-def-test-1.m24 @protocol PROTO; protocol
26 @interface INTF3 : PROTO @end // expected-error {{cannot find interface declaration for 'PROTO', su…
Dundef-protocol-methods-1.m19 @protocol PROTO<P1, P3> protocol
25 @interface INTF <PROTO>
/external/llvm-project/clang/test/SemaObjC/
Dprotocols.m32 @protocol PROTO<p1> // expected-note {{previous definition is here}} protocol
35 @protocol PROTO<p1> // expected-warning {{duplicate protocol definition of 'PROTO'}} protocol
44 @protocol PROTO4 <p1, p2, PROTO, PROTO3, p3>
Dclass-def-test-1.m24 @protocol PROTO; protocol
26 @interface INTF3 : PROTO @end // expected-error {{cannot find interface declaration for 'PROTO', su…
Dundef-protocol-methods-1.m19 @protocol PROTO<P1, P3> protocol
25 @interface INTF <PROTO>
/external/llvm-project/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m14 @protocol PROTO protocol
19 @protocol PROTO1 <PROTO>
23 @interface Super <PROTO>
/external/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m14 @protocol PROTO protocol
19 @protocol PROTO1 <PROTO>
23 @interface Super <PROTO>
/external/pigweed/pw_hdlc/rpc_example/
Dexample_script.py26 PROTO = Path(os.environ['PW_ROOT'], 'pw_rpc/echo.proto') variable
32 client = HdlcRpcClient(lambda: ser.read(4096), [PROTO],
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lwt_ip_encap.sh281 local readonly PROTO=$1
285 if [ "${PROTO}" == "IPv4" ] ; then
288 elif [ "${PROTO}" == "IPv6" ] ; then
292 echo " test_ping: unknown PROTO: ${PROTO}"
308 local readonly PROTO=$1
318 if [ "${PROTO}" == "IPv4" ] ; then
322 elif [ "${PROTO}" == "IPv6" ] ; then
328 echo " test_gso: unknown PROTO: ${PROTO}"
341 echo " test_gso failed: ${PROTO}"
/external/llvm-project/clang/test/Rewriter/
Drewrite-modern-protocol.mm12 @protocol PROTO <P1, P2> protocol
27 @interface INTF <PROTO, ROOT>
Drewrite-modern-class.mm4 @protocol PROTO @end protocol
15 @interface MAXIMAL : root_with_ivars<PROTO>
/external/clang/test/Rewriter/
Drewrite-modern-protocol.mm12 @protocol PROTO <P1, P2> protocol
27 @interface INTF <PROTO, ROOT>
Drewrite-modern-class.mm4 @protocol PROTO @end protocol
15 @interface MAXIMAL : root_with_ivars<PROTO>
/external/protobuf/protoc-artifacts/
Dbuild-zip.sh67 for PROTO in ${WELL_KNOWN_TYPES[@]}; do
68 cp -f ../src/${PROTO} ${DIR}/include/${PROTO}
/external/python/cpython2/Lib/ctypes/test/
Dtest_callbacks.py19 PROTO = self.functype.im_func(typ, typ)
20 result = PROTO(self.callback)(arg)
27 PROTO = self.functype.im_func(typ, c_byte, typ)
28 result = PROTO(self.callback)(-3, arg)
/external/python/cpython3/Lib/ctypes/test/
Dtest_callbacks.py21 PROTO = self.functype.__func__(typ, typ)
22 result = PROTO(self.callback)(arg)
29 PROTO = self.functype.__func__(typ, c_byte, typ)
30 result = PROTO(self.callback)(-3, arg)
/external/libpcap/
Dgrammar.h62 PROTO = 268, enumerator
185 #define PROTO 268 macro
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
DParcelableWrapper.java43 PROTO, // Generated by ProtoParcelableWrapperGenerator enumConstant
245 protoType, getGeneratedProtoWrapperClassName(protoType), WrapperType.PROTO)); in addGeneratedProtoParcelableWrappers()
/external/libaom/libaom/
D.clang-format115 - PROTO
/external/libvpx/libvpx/
D.clang-format116 - PROTO
/external/bcc/tools/
Dsolisten_example.txt11 PID COMM NETNS PROTO BACKLOG ADDR PORT
/external/libwebm/
D.clang-format120 - PROTO
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DParcelableWrappersGenerator.java147 .filter(f -> f.wrapperType() == WrapperType.PROTO) in generateProtoParcelableWrappers()
/external/clang/test/Index/
Dannotate-tokens.m601 …tribute__((ibaction)' -target x86_64-apple-macosx10.7.0 | FileCheck -check-prefix=CHECK-ID-PROTO %s
602 // CHECK-ID-PROTO: Identifier: "id" [155:9 - 155:11] TypeRef=id:0:0
603 // CHECK-ID-PROTO: Punctuation: "<" [155:11 - 155:12] TypedefDecl=proto_ptr:155:20 (Definition)
604 // CHECK-ID-PROTO: Identifier: "Proto" [155:12 - 155:17] ObjCProtocolRef=Proto
605 // CHECK-ID-PROTO: Punctuation: ">" [155:17 - 155:18] TypedefDecl=proto_ptr:155:20 (Definition)

123