/third_party/typescript/tests/baselines/reference/ |
H A D | intersectionTypeInference1.js | 6 const parameterFn = (props:{store:string}) => alert(props.store) 17 var parameterFn = function (props) { return alert(props.store); };
|
H A D | jsxEmptyExpressionNotCountedAsChild(jsx=react-jsxdev).js | 9 function Wrapper(props: Props) { 10 return <div>{props.children}</div> 25 function Wrapper(props) {
26 return (0, jsx_dev_runtime_1.jsxDEV)("div", { children: props.children }, void 0, false, { fileName: _jsxFileName, lineNumber: 9, columnNumber: 11 }, this);
|
H A D | tsxSpreadAttributesResolution14.js | 9 export default function Component(props: ComponentProps) { 12 <AnotherComponent {...props} Property1/> 30 function Component(props) {
33 <AnotherComponent {...props} Property1/>);
|
H A D | tsxSpreadAttributesResolution15.js | 9 export default function Component(props: ComponentProps) { 11 <AnotherComponent {...props} property2 AnotherProperty1="hi"/> 31 function Component(props) {
32 return (<AnotherComponent {...props} property2 AnotherProperty1="hi"/>);
|
H A D | tsxSpreadAttributesResolution16.js | 9 export default function Component(props: ComponentProps) { 12 <AnotherComponent {...props} /> 32 function Component(props) {
35 <AnotherComponent {...props}/>);
|
H A D | tsxUnionSpread.js | 19 var props:AnimalInfo = getProps(); variable 20 var component = <AnimalComponent {...props} /> 35 var props = getProps();
36 var component = <AnimalComponent {...props}/>;
|
H A D | defaultPropsEmptyCurlyBecomesAnyForJs.js | 5 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 D | jsxChildrenIndividualErrorElaborations.js | 9 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) {
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec.c | 117 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...] |
/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | wm831x_bl.c | 117 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 D | ep93xx_bl.c | 58 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-6.6/drivers/video/backlight/ |
H A D | wm831x_bl.c | 117 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 D | ep93xx_bl.c | 58 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 D | Wildcard.h | 116 // 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()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | gen_builtin_symbols.py | 1429 for variable_name, props in group['variables'].items(): 1436 def get_suffix(props): 1437 if 'suffix' in props: 1438 return props['suffix'] 1442 def get_essl_extension(props): 1443 if 'essl_extension' in props: 1444 return props['essl_extension'] 1448 def get_glsl_extension(props): 1449 if 'glsl_extension' in props: 1450 return props['glsl_extensio [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | backlight.c | 77 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 D | Lzma86Enc.c | 21 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 D | d8-js.cc | 63 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(", ") + "}";
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGRenderContext.cpp | 145 static sk_sp<SkPathEffect> dash_effect(const SkSVGPresentationAttributes& props, in dash_effect() argument 147 if (props.fStrokeDashArray->type() != SkSVGDashArray::Type::kDashArray) { in dash_effect() 151 const auto& da = *props.fStrokeDashArray; in dash_effect() 167 const auto phase = lctx.resolve(*props.fStrokeDashOffset, in dash_effect() 307 const auto& props = fPresentationContext->fInherited; in applyOpacity() local 308 const bool hasFill = props.fFill ->type() != SkSVGPaint::Type::kNone, in applyOpacity() 309 hasStroke = props.fStroke->type() != SkSVGPaint::Type::kNone; in applyOpacity() 467 const auto& props = fPresentationContext->fInherited; in fillPaint() local 468 auto p = this->commonPaint(*props.fFill, *props in fillPaint() 478 const auto& props = fPresentationContext->fInherited; strokePaint() local [all...] |
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | samsung-q10.c | 36 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 D | samsung-q10.c | 36 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 D | nvidia-wmi-ec-backlight.c | 69 &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 D | XzDecoder.cpp | 48 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 D | object-define-properties.js | 127 var props = { 147 Object.defineProperties(obj, props); 179 var props = { 185 delete props.prop1; 186 delete props.prop2; 200 Object.defineProperties(obj, props);
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | property.c | 338 struct acpi_device_properties *props; in acpi_data_add_props() local 340 props = kzalloc(sizeof(*props), GFP_KERNEL); in acpi_data_add_props() 341 if (props) { in acpi_data_add_props() 342 INIT_LIST_HEAD(&props->list); in acpi_data_add_props() 343 props->guid = guid; in acpi_data_add_props() 344 props->properties = properties; in acpi_data_add_props() 345 list_add_tail(&props->list, &data->properties); in acpi_data_add_props() 348 return props; in acpi_data_add_props() 392 struct acpi_device_properties *props; in acpi_data_add_buffer_props() local 590 struct acpi_device_properties *props, *tmp; acpi_free_device_properties() local 653 const struct acpi_device_properties *props; acpi_data_get_property() local [all...] |