Home
last modified time | relevance | path

Searched defs:nonatomic (Results 1 – 17 of 17) 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
Dproperty-atomic-redecl.m12 @property (nonatomic,readwrite,retain) A *property; category
42 @property (nonatomic,readwrite,retain) A *property; // expected-warning{{'atomic' attribute on 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
Dproperty-3.m41 @property (nonatomic, assign, getter=wasAvailable) int available; // expected-warning{{getter name … 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.m563 @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/opencv3/modules/videoio/src/
Dcap_ios_photo_camera.mm40 @property (nonatomic, retain) AVCaptureStillImageOutput* stillImageOutput; category
Dcap_ios_abstract_camera.mm40 @property (nonatomic, retain) AVCaptureVideoPreviewLayer* captureVideoPreviewLayer; category
/external/clang/test/SemaObjCXX/
Dproperty-type-mismatch.mm29 @property (nonatomic, setter=_setProperty:) C *property; // okay category
/external/webrtc/talk/app/webrtc/objctests/
DRTCSessionDescriptionSyncObserver.m39 @property(nonatomic, strong) NSCondition* condition; category
/external/deqp/framework/platform/ios/
DtcuIOSViewController.m32 @property (nonatomic, assign) CADisplayLink *displayLink; category