/external/clang/test/CodeGenObjC/ |
debug-info-instancetype.m | 7 - (id)retain;
|
synthesize_ivar.m | 23 @property (retain) id bindingInfo;
|
/external/clang/test/Index/ |
index-attrs.m | 3 @property (retain) __attribute__((iboutletcollection(Foo))) Foo *prop;
|
/external/clang/test/Parser/ |
selector-1.m | 7 SEL s = @selector(retain);
|
/external/clang/test/Rewriter/ |
rewrite-modern-protocol.mm | 19 @property (readonly, retain) NSObject *AnotherProperty;
|
rewrite-property-attributes.mm | 13 @property (retain) Y* Yblock;
|
rewrite-property-set-cfstring.mm | 11 @property (retain) NSString *scheme;
|
rewrite-protocol-property.mm | 9 @property (retain) NSString* test;
|
rewrite-user-defined-accessors.mm | 9 @property (retain, nonatomic) Foo *foo;
|
/external/clang/test/SemaObjC/ |
bad-property-synthesis-crash.m | 5 @property (nonatomic, retain) NSString* what; // expected-error {{unknown type name 'NSString'}} \
|
default-synthesize.m | 9 @property (retain) NSString* what; 21 @property (nonatomic, retain) NSString* what; 43 @property (nonatomic, retain) NSString* what; 66 @property (retain) NSString* what;
|
error-outof-scope-property-use.m | 9 @property (nonatomic,retain) NSMutableDictionary *uuids_jobs; // expected-note 2 {{'_uuids_jobs' declared here}}
|
property-category-3.m | 19 @property (retain) id ID; // expected-warning {{'copy' attribute on property 'ID' does not match the property inherited from 'P1'}}
|
selector-1.m | 19 SEL s = @selector(retain);
|
/external/libpcap/ |
LICENSE | 7 1. Redistributions of source code must retain the above copyright
|
NOTICE | 7 1. Redistributions of source code must retain the above copyright
|
/external/skia/src/utils/ios/ |
SkStream_NSData.mm | 30 [fNSData retain];
|
/external/tcpdump/ |
LICENSE | 7 1. Redistributions of source code must retain the above copyright
|
NOTICE | 7 1. Redistributions of source code must retain the above copyright
|
bgp.h | 5 * distributions retain the above copyright notice and this paragraph
|
gmpls.h | 5 * distributions retain the above copyright notice and this paragraph
|
l2vpn.h | 5 * distributions retain the above copyright notice and this paragraph
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRBaseMapElement.h | 13 // 1. Redistributions of source code must retain the above copyright 39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index;
|
ANTLRMismatchedNotSetException.h | 13 // 1. Redistributions of source code must retain the above copyright 40 @property (retain, getter=getExpecting, setter=setExpecting) ANTLRBitSet *expecting;
|
ANTLRMismatchedSetException.h | 8 // 1. Redistributions of source code must retain the above copyright 35 @property (retain, getter=getExpecting, setter=setExpecting:) NSSet *expecting;
|