Home
last modified time | relevance | path

Searched refs:prop (Results 1476 - 1500 of 1793) sorted by relevance

1...<<51525354555657585960>>...72

/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dcyttsp5.c209 struct touchscreen_properties prop; member
328 touchscreen_report_pos(ts->input, &ts->prop, in cyttsp5_get_mt_touches()
899 touchscreen_parse_properties(ts->input, true, &ts->prop); in cyttsp5_probe()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dconfdata.c1266 struct property *prop; in set_all_choice_values() local
1270 prop = sym_get_choice_prop(csym); in set_all_choice_values()
1275 expr_list_for_each_sym(prop->expr, e, sym) { in set_all_choice_values()
H A Dnconf.c811 struct property *prop; in build_conf() local
821 prop = menu->prompt; in build_conf()
823 if (prop && menu != current_menu) { in build_conf()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java489 * @param prop the property to add to the map
492 public UnicodeMap<T> putAllFiltered(UnicodeMap<T> prop, UnicodeSet filter) { in putAllFiltered() argument
496 T value = prop.getValue(it.codepoint); in putAllFiltered()
504 T value = prop.get(key); in putAllFiltered()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java486 * @param prop the property to add to the map
489 public UnicodeMap<T> putAllFiltered(UnicodeMap<T> prop, UnicodeSet filter) { in putAllFiltered() argument
493 T value = prop.getValue(it.codepoint); in putAllFiltered()
501 T value = prop.get(key); in putAllFiltered()
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_frontend.c2093 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2096 if (copy_from_user(&prop, compat_ptr(arg), sizeof(prop))) in dvb_frontend_handle_compat_ioctl()
2099 tvps = &prop; in dvb_frontend_handle_compat_ioctl()
2123 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2127 if (copy_from_user(&prop, compat_ptr(arg), sizeof(prop))) in dvb_frontend_handle_compat_ioctl()
2130 tvps = &prop; in dvb_frontend_handle_compat_ioctl()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dphylink.c794 u32 prop[5]; in phylink_parse_fixedlink() local
798 if (ret != ARRAY_SIZE(prop)) { in phylink_parse_fixedlink()
804 prop, ARRAY_SIZE(prop)); in phylink_parse_fixedlink()
806 pl->link_config.duplex = prop[1] ? in phylink_parse_fixedlink()
808 pl->link_config.speed = prop[2]; in phylink_parse_fixedlink()
809 if (prop[3]) in phylink_parse_fixedlink()
812 if (prop[4]) in phylink_parse_fixedlink()
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_frontend.c2156 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2159 if (copy_from_user(&prop, compat_ptr(arg), sizeof(prop))) in dvb_frontend_handle_compat_ioctl()
2162 tvps = &prop; in dvb_frontend_handle_compat_ioctl()
2186 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2190 if (copy_from_user(&prop, compat_ptr(arg), sizeof(prop))) in dvb_frontend_handle_compat_ioctl()
2193 tvps = &prop; in dvb_frontend_handle_compat_ioctl()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java3470 byte prop, prop1; in resolveImplicitLevels()
3471 prop = dirProps[i]; in resolveImplicitLevels()
3472 if (prop == B) in resolveImplicitLevels()
3475 if (prop == AL) { in resolveImplicitLevels()
3477 prop = R; in resolveImplicitLevels()
3478 } else if (prop == EN) { in resolveImplicitLevels()
3494 prop = AN; in resolveImplicitLevels()
3498 gprop = groupProp[prop]; in resolveImplicitLevels()
/third_party/icu/icu4c/source/common/
H A Dubidi.cpp2193 DirProp prop, prop1; in resolveImplicitLevels() local
2194 prop=dirProps[i]; in resolveImplicitLevels()
2195 if(prop==B) { in resolveImplicitLevels()
2199 if(prop==AL) { in resolveImplicitLevels()
2201 prop=R; in resolveImplicitLevels()
2202 } else if(prop==EN) { in resolveImplicitLevels()
2218 prop=AN; in resolveImplicitLevels()
2222 gprop=groupProp[prop]; in resolveImplicitLevels()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidi.java3436 byte prop, prop1; in resolveImplicitLevels()
3437 prop = dirProps[i]; in resolveImplicitLevels()
3438 if (prop == B) in resolveImplicitLevels()
3441 if (prop == AL) { in resolveImplicitLevels()
3443 prop = R; in resolveImplicitLevels()
3444 } else if (prop == EN) { in resolveImplicitLevels()
3460 prop = AN; in resolveImplicitLevels()
3464 gprop = groupProp[prop]; in resolveImplicitLevels()
/third_party/node/deps/icu-small/source/common/
H A Dubidi.cpp2193 DirProp prop, prop1; in resolveImplicitLevels() local
2194 prop=dirProps[i]; in resolveImplicitLevels()
2195 if(prop==B) { in resolveImplicitLevels()
2199 if(prop==AL) { in resolveImplicitLevels()
2201 prop=R; in resolveImplicitLevels()
2202 } else if(prop==EN) { in resolveImplicitLevels()
2218 prop=AN; in resolveImplicitLevels()
2222 gprop=groupProp[prop]; in resolveImplicitLevels()
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidi.cpp2193 DirProp prop, prop1; in resolveImplicitLevels() local
2194 prop=dirProps[i]; in resolveImplicitLevels()
2195 if(prop==B) { in resolveImplicitLevels()
2199 if(prop==AL) { in resolveImplicitLevels()
2201 prop=R; in resolveImplicitLevels()
2202 } else if(prop==EN) { in resolveImplicitLevels()
2218 prop=AN; in resolveImplicitLevels()
2222 gprop=groupProp[prop]; in resolveImplicitLevels()
/third_party/typescript/lib/
H A DtypingsInstaller.js963 function sum(array, prop) {
967 result += v[prop];
9067 This_JSX_tag_s_0_prop_expects_type_1_which_requires_multiple_children_but_only_a_single_child_was_provided: diag(2745, ts.DiagnosticCategory.Error, "This_JSX_tag_s_0_prop_expects_type_1_which_requires_multiple_children_but_only_a_single_child_was_pr_2745", "This JSX tag's '{0}' prop expects type '{1}' which requires multiple children, but only a single child was provided."),
9068 This_JSX_tag_s_0_prop_expects_a_single_child_of_type_1_but_multiple_children_were_provided: diag(2746, ts.DiagnosticCategory.Error, "This_JSX_tag_s_0_prop_expects_a_single_child_of_type_1_but_multiple_children_were_provided_2746", "This JSX tag's '{0}' prop expects a single child of type '{1}', but multiple children were provided."),
[all...]
H A Dtsc.js855 function sum(array, prop) {
859 result += v[prop];
6204 This_JSX_tag_s_0_prop_expects_type_1_which_requires_multiple_children_but_only_a_single_child_was_provided: diag(2745, ts.DiagnosticCategory.Error, "This_JSX_tag_s_0_prop_expects_type_1_which_requires_multiple_children_but_only_a_single_child_was_pr_2745", "This JSX tag's '{0}' prop expects type '{1}' which requires multiple children, but only a single child was provided."),
6205 This_JSX_tag_s_0_prop_expects_a_single_child_of_type_1_but_multiple_children_were_provided: diag(2746, ts.DiagnosticCategory.Error, "This_JSX_tag_s_0_prop_expects_a_single_child_of_type_1_but_multiple_children_were_provided_2746", "This JSX tag's '{0}' prop expects a single child of type '{1}', but multiple children were provided."),
[all...]
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_data_utils.h140 const std::shared_ptr<DataShare::DataShareResultSet> &resultSet, ResultSetDataType &type, Property &prop);
/kernel/linux/linux-5.10/net/tipc/
H A Dlink.h130 int tipc_nl_parse_link_prop(struct nlattr *prop, struct nlattr *props[]);
/third_party/typescript/tests/baselines/reference/
H A DconditionalTypeAssignabilityWhenDeferred.js93 prop!: Wrapped<string>;
96 set(this, "prop", "hi"); // <-- type error
100 set(new Foo2(), "prop", "hi"); // <-- typechecks
175 set(this, "prop", "hi"); // <-- type error
179 set(new Foo2(), "prop", "hi"); // <-- typechecks
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c815 const u32 *prop; in __pmf_find_function() local
823 prop = of_get_property(target, fname, NULL); in __pmf_find_function()
824 if (prop == NULL) in __pmf_find_function()
826 ph = *prop; in __pmf_find_function()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c815 const u32 *prop; in __pmf_find_function() local
823 prop = of_get_property(target, fname, NULL); in __pmf_find_function()
824 if (prop == NULL) in __pmf_find_function()
826 ph = *prop; in __pmf_find_function()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmt9v032.c997 struct property *prop; in mt9v032_get_pdata() local
1013 prop = of_find_property(np, "link-frequencies", NULL); in mt9v032_get_pdata()
1014 if (prop) { in mt9v032_get_pdata()
1016 size_t size = prop->length / sizeof(*link_freqs); in mt9v032_get_pdata()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dgconf.c1337 struct property *prop; in display_tree() local
1347 prop = child->prompt; in display_tree()
1349 ptype = prop ? prop->type : P_UNKNOWN; in display_tree()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dbq25980_charger.c646 enum power_supply_property prop, in bq25980_set_charger_property()
652 switch (prop) { in bq25980_set_charger_property()
881 enum power_supply_property prop) in bq25980_property_is_writeable()
883 switch (prop) { in bq25980_property_is_writeable()
645 bq25980_set_charger_property(struct power_supply *psy, enum power_supply_property prop, const union power_supply_propval *val) bq25980_set_charger_property() argument
880 bq25980_property_is_writeable(struct power_supply *psy, enum power_supply_property prop) bq25980_property_is_writeable() argument
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dbq256xx_charger.c911 enum power_supply_property prop, in bq256xx_set_charger_property()
917 switch (prop) { in bq256xx_set_charger_property()
1235 enum power_supply_property prop) in bq256xx_property_is_writeable()
1237 switch (prop) { in bq256xx_property_is_writeable()
910 bq256xx_set_charger_property(struct power_supply *psy, enum power_supply_property prop, const union power_supply_propval *val) bq256xx_set_charger_property() argument
1234 bq256xx_property_is_writeable(struct power_supply *psy, enum power_supply_property prop) bq256xx_property_is_writeable() argument
H A Dbq25980_charger.c646 enum power_supply_property prop, in bq25980_set_charger_property()
652 switch (prop) { in bq25980_set_charger_property()
881 enum power_supply_property prop) in bq25980_property_is_writeable()
883 switch (prop) { in bq25980_property_is_writeable()
645 bq25980_set_charger_property(struct power_supply *psy, enum power_supply_property prop, const union power_supply_propval *val) bq25980_set_charger_property() argument
880 bq25980_property_is_writeable(struct power_supply *psy, enum power_supply_property prop) bq25980_property_is_writeable() argument

Completed in 122 milliseconds

1...<<51525354555657585960>>...72