Home
last modified time | relevance | path

Searched refs:props (Results 1151 - 1175 of 1600) sorted by relevance

1...<<41424344454647484950>>...64

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-use.cc164 if (has_arabic_joining (plan->props.script)) in data_create_use()
198 setup_masks_arabic_plan (use_plan->arabic_plan, buffer, plan->props.script); in setup_masks_use()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp74 const VkQueueFamilyProperties& props = familyProperties2[familyIndex].queueFamilyProperties; in findQueueFamilyIndex() local
75 const VkQueueFlags queueFlags = props.queueFlags; in findQueueFamilyIndex()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp1230 napi_property_descriptor props[] = { in NapiDefineSendableClass() local
1254 napi_property_descriptor props[] = { in NapiDefineSendableClass()
1264 napi_define_properties(env, thisVar, sizeof(props) / sizeof(props[0]), props); in NapiDefineSendableClass()
1267 nullptr, sizeof(props) / sizeof(props[0]), props, nullptr, &sendableClass); in NapiDefineSendableClass()
2930 napi_value returnValue, props; in GetAllPropertyNames() local
2942 &props)); in GetAllPropertyNames()
7559 napi_property_descriptor props[] = { defineSendableClassEnvNull() local
7606 napi_property_descriptor props[] = { defineSendableClassNameNull() local
7653 napi_property_descriptor props[] = { defineSendableClassConstructorNull() local
7682 napi_property_descriptor props[] = { defineSendableClassRstNull() local
8888 napi_value returnValue, props; GetAllPropertyNamesEnvNull() local
8904 napi_value returnValue, props; GetAllPropertyNamesObjNull() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Datyfb_base.c2214 if (bd->props.power != FB_BLANK_UNBLANK || in aty_bl_update_status()
2215 bd->props.fb_blank != FB_BLANK_UNBLANK) in aty_bl_update_status()
2218 level = bd->props.brightness; in aty_bl_update_status()
2239 struct backlight_properties props; in aty_bl_init() local
2251 memset(&props, 0, sizeof(struct backlight_properties)); in aty_bl_init()
2252 props.type = BACKLIGHT_RAW; in aty_bl_init()
2253 props.max_brightness = FB_BACKLIGHT_LEVELS - 1; in aty_bl_init()
2255 &props); in aty_bl_init()
2267 bd->props.brightness = bd->props in aty_bl_init()
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dmetadata_napi.cpp163 napi_property_descriptor props[] = { in Init() local
175 Constructor, nullptr, IMG_ARRAY_SIZE(props), in Init()
176 props, &constructor)), in Init()
H A Dimage_napi.cpp75 napi_property_descriptor props[] = { in Init() local
83 size_t size = IMG_ARRAY_SIZE(props); in Init()
86 if (napi_define_class(env, name, SIZE_MAX, Constructor, nullptr, size, props, &thisVar) != napi_ok) { in Init()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_napi.cpp74 napi_property_descriptor props[] = { in Init() local
82 size_t size = IMG_ARRAY_SIZE(props); in Init()
85 if (napi_define_sendable_class(env, name, SIZE_MAX, Constructor, nullptr, size, props, nullptr, &thisVar) != napi_ok) { in Init()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp294 shared_ptr<vector<Property>> props = make_shared<vector<Property>>(); in GetObjectPropList() local
295 mtpMedialibraryManager_->GetObjectPropList(context_, props); in GetObjectPropList()
298 getObjectPropList->SetProps(props); in GetObjectPropList()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dssd1307fb.c513 int brightness = bdev->props.brightness; in ssd1307fb_update_bl()
751 bl->props.brightness = par->contrast; in ssd1307fb_probe()
752 bl->props.max_brightness = MAX_CONTRAST; in ssd1307fb_probe()
H A Dsh_mobile_lcdcfb.c1052 ch->bl->props.power = FB_BLANK_UNBLANK; in sh_mobile_lcdc_start()
1085 ch->bl->props.power = FB_BLANK_POWERDOWN; in sh_mobile_lcdc_stop()
2124 int brightness = bdev->props.brightness; in sh_mobile_lcdc_update_bl()
2126 if (bdev->props.power != FB_BLANK_UNBLANK || in sh_mobile_lcdc_update_bl()
2127 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in sh_mobile_lcdc_update_bl()
2167 bl->props.max_brightness = ch->cfg->bl_info.max_brightness; in sh_mobile_lcdc_bl_probe()
2168 bl->props.brightness = bl->props.max_brightness; in sh_mobile_lcdc_bl_probe()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov01a10.c522 struct v4l2_fwnode_device_properties props; in ov01a10_init_controls() local
530 ret = v4l2_fwnode_device_parse(&client->dev, &props); in ov01a10_init_controls()
594 &props); in ov01a10_init_controls()
H A Dov2685.c678 struct v4l2_fwnode_device_properties props; in ov2685_initialize_controls() local
728 ret = v4l2_fwnode_device_parse(&ov2685->client->dev, &props); in ov2685_initialize_controls()
732 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov2685_ctrl_ops, &props); in ov2685_initialize_controls()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DCompactDecimalFormatTest.java677 public void set(DecimalFormatProperties props) { in TestCustomData()
679 "0 foo", props, PatternStringParser.IGNORE_ROUNDING_ALWAYS); in TestCustomData()
680 props.setCompactCustomData(customData); in TestCustomData()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_blit.c118 VkFormatProperties props = screen->format_props[res->base.b.format]; in get_resource_features() local
119 return res->optimal_tiling ? props.optimalTilingFeatures : in get_resource_features()
120 props.linearTilingFeatures; in get_resource_features()
H A Dzink_resource.c389 VkFormatProperties props = screen->format_props[templ->format]; in get_image_usage() local
390 VkFormatFeatureFlags feats = tiling == VK_IMAGE_TILING_LINEAR ? props.linearTilingFeatures : props.optimalTilingFeatures; in get_image_usage()
1006 alignment = MAX2(alignment, screen->info.props.limits.minMemoryMapAlignment); in resource_object_create()
1663 align_offset_size(screen->info.props.limits.nonCoherentAtomSize, &offset, &size, obj->size); in zink_resource_init_mem_range()
1803 screen->info.props.limits.minMemoryMapAlignment, &offset, in zink_buffer_map()
1824 trans->offset = box->x % screen->info.props.limits.minMemoryMapAlignment; in zink_buffer_map()
1835 trans->offset = box->x % screen->info.props.limits.minMemoryMapAlignment; in zink_buffer_map()
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc198 Object props = info.property_accessors(); in ConfigureInstance() local
199 if (!props.IsUndefined(isolate)) { in ConfigureInstance()
200 max_number_of_properties += TemplateList::cast(props).length(); in ConfigureInstance()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1059 ch->bl->props.power = FB_BLANK_UNBLANK; in sh_mobile_lcdc_start()
1092 ch->bl->props.power = FB_BLANK_POWERDOWN; in sh_mobile_lcdc_stop()
2127 int brightness = bdev->props.brightness; in sh_mobile_lcdc_update_bl()
2129 if (bdev->props.power != FB_BLANK_UNBLANK || in sh_mobile_lcdc_update_bl()
2130 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in sh_mobile_lcdc_update_bl()
2170 bl->props.max_brightness = ch->cfg->bl_info.max_brightness; in sh_mobile_lcdc_bl_probe()
2171 bl->props.brightness = bl->props.max_brightness; in sh_mobile_lcdc_bl_probe()
/kernel/linux/linux-5.10/net/tipc/
H A Dnode.c2415 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_node_set_link() local
2417 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props); in tipc_nl_node_set_link()
2423 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_node_set_link()
2426 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_node_set_link()
2429 if (props[TIPC_NLA_PROP_PRIO]) { in tipc_nl_node_set_link()
2432 prio = nla_get_u32(props[TIPC_NLA_PROP_PRIO]); in tipc_nl_node_set_link()
2435 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_node_set_link()
2438 max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_node_set_link()
H A Dlink.c2554 int tipc_nl_parse_link_prop(struct nlattr *prop, struct nlattr *props[]) in tipc_nl_parse_link_prop() argument
2558 err = nla_parse_nested_deprecated(props, TIPC_NLA_PROP_MAX, prop, in tipc_nl_parse_link_prop()
2563 if (props[TIPC_NLA_PROP_PRIO]) { in tipc_nl_parse_link_prop()
2566 prio = nla_get_u32(props[TIPC_NLA_PROP_PRIO]); in tipc_nl_parse_link_prop()
2571 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_parse_link_prop()
2574 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_parse_link_prop()
2579 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_parse_link_prop()
2582 max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_parse_link_prop()
H A Dlink.h130 int tipc_nl_parse_link_prop(struct nlattr *prop, struct nlattr *props[]);
/kernel/linux/linux-6.6/net/tipc/
H A Dnode.c2461 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_node_set_link() local
2463 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props); in tipc_nl_node_set_link()
2469 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_node_set_link()
2472 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_node_set_link()
2475 if (props[TIPC_NLA_PROP_PRIO]) { in tipc_nl_node_set_link()
2478 prio = nla_get_u32(props[TIPC_NLA_PROP_PRIO]); in tipc_nl_node_set_link()
2481 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_node_set_link()
2484 max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_node_set_link()
H A Dlink.c2590 int tipc_nl_parse_link_prop(struct nlattr *prop, struct nlattr *props[]) in tipc_nl_parse_link_prop() argument
2594 err = nla_parse_nested_deprecated(props, TIPC_NLA_PROP_MAX, prop, in tipc_nl_parse_link_prop()
2599 if (props[TIPC_NLA_PROP_PRIO]) { in tipc_nl_parse_link_prop()
2602 prio = nla_get_u32(props[TIPC_NLA_PROP_PRIO]); in tipc_nl_parse_link_prop()
2607 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_parse_link_prop()
2610 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_parse_link_prop()
2615 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_parse_link_prop()
2618 max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_parse_link_prop()
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_napi.h54 bool ToExport(std::vector<napi_property_descriptor> props);
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ddrxk_hard.h213 struct dtv_frontend_properties props; member
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dtps65217_bl.c299 tps65217_bl->bl->props.brightness = pdata->dft_brightness; in tps65217_bl_probe()

Completed in 58 milliseconds

1...<<41424344454647484950>>...64