/external/protobuf/objectivec/google/protobuf/ |
D | Type.pbobjc.h | 173 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 176 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBField*> *fieldsArray; 181 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *oneofsArray; 186 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray; 191 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext; 193 @property(nonatomic, readwrite) BOOL hasSourceContext; 196 @property(nonatomic, readwrite) GPBSyntax syntax; 227 @property(nonatomic, readwrite) GPBField_Kind kind; 230 @property(nonatomic, readwrite) GPBField_Cardinality cardinality; 233 @property(nonatomic, readwrite) int32_t number; [all …]
|
D | Api.pbobjc.h | 55 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 58 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMethod*> *methodsArray; 63 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray; 87 @property(nonatomic, readwrite, copy, null_resettable) NSString *version; 91 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext; 93 @property(nonatomic, readwrite) BOOL hasSourceContext; 96 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMixin*> *mixinsArray; 101 @property(nonatomic, readwrite) enum GPBSyntax syntax; 129 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 132 @property(nonatomic, readwrite, copy, null_resettable) NSString *requestTypeURL; [all …]
|
D | Wrappers.pbobjc.h | 44 @property(nonatomic, readwrite) double value; in property() argument 60 @property(nonatomic, readwrite) float value; in property() argument 76 @property(nonatomic, readwrite) int64_t value; in property() argument 92 @property(nonatomic, readwrite) uint64_t value; in property() argument 108 @property(nonatomic, readwrite) int32_t value; in property() argument 124 @property(nonatomic, readwrite) uint32_t value; in property() argument 140 @property(nonatomic, readwrite) BOOL value; in property() argument 156 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; in property() argument 172 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;
|
D | Struct.pbobjc.h | 74 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> … 113 @property(nonatomic, readwrite) GPBNullValue nullValue; 116 @property(nonatomic, readwrite) double numberValue; 119 @property(nonatomic, readwrite, copy, null_resettable) NSString *stringValue; 122 @property(nonatomic, readwrite) BOOL boolValue; 125 @property(nonatomic, readwrite, strong, null_resettable) GPBStruct *structValue; 128 @property(nonatomic, readwrite, strong, null_resettable) GPBListValue *listValue; 155 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBValue*> *valuesArray;
|
/external/clang/test/CodeGenObjC/ |
D | reorder-synthesized-ivars.m | 12 @property (readwrite) BOOL boolean1; 13 @property (readwrite, copy) id object1; 14 @property (readwrite) BOOL boolean2; 15 @property (readwrite, copy) id object2; 16 @property (readwrite) BOOL boolean3; 17 @property (readwrite, copy) id object3; 18 @property (readwrite) BOOL boolean4; 19 @property (readwrite, copy) id object4; 20 @property (readwrite) BOOL boolean5; 21 @property (readwrite, copy) id object5; [all …]
|
D | gc-weak-attribute.m | 8 @property (readwrite, weak) id representedObject; 9 @property (readwrite, weak) id wObject; 10 @property (readwrite, weak) __weak id wRandom; 11 @property (readwrite, assign) __weak id wAnother;
|
D | atomic-aggregate-property.m | 19 @property (readwrite) double x; 20 @property (readwrite) struct s y; 21 @property (nonatomic, readwrite) struct s1 z; 22 @property (readwrite) struct s2 a;
|
/external/autotest/client/site_tests/hardware_StorageFio/ |
D | vendor_perf_fill_device | 36 readwrite=trim 42 readwrite=randwrite 51 readwrite=randread 61 readwrite=randwrite 70 readwrite=randread 79 readwrite=randwrite 88 readwrite=randread 97 readwrite=trim 102 readwrite=write 111 readwrite=read [all …]
|
D | ram_suite | 16 readwrite=randwrite 21 readwrite=randread 26 readwrite=write 31 readwrite=read
|
D | bvt_job | 18 readwrite=randwrite 23 readwrite=randread 28 readwrite=write 33 readwrite=read
|
/external/clang/test/SemaObjC/ |
D | duplicate-property-class-extension.m | 6 @property (readwrite) char bar; // expected-note {{property declared here}} 10 @property (readwrite) char foo; // expected-note 2 {{property declared here}} category 11 @property (readwrite) char NewProperty; // expected-note 2 {{property declared here}} 12 …readwrite) char bar; // expected-error{{illegal redeclaration of 'readwrite' property in class ext… 16 @property (readwrite) char foo; // expected-error {{property has a previous declaration}} category 17 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}} 22 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}}
|
D | continuation-class-property.m | 18 @property (readwrite, copy) id foos; category 22 @property (readwrite, copy) id foos; category 41 @property (readwrite) NSString *foo; // expected-error {{type of property 'NSString *' in class ext… category 42 @property (readwrite, strong) NSRect bar; // expected-error {{type of property 'NSRect' in class ex… 59 @property (nonatomic, readwrite, assign) struct evhttp_request *httpRequest; 60 @property (nonatomic, readwrite, assign) struct S *httpRequest2; 61 @property (nonatomic, readwrite, assign) struct S1 *httpRequest3; 62 @property (nonatomic, readwrite, assign) struct S2 *httpRequest4;
|
D | atomoic-property-synnthesis-rules.m | 205 @property(readwrite) int GetSet_ReadWriteInExt; category 206 @property(readwrite) int Get_ReadWriteInExt; // expected-note {{property declared here}} \ 208 @property(readwrite) int Set_ReadWriteInExt; // expected-note {{property declared here}} \ 210 @property(readwrite) int None_ReadWriteInExt; 211 @property(nonatomic,readwrite) int GetSet_Nonatomic_ReadWriteInExt; 212 @property(nonatomic,readwrite) int Get_Nonatomic_ReadWriteInExt; 213 @property(nonatomic,readwrite) int Set_Nonatomic_ReadWriteInExt; 214 @property(nonatomic,readwrite) int None_Nonatomic_ReadWriteInExt; 216 @property(readwrite) int GetSet_ReadWriteInExt_LateSynthesize; 217 @property(readwrite) int Get_ReadWriteInExt_LateSynthesize; // expected-note {{property declared h… [all …]
|
D | continuation-class-err.m | 9 @property(readwrite, assign) id object1; // expected-note {{property declared here}} 14 @property(readwrite, copy) id object; // Ok. declaring memory model in class extension - primary ha… category 15 …claration of property in class extension 'ReadOnly' (attribute must be 'readwrite', while its prim… 16 @property (readwrite, assign) int indentLevel; // OK. assign the default in any case. 34 … redeclaration of property in class extension 'Bar' (attribute must be 'readwrite', while its prim… 35 … redeclaration of property in class extension 'Bar' (attribute must be 'readwrite', while its prim…
|
D | property-in-class-extension-1.m | 40 @property (readwrite, retain) NSString* none1; 44 @property (readwrite) __weak id weak_prop1; 46 @property (assign, readwrite) NSString* assignProperty; 58 …tomic, nonatomic, readonly, readwrite) float propertyName; // expected-error {{property attributes… 61 @property (atomic, readwrite) float propertyName2; // expected-warning {{'atomic' attribute on prop…
|
D | property-atomic-redecl.m | 12 @property (nonatomic,readwrite,retain) A *property; 25 @property (nonatomic, readwrite, retain) A *property; 33 @property (readwrite) A *property; category 42 @property (nonatomic,readwrite,retain) A *property; // expected-warning{{'atomic' attribute on prop… 55 @property (nonatomic, readwrite, retain) A *property; // expected-warning{{atomic' attribute on pro…
|
D | property-in-class-extension.m | 32 @property (readwrite, assign) NSObject *bar; category 33 @property (readwrite, assign) NSObject *baz; 34 @property (readwrite, assign) NSObject *bam; 35 @property (readwrite, assign) NSObject *warn;
|
D | arc-setter-property-match.m | 14 @property (readwrite, strong) NSArray *names1; // <-- warning: Type of property.... 16 @property (readwrite, strong) __strong NSArray *names2; // <-- warning: Type of property.... 18 @property (readwrite, strong) __strong NSArray *names3; // <-- OK 20 @property (readwrite, strong) NSArray *names4; // <-- warning: Type of property....
|
D | iboutlet.m | 10 …not work correctly with 'nib' loader}} expected-note {{property should be changed to be readwrite}} 12 …not work correctly with 'nib' loader}} expected-note {{property should be changed to be readwrite}} 28 …not work correctly with 'nib' loader}} expected-note {{property should be changed to be readwrite}} 34 @property( readwrite ) __attribute__((iboutlet)) UILabel *autoReadOnlyReadWrite; category 35 @property( readwrite ) __attribute__((iboutlet)) UILabel *synthReadOnlyReadWrite;
|
D | property-3.m | 7 @property (readwrite, copy) id d1; 8 @property (readwrite, copy) id d2; 12 …ed-warning {{attribute 'readonly' of property 'd1' restricts attribute 'readwrite' of property inh… 13 @property (readwrite, copy) I* d2;
|
D | default-synthesize-3.m | 66 @property (readwrite) char isFoo; // expected-warning {{auto property synthesis will not synthesize… category 69 @property (readwrite) char isNotFree; // expected-warning {{auto property synthesis will not synthe… 103 @property (readwrite) id prop2; 107 @property (assign,readwrite) id prop; // expected-warning {{auto property synthesis will not synthe… 108 @property (assign,readwrite) id prop1; // expected-warning {{auto property synthesis will not synth… 109 @property (assign,readwrite) id prop2; // expected-warning {{auto property synthesis will not synth… 143 @property (assign, readwrite) int failureCount;
|
D | warn-implicit-atomic-property.m | 5 @property (nonatomic, readwrite) int P; // OK 6 @property (atomic, readwrite) int P1; // OK 7 @property (readwrite) int P2; // expected-note {{property declared here}}
|
/external/protobuf/objectivec/ |
D | GPBWellKnownTypes.h | 40 @property(nonatomic, readwrite, strong) NSDate *date; 41 @property(nonatomic, readwrite) NSTimeInterval timeIntervalSince1970; 48 @property(nonatomic, readwrite) NSTimeInterval timeIntervalSince1970;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | 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/ |
D | ANTLRTreeIterator.h | 51 @property(retain, readwrite) id<ANTLRTree> up; 52 @property(retain, readwrite) id<ANTLRTree> down; 53 @property(retain, readwrite) id<ANTLRTree> eof;
|