/external/clang/test/CodeGenObjCXX/ |
D | copyable-property-object.mm | 14 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/ |
D | ComponentBean.java | 19 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/ |
D | property.m | 1 // 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/ |
D | AuthContextTest.cs | 43 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/ |
D | property-and-class-extension.m | 25 @property int Property1; property 29 int Property1; 35 @synthesize Property1; // OK
|
D | nullable-weak-property.m | 11 @property(weak) NSFoo *property1; property 23 foo (self.property1); // no warning because nothing is inferred
|
D | default-synthesize-3.m | 67 @property char Property1; // expected-warning {{auto property synthesis will not synthesize propert… property 76 @synthesize Property2 = Property1; // expected-note {{property synthesized here}}
|
D | nullability.m | 42 @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/ |
D | issue149-losing-directives.yaml | 4 property1: 0 8 property1: 3
|
D | issue149-losing-directives-2.yaml | 4 property1: 0 9 property1: 3
|
D | issue149-one-document.yaml | 4 property1: 0
|
/external/dtc/tests/ |
D | reuse-label2.dts | 4 label: property1 = "foo";
|
D | reuse-label.dts | 4 label: property1 = "foo";
|
/external/opencensus-java/contrib/log_correlation/log4j2/src/test/java/io/opencensus/contrib/logcorrelation/log4j2/ |
D | OpenCensusTraceContextDataInjectorTest.java | 109 Property.createProperty("property1", "value1"), in insertConfigurationProperties() 114 "property1", in insertConfigurationProperties()
|
/external/clang/test/SemaObjCXX/Inputs/ |
D | nullability-consistency-2.h | 12 @property (retain,nonnull) id property1;
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | test_harness.h | 80 * type property1;
|
/external/seccomp-tests/linux/ |
D | test_harness.h | 83 * type property1;
|
/external/dtc/Documentation/ |
D | manual.txt | 212 property1 = "string_value";
|
/external/linux-kselftest/tools/testing/selftests/ |
D | kselftest_harness.h | 207 * type property1;
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object.h | 28 my_interface->AddProperty("Property1", &prop1_);
|
/external/freetype/include/freetype/ |
D | freetype.h | 3874 * FT_Parameter property1; 3884 * FT_Parameter properties[3] = { property1, 3889 * property1.tag = FT_PARAM_TAG_STEM_DARKENING; 3890 * property1.data = &darken_stems;
|