Home
last modified time | relevance | path

Searched full:property1 (Results 1 – 21 of 21) 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/grpc-grpc/src/csharp/Grpc.Core.Tests/
DAuthContextTest.cs43 var property1 = AuthProperty.Create("abc", new byte[] { 68, 69, 70 }); in AuthenticatedContext()
46 {"some_identity", new List<AuthProperty> {property1}} in AuthenticatedContext()
56 var property1 = AuthProperty.Create("abc", new byte[] {68, 69, 70}); in FindPropertiesByName()
61 {"existent", new List<AuthProperty> {property1, property2}}, in FindPropertiesByName()
/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/dtc/tests/
Dreuse-label2.dts4 label: property1 = "foo";
Dreuse-label.dts4 label: property1 = "foo";
/external/opencensus-java/contrib/log_correlation/log4j2/src/test/java/io/opencensus/contrib/logcorrelation/log4j2/
DOpenCensusTraceContextDataInjectorTest.java109 Property.createProperty("property1", "value1"), in insertConfigurationProperties()
114 "property1", in insertConfigurationProperties()
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-consistency-2.h12 @property (retain,nonnull) id property1;
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dtest_harness.h80 * type property1;
/external/seccomp-tests/linux/
Dtest_harness.h83 * type property1;
/external/dtc/Documentation/
Dmanual.txt212 property1 = "string_value";
/external/linux-kselftest/tools/testing/selftests/
Dkselftest_harness.h207 * type property1;
/external/libbrillo/brillo/dbus/
Ddbus_object.h28 my_interface->AddProperty("Property1", &prop1_);
/external/freetype/include/freetype/
Dfreetype.h3874 * FT_Parameter property1;
3884 * FT_Parameter properties[3] = { property1,
3889 * property1.tag = FT_PARAM_TAG_STEM_DARKENING;
3890 * property1.data = &darken_stems;