HomeSort by relevance Sort by last modified time
    Searched full:property (Results 26 - 50 of 17255) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjC/
property-in-class-extension-1.m 9 @property (nonatomic, readonly) NSString* addingMemoryModel;
11 @property (nonatomic, copy, readonly) NSString* matchingMemoryModel;
13 @property (atomic, retain, readonly) NSString* addingNoNewMemoryModel;
15 @property (readonly) NSString* none;
16 @property (readonly) NSString* none1;
18 @property (assign, readonly) NSString* changeMemoryModel; // expected-note {{property declared here}}
20 @property (readonly) __weak id weak_prop;
21 @property (readonly) __weak id weak_prop1;
23 @property (assign, readonly) NSString* assignProperty
    [all...]
conflict-atomic-property.m 5 @property (nonatomic, assign, atomic) float dummy; // expected-error {{property attributes 'atomic' and 'nonatomic' are mutually exclusive}}
6 @property (nonatomic, assign) float d1;
7 @property (atomic, assign) float d2;
8 @property (assign) float d3;
9 @property (atomic, nonatomic, assign) float d4; // expected-error {{property attributes 'atomic' and 'nonatomic' are mutually exclusive}}
property-10.m 3 // Check property attribute consistency.
6 @property(readonly, readwrite) int p0; // expected-error {{property attributes 'readonly' and 'readwrite' are mutually exclusive}}
8 @property(retain) int p1; // expected-error {{property with 'retain (or strong)' attribute must be of object type}}
9 @property(strong) int s1; // expected-error {{property with 'retain (or strong)' attribute must be of object type}}
11 @property(copy) int p2; // expected-error {{property with 'copy' attribute must be of object type}}
13 @property(assign, copy) id p3_0; // expected-error {{property attributes 'assign' and 'copy' are mutually ex (…)
    [all...]
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}}
8 @property int P3; // expected-note {{property declared here}}
11 @implementation Super // expected-warning {{property is assumed atomic when auto-synthesizing the property}}
12 @synthesize P,P1,P2; // expected-warning {{property is assumed atomic by default}}
property-3.m 7 @property (readwrite, copy) id d1;
8 @property (readwrite, copy) id d2;
12 @property (readonly) id d1; // expected-warning {{attribute 'readonly' of property 'd1' restricts attribute 'readwrite' of property inherited from 'I'}} expected-warning {{'copy' attribute on property 'd1' does not match the property inherited from 'I'}}
13 @property (readwrite, copy) I* d2;
20 @property (nonatomic, readonly) BOOL allowReminders;
21 @property (atomic, readonly) BOOL allowNonatomicProperty; // expected-note {{property declared here}
    [all...]
property-ownership-attr.m 5 @property(readonly) id z;
9 @property (readonly) id x;
13 @property (copy) id x;
17 @property (copy) id z; // expected-warning {{'copy' attribute on property 'z' does not match the property inherited from 'P'}}
continuation-class-property.m 5 @property (readonly, copy) id foos;
18 @property (readwrite, copy) id foos;
22 @property (readwrite, copy) id foos;
36 @property (readonly) NSRect foo; // expected-note {{property declared here}}
37 @property (readonly, strong) NSString *bar; // expected-note {{property declared here}}
41 @property (readwrite) NSString *foo; // expected-error {{type of property 'NSString *' in class extension does not match property type in primary class}
    [all...]
default-synthesize-3.m 8 @property int NoAutoProp; // expected-note 2 {{property declared here}}
11 @implementation NoAuto // expected-warning {{property 'NoAutoProp' requires method 'NoAutoProp' to be defined}} \
12 // expected-warning {{property 'NoAutoProp' requires method 'setNoAutoProp:'}}
17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}}
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to be defined}} \
21 // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
25 @property (copy) id DeepProperty;
26 @property (copy) id DeepSynthProperty
    [all...]
atomoic-property-synnthesis-rules.m 5 1. the property is atomic
6 2. the current @implementation contains an @synthesize for the property
8 4. the property is read-write
11 warning: Atomic property 'x' has a synthesized setter and a
13 warning: Atomic property 'x' has a synthesized getter and a
109 @property int GetSet;
110 @property int Get; // expected-note {{property declared here}} \
112 @property int Set; // expected-note {{property declared here}}
    [all...]
arc-property-lifetime.m 6 id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property 'x' may not be __unsafe_unretained}}
7 id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be __weak}}
10 @property(strong) id x; // expected-note {{property declared here}}
11 @property(strong) id y; // expected-note {{property declared here}}
12 @property(strong) id z;
16 @synthesize x; // expected-note {{property synthesized here}}
17 @synthesize y; // expected-note {{property synthesized here}}
23 id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property 'x' may not be __unsafe_unretained}
    [all...]
property-inherited.m 23 @property(nonatomic, assign) id<FooDelegate> delegate;
24 @property(nonatomic, assign) id<BarDelegate> delegate2; // expected-note {{property declared here}}
28 @property(nonatomic, assign) id<BarDelegate> delegate;
29 @property(nonatomic, assign) id<FooDelegate> delegate2; // expected-warning{{property type 'id<FooDelegate>' is incompatible with type 'id<BarDelegate>' inherited from 'Foo'}}
37 @property(assign) id ref;
38 @property(assign) Base *p_base;
39 @property(assign) NSMutableData *p_data; // expected-note {{property declared here}
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.ui 4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
15 <property name="windowIcon" >
18 </property>
23 <property name="text" >
25 </property>
33 <property name="text" >
35 </property>
    [all...]
networkconfig.ui 4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="text" >
20 </property>
25 <property name="frameShape" >
27 </property>
28 <property name="frameShadow" >
30 </property>
    [all...]
peers.ui 5 <property name="geometry">
12 </property>
13 <property name="windowTitle">
15 </property>
19 <property name="sizePolicy">
24 </property>
25 <property name="mouseTracking">
27 </property>
28 <property name="editTriggers">
30 </property>
    [all...]
  /external/clang/test/CodeGenObjC/
default-property-synthesis.m 4 // Superclass declares property. Subclass redeclares the same property.
6 // Superclass declares a property. Subclass declares a different property with the same name
8 // Superclass conforms to a protocol that declares a property. Subclass redeclares the
9 // same property. Do not @synthesize-by-default in the subclass. P3
10 // Superclass conforms to a protocol that declares a property. Subclass conforms to the
15 @property int P3;
16 @property int P4;
20 @property int IMP1
    [all...]
  /external/autotest/client/deps/fakegudev/src/test_files/
fake_full.output 7 Property FOO: BAR
8 Property BAR: BAZ
9 Property BAZ: QUUX
fake_properties.output 7 Property FOO: BAR
8 Property BAR: BAZ
9 Property BAZ: QUUX
  /external/clang/test/ASTMerge/Inputs/
property1.m 8 // Mismatched property
10 @property (readonly) float Prop1;
20 @property int Prop1;
21 @property int Prop2;
22 @property int Prop3;
23 @property int Prop4;
property2.m 6 @property (readonly) int Prop1;
7 @property (getter = getProp2, setter = setProp2:) int Prop2;
10 // Mismatched property
12 @property (readonly) int Prop1;
22 @property int Prop1;
23 @property int Prop2;
24 @property int Prop3;
25 @property int Prop4;
  /external/clang/test/PCH/
objc_property.h 10 @property int value;
11 @property float percentage;
  /external/clang/test/ARCMT/
objcmt-property.m.result 2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
24 @property (nonatomic, weak) NSString *WeakProp;
26 @property (nonatomic, strong) NSString *StrongProp;
28 @property (nonatomic, strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (nonatomic, strong) NSString *UnavailProp1 __attribute__((unavailable));
33 @property (nonatomic, strong) NSString *UnavailProp2;
36 @property (nonatomic, copy) NSDictionary *undoAction;
51 @property (nonatomic, strong) NSArray *names2;
52 @property (nonatomic, strong) NSArray *names3
    [all...]
objcmt-atomic-property.m.result 2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -objcmt-atomic-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
24 @property (weak) NSString *WeakProp;
26 @property (strong) NSString *StrongProp;
28 @property (strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (strong) NSString *UnavailProp1 __attribute__((unavailable));
33 @property (strong) NSString *UnavailProp2;
36 @property (copy) NSDictionary *undoAction;
51 @property (strong) NSArray *names2
    [all...]
objcmt-ns-nonatomic-iosonly.m.result 2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-ns-nonatomic-iosonly -objcmt-migrate-readonly-property -objcmt-atomic-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
31 @property (NS_NONATOMIC_IOSONLY, weak) NSString *WeakProp;
33 @property (NS_NONATOMIC_IOSONLY, strong) NSString *StrongProp;
35 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp __attribute__((unavailable));
38 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp1 __attribute__((unavailable));
40 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp2;
43 @property (NS_NONATOMIC_IOSONLY, copy) NSDictionary *undoAction;
58 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names2
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/
plugin.xml 11 <property
14 <property
17 <property
20 </property>
21 <property
24 </property>
25 <property
28 <property
31 <property
34 <property
    [all...]
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
HasPropertyWithValueTest.java 37 assertMatches("with property", hasProperty("property", equalTo("is expected")), shouldMatch);
38 assertMismatchDescription("property 'property' was \"not expected\"",
39 hasProperty("property", equalTo("is expected")), shouldNotMatch);
43 assertMatches("with bean info", hasProperty("property", equalTo("with info")), beanWithInfo);
44 assertMismatchDescription("property 'property' was \"with info\"",
45 hasProperty("property", equalTo("without info")), beanWithInfo);
49 assertMismatchDescription("No property \"nonExistentProperty\"",
92 private String property; field in class:HasPropertyWithValueTest.BeanWithoutInfo
122 public String property() { method in class:HasPropertyWithValueTest.BeanWithInfo
    [all...]

Completed in 733 milliseconds

12 3 4 5 6 7 8 91011>>