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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjC/
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-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'}}
arc-property-decl-attrs.m 10 @property(strong) id x;
11 @property(strong) id y;
12 @property(strong) id z;
21 @property(retain) id x;
22 @property(retain) id y;
23 @property(retain) id z;
32 @property(copy) id x;
33 @property(copy) id y;
34 @property(copy) id z;
40 @property(strong) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be declared (…)
    [all...]
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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
PropertyListIntersector.java 11 package org.eclipse.wb.internal.core.editor.structure.property;
15 import org.eclipse.wb.internal.core.model.property.Property;
16 import org.eclipse.wb.internal.core.model.property.PropertyManager;
22 * Helper for computing intersection of {@link Property} arrays.
38 public void intersect(Property[] properties) {
42 Property property = properties[i]; local
43 m_intersection.add(new PropertyGroup(property));
56 * @return the array of matched composite {@link Property}'s.
    [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/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
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/v8/test/webkit/
delete-getters-setters-expected.txt 29 PASS b1.property threw exception TypeError: Cannot read property 'property' of undefined.
30 PASS a2.property threw exception TypeError: Cannot read property 'property' of undefined.
31 PASS b3.property threw exception TypeError: Cannot read property 'property' of undefined.
32 PASS a4.property threw exception TypeError: Cannot read property 'property' of undefined
    [all...]
  /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/llvm/test/DebugInfo/Inputs/
dwarfdump-objc.m 7 @property (readonly) int ReadOnly;
8 @property (assign) int Assign;
9 @property (readwrite) int ReadWrite;
10 @property (retain) NSObject *Retain;
11 @property (copy) NSObject *Copy;
12 @property (nonatomic) int NonAtomic;
  /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...]
assign-prop-with-arc-runtime.m 25 @property (readonly) Foo *x;
26 @property (assign) Foo *w;
27 @property Foo *q1, *q2;
28 @property (assign) WeakOptOut *oo;
29 @property (assign) BadClassForWeak bcw;
30 @property (assign) id not_safe1;
31 @property () NSObject *not_safe2;
32 @property Forw *not_safe3;
33 @property (readonly) Foo *assign_plus1;
34 @property (readonly) Foo *assign_plus2
    [all...]
assign-prop-with-arc-runtime.m.result 25 @property (weak, readonly) Foo *x;
26 @property (weak) Foo *w;
27 @property (weak) Foo *q1, *q2;
28 @property (unsafe_unretained) WeakOptOut *oo;
29 @property (unsafe_unretained) BadClassForWeak bcw;
30 @property (unsafe_unretained) id not_safe1;
31 @property (unsafe_unretained) NSObject *not_safe2;
32 @property (unsafe_unretained) Forw *not_safe3;
33 @property (readonly) Foo *assign_plus1;
34 @property (readonly) Foo *assign_plus2
    [all...]
  /external/clang/test/PCH/
objc_property.h 10 @property int value;
11 @property float percentage;
  /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/clang/test/ARCMT/whitelisted/
header1.h.result 3 @property (nonatomic) int prop;

Completed in 367 milliseconds

12 3 4 5 6 7 8 91011>>