Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 1974) sorted by relevance

12345678910>>...79

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dsettings.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="orientation" >
20 </property>
21 <property name="standardButtons" >
23 </property>
28 <property name="currentIndex" >
30 </property>
[all …]
H A Dcookiesexceptions.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="title" >
20 </property>
26 <property name="text" >
28 </property>
40 <property name="orientation" >
42 </property>
[all …]
H A Ddownloaditem.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
16 <property name="margin" >
18 </property>
21 <property name="sizePolicy" >
26 </property>
27 <property name="text" >
29 </property>
[all …]
H A Ddownloads.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
16 <property name="margin" >
18 </property>
19 <property name="spacing" >
21 </property>
29 <property name="enabled" >
31 </property>
[all …]
H A Daddbookmarkdialog.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="text" >
20 </property>
21 <property name="textFormat" >
23 </property>
24 <property name="wordWrap" >
26 </property>
[all …]
H A Dproxy.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="text" >
20 </property>
25 <property name="text" >
27 </property>
28 <property name="wordWrap" >
30 </property>
[all …]
H A Dpassworddialog.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
20 <property name="text" >
22 </property>
27 <property name="sizePolicy" >
32 </property>
33 <property name="text" >
35 </property>
[all …]
H A Dcookies.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="orientation" >
20 </property>
21 <property name="sizeHint" stdset="0" >
26 </property>
39 <property name="text" >
41 </property>
[all …]
H A Dbookmarks.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="orientation" >
20 </property>
21 <property name="sizeHint" stdset="0" >
26 </property>
39 <property name="text" >
41 </property>
[all …]
H A Dhistory.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="orientation" >
20 </property>
21 <property name="sizeHint" stdset="0" >
26 </property>
39 <property name="text" >
41 </property>
[all …]
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dproperty.c82 struct tb_property *property; in tb_property_alloc() local
84 property = kzalloc(sizeof(*property), GFP_KERNEL); in tb_property_alloc()
85 if (!property) in tb_property_alloc()
88 strcpy(property->key, key); in tb_property_alloc()
89 property->type = type; in tb_property_alloc()
90 INIT_LIST_HEAD(&property->list); in tb_property_alloc()
92 return property; in tb_property_alloc()
99 struct tb_property *property; in tb_property_parse() local
108 property = tb_property_alloc(key, entry->type); in tb_property_parse()
109 if (!property) in tb_property_parse()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0006-themes-Industrial-add-info-label-in-ui.patch24 <property name="xscale">0</property>
25 <property name="yscale">0</property>
29 + <property name="visible">True</property>
30 + <property name="orientation">vertical</property>
31 + <property name="spacing">12</property>
34 <property name="visible">True</property>
35 <property name="spacing">12</property>
44 + <property name="visible">True</property>
45 + <property name="spacing">12</property>
48 + <property name="visible">True</property>
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_property.c100 struct drm_property *property = NULL; in drm_property_create() local
109 property = kzalloc(sizeof(struct drm_property), GFP_KERNEL); in drm_property_create()
110 if (!property) in drm_property_create()
113 property->dev = dev; in drm_property_create()
116 property->values = kcalloc(num_values, sizeof(uint64_t), in drm_property_create()
118 if (!property->values) in drm_property_create()
122 ret = drm_mode_object_add(dev, &property->base, DRM_MODE_OBJECT_PROPERTY); in drm_property_create()
126 property->flags = flags; in drm_property_create()
127 property->num_values = num_values; in drm_property_create()
128 INIT_LIST_HEAD(&property->enum_list); in drm_property_create()
[all …]
H A Ddrm_atomic_uapi.c420 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() argument
428 if (property == config->prop_active) in drm_atomic_crtc_set_property()
430 else if (property == config->prop_mode_id) { in drm_atomic_crtc_set_property()
436 } else if (property == config->prop_vrr_enabled) { in drm_atomic_crtc_set_property()
438 } else if (property == config->degamma_lut_property) { in drm_atomic_crtc_set_property()
446 } else if (property == config->ctm_property) { in drm_atomic_crtc_set_property()
454 } else if (property == config->gamma_lut_property) { in drm_atomic_crtc_set_property()
462 } else if (property == config->prop_out_fence_ptr) { in drm_atomic_crtc_set_property()
473 return crtc->funcs->atomic_set_property(crtc, state, property, val); in drm_atomic_crtc_set_property()
477 property->base.id, property->name); in drm_atomic_crtc_set_property()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DX11Controller.h50 @property (nonatomic, readwrite, strong) IBOutlet NSPanel *prefs_panel;
52 @property (nonatomic, readwrite, strong) IBOutlet NSButton *fake_buttons;
53 @property (nonatomic, readwrite, strong) IBOutlet NSButton *enable_fullscreen;
54 @property (nonatomic, readwrite, strong) IBOutlet NSButton *enable_fullscreen_menu;
55 @property (nonatomic, readwrite, strong) IBOutlet NSTextField *enable_fullscreen_menu_text;
56 @property (nonatomic, readwrite, strong) IBOutlet NSButton *enable_keyequivs;
57 @property (nonatomic, readwrite, strong) IBOutlet NSButton *sync_keymap;
58 @property (nonatomic, readwrite, strong) IBOutlet NSButton *option_sends_alt;
59 @property (nonatomic, readwrite, strong) IBOutlet NSButton *scroll_in_device_direction;
60 @property (nonatomic, readwrite, strong) IBOutlet NSButton *click_through;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp154 QGeoAddress address = qmlObject->property("address").value<QGeoAddress>(); in testAddress()
160 QVERIFY(qmlObject->property("city").toString().isEmpty()); in testAddress()
161 QVERIFY(qmlObject->property("country").toString().isEmpty()); in testAddress()
162 QVERIFY(qmlObject->property("countryCode").toString().isEmpty()); in testAddress()
163 QVERIFY(qmlObject->property("postalCode").toString().isEmpty()); in testAddress()
164 QVERIFY(qmlObject->property("state").toString().isEmpty()); in testAddress()
165 QVERIFY(qmlObject->property("street").toString().isEmpty()); in testAddress()
177 QGeoLocation location = qmlObject->property("location").value<QGeoLocation>(); in testLocation()
183 QCOMPARE(qmlObject->property("address").value<QGeoAddress>(), QGeoAddress()); in testLocation()
184 QCOMPARE(qmlObject->property("boundingBox").value<QGeoRectangle>(), QGeoRectangle()); in testLocation()
[all …]
/OK3568_Linux_fs/kernel/drivers/of/
H A Dof_private.h44 struct property *prop, struct property *old_prop);
54 struct property *prop, struct property *old_prop) in of_property_notify()
62 int __of_add_property_sysfs(struct device_node *np, struct property *pp);
63 void __of_remove_property_sysfs(struct device_node *np, struct property *prop);
64 void __of_update_property_sysfs(struct device_node *np, struct property *newprop,
65 struct property *oldprop);
69 static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs()
73 static inline void __of_remove_property_sysfs(struct device_node *np, struct property *prop) {} in __of_remove_property_sysfs()
75 struct property *newprop, struct property *oldprop) {} in __of_update_property_sysfs()
116 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videoio/
H A Dcap_ios.h49 @property (nonatomic, strong) AVCaptureSession* captureSession;
50 @property (nonatomic, strong) AVCaptureConnection* videoCaptureConnection;
52 @property (nonatomic, readonly) BOOL running;
53 @property (nonatomic, readonly) BOOL captureSessionLoaded;
55 @property (nonatomic, assign) int defaultFPS;
56 @property (nonatomic, readonly) AVCaptureVideoPreviewLayer *captureVideoPreviewLayer;
57 @property (nonatomic, assign) AVCaptureDevicePosition defaultAVCaptureDevicePosition;
58 @property (nonatomic, assign) AVCaptureVideoOrientation defaultAVCaptureVideoOrientation;
59 @property (nonatomic, assign) BOOL useAVCaptureVideoPreviewLayer;
60 @property (nonatomic, strong) NSString *const defaultAVCaptureSessionPreset;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dlayer_properties.hpp.ejs20 <% for (const property of layoutProperties) { -%>
21 struct <%- camelize(property.name) %> : <%- layoutPropertyType(property, type) %> {
22 static constexpr const char * key = "<%- property.name %>";
23 static <%- evaluatedType(property) %> defaultValue() { return <%- defaultValue(property) %>; }
27 <% for (const property of paintProperties) { -%>
28 <% if (property['property-type'] === 'color-ramp') { -%>
29 using <%- camelize(property.name) %> = ColorRampProperty;
31 struct <%- camelize(property.name) %> : <%- paintPropertyType(property, type) %> {
32 static <%- evaluatedType(property) %> defaultValue() { return <%- defaultValue(property) %>; }
39 <% for (const property of layoutProperties.slice(0, -1)) { -%>
[all …]
H A Dlayer.cpp.ejs123 <% for (const property of layoutProperties) { -%>
124 <%- propertyValueType(property) %> <%- camelize(type) %>Layer::getDefault<%- camelize(property.name…
125 return <%- camelize(property.name) %>::defaultValue();
128 <%- propertyValueType(property) %> <%- camelize(type) %>Layer::get<%- camelize(property.name) %>() …
129 return impl().layout.get<<%- camelize(property.name) %>>();
132 void <%- camelize(type) %>Layer::set<%- camelize(property.name) %>(<%- propertyValueType(property) …
133 if (value == get<%- camelize(property.name) %>())
136 impl_->layout.get<<%- camelize(property.name) %>>() = value;
143 <% for (const property of paintProperties) { %>
144 <%- propertyValueType(property) %> <%- camelize(type) %>Layer::getDefault<%- camelize(property.name…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dlight.cpp.ejs30 <% for (const property of properties) { -%>
31 <%- evaluatedType(property) %> Light::getDefault<%- camelize(property.name) %>() {
32 return Light<%- camelize(property.name) %>::defaultValue();
35 <%- propertyValueType(property) %> Light::get<%- camelize(property.name) %>() const {
36 return impl->properties.template get<Light<%- camelize(property.name) %>>().value;
39 void Light::set<%- camelize(property.name) %>(<%- propertyValueType(property) %> property) {
41 impl_->properties.template get<Light<%- camelize(property.name) %>>().value = property;
46 void Light::set<%- camelize(property.name) %>Transition(const TransitionOptions& options) {
48 impl_->properties.template get<Light<%- camelize(property.name) %>>().options = options;
53 TransitionOptions Light::get<%- camelize(property.name) %>Transition() const {
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dsi476x-prop.c46 u16 property) in si476x_core_is_valid_property_a10() argument
80 return si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a10()
82 si476x_core_element_is_in_array(property, valid_properties, in si476x_core_is_valid_property_a10()
87 u16 property) in si476x_core_is_valid_property_a20() argument
100 return si476x_core_is_valid_property_a10(core, property) || in si476x_core_is_valid_property_a20()
101 si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a20()
103 si476x_core_element_is_in_array(property, valid_properties, in si476x_core_is_valid_property_a20()
108 u16 property) in si476x_core_is_valid_property_a30() argument
126 return si476x_core_is_valid_property_a20(core, property) || in si476x_core_is_valid_property_a30()
127 si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a30()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drv1103g-battery-ipc-v10.dts17 /delete-property/ csi2dphy1;
18 /delete-property/ csi2dphy2;
19 /delete-property/ ethernet0;
20 /delete-property/ i2c0;
21 /delete-property/ i2c1;
22 /delete-property/ i2c2;
23 /delete-property/ i2c3;
24 /delete-property/ mmc0;
25 /delete-property/ mmc1;
26 /delete-property/ pwm0;
[all …]
H A Drv1103g-battery-ipc-v11.dts17 /delete-property/ csi2dphy1;
18 /delete-property/ csi2dphy2;
19 /delete-property/ ethernet0;
20 /delete-property/ i2c0;
21 /delete-property/ i2c1;
22 /delete-property/ i2c2;
23 /delete-property/ i2c3;
24 /delete-property/ mmc0;
25 /delete-property/ mmc1;
26 /delete-property/ pwm0;
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Drv1106-evb2.dts44 /delete-property/ u-boot,dm-spl;
49 /delete-property/ u-boot,dm-spl;
54 /delete-property/ u-boot,dm-spl;
59 /delete-property/ u-boot,dm-spl;
64 /delete-property/ u-boot,dm-spl;
69 /delete-property/ u-boot,dm-spl;
74 /delete-property/ u-boot,dm-spl;
79 /delete-property/ u-boot,dm-spl;
89 /delete-property/ u-boot,dm-spl;
94 /delete-property/ u-boot,dm-spl;
[all …]

12345678910>>...79