Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/property/
DSubscriptionManagerUnitTest.java34 private static final int PROPERTY2 = 2; field in SubscriptionManagerUnitTest
74 expectWithMessage("Get expected clients for PROPERTY2, AREA1").that( in testStageNewOptions_Commit_GetClients()
75 mSubscriptionManager.getClients(PROPERTY2, AREA1)).isNull(); in testStageNewOptions_Commit_GetClients()
82 getCarSubscription(PROPERTY2, new int[]{AREA1, AREA2}) in testStageNewOptions_Commit_GetCurrentSubscribedPropIds()
89 .isEqualTo(Set.of(PROPERTY1, PROPERTY2)); in testStageNewOptions_Commit_GetCurrentSubscribedPropIds()
170 getCarSubscription(PROPERTY2, new int[]{AREA1, AREA2}) in testStageUnregister_Commit_GetClients()
182 mSubscriptionManager.getClients(PROPERTY2, AREA1)).isEqualTo(Set.of(mClient1)); in testStageUnregister_Commit_GetClients()
184 mSubscriptionManager.getClients(PROPERTY2, AREA2)).isEqualTo(Set.of(mClient1)); in testStageUnregister_Commit_GetClients()
207 getCarSubscription(PROPERTY2, new int[]{AREA1, AREA2}) in testDiffBetweenCurrentAndStage_simpleAdd()
224 getCarSubscription(PROPERTY2, new int[]{AREA1, AREA2}) in testDiffBetweenCurrentAndStage_simpleRemove()
[all …]
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
H A DSearchSpecCtsTest.java60 ImmutableMap.of("property1", 1.0, "property2", 2.0); in testBuildSearchSpec()
123 .containsExactly("property1", 1.0, "property2", 2.0); in testBuildSearchSpec()
128 new PropertyPath("property1"), 1.0, new PropertyPath("property2"), 2.0); in testBuildSearchSpec()
142 ImmutableMap.of("property1", 1.0, "property2", 2.0); in testBuildSearchSpec_scorablePropertyRanking()
206 .containsExactly("property1", 1.0, "property2", 2.0); in testBuildSearchSpec_scorablePropertyRanking()
211 new PropertyPath("property1"), 1.0, new PropertyPath("property2"), 2.0); in testBuildSearchSpec_scorablePropertyRanking()
333 "TypeA", ImmutableMap.of("property1", 1.0, "property2", 2.0)) in testGetTypePropertyWeights()
336 ImmutableMap.of("property1", 1.0, "property2" + ".nested", 2.0)) in testGetTypePropertyWeights()
343 .containsExactly("property1", 1.0, "property2", 2.0); in testGetTypePropertyWeights()
345 .containsExactly("property1", 1.0, "property2.nested", 2.0); in testGetTypePropertyWeights()
[all …]
/aosp_15_r20/development/tools/winscope/src/parsers/transitions/legacy/
H A Dtraces_parser_transitions.ts225 const property2 = node2.getChildByName(property1.name); constant
227 !property2 ||
228 property2.getValue()?.toString() < property1.getValue()?.toString()
235 const mergedProperty = this.mergeProperties(property1, property2);
240 mergedNode.addOrReplaceChild(property2);
243 node2.getAllChildren().forEach((property2) => {
244 const existingProperty = mergedNode.getChildByName(property2.name);
246 mergedNode.addOrReplaceChild(property2);
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue149/
H A DComponentBean.java19 private String property2; field in ComponentBean
30 return property2; in getProperty2()
33 public void setProperty2(String property2) { in setProperty2() argument
34 this.property2 = property2; in setProperty2()
/aosp_15_r20/external/clang/test/ASTMerge/
H A 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
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsonschema/
H A 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()
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DCollectorContextTest.java48 …ult validationResult = validate("{\"test-property1\":\"sample1\",\"test-property2\":\"sample2\"}"); in testCollectorContextWithKeyword()
105 … .readTree("{\"property1\":\"sample1\",\"property2\":\"sample2\",\"property3\":\"sample3\" }")); in testCollectorGetAll()
166 + "\"test-property2\" : " in getSchemaString()
168 + "\"title\": \"Test Property2\"," in getSchemaString()
193 + "\"property2\" : " in getSchemaStringMultipleProperties()
195 + "\"title\": \"Property2\"," in getSchemaStringMultipleProperties()
H A DJsonWalkTest.java70 + " \"PROPERTY2\": \"sample2\"," in testWalk()
90 + " \"PROPERTY2\": \"sample2\"," in testWalkWithDifferentListeners()
/aosp_15_r20/external/snakeyaml/src/test/resources/issues/
H A Dissue149-losing-directives.yaml5 property2: aaa
9 property2: bbb
H A Dissue149-losing-directives-2.yaml5 property2: aaa
10 property2: bbb
H A Dissue149-one-document.yaml5 property2: aaa
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dnullable-weak-property.m16 @property(weak) NSFoo *property2;
24 …foo (self.property2); // expected-warning {{implicit conversion from nullable pointer 'NSFoo * _Nu…
H A Ddefault-synthesize-3.m68 @property char Property2; property
76 @synthesize Property2 = Property1; // expected-note {{property synthesized here}}
H A Dnullability.m53 @property(nonnull,retain) NSFoo *property2;
64 …bar.property2 = 0; // expected-warning{{null passed to a callee that requires a non-null argument}}
/aosp_15_r20/external/json-schema-validator/src/test/resources/schema/
H A Dwalk-schema.json53 "property2": { object
54 "title": "Property2",
/aosp_15_r20/build/make/tools/releasetools/
H A Dtest_common.py109 'property2': 4096,
124 'property2': 4096,
260 self.assertEqual(4096, target_info['property2'])
268 self.assertEqual(4096, target_info['property2'])
286 self.assertEqual(4096, target_info.get('property2'))
287 self.assertEqual(4096, target_info.get('property2', 1024))
296 self.assertEqual(4096, target_info.get('property2'))
297 self.assertEqual(4096, target_info.get('property2', 1024))
305 self.assertIn(('property2', 4096), items)
/aosp_15_r20/external/jsoncpp/src/test_lib_json/
H A 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 …]
/aosp_15_r20/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSearchSuggestionSpecToProtoConverterTest.java90 .addFilterProperties("typeA", ImmutableList.of("property1", "property2")) in testToProto_propertyFilters()
114 .addPaths("property2") in testToProto_propertyFilters()
/aosp_15_r20/external/kotlinx.serialization/formats/properties/commonMain/src/kotlinx/serialization/properties/
H A DProperties.kt27 * class DataHolder(val data: Data, val property2: String)
31 * // property2 = value2
/aosp_15_r20/tools/metalava/
H A DFORMAT.md277 var property2: String? = "initial"
283 property public java.lang.String? property2 = "initial";
/aosp_15_r20/external/dtc/tests/
H A Dreuse-label2.dts5 label: property2 = "bar";
H A Dreuse-label.dts5 label: property2 = "bar";
/aosp_15_r20/external/json-schema-validator/src/test/resources/data/
H A Dwalk-data.json3 "property2": "sample2", string
/aosp_15_r20/external/clang/test/SemaObjCXX/Inputs/
H A Dnullability-consistency-2.h13 @property (retain,nullable) SomeClass *property2;
/aosp_15_r20/external/icing/icing/schema/
H A Djoinable-property.h54 // inside an document. E.g. "property1.property2".

12345678910>>...20