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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/SemaObjC/
unimplemented-protocol-prop.m 5 @property float MyProperty0; // expected-note 2 {{property declared}}
10 @property float MyProperty; // expected-note 2 {{property declared}}
12 @property float OptMyProperty;
18 @implementation I @end // expected-warning {{property 'MyProperty0' requires method 'MyProperty0' to be defined}} \
19 // expected-warning {{property 'MyProperty0' requires method 'setMyProperty0:' to be defined}}\
20 // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
24 // property is implemented in super class. No warnin
    [all...]
property-13.m 10 @property int required;
13 @property int optional;
14 @property int optional1;
15 @property int optional_preexisting_setter_getter;
16 @property (setter = setOptional_preexisting_setter_getter: ,
19 @property int required1;
21 @property int optional_to_be_defined;
22 @property (readonly, getter = optional_preexisting_setter_getter) int optional_getter_attr;
30 @property int required;
31 @property int optional_to_be_defined
    [all...]
block-attr.m 6 @property void(^someBlock)(void); // expected-warning {{'copy' attribute must be specified for the block property}}
7 @property(copy) void(^OK)(void);
10 @property (readonly) void (^block)(void); // readonly property is OK
property-12.m 4 @property(readonly,assign) id X;
8 @property(readonly,retain) id X;
12 @property(readonly,copy) id X;
16 @property(readonly,readwrite) id X; // expected-error {{property attributes 'readonly' and 'readwrite' are mutually exclusive}}
20 @property(assign,copy) id X; // expected-error {{property attributes 'assign' and 'copy' are mutually exclusive}}
24 @property(assign,retain) id X; // expected-error {{property attributes 'assign' and 'retain' are mutually exclusive}}
28 @property(copy,retain) id X; // expected-error {{property attributes 'copy' and 'retain' are mutually exclus (…)
    [all...]
property-ambiguous-synthesis.m 5 @property (copy) id foo; // expected-note 2 {{it could also be property of type 'id' declared here}} \\
6 // expected-warning {{property of type 'id' was selected for synthesis}}
10 @property double foo; // expected-warning 2 {{property of type 'double' was selected for synthesis}} \
11 // expected-note {{it could also be property of type 'double' declared here}}
15 @property short foo; // expected-note {{it could also be property of type 'short' declared here}}
27 @synthesize foo=_MyFooIvar; // expected-note {{property synthesized here}}
35 @synthesize foo=_MyFooIvar; // expected-note {{property synthesized here}
    [all...]
property-impl-misuse.m 6 @property int X;
7 @property int Y;
8 @property int Z;
13 @dynamic X; // expected-error {{property 'X' is already implemented}}
25 @property (readwrite, assign, nonatomic) id gradientStyle;
40 @property int P; // expected-error {{type of property 'P' ('int') does not match type of accessor 'P' ('void')}}
43 @property int P1; // expected-warning {{type of property 'P1' does not match type of accessor 'P1'}}
46 @property int P2; // expected-error {{type of property 'P2' ('int') does not match type of accessor 'P2' ('d (…)
    [all...]
property-user-setter.m 4 @property(readonly) int x;
5 @property(readonly) int y;
6 @property(readonly) int z;
23 self.z = 2; // expected-error {{assignment to readonly property}}
27 // Test when property is 'readonly' but it has a setter in
31 @property(readonly) int identifier;
48 @property(readonly) int rprop;
92 g(c.Foo); // expected-error {{no getter method for read from property}}
111 @property (copy) id p;
112 @property (copy) id r
    [all...]
  /external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-6.h 9 @property (readonly, weak) ClassWithWeakProperties *prop1;
10 @property (readonly, weak, null_unspecified) ClassWithWeakProperties *prop2;
14 @property (readonly, weak) ClassWithWeakProperties *prop3;
  /external/dtc/tests/
overlay_base.dts 12 test-int-property = <42>;
13 test-str-property = "foo";
16 sub-test-property;
test01.stderr 2 Warning: "linux,boot-cpu" property is deprecated in blob version 2 or higher
3 Warning: /chosen has no "linux,stdout-path" property
4 Warning: /chosen has no "interrupt-controller" property
test_tree1_delete.dts 6 nonexistant-property = <0xdeadbeef>;
23 /delete-property/ nonexistant-property;
28 /delete-property/ delete-this-str;
35 /delete-property/ prop-str;
66 /delete-property/ foo1;
67 /delete-property/ baz2;
  /external/guice/extensions/struts2/example/root/
Counter.jsp 7 <s:property value="count"/></h3>
10 <s:property value="status"/></h3>
13 <s:property value="message"/></h3>
  /external/tpm2/
PropertyCap_fp.h 11 TPM_PT property, // IN: the starting TPM property
13 TPML_TAGGED_TPM_PROPERTY *propertyList // OUT: property list
  /external/webrtc/webrtc/api/objc/
RTCVideoFrame.h 6 * tree. An additional intellectual property rights grant can be found
18 @property(nonatomic, readonly) size_t width;
21 @property(nonatomic, readonly) size_t height;
22 @property(nonatomic, readonly) size_t chromaWidth;
23 @property(nonatomic, readonly) size_t chromaHeight;
24 @property(nonatomic, readonly) size_t chromaSize;
26 @property(nonatomic, readonly, nullable) const uint8_t *yPlane;
27 @property(nonatomic, readonly, nullable) const uint8_t *uPlane;
28 @property(nonatomic, readonly, nullable) const uint8_t *vPlane;
29 @property(nonatomic, readonly) int32_t yPitch
    [all...]
  /prebuilts/checkstyle/
default-module-checks.xml 17 <property name="severity" value="warning"/>
18 <property name="charset" value="UTF-8"/>
20 <property name="offCommentFormat" value="CHECKSTYLE:OFF IndentationCheck"/>
21 <property name="onCommentFormat" value="CHECKSTYLE:ON IndentationCheck"/>
22 <property name="checkFormat" value="IndentationCheck"/>
25 <property name="offCommentFormat" value="CHECKSTYLE:OFF Generated code"/>
26 <property name="onCommentFormat" value="CHECKSTYLE:ON Generated code"/>
29 <property name="severity" value="error"/>
32 <property name="severity" value="error"/>
35 <property name="severity" value="error"/
    [all...]
default-treewalker-checks.xml 18 <property name="severity" value="error"/>
19 <property name="excludes" value="org.junit.Assert,org.mockito.Mockito,org.mockito.MockitoAnnotations,org.hamcrest.Matchers"/>
22 <property name="severity" value="info"/>
26 <property name="severity" value="error"/>
30 <property name="severity" value="error"/>
31 <property name="processJavadoc" value="true"/>
34 <property name="severity" value="error"/>
35 <property name="format" value="^[a-z]+(\.[a-z][a-z0-9_]{1,})*$"/>
38 <property name="severity" value="error"/>
41 <property name="severity" value="error"/
    [all...]
default-javadoc-checks.xml 18 <property name="severity" value="warning"/>
19 <property name="tokens" value="INTERFACE_DEF, CLASS_DEF"/>
20 <property name="scope" value="public"/>
21 <property name="allowUnknownTags" value="true"/> <!-- Allows @hide tags in JavaDocs -->
25 <property name="severity" value="error"/>
26 <property name="scope" value="public"/>
27 <property name="tokens" value="METHOD_DEF"/>
28 <property name="allowMissingParamTags" value="true"/>
29 <property name="allowMissingPropertyJavadoc" value="true"/>
30 <property name="allowMissingReturnTag" value="true"/
    [all...]
  /system/core/rootdir/
init-debug.rc 1 on property:persist.mmc.max_read_speed=*
4 on property:persist.mmc.max_write_speed=*
7 on property:persist.mmc.cache_size=*
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
PropertiesTableModel.java 26 private List<ViewNode.Property> properties;
27 private List<ViewNode.Property> privateProperties = new ArrayList<ViewNode.Property>();
44 ViewNode.Property property = new ViewNode.Property(); local
45 property.name = "absolute_x";
46 property.value = String.valueOf(x);
47 privateProperties.add(property);
49 property = new ViewNode.Property()
63 ViewNode.Property property; local
    [all...]
  /external/clang/test/Parser/
objc-class-property.m 13 @property int x;
14 @property int y;
15 @property int z;
16 @property(readonly) int ro, ro2;
17 @property (class) int c;
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 113 VCardProperty property = new VCardProperty(); local
114 property.setName(VCardConstants.PROPERTY_N);
115 property.setValues("test1");
116 entryConstructor.onPropertyCreated(property);
119 property = new VCardProperty();
120 property.setName(VCardConstants.PROPERTY_N);
121 property.setValues("test2");
122 entryConstructor.onPropertyCreated(property);
125 property = new VCardProperty();
126 property.setName(VCardConstants.PROPERTY_TEL)
206 VCardProperty property = new VCardProperty(); local
317 VCardProperty property = new VCardProperty(); local
340 VCardProperty property = new VCardProperty(); local
    [all...]
  /external/clang/test/CodeGenObjC/
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...]
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 45 * - property names: [._$a-zA-Z0-9]
144 /* A property name must be a valid fully-qualified class + package name.
177 // Read the property name.
180 throw new ParseException(st, "property name");
184 throw new ParseException(st, "valid property name");
207 // the same property is defined with a different type.
210 "(property previously declared as a different type)");
313 // This property is a float; make sure the value fits.
322 // This property is a double; no need to truncate.
355 * &lt;type&gt; &lt;property-name&gt; = &lt;value&gt;
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SettingsTest.java 30 Settings.System.putInt(contentResolver, "property", 1);
31 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1));
35 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1));
40 Settings.System.putInt(contentResolver, "property", 1);
41 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1));
46 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(0));
51 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(0));
52 assertThat(Settings.System.getInt(contentResolver, "property", 2), equalTo(2));
54 Settings.System.putInt(contentResolver, "property", 1);
55 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1))
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/resources/
fakeftpserver-permissions-beans.xml 28 <property name="serverControlPort" value="9981"/>
29 <property name="userAccounts">
32 <property name="username" value="joe"/>
33 <property name="password" value="password"/>
34 <property name="homeDirectory" value="c:\"/>
37 </property>
39 <property name="fileSystem">
41 <property name="createParentDirectoriesAutomatically" value="false"/>
42 <property name="entries">
45 <property name="path" value="c:\"/>
    [all...]

Completed in 3050 milliseconds

1 2 3 45 6 7 8 91011>>