Home
last modified time | relevance | path

Searched full:property2 (Results 1 – 21 of 21) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue149/
DComponentBean.java20 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/clang/test/ASTMerge/
Dproperty.m2 // 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/
DTestGenerateJsonSchema.java32 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/
Dissue149-losing-directives.yaml5 property2: aaa
9 property2: bbb
Dissue149-losing-directives-2.yaml5 property2: aaa
10 property2: bbb
Dissue149-one-document.yaml5 property2: aaa
/external/clang/test/SemaObjC/
Dnullable-weak-property.m16 @property(weak) NSFoo *property2;
24 …foo (self.property2); // expected-warning {{implicit conversion from nullable pointer 'NSFoo * _Nu…
Ddefault-synthesize-3.m68 @property char Property2; property
76 @synthesize Property2 = Property1; // expected-note {{property synthesized here}}
Dnullability.m53 @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/
DAuthContextTest.cs57 var property2 = AuthProperty.Create("abc", new byte[] {71, 72, 73 }); in FindPropertiesByName()
61 {"existent", new List<AuthProperty> {property1, property2}}, in FindPropertiesByName()
/external/dtc/tests/
Dreuse-label2.dts5 label: property2 = "bar";
Dreuse-label.dts5 label: property2 = "bar";
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-consistency-2.h13 @property (retain,nullable) SomeClass *property2;
/external/icing/icing/schema/
Djoinable-property.h54 // inside an document. E.g. "property1.property2".
Dsection.h57 // document. E.g. "property1.property2"
Dschema-util_test.cc3001 .SetName("Property2") in TEST_P()
3007 // Remove Property2 and make Property1 indexed now. Removing Property2 should in TEST_P()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp2061 root["property2"] = subroot; in JSONTEST_FIXTURE_LOCAL()
2069 "\"property2\":{\"object\":\"object\"}" in JSONTEST_FIXTURE_LOCAL()
2096 const Json::Path path4(".property2.%", "object"); in JSONTEST_FIXTURE_LOCAL()
2103 const Json::Path path5(".property2.hello"); in JSONTEST_FIXTURE_LOCAL()
2110 const Json::Path path6(".property2.[0]"); in JSONTEST_FIXTURE_LOCAL()
2123 "\"property2\":{" in JSONTEST_FIXTURE_LOCAL()
2130 Json::Path path2(".property2.%", "hello"); in JSONTEST_FIXTURE_LOCAL()
2197 "\"property2\":[]" in JSONTEST_FIXTURE_LOCAL()
2202 root["property2"] = Json::arrayValue; in JSONTEST_FIXTURE_LOCAL()
2255 " \"property2\" : []\n" in JSONTEST_FIXTURE_LOCAL()
[all …]
/external/dtc/Documentation/
Dmanual.txt219 property2 = <1234abcd>;
/external/libbrillo/brillo/dbus/
Ddbus_object.h29 my_interface->AddProperty("Property2", &prop2_);
/external/freetype/include/freetype/
Dfreetype.h4112 * FT_Parameter property2;
4120 * property2,
4127 * property2.tag = FT_PARAM_TAG_LCD_FILTER_WEIGHTS;
4128 * property2.data = custom_weight;
/external/icing/icing/
Dicing-search-engine_optimize_test.cc722 .SetName("property2") in TEST_F()