/external/clang/test/SemaObjC/ |
D | protocols.m | 32 @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>
|
D | class-def-test-1.m | 24 @protocol PROTO; protocol 26 @interface INTF3 : PROTO @end // expected-error {{cannot find interface declaration for 'PROTO', su…
|
D | undef-protocol-methods-1.m | 19 @protocol PROTO<P1, P3> protocol 25 @interface INTF <PROTO>
|
/external/clang/test/CodeGenObjC/ |
D | default-property-synthesis.m | 14 @protocol PROTO protocol 19 @protocol PROTO1 <PROTO> 23 @interface Super <PROTO>
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_lwt_ip_encap.sh | 281 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/clang/test/Rewriter/ |
D | rewrite-modern-protocol.mm | 12 @protocol PROTO <P1, P2> protocol 27 @interface INTF <PROTO, ROOT>
|
D | rewrite-modern-class.mm | 4 @protocol PROTO @end protocol 15 @interface MAXIMAL : root_with_ivars<PROTO>
|
/external/protobuf/protoc-artifacts/ |
D | build-zip.sh | 67 for PROTO in ${WELL_KNOWN_TYPES[@]}; do 68 cp -f ../src/${PROTO} ${DIR}/include/${PROTO}
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_callbacks.py | 19 PROTO = self.functype.__func__(typ, typ) 20 result = PROTO(self.callback)(arg) 27 PROTO = self.functype.__func__(typ, c_byte, typ) 28 result = PROTO(self.callback)(-3, arg)
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_callbacks.py | 19 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/libpcap/ |
D | grammar.h | 58 PROTO = 268, enumerator 180 #define PROTO 268 macro
|
D | grammar.y | 318 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE 457 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
|
/external/libvpx/libvpx/ |
D | .clang-format | 116 - PROTO
|
/external/libaom/libaom/ |
D | .clang-format | 115 - PROTO
|
/external/openssh/regress/ |
D | test-exec.sh | 400 PROTO="2,1" 402 PROTO="2"
|
/external/bcc/tools/ |
D | solisten_example.txt | 11 PID COMM NETNS PROTO BACKLOG ADDR PORT
|
/external/clang/test/Index/ |
D | annotate-tokens.m | 601 …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)
|
/external/python/cpython3/Doc/library/ |
D | pickletools.rst | 41 0: \x80 PROTO 3
|
/external/u-boot/board/freescale/mpc832xemds/ |
D | README | 24 1.1 For the MPC832XEMDS PROTO Board
|
/external/python/cpython2/Lib/ |
D | pickle.py | 149 PROTO = '\x80' # identify pickle protocol variable 223 self.write(PROTO + chr(self.proto)) 893 dispatch[PROTO] = load_proto
|
/external/bcc/src/cc/frontends/b/ |
D | type_check.cc | 103 n->flags_[ExprNode::PROTO] = true; in visit_ident_expr_node() 117 n->flags_[ExprNode::PROTO] = true; in visit_ident_expr_node()
|
/external/clang/test/Sema/ |
D | warn-documentation.m | 142 @protocol PROTO
|
/external/python/cpython3/Lib/ |
D | pickle.py | 158 PROTO = b'\x80' # identify pickle protocol variable 482 self.write(PROTO + pack("<B", self.proto)) 1231 dispatch[PROTO[0]] = load_proto
|
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
D | mdnsNSP.c | 1690 #define DebugSocketProtocolToString( PROTO ) ( ( PROTO ) == IPPROTO_UDP ) ? "IPPROTO_UDP" : \ argument 1691 ( ( PROTO ) == IPPROTO_TCP ) ? "IPPROTO_TCP" : ""
|
/external/eigen/lapack/ |
D | CMakeLists.txt | 425 # ======== SINGLE-DOUBLE PROTO LIN TESTS ==============
|