Home
last modified time | relevance | path

Searched defs:nonatomic (Results 1 – 11 of 11) sorted by relevance

/external/skia/experimental/iOSSampleApp/Shared/
DSkOptionsTableViewController.h11 @property (nonatomic, retain) UITableViewCell* fCell; in property() argument
18 @property (nonatomic, retain) SkOptionListController* fOptions; in property() argument
/external/clang/test/SemaObjC/
Dtentative-property-decl.m23 @property(nonatomic, copy, readwrite) NSString *prop; category
41 @property(nonatomic, copy, readwrite) NSString *prop; category
Derr-ivar-access-in-class-method.m15 @property (nonatomic,retain) id foo; category
Dnarrow-property-type-in-cont-class.m16 @property(nonatomic,readwrite,retain) NSMutableArray* outline; category
DContClassPropertyLookup.m28 @property (nonatomic, readonly) id title; category
Dcontinuation-class-property.m59 @property (nonatomic, readwrite, assign) struct evhttp_request *httpRequest; category
Dproperty-9.m121 @property (nonatomic, weak, readwrite) FRFakeBannerView *bannerView; category
Dproperty-deprecated-warning.m14 @property(nonatomic,assign) id partialPtarget __attribute__((availability(ios,introduced=5.0))); category
Darc.m553 @property (nonatomic, assign) __strong id b; // expected-error {{unsafe_unretained property 'b' may… category
/external/skia/src/views/mac/
DSkOptionsTableView.h18 @property (nonatomic, retain) NSCell* fCell; in property() argument
/external/deqp/framework/platform/ios/
DtcuIOSViewController.m32 @property (nonatomic, assign) CADisplayLink *displayLink; category