/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_verbs.c | 278 struct ib_device_attr *props, in usnic_ib_query_device() 292 memset(props, 0, sizeof(*props)); in usnic_ib_query_device() 295 memcpy(&props->sys_image_guid, &gid.global.interface_id, in usnic_ib_query_device() 297 usnic_ib_fw_string_to_u64(&info.fw_version[0], &props->fw_ver); in usnic_ib_query_device() 298 props->max_mr_size = USNIC_UIOM_MAX_MR_SIZE; in usnic_ib_query_device() 299 props->page_size_cap = USNIC_UIOM_PAGE_SIZE; in usnic_ib_query_device() 300 props->vendor_id = PCI_VENDOR_ID_CISCO; in usnic_ib_query_device() 301 props->vendor_part_id = PCI_DEVICE_ID_CISCO_VIC_USPACE_NIC; in usnic_ib_query_device() 302 props in usnic_ib_query_device() 277 usnic_ib_query_device(struct ib_device *ibdev, struct ib_device_attr *props, struct ib_udata *uhw) usnic_ib_query_device() argument 335 usnic_ib_query_port(struct ib_device *ibdev, u32 port, struct ib_port_attr *props) usnic_ib_query_port() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_pattern.cpp | 268 auto props = GetPaintProperty<OptionPaintProperty>(); in OnPress() local 269 CHECK_NULL_VOID(props); in OnPress() 281 props->UpdatePress(true); in OnPress() 294 props->UpdatePress(false); in OnPress() 310 auto props = GetPaintProperty<OptionPaintProperty>(); in OnHover() local 311 CHECK_NULL_VOID(props); in OnHover() 319 props->UpdateHover(true); in OnHover() 325 props->UpdateHover(false); in OnHover() 352 auto props = DynamicCast<FrameNode>(nextNode)->GetPaintProperty<OptionPaintProperty>(); in UpdateNextNodeDivider() local 353 CHECK_NULL_VOID(props); in UpdateNextNodeDivider() 370 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); SetFontSize() local 380 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); SetItalicFontStyle() local 389 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); SetFontWeight() local 398 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); SetFontFamily() local 407 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); SetFontColor() local 421 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); InspectorGetFont() local 440 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); GetFontSize() local 450 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); GetItalicFontStyle() local 459 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); GetFontWeight() local 468 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); GetFontFamily() local 477 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); GetFontColor() local 494 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); UpdateText() local 526 auto props = icon_->GetLayoutProperty<ImageLayoutProperty>(); UpdateIcon() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_verbs.c | 279 struct ib_device_attr *props, in usnic_ib_query_device() 293 memset(props, 0, sizeof(*props)); in usnic_ib_query_device() 296 memcpy(&props->sys_image_guid, &gid.global.interface_id, in usnic_ib_query_device() 298 usnic_ib_fw_string_to_u64(&info.fw_version[0], &props->fw_ver); in usnic_ib_query_device() 299 props->max_mr_size = USNIC_UIOM_MAX_MR_SIZE; in usnic_ib_query_device() 300 props->page_size_cap = USNIC_UIOM_PAGE_SIZE; in usnic_ib_query_device() 301 props->vendor_id = PCI_VENDOR_ID_CISCO; in usnic_ib_query_device() 302 props->vendor_part_id = PCI_DEVICE_ID_CISCO_VIC_USPACE_NIC; in usnic_ib_query_device() 303 props in usnic_ib_query_device() 278 usnic_ib_query_device(struct ib_device *ibdev, struct ib_device_attr *props, struct ib_udata *uhw) usnic_ib_query_device() argument 335 usnic_ib_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) usnic_ib_query_port() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 966 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceProperties (VkPhysicalDevice, VkPhysicalDeviceProperties* props) in getPhysicalDeviceProperties() argument 968 deMemset(props, 0, sizeof(VkPhysicalDeviceProperties)); in getPhysicalDeviceProperties() 970 props->apiVersion = VK_API_VERSION_1_1; in getPhysicalDeviceProperties() 971 props->driverVersion = 1u; in getPhysicalDeviceProperties() 972 props->deviceType = VK_PHYSICAL_DEVICE_TYPE_OTHER; in getPhysicalDeviceProperties() 974 deMemcpy(props->deviceName, "null", 5); in getPhysicalDeviceProperties() 977 props->limits.maxImageDimension1D = 4096; in getPhysicalDeviceProperties() 978 props->limits.maxImageDimension2D = 4096; in getPhysicalDeviceProperties() 979 props->limits.maxImageDimension3D = 256; in getPhysicalDeviceProperties() 980 props in getPhysicalDeviceProperties() 1093 getPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice, deUint32* count, VkQueueFamilyProperties* props) getPhysicalDeviceQueueFamilyProperties() argument 1107 getPhysicalDeviceMemoryProperties(VkPhysicalDevice, VkPhysicalDeviceMemoryProperties* props) getPhysicalDeviceMemoryProperties() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | deepExcessPropertyCheckingWhenTargetIsIntersection.js | 3 (props: P & { children?: number }, context?: any): null; 6 const TestComponent: StatelessComponent<TestProps> = (props) => { 15 props: TProps; 22 TestComponent({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}); 24 const TestComponent2: StatelessComponent<TestProps | {props2: {x: number}}> = (props) => { 28 TestComponent2({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}); 32 var TestComponent = function (props) {
35 TestComponent({ icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } } });
36 var TestComponent2 = function (props) {
39 TestComponent2({ icon: { props [all...] |
H A D | tsxGenericAttributesType7.js | 4 declare function Component<T>(props: T) : JSX.Element; 5 const decorator = function <U>(props: U) { 6 return <Component {...props} />; 9 const decorator1 = function <U extends {x: string}>(props: U) { 10 return <Component {...props} x="hi"/>; 17 var decorator = function (props) {
18 return <Component {...props}/>;
20 var decorator1 = function (props) {
21 return <Component {...props} x="hi"/>;
|
H A D | tsxGenericAttributesType8.js | 4 declare function Component<T>(props: T) : JSX.Element; 5 const decorator = function <U>(props: U) { 6 return <Component {...props} />; 9 const decorator1 = function <U extends {x: string}>(props: U) { 10 return <Component {...props} />; 17 var decorator = function (props) {
18 return <Component {...props}/>;
20 var decorator1 = function (props) {
21 return <Component {...props}/>;
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ppucd.cpp | 213 UniProps *props; in getProps() local 239 props=&defaultProps; in getProps() 244 props=&blockProps; in getProps() 276 props=&cpProps; in getProps() 283 props->start=start; in getProps() 284 props->end=end; in getProps() 286 if(!parseProperty(*props, field, newValues, errorCode)) { return nullptr; } in getProps() 304 return props; in getProps() 318 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, in parseProperty() argument 360 props in parseProperty() [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ppucd.cpp | 213 UniProps *props; in getProps() local 239 props=&defaultProps; in getProps() 244 props=&blockProps; in getProps() 276 props=&cpProps; in getProps() 283 props->start=start; in getProps() 284 props->end=end; in getProps() 286 if(!parseProperty(*props, field, newValues, errorCode)) { return NULL; } in getProps() 304 return props; in getProps() 318 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, in parseProperty() argument 360 props in parseProperty() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ppucd.cpp | 206 UniProps *props; in getProps() local 232 props=&defaultProps; in getProps() 237 props=&blockProps; in getProps() 269 props=&cpProps; in getProps() 276 props->start=start; in getProps() 277 props->end=end; in getProps() 279 if(!parseProperty(*props, field, newValues, errorCode)) { return NULL; } in getProps() 297 return props; in getProps() 311 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, in parseProperty() argument 353 props in parseProperty() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_layout_property.h | 37 auto props = MakeRefPtr<DialogLayoutProperty>(); variable 38 props->LayoutProperty::UpdateLayoutProperty(DynamicCast<LayoutProperty>(this)); 39 props->propDialogAlignment_ = CloneDialogAlignment(); 40 props->propDialogOffset_ = CloneDialogOffset(); 41 props->propGridCount_ = CloneGridCount(); 42 props->propUseCustomStyle_ = CloneUseCustomStyle(); 43 props->propAutoCancel_ = CloneAutoCancel(); 44 props->propShowInSubWindow_ = CloneShowInSubWindow(); 45 props->propIsModal_ = CloneIsModal(); 46 props [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
H A D | menu_item_group_paint_method.cpp | 28 auto props = DynamicCast<MenuItemGroupPaintProperty>(paintWrapper->GetPaintProperty()); in GetOverlayDrawFunction() local 29 CHECK_NULL_VOID(props); in GetOverlayDrawFunction() 30 bool needHeaderPadding = props->GetNeedHeaderPadding().value_or(false); in GetOverlayDrawFunction() 33 GroupDividerInfo info = group->PreparePaintData(pipeline, props, paintWrapper); in GetOverlayDrawFunction() 34 bool needHeaderDivider = props->GetNeedHeaderDivider().value_or(true); in GetOverlayDrawFunction() 35 bool needFooterDivider = props->GetNeedFooterDivider().value_or(true); in GetOverlayDrawFunction() 39 bool needFooterPadding = props->GetNeedFooterPadding().value_or(false); in GetOverlayDrawFunction() 50 RefPtr<PipelineBase>& pipeline, RefPtr<MenuItemGroupPaintProperty>& props, PaintWrapper* paintWrapper) in PreparePaintData() 66 if (props->GetStrokeWidth()->Unit() != DimensionUnit::INVALID) { in PreparePaintData() 67 info.strokeWidth = props in PreparePaintData() 49 PreparePaintData( RefPtr<PipelineBase>& pipeline, RefPtr<MenuItemGroupPaintProperty>& props, PaintWrapper* paintWrapper) PreparePaintData() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb_core.c | 29 if (!d->props->download_firmware) { in dvb_usbv2_download_firmware() 45 ret = d->props->download_firmware(d, fw); in dvb_usbv2_download_firmware() 61 if (!d->props->i2c_algo) in dvb_usbv2_i2c_init() 65 d->i2c_adap.algo = d->props->i2c_algo; in dvb_usbv2_i2c_init() 125 if (dvb_usbv2_disable_rc_polling || !d->props->get_rc_config) in dvb_usbv2_remote_init() 129 ret = d->props->get_rc_config(d, &d->rc); in dvb_usbv2_remote_init() 149 dev->driver_name = d->props->driver_name; in dvb_usbv2_remote_init() 230 return usb_urb_initv2(&adap->stream, &adap->props->stream); in dvb_usbv2_adapter_stream_init() 267 if (d->props->get_stream_config) { in dvb_usb_start_feed() 268 memcpy(&stream_props, &adap->props in dvb_usb_start_feed() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb_core.c | 29 if (!d->props->download_firmware) { in dvb_usbv2_download_firmware() 45 ret = d->props->download_firmware(d, fw); in dvb_usbv2_download_firmware() 61 if (!d->props->i2c_algo) in dvb_usbv2_i2c_init() 65 d->i2c_adap.algo = d->props->i2c_algo; in dvb_usbv2_i2c_init() 125 if (dvb_usbv2_disable_rc_polling || !d->props->get_rc_config) in dvb_usbv2_remote_init() 129 ret = d->props->get_rc_config(d, &d->rc); in dvb_usbv2_remote_init() 149 dev->driver_name = d->props->driver_name; in dvb_usbv2_remote_init() 230 return usb_urb_initv2(&adap->stream, &adap->props->stream); in dvb_usbv2_adapter_stream_init() 267 if (d->props->get_stream_config) { in dvb_usb_start_feed() 268 memcpy(&stream_props, &adap->props in dvb_usb_start_feed() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_utils.cpp | 47 inline float GetRowGap(const RefPtr<GridLayoutProperty>& props, float frameHeight) in GetRowGap() argument 49 auto scale = props->GetLayoutConstraint()->scaleProperty; in GetRowGap() 50 return ConvertToPx(props->GetRowsGap().value_or(0.0_vp), scale, frameHeight).value_or(0); in GetRowGap() 53 inline float GetColumnGap(const RefPtr<GridLayoutProperty>& props, float frameWidth) in GetColumnGap() argument 55 auto scale = props->GetLayoutConstraint()->scaleProperty; in GetColumnGap() 56 return ConvertToPx(props->GetColumnsGap().value_or(0.0_vp), scale, frameWidth).value_or(0); in GetColumnGap() 60 float GridUtils::GetMainGap(const RefPtr<GridLayoutProperty>& props, const SizeF& frameSize, Axis axis) in GetMainGap() argument 62 return axis == Axis::HORIZONTAL ? GetColumnGap(props, frameSize.Width()) : GetRowGap(props, frameSize.Height()); in GetMainGap() 65 float GridUtils::GetCrossGap(const RefPtr<GridLayoutProperty>& props, cons argument [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-remote.c | 49 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_getkeycode() 50 unsigned int keymap_size = d->props.rc.legacy.rc_map_size; in legacy_dvb_usb_getkeycode() 72 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_setkeycode() 73 unsigned int keymap_size = d->props.rc.legacy.rc_map_size; in legacy_dvb_usb_setkeycode() 123 if (d->props.rc.legacy.rc_query(d,&event,&state)) { in legacy_dvb_usb_read_remote_control() 187 schedule_delayed_work(&d->rc_query_work,msecs_to_jiffies(d->props.rc.legacy.rc_interval)); in legacy_dvb_usb_read_remote_control() 211 deb_rc("key map size: %d\n", d->props.rc.legacy.rc_map_size); in legacy_dvb_usb_remote_init() 212 for (i = 0; i < d->props.rc.legacy.rc_map_size; i++) { in legacy_dvb_usb_remote_init() 214 d->props.rc.legacy.rc_map_table[i].keycode, i); in legacy_dvb_usb_remote_init() 215 set_bit(d->props in legacy_dvb_usb_remote_init() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-remote.c | 49 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_getkeycode() 50 unsigned int keymap_size = d->props.rc.legacy.rc_map_size; in legacy_dvb_usb_getkeycode() 72 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_setkeycode() 73 unsigned int keymap_size = d->props.rc.legacy.rc_map_size; in legacy_dvb_usb_setkeycode() 123 if (d->props.rc.legacy.rc_query(d,&event,&state)) { in legacy_dvb_usb_read_remote_control() 187 schedule_delayed_work(&d->rc_query_work,msecs_to_jiffies(d->props.rc.legacy.rc_interval)); in legacy_dvb_usb_read_remote_control() 211 deb_rc("key map size: %d\n", d->props.rc.legacy.rc_map_size); in legacy_dvb_usb_remote_init() 212 for (i = 0; i < d->props.rc.legacy.rc_map_size; i++) { in legacy_dvb_usb_remote_init() 214 d->props.rc.legacy.rc_map_table[i].keycode, i); in legacy_dvb_usb_remote_init() 215 set_bit(d->props in legacy_dvb_usb_remote_init() [all...] |
/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | aat2870_bl.c | 35 val /= bd->props.max_brightness; in aat2870_brightness() 62 int brightness = bd->props.brightness; in aat2870_bl_update_status() 65 if ((brightness < 0) || (bd->props.max_brightness < brightness)) { in aat2870_bl_update_status() 71 bd->props.brightness, bd->props.power, bd->props.state); in aat2870_bl_update_status() 73 if ((bd->props.power != FB_BLANK_UNBLANK) || in aat2870_bl_update_status() 74 (bd->props.state & BL_CORE_FBBLANK) || in aat2870_bl_update_status() 75 (bd->props.state & BL_CORE_SUSPENDED)) in aat2870_bl_update_status() 114 struct backlight_properties props; in aat2870_bl_probe() local [all...] |
/third_party/node/benchmark/path/ |
H A D | format-posix.js | 6 props: [ 12 function main({ n, props }) { 13 props = props.split('|'); 15 root: props[0] || '', 16 dir: props[1] || '', 18 ext: props[3] || '', 24 obj.base = `a${i}${props[2] || ''}`; 25 obj.name = `a${i}${props[4] || ''}`;
|
H A D | format-win32.js | 6 props: [ 12 function main({ n, props }) { 13 props = props.split('|'); 15 root: props[0] || '', 16 dir: props[1] || '', 18 ext: props[3] || '', 24 obj.base = `a${i}${props[2] || ''}`; 25 obj.name = `a${i}${props[4] || ''}`;
|
/kernel/linux/linux-5.10/drivers/acpi/x86/ |
H A D | apple.c | 30 union acpi_object *props, *newprops; in acpi_extract_apple_properties() local 37 props = acpi_evaluate_dsm_typed(adev->handle, &apple_prp_guid, 1, 0, in acpi_extract_apple_properties() 39 if (!props) in acpi_extract_apple_properties() 42 if (!props->buffer.length) in acpi_extract_apple_properties() 45 if (props->buffer.pointer[0] != 3) { in acpi_extract_apple_properties() 48 props->buffer.length, props->buffer.pointer); in acpi_extract_apple_properties() 52 ACPI_FREE(props); in acpi_extract_apple_properties() 53 props = acpi_evaluate_dsm_typed(adev->handle, &apple_prp_guid, 1, 1, in acpi_extract_apple_properties() 55 if (!props) in acpi_extract_apple_properties() [all...] |
/kernel/linux/linux-6.6/drivers/acpi/x86/ |
H A D | apple.c | 31 union acpi_object *props, *newprops; in acpi_extract_apple_properties() local 38 props = acpi_evaluate_dsm_typed(adev->handle, &apple_prp_guid, 1, 0, in acpi_extract_apple_properties() 40 if (!props) in acpi_extract_apple_properties() 43 if (!props->buffer.length) in acpi_extract_apple_properties() 46 if (props->buffer.pointer[0] != 3) { in acpi_extract_apple_properties() 49 props->buffer.length, props->buffer.pointer); in acpi_extract_apple_properties() 53 ACPI_FREE(props); in acpi_extract_apple_properties() 54 props = acpi_evaluate_dsm_typed(adev->handle, &apple_prp_guid, 1, 1, in acpi_extract_apple_properties() 56 if (!props) in acpi_extract_apple_properties() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | wpas-dbus-new-getall.py | 12 props = wpas_obj.GetAll("fi.w1.wpa_supplicant1", 15 print(props) 25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface", 29 print(props) 31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS", 35 print(props) 41 props = bss_obj.GetAll("fi.w1.wpa_supplicant1.BSS", 45 print(props) 51 props = net_obj.GetAll("fi.w1.wpa_supplicant1.Network", 55 print(props) [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | wpas-dbus-new-getall.py | 12 props = wpas_obj.GetAll("fi.w1.wpa_supplicant1", 15 print(props) 25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface", 29 print(props) 31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS", 35 print(props) 41 props = bss_obj.GetAll("fi.w1.wpa_supplicant1.BSS", 45 print(props) 51 props = net_obj.GetAll("fi.w1.wpa_supplicant1.Network", 55 print(props) [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ubidi_props.cpp | 135 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getClass() local 136 return (UCharDirection)UBIDI_GET_CLASS(props); in ubidi_getClass() 141 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isMirrored() local 142 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT); in ubidi_isMirrored() 146 getMirror(UChar32 c, uint16_t props) { in getMirror() argument 147 int32_t delta=UBIDI_GET_MIRROR_DELTA(props); in getMirror() 179 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getMirror() local 180 return getMirror(c, props); in ubidi_getMirror() 185 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isBidiControl() local 186 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIF in ubidi_isBidiControl() 191 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); ubidi_isJoinControl() local 197 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); ubidi_getJoiningType() local 220 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); ubidi_getPairedBracketType() local 226 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); ubidi_getPairedBracket() local [all...] |