/external/clang/test/SemaObjC/ |
default-synthesize-3.m | 66 @property (readwrite) char isFoo; // expected-warning {{auto property synthesis will not synthesize property 'isFoo' because it is 'readwrite' but it will be synthesized 'readonly' via another property}} 69 @property (readwrite) char isNotFree; 103 @property (readwrite) id prop2; 107 @property (assign,readwrite) id prop; 108 @property (assign,readwrite) id prop1; 109 @property (assign,readwrite) id prop2; 143 @property (assign, readwrite) int failureCount;
|
property-category-1.m | 17 @property(readwrite) int object; 18 @property(readwrite, setter = myAnotherobjectSetter:) int Anotherobject;
|
property-category-impl.m | 20 @property(readwrite) int foo; 28 @property(readwrite) int foo;
|
default-synthesize-2.m | 46 @property (readwrite, assign) id uid; // expected-note {{property declared here}} 62 @property (readwrite, assign) id var; 77 @property (readwrite, assign) id var; 92 @property (readwrite, assign) id var; 107 @property (readwrite, assign) id object;
|
property-12.m | 16 @property(readonly,readwrite) id X; // expected-error {{property attributes 'readonly' and 'readwrite' are mutually exclusive}}
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTreeIterator.h | 51 @property(retain, readwrite) id<ANTLRTree> up; 52 @property(retain, readwrite) id<ANTLRTree> down; 53 @property(retain, readwrite) id<ANTLRTree> eof;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTreeIterator.h | 51 @property(retain, readwrite) id<ANTLRTree> up; 52 @property(retain, readwrite) id<ANTLRTree> down; 53 @property(retain, readwrite) id<ANTLRTree> eof;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTreeIterator.h | 51 @property(retain, readwrite) id<ANTLRTree> up; 52 @property(retain, readwrite) id<ANTLRTree> down; 53 @property(retain, readwrite) id<ANTLRTree> eof;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeIterator.h | 56 @property(retain, readwrite) id<ANTLRBaseTree> up; 57 @property(retain, readwrite) id<ANTLRBaseTree> down; 58 @property(retain, readwrite) id<ANTLRBaseTree> eof;
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_cell.h | 33 @property(nonatomic, readwrite, assign) const BookmarkNode* bookmarkNode; 34 @property(nonatomic, readwrite, assign) int startingChildIndex; 35 @property(nonatomic, readwrite, assign) BOOL drawFolderArrow;
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_action_button.h | 80 @property(readwrite, nonatomic) int tabId; 93 @property(readwrite, nonatomic) int tabId; 94 @property(readwrite, nonatomic) ExtensionAction* extensionAction;
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_cell.h | 39 @property(nonatomic, readwrite, assign) const BookmarkNode* bookmarkNode; 40 @property(nonatomic, readwrite, assign) int startingChildIndex; 41 @property(nonatomic, readwrite, assign) BOOL drawFolderArrow;
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
browser_action_button.h | 72 @property(readwrite, nonatomic) int tabId; 85 @property(readwrite, nonatomic) int tabId; 86 @property(readwrite, nonatomic) ExtensionAction* extensionAction;
|
/external/clang/test/Index/ |
complete-property-flags.m | 17 // CHECK-CC1-NEXT: {TypedText readwrite} 31 // CHECK-CC1-ARC-NEXT: {TypedText readwrite} 42 // CHECK-CC2-NEXT: {TypedText readwrite}
|
/external/chromium_org/content/test/data/indexeddb/ |
transaction_not_blocked.js | 21 var transaction = db.transaction('store', 'readwrite');
|
delete_over_quota.html | 25 trans = db.transaction(db.objectStoreNames, "readwrite"); 35 trans = db.transaction(db.objectStoreNames, "readwrite");
|
/external/clang/test/Analysis/ |
casts.m | 33 @property (readwrite, nonatomic) RDR10087620Enum elem;
|
/external/clang/test/CodeGenObjC/ |
prop-metadata-gnu.m | 8 @property (readwrite,assign) int propName;
|
synthesize_ivar.m | 37 @property (assign, readwrite) id p0;
|
/external/clang/test/CodeGenObjCXX/ |
property-object-reference-1.mm | 18 @property (atomic, assign, readwrite) const TCPPObject& cppObject;
|
/external/clang/test/PCH/ |
chain-remap-types.m | 9 // CHECK: @property ( assign,readwrite,atomic ) X * prop
|
/external/clang/test/Rewriter/ |
rewrite-block-property.m | 10 @property (readwrite, copy, nonatomic) FooBlock fooBlock;
|
rewrite-nested-property-in-blocks.mm | 15 @property (readwrite, retain) INTFOFPROP *outer; 16 @property (readwrite, retain) id inner;
|
/external/clang/test/ARCMT/ |
assign-prop-with-arc-runtime.m | 66 @property (retain,readwrite) TestExt *x1; 67 @property (readwrite) TestExt *x2;
|
assign-prop-with-arc-runtime.m.result | 66 @property (strong,readwrite) TestExt *x1; 67 @property (weak, readwrite) TestExt *x2;
|