Home
last modified time | relevance | path

Searched refs:props (Results 251 - 275 of 1720) sorted by relevance

1...<<11121314151617181920>>...69

/third_party/typescript/tests/baselines/reference/
H A DtsxSpreadAttributesResolution16.js9 export default function Component(props: ComponentProps) {
12 <AnotherComponent {...props} />
32 function Component(props) {
35 <AnotherComponent {...props}/>);
H A DtsxUnionSpread.js19 var props:AnimalInfo = getProps(); variable
20 var component = <AnimalComponent {...props} />
35 var props = getProps();
36 var component = <AnimalComponent {...props}/>;
H A DdefaultPropsEmptyCurlyBecomesAnyForJs.js5 props: T;
7 constructor(props: T, state: U);
21 this.props.x;
22 this.props.y;
80 _this.props.x;
81 _this.props.y;
H A DjsxChildrenIndividualErrorElaborations.js9 export function Blah(props: Props) {
33 export function Blah2(props: PropsArr) {
58 export function Blah3(props: PropsMixed) {
85 function Blah(props) {
97 function Blah2(props) {
109 function Blah3(props) {
H A DdefaultDeclarationEmitNamedCorrectly.js6 export function make<P, CTor>(x: { new (): CTor & {props: P} }): Things<P, CTor> {
14 props: Props;
42 props: P;
48 props: Props;
/kernel/linux/linux-6.6/sound/soc/generic/
H A Dsimple-card-utils.c283 struct simple_dai_props *props = simple_priv_to_props(priv, rtd->num); in asoc_simple_startup() local
289 for_each_prop_dai_cpu(props, i1, dai) { in asoc_simple_startup()
298 for_each_prop_dai_codec(props, i2, dai) { in asoc_simple_startup()
307 if (fixed_sysclk && props->mclk_fs) { in asoc_simple_startup()
308 unsigned int fixed_rate = fixed_sysclk / props->mclk_fs; in asoc_simple_startup()
310 if (fixed_sysclk % props->mclk_fs) { in asoc_simple_startup()
312 fixed_sysclk, props->mclk_fs); in asoc_simple_startup()
325 for_each_prop_dai_codec(props, i, dai) { in asoc_simple_startup()
331 for_each_prop_dai_cpu(props, i, dai) { in asoc_simple_startup()
344 struct simple_dai_props *props in asoc_simple_shutdown() local
435 struct simple_dai_props *props = simple_priv_to_props(priv, rtd->num); asoc_simple_hw_params() local
616 struct simple_dai_props *props = simple_priv_to_props(priv, rtd->num); asoc_simple_dai_init() local
[all...]
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_output.c72 skb_set_network_header(skb, -x->props.header_len); in xfrm4_transport_output()
177 (prevhdr - x->props.header_len) - skb->data); in xfrm6_transport_output()
178 skb_set_network_header(skb, -x->props.header_len); in xfrm6_transport_output()
207 (prevhdr - x->props.header_len) - skb->data); in xfrm6_ro_output()
208 skb_set_network_header(skb, -x->props.header_len); in xfrm6_ro_output()
235 skb_set_network_header(skb, -x->props.header_len - hdrlen + in xfrm4_beet_encap_add()
263 top_iph->saddr = x->props.saddr.a4; in xfrm4_beet_encap_add()
283 skb_set_network_header(skb, -x->props.header_len); in xfrm4_tunnel_encap_add()
295 if (x->props.extra_flags & XFRM_SA_XFLAG_DONT_ENCAP_DSCP) in xfrm4_tunnel_encap_add()
302 flags = x->props in xfrm4_tunnel_encap_add()
[all...]
/third_party/vulkan-loader/loader/
H A Dsettings.c537 struct loader_layer_properties props = {0}; in get_settings_layers() local
538 props.settings_control_value = LOADER_SETTINGS_LAYER_CONTROL_OFF; in get_settings_layers()
539 loader_strncpy(props.info.layerName, VK_MAX_EXTENSION_NAME_SIZE, layer_config->name, VK_MAX_EXTENSION_NAME_SIZE); in get_settings_layers()
540 props.info.layerName[VK_MAX_EXTENSION_NAME_SIZE - 1] = '\0'; in get_settings_layers()
541 res = loader_copy_to_new_str(inst, layer_config->path, &props.manifest_file_name); in get_settings_layers()
545 res = loader_append_layer_property(inst, settings_layers, &props); in get_settings_layers()
547 loader_free_layer_properties(inst, &props); in get_settings_layers()
556 struct loader_layer_properties props = {0}; in get_settings_layers() local
557 props.settings_control_value = LOADER_SETTINGS_LAYER_UNORDERED_LAYER_LOCATION; in get_settings_layers()
558 res = loader_append_layer_property(inst, settings_layers, &props); in get_settings_layers()
733 struct loader_layer_properties* props = &instance_layers->list[i]; enable_correct_layers_from_settings() local
[all...]
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dmt6370-backlight.c130 struct backlight_properties *props) in mt6370_init_backlight_properties()
201 props->max_brightness = min_t(u32, brightness, priv->def_max_brightness); in mt6370_init_backlight_properties()
205 brightness = props->max_brightness; in mt6370_init_backlight_properties()
207 props->brightness = min_t(u32, brightness, props->max_brightness); in mt6370_init_backlight_properties()
212 props->scale = BACKLIGHT_SCALE_NON_LINEAR; in mt6370_init_backlight_properties()
214 props->scale = BACKLIGHT_SCALE_LINEAR; in mt6370_init_backlight_properties()
277 struct backlight_properties props = { in mt6370_bl_probe() local
304 ret = mt6370_init_backlight_properties(priv, &props); in mt6370_bl_probe()
310 &mt6370_bl_ops, &props); in mt6370_bl_probe()
129 mt6370_init_backlight_properties(struct mt6370_priv *priv, struct backlight_properties *props) mt6370_init_backlight_properties() argument
[all...]
H A Dwm831x_bl.c117 struct backlight_properties props; in wm831x_backlight_probe() local
182 memset(&props, 0, sizeof(props)); in wm831x_backlight_probe()
183 props.type = BACKLIGHT_RAW; in wm831x_backlight_probe()
184 props.max_brightness = max_isel; in wm831x_backlight_probe()
186 data, &wm831x_backlight_ops, &props); in wm831x_backlight_probe()
192 bl->props.brightness = max_isel; in wm831x_backlight_probe()
H A Dep93xx_bl.c58 struct backlight_properties props; in ep93xxbl_probe() local
83 memset(&props, 0, sizeof(struct backlight_properties)); in ep93xxbl_probe()
84 props.type = BACKLIGHT_RAW; in ep93xxbl_probe()
85 props.max_brightness = EP93XX_MAX_BRIGHT; in ep93xxbl_probe()
87 ep93xxbl, &ep93xxbl_ops, &props); in ep93xxbl_probe()
91 bl->props.brightness = EP93XX_DEF_BRIGHT; in ep93xxbl_probe()
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dwm831x_bl.c117 struct backlight_properties props; in wm831x_backlight_probe() local
182 memset(&props, 0, sizeof(props)); in wm831x_backlight_probe()
183 props.type = BACKLIGHT_RAW; in wm831x_backlight_probe()
184 props.max_brightness = max_isel; in wm831x_backlight_probe()
186 data, &wm831x_backlight_ops, &props); in wm831x_backlight_probe()
192 bl->props.brightness = max_isel; in wm831x_backlight_probe()
H A Dep93xx_bl.c58 struct backlight_properties props; in ep93xxbl_probe() local
83 memset(&props, 0, sizeof(struct backlight_properties)); in ep93xxbl_probe()
84 props.type = BACKLIGHT_RAW; in ep93xxbl_probe()
85 props.max_brightness = EP93XX_MAX_BRIGHT; in ep93xxbl_probe()
87 ep93xxbl, &ep93xxbl_ops, &props); in ep93xxbl_probe()
91 bl->props.brightness = EP93XX_DEF_BRIGHT; in ep93xxbl_probe()
/third_party/lzma/CPP/Common/
H A DWildcard.h116 // void AddItem(bool include, const UString &path, const CCensorPathProps &props);
204 void AddItem(ECensorPathMode pathMode, bool include, const UString &path, const CCensorPathProps &props);
209 void AddPreItem(bool include, const UString &path, const CCensorPathProps &props);
213 CCensorPathProps props; in AddPreItem_NoWildcard() local
214 props.WildcardMatching = false; in AddPreItem_NoWildcard()
217 path, props); in AddPreItem_NoWildcard()
221 CCensorPathProps props; in AddPreItem_Wildcard() local
222 // props.WildcardMatching = true; in AddPreItem_Wildcard()
225 UString("*"), props); in AddPreItem_Wildcard()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dbacklight.c77 struct backlight_properties props __maybe_unused = {}; in gma_backlight_init()
94 props.brightness = dev_priv->backlight_level; in gma_backlight_init()
95 props.max_brightness = PSB_MAX_BRIGHTNESS; in gma_backlight_init()
96 props.type = BACKLIGHT_RAW; in gma_backlight_init()
101 &gma_backlight_ops, &props); in gma_backlight_init()
/third_party/lzma/C/
H A DLzma86Enc.c21 CLzmaEncProps props; in Lzma86_Encode() local
22 LzmaEncProps_Init(&props); in Lzma86_Encode()
23 props.level = level; in Lzma86_Encode()
24 props.dictSize = dictSize; in Lzma86_Encode()
79 &props, dest + 1, &outPropsSize, 0, in Lzma86_Encode()
/third_party/node/deps/v8/src/d8/
H A Dd8-js.cc63 var props = []; variable
72 props.push(name + ": " + Stringify(desc.value, depth - 1));
76 props.push("get " + name + getter.slice(getter.indexOf('(')));
80 props.push("set " + name + setter.slice(setter.indexOf('(')));
83 return "{" + props.join(", ") + "}";
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_view.cpp49 auto props = node->GetPaintProperty<OptionPaintProperty>(); in Create() local
50 CHECK_NULL_RETURN(props, nullptr); in Create()
51 props->UpdateHover(false); in Create()
52 props->UpdatePress(false); in Create()
93 auto props = iconNode->GetLayoutProperty<ImageLayoutProperty>(); in CreateIcon() local
100 props->UpdateImageSourceInfo(info); in CreateIcon()
102 props->UpdateUserDefinedIdealSize( in CreateIcon()
104 props->UpdateAlignment(Alignment::CENTER_LEFT); in CreateIcon()
122 auto props = iconNode->GetLayoutProperty<TextLayoutProperty>(); in CreateSymbol() local
123 CHECK_NULL_RETURN(props, nullpt in CreateSymbol()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c117 if (!(sa_entry->x->props.flags & XFRM_STATE_ESN)) { in mlx5e_ipsec_update_esn_state()
194 attrs->flags |= (x->props.mode == XFRM_MODE_TRANSPORT) ? in mlx5e_ipsec_build_accel_xfrm_attrs()
202 memcpy(&attrs->saddr, x->props.saddr.a6, sizeof(attrs->saddr)); in mlx5e_ipsec_build_accel_xfrm_attrs()
204 attrs->is_ipv6 = (x->props.family != AF_INET); in mlx5e_ipsec_build_accel_xfrm_attrs()
214 if (x->props.aalgo != SADB_AALG_NONE) { in mlx5e_xfrm_validate_state()
218 if (x->props.ealgo != SADB_X_EALG_AES_GCM_ICV16) { in mlx5e_xfrm_validate_state()
222 if (x->props.calgo != SADB_X_CALG_NONE) { in mlx5e_xfrm_validate_state()
226 if (x->props.flags & XFRM_STATE_ESN && in mlx5e_xfrm_validate_state()
232 if (x->props.family != AF_INET && in mlx5e_xfrm_validate_state()
233 x->props in mlx5e_xfrm_validate_state()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/backend/
H A Dmali_kbase_timeline_csf.c39 (kbdev->gpu_props.props.raw_props.gpu_features & in kbase_create_timeline_objects()
43 u32 const arch_maj = (kbdev->gpu_props.props.raw_props.gpu_id & in kbase_create_timeline_objects()
61 kbdev->gpu_props.props.raw_props.gpu_id, in kbase_create_timeline_objects()
71 __kbase_tlstream_tl_kbase_new_device(summary, kbdev->gpu_props.props.raw_props.gpu_id, in kbase_create_timeline_objects()
97 kbdev->gpu_props.props.raw_props.gpu_id, in kbase_create_timeline_objects()
139 kbdev->gpu_props.props.raw_props.gpu_id); in kbase_create_timeline_objects()
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dsamsung-q10.c36 for (i = 0; i < bd->props.brightness; i++) { in samsungq10_bl_set_intensity()
52 struct backlight_properties props; in samsungq10_probe() local
55 memset(&props, 0, sizeof(struct backlight_properties)); in samsungq10_probe()
56 props.type = BACKLIGHT_PLATFORM; in samsungq10_probe()
57 props.max_brightness = SAMSUNGQ10_BL_MAX_INTENSITY; in samsungq10_probe()
59 &samsungq10_bl_ops, &props); in samsungq10_probe()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dsamsung-q10.c36 for (i = 0; i < bd->props.brightness; i++) { in samsungq10_bl_set_intensity()
52 struct backlight_properties props; in samsungq10_probe() local
55 memset(&props, 0, sizeof(struct backlight_properties)); in samsungq10_probe()
56 props.type = BACKLIGHT_PLATFORM; in samsungq10_probe()
57 props.max_brightness = SAMSUNGQ10_BL_MAX_INTENSITY; in samsungq10_probe()
59 &samsungq10_bl_ops, &props); in samsungq10_probe()
H A Dnvidia-wmi-ec-backlight.c69 &bd->props.brightness); in nvidia_wmi_ec_backlight_update_status()
93 struct backlight_properties props = {}; in nvidia_wmi_ec_backlight_probe() local
105 props.type = BACKLIGHT_FIRMWARE; in nvidia_wmi_ec_backlight_probe()
109 &props.max_brightness); in nvidia_wmi_ec_backlight_probe()
114 WMI_BRIGHTNESS_MODE_GET, &props.brightness); in nvidia_wmi_ec_backlight_probe()
122 &props); in nvidia_wmi_ec_backlight_probe()
/third_party/lzma/CPP/7zip/Compress/
H A DXzDecoder.cpp48 CXzDecMtProps props; in Decode() local
49 XzDecMtProps_Init(&props); in Decode()
55 props.numThreads = 1; in Decode()
63 props.memUseMax = memUsage; in Decode()
67 props.numThreads = numThreads; in Decode()
80 &props, in Decode()
/third_party/jerryscript/tests/jerry/
H A Dobject-define-properties.js127 var props = {
147 Object.defineProperties(obj, props);
179 var props = {
185 delete props.prop1;
186 delete props.prop2;
200 Object.defineProperties(obj, props);

Completed in 12 milliseconds

1...<<11121314151617181920>>...69