Home
last modified time | relevance | path

Searched full:property1 (Results 1 – 18 of 18) sorted by relevance

/external/clang/test/CodeGenObjCXX/
Dcopyable-property-object.mm14 D Property1; field
16 @property D Property1; property
22 @synthesize Property1;
23 - (D) val { return Property1; }
24 - (void) set : (D) d1 { Property1 = d1; }
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue149/
DComponentBean.java19 private int property1; field in ComponentBean
23 return property1; in getProperty1()
26 public void setProperty1(int property1) { in setProperty1() argument
27 this.property1 = property1; in setProperty1()
/external/clang/test/ASTMerge/
Dproperty.m1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/property1.m
6 // CHECK: property1.m:10:28: note: declared here with type 'float'
8 // CHECK: property1.m:10:28: note: instance method 'Prop1' also declared here
9 // CHECK: property1.m:28:21: error: property 'Prop2' is synthesized to different ivars in different…
11 // CHECK: property1.m:29:10: error: property 'Prop3' is implemented with @dynamic in one translatio…
/external/clang/test/SemaObjC/
Dproperty-and-class-extension.m25 @property int Property1; property
29 int Property1;
35 @synthesize Property1; // OK
Dnullable-weak-property.m11 @property(weak) NSFoo *property1; property
23 foo (self.property1); // no warning because nothing is inferred
Ddefault-synthesize-3.m67 @property char Property1; // expected-warning {{auto property synthesis will not synthesize propert… property
76 @synthesize Property2 = Property1; // expected-note {{property synthesized here}}
Dnullability.m42 @property(nonnull,retain) NSFoo *property1; property
63 …bar.property1 = 0; // expected-warning{{null passed to a callee that requires a non-null argument}}
67 …int *ptr = bar.property1; // expected-warning{{incompatible pointer types initializing 'int *' wit…
/external/snakeyaml/src/test/resources/issues/
Dissue149-losing-directives.yaml4 property1: 0
8 property1: 3
Dissue149-losing-directives-2.yaml4 property1: 0
9 property1: 3
Dissue149-one-document.yaml4 property1: 0
/external/v8/test/mjsunit/harmony/
Dproxies-construct.js37 this.property1 = 'value1';
45 assertEquals('value1', instance.property1);
52 assertEquals('value1', instance2.property1);
/external/libweave/src/
Dcomponent_manager_unittest.cc116 "property1": {"type": "boolean"} in TEST_F()
141 "property1": {"type": "boolean"} in TEST_F()
161 "property1": {"type": "boolean"} in TEST_F()
181 "property1": {"type": "boolean"} in TEST_F()
208 "property1": {"type": "boolean"} in TEST_F()
228 "property1": {"type": "boolean"} in TEST_F()
252 "property1": {"type": "boolean"} in TEST_F()
268 "property1": {"type": "boolean"} in TEST_F()
315 "property1": {"type": "boolean"} in TEST_F()
337 "property1": {"type": "boolean"} in TEST_F()
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-consistency-2.h12 @property (retain,nonnull) id property1;
/external/v8/test/mjsunit/
Dglobal-properties.js53 testNamedNonEnumerableProperty('property1', 'value');
/external/minijail/
Dtest_harness.h70 * type property1;
/external/tlsdate/src/
Dtest_harness.h72 * type property1;
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dtest_harness.h80 * type property1;
/external/libbrillo/brillo/dbus/
Ddbus_object.h28 my_interface->AddProperty("Property1", &prop1_);