/aosp_15_r20/packages/services/Car/tests/vehiclehal_test/assets/ |
D | car_hvac_test.json | 6 "prop": 356517121 number 12 "prop": 358614275 number 18 "prop": 358614275 number 24 "prop": 358614275 number 30 "prop": 358614275 number 36 "prop": 358614275 number 42 "prop": 358614275 number 48 "prop": 356517120 number 54 "prop": 356517120 number 60 "prop": 356517120 number [all …]
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
H A D | PropertySpecTest.kt | 39 val prop = PropertySpec.builder("foo", String::class) in delegated() constant 46 val prop = PropertySpec.builder("foo", String::class) in emptySetter() constant 79 val prop = PropertySpec.builder("foo", String::class) in externalGetterAndSetter() constant 117 val prop = PropertySpec.builder("foo", String::class) in publicGetterAndSetter() constant 145 val prop = PropertySpec.builder("foo", String::class) in inlineSingleAccessorVal() constant 164 val prop = PropertySpec.builder("foo", String::class) in inlineSingleAccessorVar() constant 184 val prop = PropertySpec.builder("foo", String::class.asTypeName()) in inlineBothAccessors() constant 235 val prop = PropertySpec.builder("object", String::class) in escapeKeywordInPropertyName() constant 246 val prop = PropertySpec.builder("object", String::class) in escapeKeywordInVariableName() constant 258 val prop = PropertySpec.builder("foo", String::class) in externalTopLevel() constant [all …]
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/ |
D | HalPropValueBuilder.java | 75 public HalPropValue build(int prop, int areaId) { in build() 88 public HalPropValue build(int prop, int areaId, long timestamp, int status) { in build() 102 public HalPropValue build(int prop, int areaId, int value) { in build() 116 public HalPropValue build(int prop, int areaId, long timestamp, int status, int value) { in build() 130 public HalPropValue build(int prop, int areaId, int[] values) { in build() 144 public HalPropValue build(int prop, int areaId, long timestamp, int status, int[] values) { in build() 158 public HalPropValue build(int prop, int areaId, float value) { in build() 172 public HalPropValue build(int prop, int areaId, long timestamp, int status, float value) { in build() 186 public HalPropValue build(int prop, int areaId, float[] values) { in build() 200 public HalPropValue build(int prop, int areaId, long timestamp, int status, float[] values) { in build() [all …]
|
/aosp_15_r20/external/dtc/ |
H A D | checks.c | 63 struct property *prop, in check_msg() 126 #define FAIL_PROP(c, dti, node, prop, ...) \ argument 209 struct property *prop; in check_is_string() local 228 struct property *prop; in check_is_string_list() local 256 struct property *prop; in check_is_cell() local 292 struct property *prop, *prop2; in check_duplicate_property_names() local 360 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg() local 386 struct property *prop; in check_property_name_chars() local 402 struct property *prop; in check_property_name_chars_strict() local 431 #define DESCLABEL_ARGS(node,prop,mark) \ argument [all …]
|
H A D | livetree.c | 266 void add_property(struct node *node, struct property *prop) in add_property() 281 struct property *prop = node->proplist; in delete_property_by_name() local 292 void delete_property(struct property *prop) in delete_property() 327 struct property *prop; in delete_node() local 426 struct property *prop; in get_property() local 435 cell_t propval_cell(struct property *prop) in propval_cell() 441 cell_t propval_cell_n(struct property *prop, unsigned int n) in propval_cell_n() 450 struct property *prop; in get_property_by_label() local 474 struct node **node, struct property **prop) in get_marker_label() 735 struct property *prop, **tbl; in sort_properties() local [all …]
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | PanelItems.cpp | 150 CPropColumn prop; in InitColumns() local 189 CPropColumn prop; in InitColumns() local 243 const CPropColumn &prop = _columns[i]; in InitColumns() local 287 const CPropColumn &prop = newColumns[i]; in InitColumns() local 321 void CPanel::AddColumn(const CPropColumn &prop) in AddColumn() 552 NCOM::CPropVariant prop; in RefreshListCtrl() local 608 NCOM::CPropVariant prop; in RefreshListCtrl() local 687 NCOM::CPropVariant prop; in RefreshListCtrl() local 816 NCOM::CPropVariant prop; in RefreshListCtrl() local 1120 NCOM::CPropVariant prop; in GetItemName() local [all …]
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | UserHalHelperTest.java | 457 HalPropValue prop = mPropValueBuilder.build(/* prop= */ 0, /* areaId= */ 0); in testToUserIdentificationResponse_invalidPropType() local 466 HalPropValue prop = mPropValueBuilder.build( in testToUserIdentificationResponse_invalidSize() local 476 HalPropValue prop = mPropValueBuilder.build( in testToUserIdentificationResponse_invalidRequest() local 486 HalPropValue prop = mPropValueBuilder.build( in testToUserIdentificationResponse_invalidType() local 502 HalPropValue prop = mPropValueBuilder.build( in testToUserIdentificationResponse_invalidValue() local 518 HalPropValue prop = mPropValueBuilder.build( in testToUserIdentificationResponse_ok() local 555 HalPropValue prop = mPropValueBuilder.build(/* prop= */ 0, /* areaId= */ 0); in testToInitialUserInfoResponse_invalidPropType() local 563 HalPropValue prop = mPropValueBuilder.build(INITIAL_USER_INFO_PROPERTY, /* areaId= */ 0, in testToInitialUserInfoResponse_invalidSize() local 572 HalPropValue prop = mPropValueBuilder.build(INITIAL_USER_INFO_PROPERTY, /* areaId= */ 0, 0); in testToInitialUserInfoResponse_invalidRequest() local 580 HalPropValue prop = mPropValueBuilder.build(INITIAL_USER_INFO_PROPERTY, /* areaId= */ 0, in testToInitialUserInfoResponse_invalidAction() local [all …]
|
/aosp_15_r20/external/skia/modules/skottie/tests/ |
H A D | Keyframe.cpp | 49 MockProperty<ScalarValue> prop(R"({})"); in DEF_TEST() local 53 MockProperty<ScalarValue> prop(R"({ "a": 1, "k": [] })"); in DEF_TEST() local 58 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() local 79 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() local 101 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() local 122 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() local 144 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() local 158 MockProperty<Vec2Value> prop(R"({ in DEF_TEST() local 174 MockProperty<Vec2Value> prop(R"({ in DEF_TEST() local 208 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() local
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | symbol.c | 70 struct property *prop; in sym_get_choice_prop() local 79 struct property *prop; in sym_get_default_prop() local 91 struct property *prop; in sym_get_range_prop() local 119 struct property *prop; in sym_validate_range() local 151 struct property *prop; in sym_set_changed() local 171 struct property *prop; in sym_calc_visibility() local 241 struct property *prop; in sym_choice_default() local 267 struct property *prop; in sym_calc_choice() local 328 struct property *prop; in sym_calc_value() local 522 struct property *prop; in sym_set_tristate_value() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quickcheck/src/ |
D | tests.rs | 13 fn prop() -> bool { in prop_oob() function 29 fn prop(xs: Vec<usize>) -> bool { in prop_reverse_reverse() function 53 fn prop(xs: Vec<usize>) -> TestResult { in reverse_single() function 67 fn prop(xs: Vec<usize>, ys: Vec<usize>) -> bool { in reverse_app() function 83 fn prop(x: isize, y: isize) -> TestResult { in max() function 95 fn prop(mut xs: Vec<isize>) -> bool { in sort() function 182 fn prop(_: u8) -> bool { in regression_issue_83() function 190 fn prop(_: i8) -> bool { in regression_issue_83_signed() function 200 fn prop() -> bool { in panic_msg_1() function 209 fn prop() -> bool { in panic_msg_2() function [all …]
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/ |
H A D | LoadCodecs.cpp | 229 NCOM::CPropVariant prop; in GetCoderClass() local 248 NCOM::CPropVariant prop; in GetMethodBoolProp() local 328 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in GetProp() 341 NCOM::CPropVariant prop; in GetProp_Bool() local 357 NCOM::CPropVariant prop; in GetProp_UInt32() local 375 NCOM::CPropVariant prop; in GetProp_String() local 390 NCOM::CPropVariant prop; in GetProp_RawData() local 443 NCOM::CPropVariant prop; in LoadFormats() local 538 NCOM::CPropVariant prop; in IsSupportedDll() local 548 NCOM::CPropVariant prop; in IsSupportedDll() local [all …]
|
/aosp_15_r20/external/toybox/kconfig/ |
H A D | symbol.c | 40 struct property *prop = prop_alloc(P_DEFAULT, sym); in sym_add_default() local 116 struct property *prop; in sym_get_choice_prop() local 125 struct property *prop; in sym_get_default_prop() local 137 struct property *prop; in sym_get_range_prop() local 165 struct property *prop; in sym_validate_range() local 198 struct property *prop; in sym_calc_visibility() local 229 struct property *prop; in sym_calc_choice() local 268 struct property *prop; in sym_calc_value() local 391 struct property *prop; in sym_set_changed() local 445 struct property *prop; in sym_set_tristate_value() local [all …]
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_kms.h | 588 igt_plane_has_prop(igt_plane_t *plane, enum igt_atomic_plane_properties prop) in igt_plane_has_prop() 595 #define igt_plane_is_prop_changed(plane, prop) \ argument 598 #define igt_plane_set_prop_changed(plane, prop) \ argument 601 #define igt_plane_clear_prop_changed(plane, prop) \ argument 604 #define igt_plane_set_prop_value(plane, prop, value) \ argument 632 igt_output_has_prop(igt_output_t *output, enum igt_atomic_connector_properties prop) in igt_output_has_prop() 639 #define igt_output_is_prop_changed(output, prop) \ argument 641 #define igt_output_set_prop_changed(output, prop) \ argument 644 #define igt_output_clear_prop_changed(output, prop) \ argument 647 #define igt_output_set_prop_value(output, prop, value) \ argument [all …]
|
/aosp_15_r20/external/pdfium/testing/resources/javascript/ |
H A D | property_test_helpers.js | 21 function testReadProperty(that, prop, expected) { argument 34 function testUnreadableProperty(that, prop) { argument 43 function testWriteProperty(that, prop, newValue) { argument 57 function testWriteIgnoredProperty(that, prop, expected, newValue) { argument 71 function testUnwritableProperty(that, prop, newValue) { argument 80 function testRWProperty(that, prop, expected, newValue) { argument 85 function testRIProperty(that, prop, expected, newValue) { argument 90 function testROProperty(that, prop, expected) { argument 95 function testXXProperty(that, prop) { argument
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | system_property_unittest.cc | 37 MockSystemProperties prop; in TEST() local 47 MockSystemProperties prop; in TEST() local 60 MockSystemProperties prop; in TEST() local 70 MockSystemProperties prop; in TEST() local 84 MockSystemProperties prop; in TEST() local 101 MockSystemProperties prop; in TEST() local 115 MockSystemProperties prop; in TEST() local 133 MockSystemProperties prop; in TEST() local 141 MockSystemProperties prop; in TEST() local 149 MockSystemProperties prop; in TEST() local
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/test/ |
H A D | VehicleObjectPoolTest.cpp | 205 auto prop = mValuePool->obtainBoolean(true); in TEST_F() local 214 auto prop = mValuePool->obtainInt32(1234); in TEST_F() local 223 auto prop = mValuePool->obtainInt64(1234); in TEST_F() local 232 auto prop = mValuePool->obtainFloat(1.234); in TEST_F() local 241 auto prop = mValuePool->obtainString("test"); in TEST_F() local 250 auto prop = mValuePool->obtainComplex(); in TEST_F() local 257 VehiclePropValue prop{ in TEST_F() local 271 VehiclePropValue prop{ in TEST_F() local 285 VehiclePropValue prop{ in TEST_F() local 299 VehiclePropValue prop{ in TEST_F() local [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/test/ |
H A D | VehicleObjectPoolTest.cpp | 205 auto prop = mValuePool->obtainBoolean(true); in TEST_F() local 214 auto prop = mValuePool->obtainInt32(1234); in TEST_F() local 223 auto prop = mValuePool->obtainInt64(1234); in TEST_F() local 232 auto prop = mValuePool->obtainFloat(1.234); in TEST_F() local 241 auto prop = mValuePool->obtainString("test"); in TEST_F() local 250 auto prop = mValuePool->obtainComplex(); in TEST_F() local 257 VehiclePropValue prop{ in TEST_F() local 271 VehiclePropValue prop{ in TEST_F() local 285 VehiclePropValue prop{ in TEST_F() local 299 VehiclePropValue prop{ in TEST_F() local [all …]
|
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/ |
D | HvacTestFragment.java | 286 private void configureDualOn(View v, CarPropertyConfig prop) { in configureDualOn() 299 private void configureAcOn(View v, CarPropertyConfig prop) { in configureAcOn() 311 private void configureAutoModeOn(View v, CarPropertyConfig prop) { in configureAutoModeOn() 324 private void configureFanPosition(View v, CarPropertyConfig prop) { in configureFanPosition() 377 private void configureFanSpeed(View v, CarPropertyConfig prop) { in configureFanSpeed() 428 private void configureTempSetpoint(View v, CarPropertyConfig prop) { in configureTempSetpoint() 556 private void configureRecircOn(View v, CarPropertyConfig prop) { in configureRecircOn() 569 private void configureMaxAcOn(View v, CarPropertyConfig prop) { in configureMaxAcOn() 582 private void configureMaxDefrostOn(View v, CarPropertyConfig prop) { in configureMaxDefrostOn() 595 private void configureAutoRecircOn(View v, CarPropertyConfig prop) { in configureAutoRecircOn() [all …]
|
/aosp_15_r20/external/ethtool/ |
H A D | json_writer.c | 262 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val) in jsonw_string_field() 268 void jsonw_bool_field(json_writer_t *self, const char *prop, bool val) in jsonw_bool_field() 274 void jsonw_float_field(json_writer_t *self, const char *prop, double val) in jsonw_float_field() 280 void jsonw_uint_field(json_writer_t *self, const char *prop, unsigned int num) in jsonw_uint_field() 286 void jsonw_u64_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_u64_field() 292 void jsonw_xint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_xint_field() 298 void jsonw_hhu_field(json_writer_t *self, const char *prop, unsigned char num) in jsonw_hhu_field() 304 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field() 311 const char *prop, in jsonw_luint_field() 319 const char *prop, in jsonw_lluint_field() [all …]
|
/aosp_15_r20/external/coreboot/src/acpi/ |
H A D | soundwire.c | 139 static void soundwire_gen_slave(struct acpi_dp *dsd, const struct soundwire_slave *prop) in soundwire_gen_slave() 164 static void soundwire_gen_multilane(struct acpi_dp *dsd, const struct soundwire_multilane *prop) in soundwire_gen_multilane() 190 static void soundwire_gen_link(struct acpi_dp *dsd, const struct soundwire_link *prop) in soundwire_gen_link() 206 static void soundwire_gen_bra_mode(struct acpi_dp *dsd, const struct soundwire_bra_mode *prop) in soundwire_gen_bra_mode() 221 const struct soundwire_audio_mode *prop) in soundwire_gen_audio_mode() 246 static void soundwire_gen_dp0(struct acpi_dp *dsd, const struct soundwire_dp0 *prop) in soundwire_gen_dp0() 272 static void soundwire_gen_dpn(struct acpi_dp *dsd, const struct soundwire_dpn *prop) in soundwire_gen_dpn() 318 void soundwire_gen_controller(struct acpi_dp *dsd, const struct soundwire_controller *prop, in soundwire_gen_controller() 358 const struct soundwire_bra_mode *prop = codec->dp0_bra_mode[i]; in soundwire_gen_codec() local 386 const struct soundwire_audio_mode *prop = codec->audio_mode[i]; in soundwire_gen_codec() local
|
/aosp_15_r20/external/coreboot/src/commonlib/ |
H A D | device_tree.c | 78 struct fdt_property *prop) in fdt_next_property() 198 struct fdt_property prop; in fdt_read_reg_prop() local 236 struct fdt_property prop; in fdt_read_cell_props() local 479 static void print_property(const struct fdt_property *prop, int depth) in print_property() 526 struct fdt_property prop; in print_flat_node() local 643 static int dt_prop_is_phandle(struct device_tree_property *prop) in dt_prop_is_phandle() 670 struct device_tree_property *prop = alloc_prop(); in fdt_unflatten_node() local 780 static void dt_flat_prop_size(struct device_tree_property *prop, in dt_flat_prop_size() 804 struct device_tree_property *prop; in dt_flat_node_size() local 851 static void dt_flatten_prop(struct device_tree_property *prop, in dt_flatten_prop() [all …]
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
H A D | TestScalaLikeImplicitProperties.java | 75 public String prop() { return prop‿; } in prop() method in TestScalaLikeImplicitProperties.ValProperty 77 public ValProperty(String prop) { in ValProperty() 85 public String prop() { return prop‿; } in prop() method in TestScalaLikeImplicitProperties.ValWithBeanProperty 88 public ValWithBeanProperty(String prop) { in ValWithBeanProperty() 96 public String prop() { return prop‿; } in prop() method in TestScalaLikeImplicitProperties.VarProperty 99 public VarProperty(String prop) { in VarProperty() 107 public String prop() { return prop‿; } in prop() method in TestScalaLikeImplicitProperties.VarWithBeanProperty 112 public VarWithBeanProperty(String prop) { in VarWithBeanProperty() 121 public String prop() { return _prop_impl; } in prop() method in TestScalaLikeImplicitProperties.GetterSetterProperty
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
H A D | BeanPropertyMap.java | 320 SettableBeanProperty prop = (SettableBeanProperty) _hashArea[i]; in withProperty() local 336 SettableBeanProperty prop = (SettableBeanProperty) _hashArea[i]; in assignIndexes() local 358 SettableBeanProperty prop = _propsInOrder[i]; in renameAll() local 407 SettableBeanProperty prop = _propsInOrder[i]; in withoutProperties() local 456 SettableBeanProperty prop = (SettableBeanProperty) _hashArea[i]; in remove() local 511 SettableBeanProperty prop = (SettableBeanProperty) _hashArea[i]; in _properties() local 533 protected final String getPropertyName(SettableBeanProperty prop) { in getPropertyName() 551 SettableBeanProperty prop = (SettableBeanProperty) _hashArea[i]; in find() local 665 final SettableBeanProperty prop = find(key); in findDeserializeAndSet() local 692 SettableBeanProperty prop = it.next(); in toString() local [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/GeneratorHub/test/ |
H A D | prop_different_types.json | 6 "prop": 287310600 number 12 "prop": 289408000 number 18 "prop": 291504905 number 24 "prop": 290457096 number 30 "prop": 286265094 number 39 "prop": 289476368 number 59 "prop": 299896626 number 72 "prop": 299896064 number
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/GeneratorHub/test/ |
H A D | prop_different_types.json | 6 "prop": 287310600 number 12 "prop": 289408000 number 18 "prop": 291504905 number 24 "prop": 290457096 number 30 "prop": 286265094 number 39 "prop": 289476368 number 59 "prop": 299896626 number 72 "prop": 299896064 number
|