/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue149/ |
D | ComponentBean.java | 20 private String property2; field in ComponentBean 31 return property2; in getProperty2() 34 public void setProperty2(String property2) { in setProperty2() argument 35 this.property2 = property2; in setProperty2()
|
/external/llvm-project/clang/test/ASTMerge/property/ |
D | test.m | 2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/property2.m 5 // CHECK: property2.m:12:26: warning: property 'Prop1' declared with incompatible types in differen… 7 // CHECK: property2.m:12:26: warning: instance method 'Prop1' has incompatible result types in diff… 10 // CHECK: property2.m:29:21: note: property is synthesized to ivar 'ivar2' here 12 // CHECK: property2.m:31:13: note: property 'Prop3' is implemented with @synthesize here
|
/external/clang/test/ASTMerge/ |
D | property.m | 2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/property2.m 5 // CHECK: property2.m:12:26: error: property 'Prop1' declared with incompatible types in different … 7 // CHECK: property2.m:12:26: error: instance method 'Prop1' has incompatible result types in differ… 10 // CHECK: property2.m:29:21: note: property is synthesized to ivar 'ivar2' here 12 // CHECK: property2.m:31:13: note: property 'Prop3' is implemented with @synthesize here
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsonschema/ |
D | TestGenerateJsonSchema.java | 32 private String property2; field in TestGenerateJsonSchema.SimpleBean 50 return property2; in getProperty2() 53 public void setProperty2(String property2) in setProperty2() argument 55 this.property2 = property2; in setProperty2() 151 JsonNode property2Schema = propertiesSchema.get("property2"); in testOldSchemaGeneration()
|
/external/snakeyaml/src/test/resources/issues/ |
D | issue149-losing-directives.yaml | 5 property2: aaa 9 property2: bbb
|
D | issue149-losing-directives-2.yaml | 5 property2: aaa 10 property2: bbb
|
D | issue149-one-document.yaml | 5 property2: aaa
|
/external/llvm-project/clang/test/SemaObjC/ |
D | nullable-weak-property.m | 16 @property(weak) NSFoo *property2; 24 …foo (self.property2); // expected-warning {{implicit conversion from nullable pointer 'NSFoo * _Nu…
|
D | default-synthesize-3.m | 68 @property char Property2; property 76 @synthesize Property2 = Property1; // expected-note {{property synthesized here}}
|
D | nullability.m | 53 @property(nonnull,retain) NSFoo *property2; 64 …bar.property2 = 0; // expected-warning{{null passed to a callee that requires a non-null argument}}
|
/external/clang/test/SemaObjC/ |
D | nullable-weak-property.m | 16 @property(weak) NSFoo *property2; 24 …foo (self.property2); // expected-warning {{implicit conversion from nullable pointer 'NSFoo * _Nu…
|
D | default-synthesize-3.m | 68 @property char Property2; property 76 @synthesize Property2 = Property1; // expected-note {{property synthesized here}}
|
D | nullability.m | 53 @property(nonnull,retain) NSFoo *property2; 64 …bar.property2 = 0; // expected-warning{{null passed to a callee that requires a non-null argument}}
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | AuthContextTest.cs | 57 var property2 = AuthProperty.Create("abc", new byte[] {71, 72, 73 }); in FindPropertiesByName() 61 {"existent", new List<AuthProperty> {property1, property2}}, in FindPropertiesByName()
|
/external/opencensus-java/contrib/log_correlation/log4j2/src/test/java/io/opencensus/contrib/logcorrelation/log4j2/ |
D | OpenCensusTraceContextDataInjectorTest.java | 110 Property.createProperty("property2", "value2")), in insertConfigurationProperties() 116 "property2", in insertConfigurationProperties()
|
/external/dtc/tests/ |
D | reuse-label2.dts | 5 label: property2 = "bar";
|
D | reuse-label.dts | 5 label: property2 = "bar";
|
/external/clang/test/SemaObjCXX/Inputs/ |
D | nullability-consistency-2.h | 13 @property (retain,nullable) SomeClass *property2;
|
/external/llvm-project/clang/test/SemaObjCXX/Inputs/ |
D | nullability-consistency-2.h | 19 @property (retain,nullable) SomeClass *property2;
|
/external/icing/icing/schema/ |
D | section.h | 51 // document. E.g. "property1.property2"
|
D | section-manager.h | 58 // Finds content of a section by section path (e.g. property1.property2)
|
D | schema-util_test.cc | 1092 .SetName("Property2") in TEST() 1097 // Remove Property2 and make Property1 indexed now. Removing Property2 should in TEST()
|
D | schema-store.h | 177 // Finds content of a section by section path (e.g. property1.property2)
|
D | section-manager_test.cc | 209 // Test concatenated section paths: "property1.property2" in TEST_F()
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 2020 root["property2"] = subroot; in JSONTEST_FIXTURE_LOCAL() 2028 "\"property2\":{\"object\":\"object\"}" in JSONTEST_FIXTURE_LOCAL() 2055 const Json::Path path4(".property2.%", "object"); in JSONTEST_FIXTURE_LOCAL() 2062 const Json::Path path5(".property2.hello"); in JSONTEST_FIXTURE_LOCAL() 2069 const Json::Path path6(".property2.[0]"); in JSONTEST_FIXTURE_LOCAL() 2082 "\"property2\":{" in JSONTEST_FIXTURE_LOCAL() 2089 Json::Path path2(".property2.%", "hello"); in JSONTEST_FIXTURE_LOCAL() 2156 "\"property2\":[]" in JSONTEST_FIXTURE_LOCAL() 2161 root["property2"] = Json::arrayValue; in JSONTEST_FIXTURE_LOCAL() 2214 " \"property2\" : []\n" in JSONTEST_FIXTURE_LOCAL() [all …]
|