/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/property/ |
D | SubscriptionManagerUnitTest.java | 33 private static final int PROPERTY1 = 1; field in SubscriptionManagerUnitTest 65 getCarSubscription(PROPERTY1, new int[]{AREA1, AREA2}) in testStageNewOptions_Commit_GetClients() 70 expectWithMessage("Get expected clients for PROPERTY1, AREA1").that( in testStageNewOptions_Commit_GetClients() 71 mSubscriptionManager.getClients(PROPERTY1, AREA1)).isEqualTo(Set.of(mClient1)); in testStageNewOptions_Commit_GetClients() 72 expectWithMessage("Get expected clients for PROPERTY1, AREA2").that( in testStageNewOptions_Commit_GetClients() 73 mSubscriptionManager.getClients(PROPERTY1, AREA2)).isEqualTo(Set.of(mClient1)); in testStageNewOptions_Commit_GetClients() 81 getCarSubscription(PROPERTY1, new int[]{AREA1, AREA2}), in testStageNewOptions_Commit_GetCurrentSubscribedPropIds() 89 .isEqualTo(Set.of(PROPERTY1, PROPERTY2)); in testStageNewOptions_Commit_GetCurrentSubscribedPropIds() 95 getCarSubscription(PROPERTY1, new int[]{AREA1, AREA2}, 1.0f) in testStageNewOptions_UpdateRateChangedToLowerRate() 101 getCarSubscription(PROPERTY1, new int[]{AREA1, AREA2}, 0.5f) in testStageNewOptions_UpdateRateChangedToLowerRate() [all …]
|
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
H A D | SearchSpecCtsTest.java | 60 ImmutableMap.of("property1", 1.0, "property2", 2.0); in testBuildSearchSpec() 62 ImmutableMap.of(new PropertyPath("property1.nested"), 1.0); in testBuildSearchSpec() 123 .containsExactly("property1", 1.0, "property2", 2.0); in testBuildSearchSpec() 125 .containsExactly("property1.nested", 1.0); in testBuildSearchSpec() 128 new PropertyPath("property1"), 1.0, new PropertyPath("property2"), 2.0); in testBuildSearchSpec() 130 .containsExactly(new PropertyPath("property1.nested"), 1.0); in testBuildSearchSpec() 142 ImmutableMap.of("property1", 1.0, "property2", 2.0); in testBuildSearchSpec_scorablePropertyRanking() 144 ImmutableMap.of(new PropertyPath("property1.nested"), 1.0); in testBuildSearchSpec_scorablePropertyRanking() 206 .containsExactly("property1", 1.0, "property2", 2.0); in testBuildSearchSpec_scorablePropertyRanking() 208 .containsExactly("property1.nested", 1.0); in testBuildSearchSpec_scorablePropertyRanking() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/test/ |
D | property_test.cc | 198 bt_property_t property1; in TEST_F() local 199 property_copy(&property1, property0); in TEST_F() 200 EXPECT_TRUE(property_equals(property0, &property1)); in TEST_F() 212 bt_property_t* property1 = property_new_device_class(&dc0); in TEST_F() local 214 EXPECT_FALSE(property_equals(property0, property1)); in TEST_F() 217 property_free(property1); in TEST_F() 223 bt_property_t* property1 = property_new_addr(&addr); in TEST_F() local 225 EXPECT_TRUE(property_equals(property0, property1)); in TEST_F() 228 property_free(property1); in TEST_F() 236 bt_property_t* property1 = property_new_addr(&addr1); in TEST_F() local [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/ |
H A D | CollectorContextTest.java | 48 …ValidationResult validationResult = validate("{\"test-property1\":\"sample1\",\"test-property2\":\… in testCollectorContextWithKeyword() 62 …ValidationThread validationRunnable1 = new ValidationThread("{\"test-property1\":\"sample1\" }", "… in testCollectorContextWithMultipleThreads() 63 …ValidationThread validationRunnable2 = new ValidationThread("{\"test-property1\":\"sample2\" }", "… in testCollectorContextWithMultipleThreads() 64 …ValidationThread validationRunnable3 = new ValidationThread("{\"test-property1\":\"sample3\" }", "… in testCollectorContextWithMultipleThreads() 105 … .readTree("{\"property1\":\"sample1\",\"property2\":\"sample2\",\"property3\":\"sample3\" }")); in testCollectorGetAll() 160 + "\"test-property1\" : " in getSchemaString() 162 + "\"title\": \"Test Property1\"," in getSchemaString() 174 + "\"required\": [\"test-property1\"]\n" in getSchemaString() 186 + "\"property1\" : " in getSchemaStringMultipleProperties() 188 + "\"title\": \"Property1\"," in getSchemaStringMultipleProperties()
|
H A D | JsonWalkTest.java | 69 " \"PROPERTY1\": \"sample1\"," in testWalk() 89 " \"PROPERTY1\": \"sample1\"," in testWalkWithDifferentListeners()
|
/aosp_15_r20/development/tools/winscope/src/parsers/transitions/legacy/ |
H A D | traces_parser_transitions.ts | 220 node1.getAllChildren().forEach((property1) => { 221 if (!visitNestedChildren && property1.getAllChildren().length > 0) { 225 const property2 = node2.getChildByName(property1.name); 228 property2.getValue()?.toString() < property1.getValue()?.toString() 230 mergedNode.addOrReplaceChild(property1); 234 if (visitNestedChildren && property1.getAllChildren().length > 0) { 235 const mergedProperty = this.mergeProperties(property1, property2);
|
/aosp_15_r20/external/clang/test/CodeGenObjCXX/ |
H A 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; }
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue149/ |
H A D | ComponentBean.java | 18 private int property1; field in ComponentBean 22 return property1; in getProperty1() 25 public void setProperty1(int property1) { in setProperty1() argument 26 this.property1 = property1; in setProperty1()
|
/aosp_15_r20/external/clang/test/ASTMerge/ |
H A 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…
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsonschema/ |
H A D | TestGenerateJsonSchema.java | 31 private int property1; field in TestGenerateJsonSchema.SimpleBean 40 return property1; in getProperty1() 43 public void setProperty1(int property1) in setProperty1() argument 45 this.property1 = property1; in setProperty1() 147 JsonNode property1Schema = propertiesSchema.get("property1"); in testOldSchemaGeneration()
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | property-and-class-extension.m | 25 @property int Property1; property 29 int Property1; 35 @synthesize Property1; // OK
|
H A 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}}
|
H A 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…
|
H A D | nullable-weak-property.m | 11 @property(weak) NSFoo *property1; property 23 foo (self.property1); // no warning because nothing is inferred
|
/aosp_15_r20/external/json-schema-validator/src/test/resources/schema/ |
H A D | walk-schema.json | 46 "property1": { object 47 "title": "Property1", 73 "property1"
|
/aosp_15_r20/external/jsoncpp/src/test_lib_json/ |
H A D | main.cpp | 2058 root["property1"][0] = 0; in JSONTEST_FIXTURE_LOCAL() 2059 root["property1"][1] = 1; in JSONTEST_FIXTURE_LOCAL() 2068 "\"property1\":[0,1]," in JSONTEST_FIXTURE_LOCAL() 2075 const Json::Path path1(".property1.[%]", 1); in JSONTEST_FIXTURE_LOCAL() 2082 const Json::Path path2(".property1.[2]"); in JSONTEST_FIXTURE_LOCAL() 2089 const Json::Path path3(".property1.0"); in JSONTEST_FIXTURE_LOCAL() 2122 "\"property1\":[0,1,null]," in JSONTEST_FIXTURE_LOCAL() 2126 Json::Path path1(".property1.[%]", 2); in JSONTEST_FIXTURE_LOCAL() 2196 "\"property1\":[\"value1\",\"value2\"]," in JSONTEST_FIXTURE_LOCAL() 2200 root["property1"][0] = "value1"; in JSONTEST_FIXTURE_LOCAL() [all …]
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/profgen/profgen-cli/ |
HD | libprofgen-cli-lib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/build/make/tools/releasetools/ |
H A D | test_common.py | 108 'property1': 'value1', 123 'property1': 'value1', 259 self.assertEqual('value1', target_info['property1']) 267 self.assertEqual('value1', target_info['property1']) 273 self.assertEqual('value1', target_info['property1']) 274 target_info['property1'] = 'value2' 275 self.assertEqual('value2', target_info['property1']) 285 self.assertEqual('value1', target_info.get('property1')) 295 self.assertEqual('value1', target_info.get('property1')) 304 self.assertIn(('property1', 'value1'), items)
|
/aosp_15_r20/external/snakeyaml/src/test/resources/issues/ |
H A D | issue149-losing-directives.yaml | 4 property1: 0 8 property1: 3
|
H A D | issue149-losing-directives-2.yaml | 4 property1: 0 9 property1: 3
|
/aosp_15_r20/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/ |
D | SearchSuggestionSpecToProtoConverterTest.java | 90 .addFilterProperties("typeA", ImmutableList.of("property1", "property2")) in testToProto_propertyFilters() 113 .addPaths("property1") in testToProto_propertyFilters()
|
D | SearchSpecToProtoConverterTest.java | 334 .setPropertyWeights(schemaType, ImmutableMap.of("property1", 2.0)) in testToScoringSpecProto() 359 .setPath("property1") in testToScoringSpecProto() 1901 schemaTypeA, ImmutableMap.of("property1", 1.0, "property2", 2.0)) in testConvertPropertyWeights() 1935 PropertyWeight.newBuilder().setPath("property1").setWeight(1.0)) in testConvertPropertyWeights() 1943 PropertyWeight.newBuilder().setPath("property1").setWeight(1.0)) in testConvertPropertyWeights()
|
/aosp_15_r20/bionic/tests/ |
H A D | system_properties_test2.cpp | 48 const std::string property_name = property_prefix + "property1"; in TEST() 135 const std::string property_name = property_prefix + "property1"; in TEST()
|
/aosp_15_r20/external/kotlinx.serialization/formats/properties/commonMain/src/kotlinx/serialization/properties/ |
H A D | Properties.kt | 24 * class Data(val property1: String) 32 * // data.property1 = value1
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/ |
H A D | kselftest_harness.h | 231 * type property1; 307 * type property1; 327 * .property1 = val1,
|